:root {
  --black: #09090a;
  --white: #fff;
  --violet: #7569d6;
  --violet-light: #ebe8ff;
  --signal: #d9ff43;
  --grey: #dfe1e0;
  --display:
    "Unbounded Variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body:
    "Space Grotesk Variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: var(--body);
  font-weight: 430;
  overflow-x: hidden;
}
button,
a {
  font: inherit;
}
.brand-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 270px;
  padding: 16px 18px;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
  font-family: var(--display);
  font-size: 10px;
  font-weight: 620;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.brand-cta::after {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: var(--signal);
}
.contact .brand-cta::after {
  background: var(--white);
}
.topbar {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(9, 9, 10, 0.96);
  color: var(--white);
  border-bottom: 1px solid #ffffff26;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: none;
}
.topbar button {
  border: 0;
  background: none;
  color: inherit;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 11px;
  font-weight: 700;
}
.wm-mark {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  margin-right: 2px;
  background: var(--violet);
  color: var(--white);
  font-family: var(--display);
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.16em;
  transform-origin: center;
  transition: transform 0.08s linear;
}
.violet {
  color: var(--violet);
}
.topbar nav {
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.08em;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  pointer-events: auto;
}
.page-count {
  min-width: 48px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: right;
}
.topbar .menu-toggle {
  width: 38px;
  height: 38px;
  display: grid;
  place-content: center;
  gap: 6px;
  border: 1px solid #ffffff50;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.topbar .menu-toggle span {
  display: block;
  width: 16px;
  height: 1px;
  background: var(--white);
  transition:
    transform 0.3s ease,
    opacity 0.2s ease;
}
.topbar .menu-toggle.is-open span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}
.topbar .menu-toggle.is-open span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}
.menu-overlay {
  position: fixed;
  z-index: 45;
  inset: 0;
  padding: 120px 5vw 5vw;
  display: grid;
  grid-template-columns: 30% 70%;
  background: var(--black);
  color: var(--white);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-18px);
  transition:
    opacity 0.35s ease,
    transform 0.45s cubic-bezier(0.2, 0.75, 0.2, 1),
    visibility 0.35s;
}
.menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.menu-index {
  font-size: 10px;
  letter-spacing: 0.12em;
}
.menu-overlay nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.menu-overlay nav button {
  display: grid;
  grid-template-columns: 55px 1fr;
  border: 0;
  border-bottom: 1px solid #ffffff35;
  padding: 9px 0 14px;
  background: transparent;
  color: var(--white);
  font-family: var(--display);
  font-weight: 760;
  text-transform: uppercase;
  font-size: clamp(42px, 5.3vw, 84px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-align: left;
  cursor: pointer;
}
.menu-overlay nav button:hover {
  color: var(--violet);
}
.menu-overlay nav button span {
  padding-top: 8px;
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0.08em;
}
.menu-overlay > p {
  position: absolute;
  left: 5vw;
  bottom: 5vw;
  margin: 0;
  font-size: 16px;
}
.topbar nav a {
  pointer-events: auto;
}
.nav-cta {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--violet);
  padding-bottom: 5px;
  text-transform: uppercase;
}
.horizontal-stage {
  height: 100vh;
}
.sticky-frame {
  position: relative;
  height: 100vh;
  overflow: hidden;
  touch-action: pan-y;
}
.hero-progress {
  position: absolute;
  z-index: 40;
  top: 71px;
  left: 0;
  right: 0;
  height: 1px;
  background: #8884;
}
.hero-progress span {
  display: block;
  height: 100%;
  background: var(--violet);
  transition: width 0.25s;
}
.horizontal-track {
  display: flex;
  width: 600vw;
  height: 100%;
  will-change: transform;
}
.panel {
  position: relative;
  width: 100vw;
  height: 100vh;
  flex: none;
  padding: 110px 5vw 55px;
  overflow: hidden;
  background: var(--white);
}
.panel small,
.vertical-content small,
.process > small,
.offer small,
.bio small,
.boundary small,
.contact small {
  font-size: 10px;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.panel h1,
.panel h2,
.section-head h2,
.process > h2,
.offer h2,
.bio h2,
.contact h2 {
  font-family: var(--display);
  font-weight: 690;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  line-height: 0.89;
  margin: 7vh 0 0;
}
.panel h1 {
  font-size: clamp(54px, 7.3vw, 118px);
}
.panel h2,
.section-head h2,
.process > h2,
.offer h2,
.bio h2,
.contact h2 {
  font-size: clamp(50px, 6.8vw, 108px);
}
h1 b,
h2 b {
  font-weight: 690;
  color: var(--violet);
}
.panel > p,
.panel-copy > p {
  position: absolute;
  left: 5vw;
  bottom: 7vh;
  font-size: clamp(17px, 1.5vw, 24px);
  line-height: 1.15;
  letter-spacing: -0.04em;
  z-index: 3;
}
.brand-w,
.dark-w {
  position: absolute;
  right: -3vw;
  bottom: -11vw;
  font-size: 48vw;
  line-height: 0.76;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.12em;
  color: var(--violet);
  opacity: 0.18;
  z-index: 1;
  transform-origin: center;
  will-change: transform;
}
.panel h1,
.panel h2,
.panel small {
  position: relative;
  z-index: 3;
}
.panel h1,
.panel h2,
.panel > p,
.panel-copy,
.hero-topics {
  opacity: 0;
  transform: translateY(45px);
  transition:
    opacity 0.55s ease,
    transform 0.7s cubic-bezier(0.2, 0.75, 0.2, 1);
}
.panel.is-active h1,
.panel.is-active h2,
.panel.is-active > p,
.panel.is-active .panel-copy,
.panel.is-active .hero-topics {
  opacity: 1;
  transform: translateY(0);
}
.panel.is-active h2 {
  transition-delay: 0.08s;
}
.panel.is-active > p,
.panel.is-active .hero-topics {
  transition-delay: 0.17s;
}
.hero-photo {
  transform: scale(1.08);
  transition: transform 1.2s cubic-bezier(0.2, 0.75, 0.2, 1);
}
.panel.is-active .hero-photo {
  transform: scale(1);
}
.rotating-w {
  transition: filter 0.35s ease;
}
.rotating-w:hover {
  filter: brightness(1.12);
}
.recognition,
.about {
  padding: 0;
  background: var(--grey);
}
.hero-photo {
  position: absolute;
  background: center/cover no-repeat;
  filter: grayscale(1);
}
.woman {
  background-image: url("../images/work-feels-woman.webp");
}
.motion {
  background-image: url("../images/work-feels-motion.webp");
}
.recognition .hero-photo {
  inset: 0 48% 0 0;
  background-position: 60% center;
}
.about .hero-photo {
  inset: 0 0 0 53%;
  background-position: 40% center;
}
.panel-copy {
  position: absolute;
  left: 53%;
  top: 112px;
  right: 4vw;
}
.panel-copy h2 {
  font-size: clamp(46px, 4.8vw, 82px);
}
.panel-copy > p {
  position: static;
  margin: 3.5vh 0 0;
  line-height: 1.25;
  letter-spacing: -0.025em;
}
.theme-intro {
  background: var(--white);
}
.theme-intro h2 b {
  color: var(--violet);
}
.hero-topics {
  position: absolute;
  right: 5vw;
  top: 21vh;
  width: 38vw;
  display: flex;
  flex-direction: column;
  font-size: clamp(18px, 2vw, 34px);
  letter-spacing: -0.04em;
}
.hero-topics span {
  padding: 18px 0;
  border-bottom: 1px solid #111;
}
.approach {
  background: var(--black);
  color: var(--white);
}
.dark-w {
  color: #171719;
}
.approach h2,
.approach small,
.approach p {
  z-index: 3;
}
.invitation {
  background: var(--violet);
}
.invitation h2 b {
  color: var(--white);
}
.invitation > a {
  position: absolute;
  z-index: 4;
  left: 5vw;
  bottom: 7vh;
  color: var(--white);
}
.invitation > p {
  bottom: 24vh;
  max-width: 620px;
}
.invitation .brand-w {
  color: var(--white);
  opacity: 0.18;
}
.scroll-label {
  position: absolute;
  z-index: 45;
  right: 12px;
  top: 50%;
  font-size: 9px;
  letter-spacing: 0.15em;
  transform: rotate(90deg);
  mix-blend-mode: difference;
  color: var(--white);
}
.skip-hero {
  position: absolute;
  z-index: 46;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0 0 6px;
  background: transparent;
  color: inherit;
  mix-blend-mode: difference;
  font-size: 9px;
  letter-spacing: 0.14em;
  cursor: pointer;
}
.vertical-content {
  padding: 13vw 5vw 8vw;
  background: var(--white);
}
.direction-shift {
  overflow: hidden;
  width: 100%;
  padding: 19px 0 17px;
  background: var(--violet);
  color: var(--white);
  font-family: var(--display);
  font-weight: 760;
  text-transform: uppercase;
  font-size: clamp(18px, 2.2vw, 34px);
  letter-spacing: -0.045em;
  white-space: nowrap;
}
.direction-shift > div {
  display: flex;
  width: max-content;
  gap: 8vw;
  animation: brand-marquee 18s linear infinite;
}
@keyframes brand-marquee {
  to {
    transform: translateX(-50%);
  }
}
.section-head {
  min-height: 84vh;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--white);
}
.section-head h2 {
  margin-top: 5vh;
}
.section-head h2 b {
  color: var(--violet);
}
.section-head > p {
  position: absolute;
  right: 4vw;
  bottom: 10vh;
  font-size: clamp(17px, 1.5vw, 24px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.theme-list {
  border-top: 1px solid #d9d9d9;
}
.theme-card {
  min-height: 300px;
  display: grid;
  grid-template-columns: 10% 48% 1fr;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 35px 0;
  position: relative;
  overflow: visible;
}
.theme-card {
  background: var(--white);
}
.theme-number {
  font-size: 11px;
  align-self: start;
}
.theme-card small {
  color: #695fb0;
}
.theme-card h3 {
  font-family: var(--display);
  font-size: clamp(30px, 3vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 20px 0;
  max-width: 720px;
  font-weight: 650;
  text-transform: uppercase;
}
.theme-card p {
  max-width: 430px;
  font-size: 16px;
  line-height: 1.4;
}
.reveal {
  opacity: 0;
  transform: translateY(70px);
  transition:
    opacity 0.8s ease,
    transform 0.9s cubic-bezier(0.2, 0.75, 0.2, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.process {
  background: var(--black);
  color: var(--white);
  padding: 10vw 5vw;
}
.process > h2 {
  margin: 5vh 0 12vh;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #fff4;
}
.steps article {
  padding: 28px 3vw 20px 0;
  border-right: 1px solid #fff4;
  min-height: 260px;
}
.steps article + article {
  padding-left: 3vw;
}
.steps span {
  font-size: 10px;
  color: var(--violet);
}
.steps h3 {
  font-family: var(--display);
  font-size: clamp(25px, 2.5vw, 42px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 700;
  text-transform: uppercase;
}
.steps p {
  font-size: 16px;
  line-height: 1.4;
  max-width: 340px;
  color: #ccc;
}
.offer {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  padding: 11vw 5vw;
  background: var(--violet);
}
.offer h2 {
  margin-top: 6vh;
}
.offer h2 b {
  color: var(--white);
}
.offer-copy {
  padding-top: 18vh;
}
.offer-copy p {
  font-size: clamp(22px, 2.4vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}
.offer-copy ul {
  list-style: none;
  padding: 30px 0;
  margin: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 2;
}
.offer-copy a {
  margin-top: 35px;
}
.editorial-statement {
  position: relative;
  min-height: 88vh;
  padding: 10vw 5vw 7vw;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}
.issue-tab {
  position: absolute;
  top: 28px;
  right: 5vw;
  padding: 8px 11px;
  border: 1px solid currentColor;
  font-size: 9px;
  letter-spacing: 0.12em;
}
.statement-kicker {
  margin: 0 0 6vh;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.editorial-statement h2,
.tools-heading h2,
.expertise h2,
.mindmakers h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 6.6vw, 106px);
  font-weight: 690;
  line-height: 0.91;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}
.editorial-statement h2 b,
.tools-heading h2 b,
.mindmakers h2 b {
  color: var(--violet);
}
.statement-copy {
  width: 42%;
  margin: 9vh 0 0 auto;
  font-size: clamp(19px, 2vw, 31px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.work-tools {
  display: grid;
  grid-template-columns: 38% 62%;
  padding: 11vw 5vw;
  background: var(--white);
}
.tools-heading {
  padding-right: 5vw;
}
.tools-heading small,
.expertise > small,
.mindmakers > small {
  display: block;
  margin-bottom: 6vh;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.tools-heading h2 {
  font-size: clamp(42px, 4.7vw, 78px);
}
.tools-heading > p {
  max-width: 430px;
  margin-top: 8vh;
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 1.25;
}
.tool-grid {
  border-top: 1px solid;
}
.tool-card {
  display: grid;
  grid-template-columns: 24% 1fr;
  column-gap: 4vw;
  padding: 38px 0;
  border-bottom: 1px solid;
}
.tool-card-featured {
  margin: 0 -3vw;
  padding: 45px 3vw;
  background: var(--violet);
  border: 0;
}
.tool-meta {
  grid-column: 1;
  grid-row: 1 / span 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.tool-card h3 {
  grid-column: 2;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(26px, 2.7vw, 44px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.04em;
}
.tool-card p {
  grid-column: 2;
  max-width: 620px;
  margin: 24px 0;
  font-size: 16px;
  line-height: 1.4;
}
.tool-card .brand-cta,
.tool-card .text-link {
  grid-column: 2;
  justify-self: start;
}
.text-link {
  padding-bottom: 5px;
  border-bottom: 1px solid;
  color: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.expertise {
  position: relative;
  padding: 10vw 5vw;
  border-top: 1px solid;
  background: var(--white);
}
.expertise h2 {
  max-width: 1050px;
  font-size: clamp(42px, 5.2vw, 86px);
}
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10vh;
  border-top: 1px solid;
}
.expertise-grid article {
  min-height: 260px;
  padding: 25px 3vw 25px 0;
  border-right: 1px solid;
}
.expertise-grid article + article {
  padding-left: 3vw;
}
.expertise-grid span,
.expertise-grid h3 {
  font-size: 10px;
  letter-spacing: 0.08em;
}
.expertise-grid h3 {
  margin-top: 8vh;
}
.expertise-grid p {
  max-width: 320px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.4;
}
.mindmakers {
  display: grid;
  grid-template-columns: 58% 42%;
  padding: 10vw 5vw;
  background: var(--violet);
}
.mindmakers > small {
  grid-column: 1 / -1;
}
.mindmakers h2 {
  font-size: clamp(42px, 5vw, 82px);
}
.mindmakers h2 b {
  color: var(--white);
}
.mindmakers-copy {
  align-self: end;
  padding-left: 5vw;
}
.mindmakers-copy p {
  max-width: 480px;
  margin: 0 0 40px;
  font-size: clamp(19px, 2vw, 30px);
  line-height: 1.18;
}
.mindmakers-copy small {
  display: block;
  max-width: 360px;
  margin-top: 24px;
  font-size: 10px;
  line-height: 1.4;
}
.bio {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 100vh;
  background: var(--white);
}
.bio-image {
  background-size: cover;
  background-position: 65% center;
  filter: grayscale(1);
}
.bio > div:last-child {
  padding: 11vw 5vw 6vw;
}
.bio h2 {
  font-size: clamp(52px, 5.8vw, 100px);
  margin-top: 6vh;
}
.bio p {
  max-width: 680px;
  margin-top: 8vh;
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.boundary {
  display: grid;
  grid-template-columns: 30% 70%;
  padding: 6vw 5vw;
  border-top: 1px solid;
  background: var(--white);
}
.boundary p {
  font-size: clamp(18px, 2vw, 31px);
  line-height: 1.22;
  letter-spacing: -0.04em;
  max-width: 1000px;
  margin: 0;
}
.contact {
  height: 100vh;
  background: var(--black);
  color: var(--white);
  padding: 10vw 5vw;
  position: relative;
  overflow: hidden;
}
.contact h2 {
  position: relative;
  z-index: 2;
  margin-top: 5vh;
}
.contact > a {
  position: absolute;
  left: 5vw;
  bottom: 9vh;
  z-index: 3;
  background: var(--violet);
  border-color: var(--violet);
}
.contact-note {
  position: absolute;
  left: 5vw;
  bottom: 5vh;
  z-index: 3;
  margin: 0;
  color: #aaa;
  font-size: 13px;
}
.contact .brand-w {
  opacity: 0.9;
}
@media (max-width: 819px) {
  .topbar {
    height: 62px;
    padding: 0 17px;
  }
  .brand {
    gap: 10px;
  }
  .brand > span:nth-child(3) {
    display: none;
  }
  .wm-mark {
    width: 27px;
    height: 27px;
    font-size: 17px;
  }
  .desktop-nav {
    display: none !important;
  }
  .header-actions {
    gap: 12px;
  }
  .page-count {
    font-size: 9px;
  }
  .topbar .menu-toggle {
    width: 34px;
    height: 34px;
  }
  .menu-overlay {
    padding: 104px 20px 32px;
    display: block;
  }
  .menu-index {
    margin-bottom: 10vh;
  }
  .menu-overlay nav button {
    grid-template-columns: 36px 1fr;
    padding: 10px 0 14px;
    font-size: clamp(34px, 9.4vw, 46px);
  }
  .menu-overlay > p {
    left: 20px;
    right: 20px;
    bottom: 30px;
    font-size: 15px;
  }
  .horizontal-stage {
    height: 100svh;
  }
  .sticky-frame {
    position: relative;
    height: 100svh;
  }
  .hero-progress {
    top: 61px;
  }
  .horizontal-track {
    width: 600vw;
    overflow: visible;
    scroll-snap-type: none;
  }
  .panel {
    height: 100svh;
    padding: 92px 20px 42px;
  }
  .panel h1 {
    font-size: 10.9vw;
    line-height: 0.96;
  }
  .panel h2 {
    font-size: 10.2vw;
    line-height: 0.96;
  }
  .panel > p {
    left: 20px;
    bottom: 9vh;
    font-size: 17px;
  }
  .brand-w {
    font-size: 62vw;
    right: -8vw;
    bottom: 5vh;
    opacity: 0.13;
  }
  .recognition .hero-photo {
    inset: 0 0 49%;
  }
  .panel-copy {
    left: 20px;
    top: 56%;
    right: 20px;
  }
  .panel-copy h2 {
    font-size: 9.2vw;
    margin-top: 4vh;
  }
  .panel-copy > p {
    display: none;
  }
  .theme-intro h2 {
    font-size: 10.7vw;
  }
  .hero-topics {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 7vh;
    width: auto;
    font-size: 18px;
  }
  .hero-topics span {
    padding: 10px 0;
  }
  .dark-w {
    font-size: 62vw;
    right: -8vw;
    bottom: 5vh;
    opacity: 0.12;
  }
  .about .hero-photo {
    inset: 0 0 48%;
  }
  .invitation > a {
    left: 20px;
  }
  .scroll-label {
    display: none;
  }
  .vertical-content {
    padding: 100px 20px 70px;
  }
  .section-head {
    min-height: 76vh;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .section-head h2,
  .process > h2,
  .offer h2,
  .bio h2,
  .contact h2 {
    font-size: 10.8vw;
  }
  .section-head > p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7vh;
    font-size: 17px;
  }
  .theme-card {
    display: block;
    min-height: auto;
    padding: 42px 0;
  }
  .theme-number {
    margin-bottom: 30px;
  }
  .theme-card h3 {
    font-size: clamp(30px, 8.4vw, 36px);
  }
  .theme-card p {
    font-size: 16px;
    max-width: 90%;
  }
  .process {
    padding: 90px 20px;
  }
  .process > h2 {
    margin: 50px 0 70px;
  }
  .steps {
    display: block;
  }
  .steps article,
  .steps article + article {
    padding: 30px 0;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #fff4;
  }
  .offer {
    display: block;
    padding: 90px 20px;
  }
  .offer-copy {
    padding-top: 70px;
  }
  .editorial-statement {
    min-height: auto;
    padding: 100px 20px 90px;
  }
  .issue-tab {
    top: 20px;
    right: 20px;
  }
  .editorial-statement h2,
  .tools-heading h2,
  .expertise h2,
  .mindmakers h2 {
    font-size: 9.8vw;
    line-height: 0.98;
  }
  .statement-copy {
    width: 100%;
    margin-top: 70px;
    font-size: 20px;
  }
  .work-tools {
    display: block;
    padding: 100px 20px;
  }
  .tools-heading {
    padding-right: 0;
  }
  .tools-heading > p {
    margin-top: 55px;
    font-size: 19px;
  }
  .tool-grid {
    margin-top: 75px;
  }
  .tool-card {
    display: block;
    padding: 38px 0;
  }
  .tool-card-featured {
    margin: 0 -20px;
    padding: 42px 20px;
  }
  .tool-meta {
    flex-direction: row;
    justify-content: space-between;
  }
  .tool-card h3 {
    margin-top: 45px;
    font-size: 8vw;
  }
  .tool-card p {
    margin: 26px 0 34px;
  }
  .expertise {
    padding: 100px 20px 80px;
  }
  .expertise-grid {
    display: block;
    margin-top: 70px;
  }
  .expertise-grid article,
  .expertise-grid article + article {
    min-height: 0;
    padding: 28px 0 38px;
    border-right: 0;
    border-bottom: 1px solid;
  }
  .expertise-grid h3 {
    margin-top: 45px;
  }
  .mindmakers {
    display: block;
    padding: 100px 20px;
  }
  .mindmakers-copy {
    padding-left: 0;
    margin-top: 70px;
  }
  .mindmakers-copy p {
    font-size: 20px;
  }
  .bio {
    display: block;
  }
  .bio-image {
    height: 58vh;
  }
  .bio > div:last-child {
    padding: 80px 20px;
  }
  .bio p {
    font-size: 19px;
    margin-top: 55px;
  }
  .boundary {
    display: block;
    padding: 70px 20px;
  }
  .boundary p {
    font-size: 20px;
    margin-top: 40px;
  }
  .contact {
    padding: 100px 20px;
  }
  .contact > a {
    left: 20px;
    bottom: 11vh;
  }
  .contact-note {
    left: 20px;
    bottom: 6vh;
  }
  .invitation > p {
    bottom: 28vh;
    max-width: calc(100% - 40px);
  }
  .invitation > a {
    bottom: 13vh;
  }
  .brand-cta {
    min-width: min(300px, calc(100vw - 40px));
    padding: 15px 16px;
  }
}

/* v16: coherent editorial journey */
.horizontal-track {
  width: 400vw;
}

.invitation {
  background: var(--black);
  color: var(--white);
}
.invitation h2 b {
  color: var(--signal);
}
.invitation .brand-cta {
  background: var(--violet);
  border-color: var(--violet);
}

.orientation-deck {
  background: var(--black);
  color: var(--white);
  border-color: #ffffff33;
}
.orientation-label,
.orientation-deck article {
  border-color: #ffffff33;
}
.orientation-label {
  color: var(--signal);
}
.orientation-deck article > span {
  color: #a9a2d5;
}
.orientation-deck article:nth-of-type(2) h2 {
  color: var(--violet-light);
}
.orientation-deck article:nth-of-type(3) h2 {
  color: var(--signal);
}
.orientation-deck p {
  color: #d7d7d7;
}
.vertical-content {
  border-top: 14px solid var(--signal);
}
.bio h2 {
  font-size: clamp(46px, 4.7vw, 82px);
}

.bio h2 b {
  color: var(--violet);
}
.bio-facts span:first-child {
  background: var(--violet);
  border-color: var(--violet);
  color: var(--white);
}
.bio-facts span:last-child {
  background: var(--signal);
  border-color: var(--signal);
}

.expertise {
  background: var(--violet-light);
  border-top: 0;
}
.expertise h2 b {
  color: var(--violet);
}
.expertise-grid {
  gap: 12px;
  border: 0;
}
.expertise-grid article,
.expertise-grid article + article {
  min-height: 310px;
  padding: 28px;
  border: 0;
  background: var(--white);
}
.expertise-grid article:nth-child(2) {
  background: var(--black);
  color: var(--white);
}
.expertise-grid article:nth-child(3) {
  background: var(--signal);
}
.expertise-grid span {
  color: var(--violet);
}
.expertise-grid article:nth-child(2) span {
  color: var(--signal);
}
.expertise-grid h3 {
  margin-top: 10vh;
  font-family: var(--display);
  font-size: clamp(21px, 1.8vw, 30px);
  line-height: 1;
  letter-spacing: -0.04em;
}
.expertise-grid p {
  font-size: 17px;
}

.offer {
  background: var(--violet);
  color: var(--white);
}
.offer h2 {
  color: var(--white);
}
.offer h2 b {
  color: var(--signal);
}
.offer-copy p {
  color: var(--white);
}
.offer-copy ul {
  display: grid;
  gap: 10px;
  border: 0;
}
.offer-copy li {
  padding: 12px 14px;
  background: var(--white);
  color: var(--black);
  font-weight: 700;
}
.offer-copy li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  background: var(--signal);
}
.offer .brand-cta {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.before-talk {
  background: var(--white);
  color: var(--black);
}
.before-talk > h2 {
  max-width: 1220px;
}
.before-talk > h2 b {
  color: var(--violet);
}
.before-talk-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  border: 0;
}
.before-talk-list article {
  display: flex;
  min-height: 330px;
  padding: 28px;
  flex-direction: column;
  align-items: flex-start;
  border: 0;
  background: var(--violet-light);
}
.before-talk-list article:nth-child(2) {
  background: var(--violet);
  color: var(--white);
}
.before-talk-list article:nth-child(3) {
  background: var(--signal);
}
.before-talk-list h3 {
  margin: auto 0 24px;
}
.before-talk-list p {
  color: inherit;
}
.outcome-cta {
  background: var(--black);
  border-color: var(--black);
}

.mindmakers {
  background: #503bc7;
  color: var(--white);
}
.mindmakers h2 {
  max-width: 760px;
}
.mindmakers h2 b {
  color: var(--signal);
}
.mindmakers-copy p {
  color: var(--white);
}
.mindmakers-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.mindmakers-services span {
  padding: 13px 15px;
  border: 0;
  background: var(--signal);
  color: var(--black);
  font-size: 10px;
}
.mindmakers-copy > small {
  color: var(--white);
  opacity: 0.8;
}

@media (max-width: 819px) {
  .bio h2 {
    font-size: 8.2vw;
  }
  .horizontal-track {
    width: 400vw;
  }
  .orientation-deck article {
    min-height: 310px;
  }
  .orientation-deck h2 {
    font-size: 7.2vw;
  }
  .orientation-deck p {
    font-size: 18px;
  }
  .vertical-content {
    border-top-width: 9px;
  }
  .expertise-grid,
  .before-talk-list {
    display: block;
  }
  .expertise-grid article,
  .expertise-grid article + article,
  .before-talk-list article {
    min-height: 300px;
    margin-bottom: 10px;
    padding: 24px;
  }
  .expertise-grid h3 {
    margin-top: 11vh;
    font-size: 6.7vw;
  }
  .offer-copy p,
  .mindmakers-copy p {
    color: var(--white);
  }
  .offer-copy li {
    font-size: 11px;
    line-height: 1.35;
  }
  .before-talk > h2 {
    font-size: 9.2vw;
  }
  .before-talk-list h3 {
    margin: auto 0 24px;
  }
  .mindmakers h2 {
    font-size: 9.4vw;
  }
  .mindmakers-services span {
    font-size: 10px;
    line-height: 1.3;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .horizontal-track {
    transition: none;
  }
  .direction-shift > div {
    animation: none;
  }
}

/* Editorial system v12 */
.topbar {
  height: 68px;
  background: rgba(9, 9, 10, 0.94);
}
.topbar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 76px;
  height: 2px;
  background: var(--violet);
}
.topbar.is-content {
  background: rgba(255, 255, 255, 0.96);
  color: var(--black);
  border-bottom-color: #1112;
}
.topbar.is-content .menu-toggle {
  border-color: #1114;
}
.topbar.is-content .menu-toggle span {
  background: var(--black);
}
.brand-edition {
  color: var(--violet);
  font-size: 9px;
  letter-spacing: 0.08em;
}
.hero-progress {
  top: 67px;
}
.orientation-deck {
  display: grid;
  grid-template-columns: 0.7fr repeat(3, 1fr);
  border-bottom: 1px solid #d9d9d9;
  background: var(--white);
}
.orientation-label,
.orientation-deck article {
  min-height: 330px;
  padding: 36px 2.4vw;
  border-right: 1px solid #d9d9d9;
}
.orientation-label,
.orientation-deck article > span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.orientation-label {
  color: #665bad;
}
.orientation-deck article {
  display: flex;
  flex-direction: column;
}
.orientation-deck h2 {
  margin: auto 0 24px;
  font-family: var(--display);
  font-size: clamp(21px, 1.8vw, 31px);
  font-weight: 680;
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.orientation-deck p {
  max-width: 340px;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}
.work-tools {
  position: relative;
  grid-template-columns: 31% 69%;
  overflow: hidden;
}
.slider-controls {
  display: flex;
  margin-top: 60px;
}
.slider-controls button {
  min-width: 100px;
  padding: 12px;
  border: 1px solid var(--black);
  border-right: 0;
  background: var(--white);
  font-family: var(--display);
  font-size: 8px;
  font-weight: 650;
  cursor: pointer;
}
.slider-controls button:last-child {
  border-right: 1px solid;
  background: var(--black);
  color: var(--white);
}
.product-slider {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--violet) #ddd;
  padding: 0 1px 26px;
}
.product-card {
  flex: 0 0 min(520px, 78%);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  min-height: 740px;
  padding: 25px;
  border: 1px solid var(--black);
  background: var(--white);
}
.product-card-featured {
  background: var(--violet);
}
.product-card-dark {
  background: var(--black);
  color: var(--white);
}
.product-card .tool-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
.ipad-mockup {
  position: relative;
  width: 77%;
  aspect-ratio: 0.76;
  margin: 34px auto 40px;
  padding: 8px;
  border-radius: 22px;
  background: #171719;
  box-shadow: 18px 26px 35px #0003;
  transform: rotate(-3deg);
}
.ipad-mockup::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #555;
}
.ipad-screen {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 24px 20px;
  border-radius: 15px;
  background: var(--white);
  color: var(--black);
}
.ipad-screen small,
.ipad-screen i {
  position: relative;
  z-index: 2;
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.ipad-screen strong {
  position: relative;
  z-index: 2;
  margin-top: auto;
  font-family: var(--display);
  font-size: clamp(25px, 2.4vw, 39px);
  line-height: 0.91;
  letter-spacing: -0.06em;
}
.ipad-screen i {
  margin-top: 18px;
  line-height: 1.3;
}
.ipad-screen b {
  position: absolute;
  right: -18%;
  bottom: -12%;
  color: var(--violet);
  font-family: var(--display);
  font-size: 18vw;
  line-height: 0.8;
  opacity: 0.2;
  transform: rotate(12deg);
}
.cover-stay {
  background: var(--violet-light);
}
.cover-talk {
  background: var(--black);
  color: var(--white);
}
.cover-talk b {
  color: var(--white);
}
.product-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.04em;
}
.product-card p {
  margin: 24px 0;
  font-size: 16px;
  line-height: 1.4;
}
.product-card .brand-cta,
.product-card .text-link {
  align-self: flex-start;
  margin-top: auto;
}
.product-card-dark .text-link {
  color: var(--white);
}
.swipe-hint {
  grid-column: 2;
  margin: 18px 0 0;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.bio-image {
  position: relative;
}
.portrait-caption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 9px 11px;
  background: var(--violet);
  color: var(--white);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.bio-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 52px;
}
.bio-facts span {
  padding: 9px 11px;
  border: 1px solid var(--black);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 819px) {
  .topbar {
    height: 62px;
  }
  .brand-edition {
    display: none;
  }
  .page-count {
    max-width: 104px;
    line-height: 1.15;
  }
  .hero-progress {
    top: 61px;
  }
  .orientation-deck {
    display: block;
  }
  .orientation-label,
  .orientation-deck article {
    min-height: auto;
    padding: 28px 20px;
    border-right: 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .orientation-label {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .orientation-deck article {
    min-height: 280px;
  }
  .orientation-deck h2 {
    margin-top: auto;
    font-size: 26px;
  }
  .work-tools {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .tools-heading {
    padding: 0 20px;
  }
  .slider-controls {
    display: none;
  }
  .product-slider {
    margin-top: 65px;
    padding: 0 20px 24px;
    gap: 12px;
  }
  .product-card {
    flex-basis: 86vw;
    min-height: 690px;
    padding: 20px;
  }
  .ipad-mockup {
    width: 72%;
    margin: 30px auto 34px;
  }
  .ipad-screen strong {
    font-size: 7.5vw;
  }
  .ipad-screen b {
    font-size: 55vw;
  }
  .product-card h3 {
    font-size: 7vw;
  }
  .swipe-hint {
    margin-left: 20px;
  }
  .portrait-caption {
    left: 16px;
    bottom: 16px;
  }
  .bio-facts {
    margin-top: 42px;
  }
}

/* SHIFT LINE — the shared Work Feels / MINDMAKERS brand signal */
.shift-line {
  position: relative;
  display: inline-block;
  width: 76px;
  height: 16px;
  flex: 0 0 76px;
  color: var(--signal);
  vertical-align: middle;
}
.shift-line::before,
.shift-line::after,
.shift-line i {
  content: "";
  position: absolute;
  display: block;
  background: currentColor;
}
.shift-line::before {
  left: 0;
  top: 2px;
  width: 47px;
  height: 3px;
}
.shift-line::after {
  right: 0;
  bottom: 2px;
  width: 30px;
  height: 3px;
}
.shift-line i {
  left: 45px;
  top: 2px;
  width: 3px;
  height: 12px;
}
.shift-line.is-compact {
  width: 35px;
  height: 11px;
  flex-basis: 35px;
}
.shift-line.is-compact::before {
  width: 22px;
  height: 2px;
}
.shift-line.is-compact::after {
  width: 14px;
  height: 2px;
}
.shift-line.is-compact i {
  left: 21px;
  width: 2px;
  height: 7px;
}
.brand .shift-line {
  margin: 0 -7px;
}
.statement-kicker,
.orientation-label,
.section-head > small,
.process > small,
.offer small,
.tools-heading > small,
.bio small,
.expertise > small,
.mindmakers > small,
.contact > small {
  display: flex;
  align-items: center;
  gap: 13px;
}
.hero-tool-teaser {
  position: absolute;
  z-index: 6;
  top: 112px;
  right: 5vw;
  width: 275px;
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 11px;
  padding: 15px;
  background: var(--black);
  color: var(--white);
  text-decoration: none;
}
.hero-tool-teaser span {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.hero-tool-teaser b {
  font-family: var(--display);
  font-size: 11px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.hero-tool-teaser em {
  grid-column: 2;
  color: var(--signal);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.product-card {
  position: relative;
  border: 0;
}
.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 54px;
  height: 5px;
  background: var(--signal);
}
.product-card-featured::before {
  background: var(--black);
}
.product-card-dark::before {
  background: var(--signal);
}
.ipad-screen b {
  color: var(--signal);
  opacity: 0.25;
}
.cover-talk b {
  color: var(--signal);
}
.contact .brand-cta::after {
  background: var(--signal);
}
.mindmakers .shift-line {
  color: var(--signal);
}
.mindmakers-services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 34px;
}
.mindmakers-services span {
  padding: 9px 11px;
  border: 1px solid var(--black);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.mindmakers-copy > small {
  margin-top: 28px;
}
.before-talk {
  padding: 10vw 5vw;
  background: var(--white);
}
.before-talk > small {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.before-talk > h2 {
  max-width: 1050px;
  margin: 6vh 0 10vh;
  font-family: var(--display);
  font-size: clamp(48px, 6vw, 96px);
  font-weight: 690;
  line-height: 0.92;
  letter-spacing: -0.055em;
}
.before-talk-list {
  border-top: 1px solid;
}
.before-talk-list article {
  display: grid;
  grid-template-columns: 8% 48% 1fr;
  gap: 2vw;
  align-items: center;
  min-height: 150px;
  border-bottom: 1px solid;
}
.before-talk-list span {
  font-size: 10px;
}
.before-talk-list h3 {
  font-family: var(--display);
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.before-talk-list p {
  max-width: 430px;
  font-size: 16px;
  line-height: 1.4;
}
.mindmakers h2 {
  font-size: clamp(40px, 4.5vw, 74px);
}
@media (max-width: 819px) {
  .brand .shift-line {
    display: none;
  }
  .shift-line {
    width: 56px;
    flex-basis: 56px;
  }
  .shift-line::before {
    width: 35px;
  }
  .shift-line::after {
    width: 22px;
  }
  .shift-line i {
    left: 33px;
  }
  .hero-tool-teaser {
    top: auto;
    right: 20px;
    bottom: 7.5vh;
    width: 156px;
    grid-template-columns: 1fr;
    padding: 11px;
  }
  .hero-tool-teaser .shift-line {
    display: none;
  }
  .hero-tool-teaser span {
    font-size: 7px;
  }
  .hero-tool-teaser b {
    font-size: 8px;
  }
  .hero-tool-teaser em {
    grid-column: 1;
  }
  .intro > p {
    max-width: 48%;
  }
  .product-card::before {
    left: 20px;
  }
  .mindmakers-services {
    margin-bottom: 30px;
  }
  .before-talk {
    padding: 90px 20px;
  }
  .before-talk > h2 {
    margin: 50px 0 65px;
    font-size: 9.8vw;
  }
  .before-talk-list article {
    display: block;
    min-height: 0;
    padding: 30px 0;
  }
  .before-talk-list h3 {
    margin: 28px 0 18px;
    font-size: 6.7vw;
  }
  .before-talk-list p {
    margin: 0;
  }
  .mindmakers h2 {
    font-size: 8.8vw;
  }
}

/* v14: reduced signal system — W/M flipmark + acid cursor */
.topbar::after {
  background: var(--signal);
}
.statement-kicker,
.orientation-label,
.section-head > small,
.process > small,
.offer small,
.tools-heading > small,
.bio small,
.expertise > small,
.mindmakers > small,
.contact > small {
  display: block;
}
.orientation-label::after,
.section-head > small::after,
.statement-kicker::after,
.process > small::after,
.offer small::after,
.tools-heading > small::after,
.bio small::after,
.expertise > small::after,
.before-talk > small::after,
.mindmakers > small::after,
.contact > small::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  background: var(--signal);
}
.menu-overlay nav button:hover {
  color: var(--signal);
}
.mindmakers {
  position: relative;
  overflow: hidden;
}
.mindmakers > * {
  position: relative;
  z-index: 2;
}
.mindmakers-mark {
  position: absolute;
  z-index: 1;
  right: -4vw;
  bottom: -10vw;
  color: var(--white);
  font-family: var(--display);
  font-size: 37vw;
  font-weight: 800;
  line-height: 0.75;
  letter-spacing: -0.14em;
  opacity: 0.13;
  transform: rotate(180deg);
}
@media (max-width: 819px) {
  .mindmakers-mark {
    right: -10vw;
    bottom: -3vw;
    font-size: 74vw;
  }
}

/* v15: premium emotional conversion layer */
.intro h1 {
  font-size: clamp(50px, 6.55vw, 104px);
  max-width: 1220px;
}
.recognition {
  background: var(--white);
}
.recognition .panel-copy {
  color: var(--black);
}
.about {
  background: var(--black);
  color: var(--white);
}
.about .hero-photo {
  inset: 0 48% 0 0;
  background-position: 55% center;
  filter: grayscale(1) contrast(1.08);
}
.about .panel-copy {
  left: 53%;
  color: var(--white);
}
.scroll-prompt {
  position: absolute;
  z-index: 47;
  right: 4vw;
  bottom: 4vh;
  display: grid;
  grid-template-columns: auto 18px;
  column-gap: 13px;
  color: var(--white);
  mix-blend-mode: difference;
  text-align: right;
  pointer-events: none;
}
.scroll-prompt span,
.scroll-prompt b {
  grid-column: 1;
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.scroll-prompt b {
  color: var(--signal);
}
.scroll-prompt i {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 1px;
  height: 32px;
  background: currentColor;
}
.scroll-prompt i::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  width: 7px;
  height: 7px;
  background: var(--signal);
  animation: scroll-pulse 1.7s ease-in-out infinite;
}
@keyframes scroll-pulse {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(25px);
    opacity: 0;
  }
}
.product-card-signal {
  background: var(--signal);
}
.product-card-premium {
  background: var(--violet-light);
}
.cover-reset {
  background: var(--signal);
}
.cover-clarity {
  background: var(--violet);
}
.cover-clarity strong,
.cover-clarity small,
.cover-clarity i {
  color: var(--white);
}
.before-talk {
  background: var(--black);
  color: var(--white);
}
.before-talk > h2 b {
  color: var(--signal);
  font-weight: inherit;
}
.before-talk-list {
  border-color: #fff4;
}
.before-talk-list article {
  border-color: #fff4;
}
.before-talk-list p {
  color: #d6d6d6;
}
.outcome-cta {
  margin-top: 55px;
  background: var(--violet);
  border-color: var(--violet);
}
.offer-copy p {
  max-width: 560px;
}
@media (max-width: 819px) {
  .intro h1 {
    font-size: 9.7vw;
    line-height: 0.96;
  }
  .intro > p {
    max-width: 88%;
    bottom: 13vh;
    font-size: 18px;
  }
  .scroll-prompt {
    right: 20px;
    bottom: 22px;
  }
  .recognition .hero-photo {
    inset: 0 0 47%;
  }
  .recognition .panel-copy {
    top: 57%;
  }
  .about .hero-photo {
    inset: 0 0 48%;
  }
  .about .panel-copy {
    left: 20px;
    top: 56%;
    color: var(--white);
  }
  .panel > p,
  .panel-copy > p,
  .theme-card p,
  .steps p,
  .product-card p,
  .before-talk-list p,
  .expertise-grid p {
    font-size: 17px;
  }
  .offer-copy p,
  .tools-heading > p,
  .bio p,
  .mindmakers-copy p {
    font-size: 20px;
  }
  .orientation-deck p {
    font-size: 17px;
  }
  .outcome-cta {
    margin-top: 44px;
  }
}

/* v16 final cascade */
.orientation-deck {
  background: var(--black);
  color: var(--white);
  border-color: #ffffff33;
}
.orientation-label,
.orientation-deck article {
  border-color: #ffffff33;
}
.orientation-label {
  color: var(--signal);
}
.orientation-deck article > span {
  color: #aaa3d5;
}
.orientation-deck article:nth-of-type(2) h2 {
  color: var(--violet-light);
}
.orientation-deck article:nth-of-type(3) h2 {
  color: var(--signal);
}
.orientation-deck p {
  color: #d7d7d7;
}
.vertical-content {
  border-top: 14px solid var(--signal);
}
.before-talk {
  background: var(--white);
  color: var(--black);
}
.before-talk > h2 b {
  color: var(--violet);
}
.before-talk-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  border: 0;
}
.before-talk-list article {
  display: flex;
  min-height: 330px;
  padding: 28px;
  flex-direction: column;
  align-items: flex-start;
  border: 0;
  background: var(--violet-light);
}
.before-talk-list article:nth-child(2) {
  background: var(--violet);
  color: var(--white);
}
.before-talk-list article:nth-child(3) {
  background: var(--signal);
}
.before-talk-list h3 {
  margin: auto 0 24px;
}
.before-talk-list p {
  color: inherit;
}
.outcome-cta {
  background: var(--black);
  border-color: var(--black);
}
.mindmakers h2 {
  max-width: 760px;
  font-size: clamp(40px, 4.4vw, 70px);
}
.mindmakers h2 b {
  color: var(--signal);
}
.mindmakers-copy p {
  color: var(--white);
}

@media (max-width: 819px) {
  .before-talk-list {
    display: block;
  }
  .before-talk-list article {
    min-height: 300px;
    margin-bottom: 10px;
    padding: 24px;
  }
  .before-talk-list h3 {
    margin: auto 0 24px;
  }
  .mindmakers h2 {
    font-size: 9.4vw;
  }
}

/* v17: ARBEIT. UND DU. unified brand system */
.topbar {
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}
.topbar.tone-black {
  background: var(--black);
  color: var(--white);
  border-bottom-color: #ffffff2b;
}
.topbar.tone-white {
  background: var(--white);
  color: var(--black);
  border-bottom-color: #1112;
}
.topbar.tone-violet {
  background: var(--violet);
  color: var(--white);
  border-bottom-color: #ffffff30;
}
.topbar.tone-green {
  background: var(--signal);
  color: var(--black);
  border-bottom-color: #1112;
}
.topbar.tone-black .menu-toggle,
.topbar.tone-violet .menu-toggle {
  border-color: #ffffff55;
}
.topbar.tone-black .menu-toggle span,
.topbar.tone-violet .menu-toggle span {
  background: var(--white);
}
.topbar.tone-white .menu-toggle,
.topbar.tone-green .menu-toggle {
  border-color: #1114;
}
.topbar.tone-white .menu-toggle span,
.topbar.tone-green .menu-toggle span {
  background: var(--black);
}
.topbar.tone-violet .brand-edition,
.topbar.tone-black .brand-edition {
  color: var(--signal);
}

.shift-symbol {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}
.shift-symbol i,
.shift-symbol b {
  position: absolute;
  display: block;
  width: 13px;
  transform: skew(-14deg);
  transition:
    transform 0.45s ease,
    background 0.35s ease;
}
.shift-symbol i {
  left: 7px;
  top: 6px;
  height: 29px;
  background: var(--violet);
}
.shift-symbol b {
  right: 7px;
  top: 13px;
  height: 22px;
  background: var(--signal);
}
.brand:hover .shift-symbol i {
  transform: translateY(6px) skew(-14deg);
}
.brand:hover .shift-symbol b {
  transform: translateY(-6px) skew(-14deg);
}
.tone-violet .shift-symbol i,
.tone-black .shift-symbol i {
  background: var(--white);
}

.ambient-shift {
  position: absolute;
  z-index: 1;
  right: -5vw;
  bottom: -12vw;
  width: 50vw;
  height: 50vw;
  opacity: 0.1;
  pointer-events: none;
}
.ambient-shift i,
.ambient-shift b {
  position: absolute;
  bottom: 0;
  display: block;
  width: 13vw;
  background: var(--violet);
  transform: skew(-13deg);
}
.ambient-shift i {
  left: 5vw;
  height: 43vw;
}
.ambient-shift b {
  left: 25vw;
  height: 32vw;
  background: var(--signal);
}
.invitation .ambient-shift i {
  background: var(--white);
}
.contact .ambient-shift {
  opacity: 0.08;
}

.scroll-prompt {
  display: none;
}
.hero-scroll-cue {
  position: absolute;
  z-index: 47;
  right: 4vw;
  bottom: 4vh;
  display: flex;
  align-items: center;
  height: 48px;
  background: var(--black);
  color: var(--white);
  pointer-events: none;
}
.hero-scroll-cue span {
  padding: 0 16px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.hero-scroll-cue i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  background: var(--signal);
  color: var(--black);
  font-size: 22px;
  font-style: normal;
  animation: cue-shift 1.6s ease-in-out infinite;
}
@keyframes cue-shift {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

.direction-shift {
  background: var(--violet);
}
.direction-shift > div {
  color: var(--white);
}
.topic-rail {
  display: grid;
  grid-template-columns: 25% 75%;
  gap: 0;
  padding: 7vw 0 7vw 5vw;
  overflow: hidden;
  background: var(--violet);
  color: var(--white);
}
.topic-rail-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 4vw 24px 0;
}
.topic-rail-label small,
.topic-rail-label span,
.topic-rail-track button > span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.topic-rail-label small::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  background: var(--signal);
}
.topic-rail-label span {
  color: var(--signal);
}
.topic-rail-track {
  display: flex;
  gap: 12px;
  padding: 0 5vw 20px 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--signal) #ffffff35;
}
.topic-rail-track button {
  display: flex;
  flex: 0 0 min(430px, 72vw);
  min-height: 330px;
  padding: 25px;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: start;
  border: 0;
  background: var(--white);
  color: var(--black);
  text-align: left;
  cursor: pointer;
}
.topic-rail-track button:nth-child(2) {
  background: var(--signal);
}
.topic-rail-track button:nth-child(3) {
  background: var(--black);
  color: var(--white);
}
.topic-rail-track button:nth-child(4) {
  background: var(--violet-light);
}
.topic-rail-track strong {
  font-family: var(--display);
  font-size: clamp(25px, 2.4vw, 40px);
  font-weight: 690;
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.vertical-content {
  border-top: 0;
}

.before-talk-list h3 {
  font-family: var(--display);
  font-weight: 690;
}

.ipad-screen b {
  right: 8%;
  bottom: 8%;
  width: 56%;
  height: 33%;
  opacity: 0.18;
  transform: none;
}
.ipad-screen b::before,
.ipad-screen b::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 28%;
  background: var(--signal);
  transform: skew(-13deg);
}
.ipad-screen b::before {
  left: 8%;
  height: 100%;
}
.ipad-screen b::after {
  right: 8%;
  height: 70%;
}

@media (max-width: 819px) {
  .shift-symbol {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .shift-symbol i {
    left: 5px;
    top: 5px;
    width: 11px;
    height: 26px;
  }
  .shift-symbol b {
    right: 5px;
    top: 12px;
    width: 11px;
    height: 19px;
  }
  .ambient-shift {
    right: -14vw;
    bottom: -4vw;
    width: 82vw;
    height: 82vw;
  }
  .ambient-shift i {
    left: 8vw;
    width: 20vw;
    height: 72vw;
  }
  .ambient-shift b {
    left: 41vw;
    width: 20vw;
    height: 52vw;
  }
  .hero-scroll-cue {
    right: 20px;
    bottom: 22px;
    height: 42px;
  }
  .hero-scroll-cue i {
    width: 42px;
    height: 42px;
  }
  .topic-rail {
    display: block;
    padding: 68px 0 60px 20px;
  }
  .topic-rail-label {
    min-height: 115px;
    padding-right: 20px;
  }
  .topic-rail-track {
    padding-right: 20px;
  }
  .topic-rail-track button {
    flex-basis: 82vw;
    min-height: 340px;
    padding: 22px;
  }
  .topic-rail-track strong {
    font-size: 7vw;
  }
  .before-talk-list h3 {
    font-weight: 690;
  }
}

.image-story {
  display: grid;
  grid-template-columns: 32% 68%;
  padding: 9vw 0 9vw 5vw;
  overflow: hidden;
  background: var(--white);
}
.image-story-head {
  display: flex;
  flex-direction: column;
  padding: 10px 4vw 24px 0;
}
.image-story-head small,
.image-story-head > span,
.story-card figcaption {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.image-story-head small::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  background: var(--signal);
}
.image-story-head h2 {
  margin: 8vh 0;
  font-family: var(--display);
  font-size: clamp(30px, 3.5vw, 58px);
  font-weight: 690;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.image-story-head h2 b {
  color: var(--violet);
}
.image-story-head > span {
  margin-top: auto;
  color: var(--violet);
}
.image-story-track {
  display: flex;
  gap: 12px;
  padding: 0 5vw 20px 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--violet) #ddd;
}
.story-card {
  flex: 0 0 min(570px, 76vw);
  margin: 0;
  scroll-snap-align: start;
}
.story-photo {
  position: relative;
  height: min(68vh, 690px);
  overflow: hidden;
  background-position: center;
  background-size: cover;
  filter: grayscale(1) contrast(1.05);
}
.story-one .story-photo,
.story-one .story-photo span {
  background-image: url("../images/work-feels-woman.webp");
}
.story-two .story-photo,
.story-two .story-photo span {
  background-image: url("../images/mela-editorial-meeting-blur.webp");
}
.story-three .story-photo,
.story-three .story-photo span {
  background-image: url("../images/mela-editorial-transition-blur.webp");
}
.story-photo span {
  position: absolute;
  inset: 18% -5% 45% 40%;
  background-position: center;
  background-size: cover;
  filter: blur(15px);
  opacity: 0.86;
  transform: scale(1.12) translateX(3%);
  animation: optical-drift 7s ease-in-out infinite alternate;
}
.story-card:nth-child(2) .story-photo span {
  inset: 48% 15% 16% -6%;
  animation-delay: -2s;
}
.story-card:nth-child(3) .story-photo span {
  inset: 12% 48% 50% -5%;
  animation-delay: -4s;
}
@keyframes optical-drift {
  from {
    transform: scale(1.12) translateX(-2%);
  }
  to {
    transform: scale(1.16) translateX(5%);
  }
}
.story-card figcaption {
  padding: 18px 0;
  border-bottom: 1px solid;
}

@media (max-width: 819px) {
  .image-story {
    display: block;
    padding: 80px 0 70px 20px;
  }
  .image-story-head {
    min-height: 400px;
    padding-right: 20px;
  }
  .image-story-head h2 {
    margin: auto 0;
    font-size: 8.4vw;
  }
  .image-story-track {
    margin-top: 55px;
    padding-right: 20px;
  }
  .story-card {
    flex-basis: 82vw;
  }
  .story-photo {
    height: 62vh;
  }
}

/* v18: office files, journal and editorial footer */
.expertise-accordion {
  margin-top: 9vh;
  border-top: 1px solid var(--black);
}
.expertise-item {
  padding: 0 28px;
  border-bottom: 1px solid var(--black);
  color: var(--black);
  transition:
    background-color 0.4s ease,
    color 0.4s ease;
}
.expertise-item.is-open:nth-child(1) {
  background: var(--white);
}
.expertise-item.is-open:nth-child(2) {
  background: var(--black);
  color: var(--white);
}
.expertise-item.is-open:nth-child(3) {
  background: var(--signal);
}
.expertise-toggle {
  width: 100%;
  min-height: 126px;
  display: grid;
  grid-template-columns: 72px 1fr 48px;
  gap: 2vw;
  align-items: center;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.expertise-toggle > span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.expertise-toggle h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(29px, 3.6vw, 58px);
  font-weight: 760;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}
.expertise-toggle > i {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid currentColor;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.expertise-toggle > i::before,
.expertise-toggle > i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease;
}
.expertise-toggle > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.expertise-item.is-open .expertise-toggle > i {
  transform: rotate(180deg);
}
.expertise-item.is-open .expertise-toggle > i::after {
  opacity: 0;
}
.expertise-panel {
  display: grid;
  grid-template-columns: 72px 1fr 48px;
  gap: 2vw;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.55s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.32s ease,
    padding 0.45s ease;
}
.expertise-panel p {
  grid-column: 2;
  max-width: 720px;
  margin: 0;
  font-size: clamp(18px, 1.7vw, 27px);
  line-height: 1.25;
  letter-spacing: -0.025em;
}
.expertise-item.is-open .expertise-panel {
  max-height: 260px;
  padding: 0 0 38px;
  opacity: 1;
}
.expertise-toggle:focus-visible,
.journal-card-copy button:focus-visible,
.journal-controls button:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 3px;
}

.office-journal {
  padding: 10vw 0 8vw;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}
.journal-masthead {
  display: grid;
  grid-template-columns: 25% 1fr auto;
  gap: 4vw;
  align-items: end;
  padding: 0 5vw 8vw;
}
.journal-masthead > div:first-child {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.journal-masthead small,
.journal-masthead span,
.journal-card-meta,
.journal-reader-index small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.journal-masthead small {
  color: var(--signal);
}
.journal-masthead span {
  max-width: 220px;
  line-height: 1.45;
  color: #aaa;
}
.journal-masthead h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 6.7vw, 110px);
  font-weight: 690;
  line-height: 0.88;
  letter-spacing: -0.06em;
}
.journal-masthead h2 b {
  color: var(--violet);
}
.journal-controls {
  display: flex;
  gap: 8px;
}
.journal-controls button {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid #ffffff55;
  background: transparent;
  color: var(--white);
  font-size: 22px;
  cursor: pointer;
}
.journal-controls button:last-child {
  background: var(--signal);
  border-color: var(--signal);
  color: var(--black);
}
.journal-track {
  display: flex;
  gap: 12px;
  padding: 12px 5vw 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--signal) #ffffff2b;
}
.journal-card {
  position: relative;
  flex: 0 0 min(430px, 76vw);
  min-height: 650px;
  overflow: hidden;
  scroll-snap-align: start;
  background: var(--white);
  color: var(--black);
  transition:
    transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.4s ease;
}
.journal-card::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 0;
  height: 6px;
  background: var(--signal);
  transition: width 0.45s ease;
}
.journal-card.is-active {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px #0007;
}
.journal-card.is-active::before {
  width: 100%;
}
.journal-card-meta {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--black);
}
.journal-card-meta span:last-child {
  color: var(--violet);
}
.journal-thumb {
  position: relative;
  height: 250px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.journal-meeting .journal-thumb {
  background-image: url("../images/mela-editorial-meeting-blur.webp");
}
.journal-corridor .journal-thumb {
  background-image: url("../images/mela-editorial-transition-blur.webp");
}
.journal-portrait .journal-thumb {
  background-image: url("../images/work-feels-woman.webp");
  background-position: 66% center;
}
.journal-signal .journal-thumb {
  background:
    linear-gradient(90deg, #0000 49%, #111 50%, #0000 51%),
    linear-gradient(#0000 49%, #111 50%, #0000 51%), var(--signal);
  background-size: 72px 72px;
}
.journal-violet .journal-thumb {
  background:
    repeating-linear-gradient(
      -12deg,
      #ffffff18 0,
      #ffffff18 2px,
      transparent 2px,
      transparent 31px
    ),
    var(--violet);
}
.journal-thumb::after {
  content: "";
  position: absolute;
  inset: 43% -8% 23% 34%;
  background: inherit;
  background-position: center;
  background-size: cover;
  filter: blur(13px);
  opacity: 0.82;
  transform: scale(1.12);
  animation: optical-drift 7s ease-in-out infinite alternate;
}
.journal-signal .journal-thumb::after,
.journal-violet .journal-thumb::after {
  display: none;
}
.journal-thumb > span {
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 18px;
  padding: 7px 9px;
  background: var(--black);
  color: var(--white);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.journal-thumb > i {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  width: 48px;
  height: 58px;
  transform: skew(-13deg);
}
.journal-thumb > i::before,
.journal-thumb > i::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 13px;
  background: var(--signal);
}
.journal-thumb > i::before {
  left: 4px;
  height: 52px;
}
.journal-thumb > i::after {
  right: 4px;
  height: 36px;
}
.journal-card-copy {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 24px 20px 20px;
}
.journal-card-copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 720;
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.journal-card-copy p {
  margin: 24px 0;
  font-size: 18px;
  line-height: 1.35;
}
.journal-card-copy button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding: 14px 0 0;
  border: 0;
  border-top: 1px solid;
  background: transparent;
  color: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.journal-card-copy button i {
  width: 8px;
  height: 8px;
  background: var(--violet);
}
.journal-card.is-active .journal-card-copy button i {
  background: var(--signal);
}
.journal-reader {
  display: grid;
  grid-template-columns: 24% 1fr;
  gap: 4vw;
  margin: 7vw 5vw 0;
  padding: 4.5vw;
  background: var(--violet);
  color: var(--white);
}
.journal-reader-index {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #ffffff50;
}
.journal-reader-index > span {
  font-family: var(--display);
  font-size: clamp(52px, 7vw, 112px);
  font-weight: 700;
  line-height: 0.8;
  color: var(--signal);
}
.journal-reader h3 {
  max-width: 900px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 64px);
  font-weight: 720;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.journal-reader p {
  max-width: 780px;
  margin: 36px 0;
  font-size: clamp(19px, 1.7vw, 27px);
  line-height: 1.3;
}
.journal-reader a {
  display: inline-flex;
  padding: 15px 18px;
  background: var(--black);
  color: var(--white);
  font-family: var(--display);
  font-size: 9px;
  font-weight: 650;
  text-decoration: none;
}

.mindmakers-shift {
  position: absolute !important;
  z-index: 1 !important;
  right: -4vw;
  bottom: -10vw;
  width: 48vw;
  height: 48vw;
  opacity: 0.13;
  pointer-events: none;
}
.mindmakers-shift i,
.mindmakers-shift b {
  position: absolute;
  bottom: 0;
  display: block;
  width: 12vw;
  transform: skew(-13deg);
}
.mindmakers-shift i {
  left: 5vw;
  height: 42vw;
  background: var(--white);
}
.mindmakers-shift b {
  left: 25vw;
  height: 31vw;
  background: var(--signal);
}

.site-footer {
  overflow: hidden;
  background: var(--violet);
  color: var(--black);
}
.footer-ticker {
  overflow: hidden;
  background: var(--signal);
  border-bottom: 1px solid var(--black);
}
.footer-ticker > div {
  width: max-content;
  min-width: 180%;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 17px 0;
  font-family: var(--display);
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 700;
  line-height: 1;
  animation: footer-marquee 19s linear infinite;
}
.footer-ticker i {
  width: 10px;
  height: 10px;
  background: var(--violet);
}
@keyframes footer-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-35%);
  }
}
.footer-main {
  display: grid;
  grid-template-columns: 68% 32%;
  gap: 5vw;
  padding: 9vw 5vw 8vw;
}
.footer-statement small,
.footer-start > span,
.footer-bottom {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.footer-statement h2 {
  margin: 7vh 0 0;
  font-family: var(--display);
  font-size: clamp(50px, 7vw, 118px);
  font-weight: 690;
  line-height: 0.88;
  letter-spacing: -0.06em;
}
.footer-statement h2 b {
  color: var(--white);
}
.footer-start {
  align-self: end;
  border-bottom: 1px solid;
}
.footer-start > span {
  display: block;
  padding-bottom: 20px;
  color: var(--white);
}
.footer-start a {
  display: grid;
  grid-template-columns: 42px 1fr;
  padding: 19px 0;
  border-top: 1px solid;
  color: inherit;
  font-family: var(--display);
  font-size: clamp(15px, 1.4vw, 22px);
  font-weight: 650;
  text-decoration: none;
  transition:
    padding 0.3s ease,
    background 0.3s ease;
}
.footer-start a:hover {
  padding-left: 12px;
  background: var(--signal);
}
.footer-start a small {
  font-family: var(--body);
  font-size: 9px;
  letter-spacing: 0.08em;
}
.footer-bottom {
  display: grid;
  grid-template-columns: 90px 1fr auto auto;
  gap: 30px;
  align-items: center;
  padding: 28px 5vw;
  border-top: 1px solid;
}
.footer-bottom a {
  color: inherit;
  text-decoration: none;
}
.footer-symbol {
  position: relative;
  width: 64px;
  height: 50px;
}
.footer-symbol i,
.footer-symbol b {
  position: absolute;
  bottom: 0;
  display: block;
  width: 15px;
  transform: skew(-13deg);
}
.footer-symbol i {
  left: 8px;
  height: 45px;
  background: var(--white);
}
.footer-symbol b {
  left: 38px;
  height: 32px;
  background: var(--signal);
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none !important;
  }
}

@media (max-width: 819px) {
  .expertise {
    padding: 90px 20px;
  }
  .expertise-accordion {
    margin-top: 65px;
  }
  .expertise-item {
    padding: 0 16px;
  }
  .expertise-toggle {
    min-height: 112px;
    grid-template-columns: 28px 1fr 38px;
    gap: 12px;
    padding: 15px 0;
  }
  .expertise-toggle h3 {
    font-size: 6.7vw;
    font-weight: 760;
  }
  .expertise-toggle > i {
    width: 36px;
    height: 36px;
  }
  .expertise-panel {
    grid-template-columns: 28px 1fr 38px;
    gap: 12px;
  }
  .expertise-panel p {
    font-size: 18px;
    line-height: 1.35;
  }
  .expertise-item.is-open .expertise-panel {
    max-height: 300px;
    padding-bottom: 28px;
  }
  .office-journal {
    padding: 90px 0 80px;
  }
  .journal-masthead {
    display: block;
    padding: 0 20px 65px;
  }
  .journal-masthead > div:first-child {
    min-height: 90px;
  }
  .journal-masthead h2 {
    margin-top: 48px;
    font-size: 11vw;
  }
  .journal-controls {
    margin-top: 38px;
  }
  .journal-track {
    padding: 12px 20px 28px;
  }
  .journal-card {
    flex-basis: 84vw;
    min-height: 630px;
  }
  .journal-card.is-active {
    transform: translateY(-7px);
  }
  .journal-thumb {
    height: 240px;
  }
  .journal-card-copy h3 {
    font-size: 7vw;
  }
  .journal-card-copy p {
    font-size: 18px;
  }
  .journal-reader {
    display: block;
    margin: 65px 20px 0;
    padding: 28px 22px;
  }
  .journal-reader-index {
    min-height: 0;
    flex-direction: row;
    align-items: end;
    padding-bottom: 25px;
    border-right: 0;
    border-bottom: 1px solid #ffffff50;
  }
  .journal-reader-index > span {
    font-size: 17vw;
  }
  .journal-reader h3 {
    margin-top: 35px;
    font-size: 7.5vw;
  }
  .journal-reader p {
    margin: 28px 0;
    font-size: 19px;
  }
  .mindmakers-shift {
    right: -12vw;
    bottom: -2vw;
    width: 82vw;
    height: 82vw;
  }
  .mindmakers-shift i {
    left: 8vw;
    width: 20vw;
    height: 72vw;
  }
  .mindmakers-shift b {
    left: 42vw;
    width: 20vw;
    height: 53vw;
  }
  .footer-ticker > div {
    min-width: 330%;
    padding: 14px 0;
    font-size: 16px;
  }
  .footer-main {
    display: block;
    padding: 82px 20px 70px;
  }
  .footer-statement h2 {
    margin-top: 50px;
    font-size: 10.6vw;
  }
  .footer-start {
    margin-top: 80px;
  }
  .footer-start a {
    grid-template-columns: 36px 1fr;
    padding: 18px 0;
    font-size: 17px;
  }
  .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 28px;
    padding: 26px 20px 34px;
    line-height: 1.45;
  }
  .footer-symbol {
    flex: 0 0 64px;
  }
  .footer-bottom a {
    flex: 1 0 calc(100% - 92px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-ticker > div,
  .journal-thumb::after {
    animation: none;
  }
}

/* v19: one coherent journey — quieter files, useful imagery, shared B2B world */
.journey-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5vw;
  align-items: end;
  margin-top: 8vw;
  padding: 4.5vw;
  background: var(--signal);
}
.journey-cta p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(21px, 2.4vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}
.journey-cta .brand-cta {
  background: var(--black);
}

.story-card figcaption {
  min-height: 285px;
  padding: 24px 0 0;
  border: 0;
}
.story-card figcaption > span {
  display: block;
  color: var(--violet);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.story-card figcaption h3 {
  max-width: 530px;
  margin: 24px 0 18px;
  font-family: var(--display);
  font-size: clamp(24px, 2.2vw, 37px);
  font-weight: 720;
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.story-card figcaption p {
  max-width: 500px;
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: 430;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.story-card figcaption a,
.bio-cta,
.expertise-next a,
.journal-card-copy a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
}
.story-card figcaption a::after,
.bio-cta::after,
.expertise-next a::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--signal);
}
.bio-cta {
  margin-top: 35px;
}

.expertise {
  background: var(--white);
}
.expertise-accordion {
  border-top-color: #cfcfcf;
}
.expertise-item,
.expertise-item.is-open:nth-child(1),
.expertise-item.is-open:nth-child(2),
.expertise-item.is-open:nth-child(3) {
  position: relative;
  padding: 0 22px;
  border-color: #cfcfcf;
  background: var(--white);
  color: var(--black);
}
.expertise-item.is-open:nth-child(1),
.expertise-item.is-open:nth-child(2),
.expertise-item.is-open:nth-child(3) {
  background: var(--black);
  color: var(--white);
}
.expertise-item.is-open::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  background: var(--signal);
}
.expertise-toggle {
  min-height: 116px;
  grid-template-columns: 58px 1fr 48px;
  padding: 18px 0;
}
.expertise-toggle h3 {
  font-size: clamp(28px, 3.35vw, 54px);
  font-weight: 740;
}
.expertise-toggle > i {
  width: 44px;
  height: 32px;
  border: 0;
  transform: none !important;
}
.expertise-toggle > i::before,
.expertise-toggle > i::after {
  width: 24px;
  height: 4px;
  background: var(--violet);
}
.expertise-toggle > i::after {
  width: 18px;
  background: var(--signal);
  transform: translate(-25%, -50%) rotate(90deg);
}
.expertise-item.is-open .expertise-toggle > i::before {
  background: var(--white);
}
.expertise-item.is-open .expertise-toggle > i::after {
  opacity: 1;
  transform: translate(-22%, 5px) rotate(0);
}
.expertise-panel {
  grid-template-columns: 58px 1fr 48px;
}
.expertise-item.is-open .expertise-panel {
  max-height: 250px;
  padding-bottom: 34px;
}
.expertise-next {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5vw;
  align-items: end;
  margin-top: 6vw;
  padding-top: 30px;
  border-top: 1px solid;
}
.expertise-next p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(19px, 1.9vw, 29px);
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.office-journal {
  padding-bottom: 9vw;
}
.journal-card::before {
  width: 52px;
}
.journal-card:hover::before {
  width: 100%;
}
.journal-card-copy a {
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid;
  border-bottom: 0;
}
.journal-card-copy a i {
  width: 8px;
  height: 8px;
  background: var(--violet);
}

.mindmakers {
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  color: var(--black);
}
.mindmakers > * {
  position: relative;
  z-index: auto;
}
.mindmakers-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--black);
}
.mindmakers-photo {
  position: absolute;
  inset: 0;
  background-image: url("../images/mela-editorial-meeting-blur.webp");
  background-position: center;
  background-size: cover;
  filter: grayscale(1) contrast(1.08);
  transform: scale(1.025);
}
.mindmakers-visual::after {
  content: "";
  position: absolute;
  inset: 18% -10% 54% 31%;
  background-image: url("../images/mela-editorial-meeting-blur.webp");
  background-position: center;
  background-size: cover;
  filter: grayscale(1) blur(15px);
  opacity: 0.88;
  transform: scale(1.12);
  animation: optical-drift 8s ease-in-out infinite alternate;
}
.mindmakers-visual > span {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 28px;
  padding: 9px 11px;
  background: var(--signal);
  color: var(--black);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.mindmakers-editorial {
  padding: 9vw 5vw 8vw;
}
.mindmakers-editorial > small {
  display: block;
  margin-bottom: 6vh;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.mindmakers-editorial > small::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  background: var(--signal);
}
.mindmakers-editorial h2 {
  max-width: 780px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 4.8vw, 78px);
  font-weight: 690;
  line-height: 0.91;
  letter-spacing: -0.055em;
}
.mindmakers-editorial h2 b {
  color: var(--violet);
}
.mindmakers-editorial > p {
  max-width: 760px;
  margin: 7vh 0 0;
  color: var(--black);
  font-size: clamp(19px, 1.75vw, 27px);
  line-height: 1.28;
  letter-spacing: -0.03em;
}
.mindmakers-service-list {
  display: grid;
  gap: 26px;
  margin-top: 7vh;
}
.mindmakers-service-list article {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding-left: 22px;
}
.mindmakers-service-list article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 7px;
  height: 28px;
  background: var(--signal);
  transform: skew(-13deg);
}
.mindmakers-service-list article > span {
  color: var(--violet);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.mindmakers-service-list h3 {
  margin: 0 0 7px;
  font-family: var(--display);
  font-size: clamp(16px, 1.35vw, 22px);
  font-weight: 700;
  line-height: 1.05;
}
.mindmakers-service-list p {
  max-width: 620px;
  margin: 0;
  color: var(--black);
  font-size: 17px;
  line-height: 1.35;
}
.mindmakers-action {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 7vh;
}
.mindmakers-action > small {
  max-width: 240px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.closing-editorial {
  overflow: hidden;
  background: var(--violet);
  color: var(--black);
}
.closing-main {
  display: grid;
  grid-template-columns: 67% 33%;
  gap: 5vw;
  padding: 9vw 5vw 8vw;
}
.closing-note {
  align-self: end;
}
.closing-note p {
  max-width: 430px;
  margin: 0 0 34px;
  font-size: clamp(20px, 2vw, 31px);
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.closing-note .brand-cta {
  background: var(--black);
}

.site-footer {
  background: var(--black);
  color: var(--white);
}
.site-footer .footer-main {
  grid-template-columns: 44% 56%;
  padding: 6vw 5vw;
}
.footer-brand {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-content: start;
  align-items: center;
  gap: 3px 18px;
}
.footer-brand .footer-symbol {
  grid-row: 1 / span 3;
}
.footer-brand strong {
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 38px);
  font-weight: 700;
}
.footer-brand > span {
  color: var(--signal);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.footer-brand p {
  grid-column: 2;
  max-width: 310px;
  margin: 18px 0 0;
  color: #bdbdbd;
  font-size: 18px;
  line-height: 1.3;
}
.site-footer .footer-start {
  border-color: #ffffff55;
}
.site-footer .footer-start > span {
  color: var(--signal);
}
.site-footer .footer-start a {
  border-color: #ffffff55;
}
.site-footer .footer-start a:hover {
  background: var(--violet);
}
.site-footer .footer-bottom {
  grid-template-columns: 1fr auto auto;
  border-color: #ffffff55;
  color: #bdbdbd;
}
.site-footer .footer-bottom a {
  color: var(--white);
}

@media (max-width: 819px) {
  .journey-cta {
    display: block;
    margin-top: 70px;
    padding: 28px 22px;
  }
  .journey-cta p {
    font-size: 21px;
  }
  .journey-cta .brand-cta {
    margin-top: 30px;
  }
  .story-photo {
    height: 56vh;
  }
  .story-card figcaption {
    min-height: 330px;
    padding-right: 16px;
  }
  .story-card figcaption h3 {
    font-size: 6.8vw;
  }
  .story-card figcaption p {
    font-size: 18px;
  }
  .bio-cta {
    margin-top: 32px;
  }
  .expertise {
    background: var(--white);
  }
  .expertise-item,
  .expertise-item.is-open:nth-child(1),
  .expertise-item.is-open:nth-child(2),
  .expertise-item.is-open:nth-child(3) {
    padding: 0 12px;
  }
  .expertise-toggle {
    min-height: 104px;
    grid-template-columns: 26px 1fr 36px;
    gap: 11px;
  }
  .expertise-toggle h3 {
    font-size: 6.5vw;
  }
  .expertise-toggle > i {
    width: 34px;
    height: 28px;
  }
  .expertise-panel {
    grid-template-columns: 26px 1fr 36px;
    gap: 11px;
  }
  .expertise-next {
    display: block;
    margin-top: 55px;
  }
  .expertise-next p {
    font-size: 19px;
  }
  .expertise-next a {
    margin-top: 28px;
  }
  .journal-card {
    min-height: 620px;
  }
  .mindmakers {
    display: block;
    min-height: 0;
  }
  .mindmakers-visual {
    min-height: 62vh;
  }
  .mindmakers-visual > span {
    left: 20px;
    bottom: 20px;
  }
  .mindmakers-editorial {
    padding: 82px 20px 80px;
  }
  .mindmakers-editorial h2 {
    font-size: 9.2vw;
  }
  .mindmakers-editorial > p {
    margin-top: 50px;
    font-size: 20px;
  }
  .mindmakers-service-list {
    margin-top: 55px;
  }
  .mindmakers-service-list article {
    grid-template-columns: 32px 1fr;
    gap: 10px;
    padding-left: 18px;
  }
  .mindmakers-service-list h3 {
    font-size: 18px;
  }
  .mindmakers-service-list p {
    font-size: 17px;
  }
  .mindmakers-action {
    display: block;
    margin-top: 55px;
  }
  .mindmakers-action > small {
    display: block;
    margin-top: 22px;
  }
  .closing-main {
    display: block;
    padding: 82px 20px 76px;
  }
  .closing-note {
    margin-top: 70px;
  }
  .closing-note p {
    font-size: 21px;
  }
  .site-footer .footer-main {
    display: block;
    padding: 68px 20px 58px;
  }
  .footer-brand {
    grid-template-columns: 72px 1fr;
  }
  .footer-brand p {
    font-size: 17px;
  }
  .site-footer .footer-start {
    margin-top: 70px;
  }
  .site-footer .footer-bottom {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mindmakers-visual::after {
    animation: none;
  }
}

/* v20: clearer journey, readable type and an on-page work check */
html,
body {
  overflow-x: clip;
}

.brand-cta {
  min-height: 54px;
  padding: 17px 24px;
  font-size: 12px;
  line-height: 1.15;
}

.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,
.statement-kicker,
.issue-tab,
.menu-index {
  font-size: clamp(11px, 0.85vw, 14px);
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.theme-card p,
.statement-copy,
.story-card figcaption p,
.bio p,
.expertise-panel p,
.steps p,
.tools-heading p,
.product-card > p,
.journal-card-copy p,
.mindmakers-service-list p,
.boundary p,
.closing-note p,
.footer-brand p {
  font-size: max(17px, 1.05vw);
  line-height: 1.4;
}

/* menu */
.menu-overlay {
  overflow-y: auto;
  overscroll-behavior: contain;
}
.menu-overlay nav button {
  min-width: 0;
}
.menu-overlay nav button b {
  min-width: 0;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.menu-footer {
  position: absolute;
  left: 5vw;
  bottom: 5vw;
  display: grid;
  gap: 18px;
}
.menu-footer button {
  width: fit-content;
  min-height: 48px;
  padding: 14px 18px;
  border: 0;
  background: var(--signal);
  color: var(--black);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.menu-footer p {
  margin: 0;
  font-size: 17px;
}

/* work-check entry */
.work-check-entry {
  display: grid;
  grid-template-columns: 57% 43%;
  padding: 8vw 5vw;
  background: var(--violet);
  color: var(--black);
}
.work-check-entry-copy {
  padding-right: 7vw;
}
.work-check-entry-copy > small {
  display: block;
  font-size: clamp(11px, 0.85vw, 14px);
  font-weight: 700;
  letter-spacing: 0.11em;
}
.work-check-entry-copy > small::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 12px;
  background: var(--signal);
}
.work-check-entry h2 {
  max-width: 870px;
  margin: 7vh 0 0;
  font-family: var(--display);
  font-size: clamp(46px, 6.3vw, 105px);
  font-weight: 700;
  line-height: 0.89;
  letter-spacing: -0.065em;
}
.work-check-entry h2 b {
  color: var(--white);
}
.work-check-entry-copy p {
  max-width: 680px;
  margin: 6vh 0 0;
  font-size: clamp(19px, 1.75vw, 28px);
  line-height: 1.3;
  letter-spacing: -0.035em;
}
.work-check-entry-copy .brand-cta {
  margin-top: 38px;
  background: var(--black);
  color: var(--white);
}
.work-check-entry-statement {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5vw;
  background: var(--black);
  color: var(--white);
}
.work-check-entry-statement span {
  margin: 32px 0 12px;
  color: var(--signal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.work-check-entry-statement span:first-child {
  margin-top: 0;
}
.work-check-entry-statement strong {
  font-family: var(--display);
  font-size: clamp(29px, 3vw, 52px);
  font-weight: 680;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

/* work-check modal */
.work-check-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  overflow-y: auto;
  background: rgba(9, 9, 10, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.work-check-card {
  width: min(1180px, 100%);
  max-height: calc(100svh - 56px);
  overflow-y: auto;
  background: var(--white);
  color: var(--black);
  box-shadow: 18px 18px 0 var(--violet);
}
.work-check-topline {
  position: sticky;
  z-index: 2;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 52px;
  align-items: center;
  min-height: 64px;
  padding-left: 28px;
  background: var(--black);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.work-check-topline > span:nth-child(2) {
  color: var(--signal);
}
.work-check-topline button {
  align-self: stretch;
  border: 0;
  border-left: 1px solid #ffffff55;
  background: transparent;
  color: var(--white);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
.work-check-question,
.work-check-result {
  padding: 5vw;
}
.work-check-question > small,
.work-check-result > small {
  display: block;
  color: var(--violet);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.work-check-question h2,
.work-check-result h2 {
  max-width: 980px;
  margin: 4vh 0 0;
  font-family: var(--display);
  font-size: clamp(37px, 5.2vw, 78px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.06em;
}
.work-check-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 6vh;
  border-top: 1px solid var(--black);
}
.work-check-options button {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr 16px;
  gap: 15px;
  align-items: start;
  min-height: 128px;
  padding: 26px 22px;
  border: 0;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
  font-family: var(--display);
  font-size: clamp(18px, 1.7vw, 27px);
  font-weight: 680;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-align: left;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}
.work-check-options button:nth-child(2n) {
  border-right: 0;
}
.work-check-options button:hover,
.work-check-options button:focus-visible {
  background: var(--signal);
  outline: none;
}
.work-check-options button span {
  color: var(--violet);
  font-family: var(--body);
  font-size: 11px;
  letter-spacing: 0.08em;
}
.work-check-options button i {
  width: 12px;
  height: 12px;
  background: var(--violet);
}
.work-check-question > p {
  margin: 24px 0 0;
  color: #5d5d62;
  font-size: 15px;
}
.work-check-result {
  min-height: 620px;
  background: var(--violet);
}
.work-check-result h2 {
  max-width: 1050px;
}
.work-check-result > p {
  max-width: 700px;
  margin: 5vh 0 0;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.28;
  letter-spacing: -0.035em;
}
.work-check-result > strong {
  display: inline-block;
  margin-top: 32px;
  padding: 12px 14px;
  background: var(--signal);
  font-size: 12px;
  letter-spacing: 0.08em;
}
.work-check-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 48px;
}
.work-check-actions button,
.work-check-actions a {
  min-height: 54px;
  padding: 17px 22px;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.work-check-actions a {
  background: transparent;
  color: var(--black);
}

/* keep the editorial image rail moving forward in the journey */
.story-card figcaption a,
.story-card figcaption button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  cursor: pointer;
}
.story-card figcaption a::after,
.story-card figcaption button::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--signal);
}

/* paid offer ladder */
.offer {
  display: block;
  padding: 9vw 5vw;
  background: var(--violet);
  color: var(--black);
}
.offer-intro {
  display: grid;
  grid-template-columns: 68% 32%;
  gap: 4vw;
  align-items: end;
}
.offer-intro > small {
  grid-column: 1 / -1;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.offer-intro h2 {
  margin: 5vh 0 0;
  font-family: var(--display);
  font-size: clamp(48px, 6.5vw, 108px);
  font-weight: 700;
  line-height: 0.89;
  letter-spacing: -0.065em;
}
.offer-intro h2 b {
  color: var(--white);
}
.offer-intro p {
  max-width: 490px;
  margin: 0;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.offer-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 7vw;
}
.offer-card {
  min-width: 0;
  min-height: 590px;
  display: flex;
  flex-direction: column;
  padding: 34px;
}
.offer-card-dark {
  background: var(--black);
  color: var(--white);
}
.offer-card-light {
  background: var(--white);
  color: var(--black);
}
.offer-card-signal {
  background: var(--signal);
  color: var(--black);
}
.offer-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.offer-card h3 {
  margin: auto 0 28px;
  overflow-wrap: anywhere;
  font-family: var(--display);
  font-size: clamp(32px, 3vw, 53px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.055em;
}
.offer-card p {
  min-height: 112px;
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
}
.offer-card > strong {
  margin-top: 26px;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.offer-card > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  margin-top: 34px;
  padding: 15px 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.offer-card > a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--violet);
}
.offer-card-dark > a::after {
  background: var(--signal);
}

/* prevent long B2B terms from leaving the mobile viewport */
.mindmakers-editorial,
.mindmakers-service-list,
.mindmakers-service-list article,
.mindmakers-service-list article > div {
  min-width: 0;
}
.mindmakers-service-list h3 {
  max-width: 100%;
  overflow-wrap: anywhere;
  hyphens: auto;
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.mindmakers-editorial > p {
  max-width: 720px;
}

/* the footer is orientation, not another sales section */
.site-footer .footer-start a,
.site-footer .footer-start button {
  display: grid;
  grid-template-columns: 42px 1fr;
  width: 100%;
  padding: 19px 0;
  border: 0;
  border-top: 1px solid #ffffff55;
  background: transparent;
  color: inherit;
  font-family: var(--display);
  font-size: clamp(15px, 1.4vw, 22px);
  font-weight: 650;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition:
    padding 0.3s ease,
    background 0.3s ease;
}
.site-footer .footer-start a:hover,
.site-footer .footer-start button:hover {
  padding-left: 12px;
  background: var(--violet);
}
.site-footer .footer-start a small,
.site-footer .footer-start button small {
  font-family: var(--body);
  font-size: 11px;
  letter-spacing: 0.08em;
}

/* readable micro-type: content labels must never behave like fine print */
.brand-edition,
.page-count,
.topbar nav,
.panel small,
.theme-card small,
.image-story-head > span,
.story-card figcaption > span,
.portrait-caption,
.bio-facts span,
.bio-cta,
.expertise-next a,
.slider-controls button,
.tool-meta span,
.text-link,
.swipe-hint,
.journal-masthead span,
.journal-card-meta span,
.journal-card-copy a,
.mindmakers-visual > span,
.mindmakers-service-list article > span,
.mindmakers-action > small,
.footer-start > span,
.footer-bottom {
  font-size: 11px;
  line-height: 1.4;
}
.ipad-screen small,
.ipad-screen i,
.journal-thumb > span {
  font-size: 9px;
  line-height: 1.35;
}
.closing-note p {
  font-size: clamp(21px, 2vw, 31px);
  line-height: 1.3;
}

@media (max-width: 819px) {
  .brand-cta {
    width: 100%;
    justify-content: space-between;
    min-height: 58px;
    font-size: 12px;
  }
  .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,
  .statement-kicker,
  .issue-tab,
  .menu-index {
    font-size: 12px;
  }
  .menu-overlay {
    padding: 94px 20px 28px;
  }
  .menu-index {
    margin-bottom: 34px;
  }
  .menu-overlay nav button {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    padding: 9px 0 12px;
    overflow-wrap: anywhere;
    font-size: clamp(30px, 8.2vw, 39px);
    line-height: 0.92;
    letter-spacing: -0.055em;
  }
  .menu-overlay nav button > span {
    padding-top: 4px;
    font-size: 11px;
  }
  .menu-company b {
    line-height: 0.84 !important;
  }
  .menu-footer {
    position: static;
    margin-top: 28px;
    padding-bottom: 28px;
  }
  .menu-footer button {
    width: 100%;
    justify-content: center;
    font-size: 12px;
  }
  .menu-footer p {
    font-size: 17px;
  }

  .work-check-entry {
    display: block;
    padding: 76px 20px;
  }
  .work-check-entry-copy {
    padding: 0;
  }
  .work-check-entry-copy > small {
    font-size: 12px;
  }
  .work-check-entry h2 {
    margin-top: 44px;
    font-size: 10.4vw;
  }
  .work-check-entry-copy p {
    margin-top: 42px;
    font-size: 20px;
  }
  .work-check-entry-copy .brand-cta {
    margin-top: 32px;
  }
  .work-check-entry-statement {
    margin-top: 54px;
    padding: 38px 24px;
  }
  .work-check-entry-statement span {
    font-size: 12px;
  }
  .work-check-entry-statement strong {
    font-size: 7vw;
  }

  .work-check-modal {
    display: block;
    padding: 0;
    background: var(--white);
  }
  .work-check-card {
    width: 100%;
    max-height: 100svh;
    min-height: 100svh;
    box-shadow: none;
  }
  .work-check-topline {
    grid-template-columns: 1fr auto 50px;
    min-height: 62px;
    padding-left: 18px;
    font-size: 11px;
  }
  .work-check-question,
  .work-check-result {
    padding: 48px 20px 56px;
  }
  .work-check-question > small,
  .work-check-result > small {
    font-size: 12px;
  }
  .work-check-question h2,
  .work-check-result h2 {
    margin-top: 34px;
    font-size: 9vw;
  }
  .work-check-options {
    display: block;
    margin-top: 46px;
  }
  .work-check-options button {
    grid-template-columns: 28px 1fr 12px;
    width: 100%;
    min-height: 92px;
    padding: 20px 14px;
    border-right: 0;
    font-size: 18px;
  }
  .work-check-question > p {
    font-size: 15px;
    line-height: 1.4;
  }
  .work-check-result {
    min-height: calc(100svh - 62px);
  }
  .work-check-result > p {
    font-size: 20px;
  }
  .work-check-result > strong {
    font-size: 11px;
    line-height: 1.4;
  }
  .work-check-actions {
    display: grid;
  }
  .work-check-actions button,
  .work-check-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .offer {
    padding: 78px 0 72px 20px;
    overflow: hidden;
  }
  .offer-intro {
    display: block;
    padding-right: 20px;
  }
  .offer-intro h2 {
    margin-top: 42px;
    font-size: 10vw;
  }
  .offer-intro p {
    margin-top: 42px;
    font-size: 20px;
  }
  .offer-options {
    display: flex;
    gap: 10px;
    margin-top: 58px;
    padding-right: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .offer-options::-webkit-scrollbar {
    display: none;
  }
  .offer-card {
    flex: 0 0 84vw;
    min-height: 570px;
    padding: 28px 24px;
    scroll-snap-align: start;
  }
  .offer-card h3 {
    font-size: 8.2vw;
  }
  .offer-card p {
    min-height: 0;
    font-size: 18px;
  }
  .offer-card > a {
    font-size: 12px;
  }

  .mindmakers-editorial {
    padding: 74px 20px 76px;
    overflow: hidden;
  }
  .mindmakers-editorial h2 {
    max-width: 100%;
    font-size: 9vw;
    overflow-wrap: anywhere;
  }
  .mindmakers-editorial > p {
    font-size: 20px;
    line-height: 1.38;
  }
  .mindmakers-service-list article {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    padding-left: 17px;
  }
  .mindmakers-service-list h3 {
    font-size: clamp(18px, 5.2vw, 22px);
    line-height: 1.05;
  }
  .mindmakers-service-list p {
    font-size: 17px;
    line-height: 1.42;
  }
  .mindmakers-action .brand-cta {
    width: 100%;
  }
  .mindmakers-action > small {
    max-width: 100%;
    font-size: 12px;
  }

  .closing-note p {
    font-size: 21px;
    line-height: 1.35;
  }
  .footer-brand p {
    font-size: 18px;
  }
  .site-footer .footer-start a,
  .site-footer .footer-start button {
    grid-template-columns: 36px 1fr;
    padding: 20px 0;
    font-size: 18px;
  }
  .site-footer .footer-bottom {
    font-size: 11px;
  }
  .brand-edition,
  .page-count,
  .panel small,
  .theme-card small,
  .image-story-head > span,
  .story-card figcaption > span,
  .portrait-caption,
  .bio-facts span,
  .bio-cta,
  .expertise-next a,
  .slider-controls button,
  .tool-meta span,
  .text-link,
  .swipe-hint,
  .journal-masthead span,
  .journal-card-meta span,
  .journal-card-copy a,
  .mindmakers-visual > span,
  .mindmakers-service-list article > span,
  .mindmakers-action > small,
  .footer-start > span,
  .footer-bottom {
    font-size: 12px;
  }
  .ipad-screen small,
  .ipad-screen i,
  .journal-thumb > span {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .work-check-modal,
  .work-check-card,
  .work-check-options button {
    scroll-behavior: auto;
    transition: none;
  }
}

/* v21: clearer conversion, prevention and long-form journal */
.work-check-entry-map {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 2vw 0 1vw 5vw;
  border-left: 1px solid #ffffff80;
  color: var(--white);
}
.work-check-entry-map::before {
  content: "03";
  position: absolute;
  z-index: 0;
  right: -0.02em;
  top: -0.22em;
  color: #ffffff12;
  font-family: var(--display);
  font-size: clamp(150px, 20vw, 340px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.12em;
}
.work-check-entry-map > * {
  position: relative;
  z-index: 1;
}
.work-check-entry-map > p {
  max-width: 570px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(25px, 2.55vw, 43px);
  font-weight: 690;
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.work-check-entry-map ol {
  margin: 7vw 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ffffff80;
}
.work-check-entry-map li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff80;
  font-size: clamp(15px, 1.25vw, 20px);
  font-weight: 650;
  line-height: 1.2;
}
.work-check-entry-map li span {
  color: var(--signal);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.work-check-topline {
  position: sticky;
}
.work-check-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  overflow: hidden;
  background: #ffffff30;
}
.work-check-progress i {
  display: block;
  height: 100%;
  background: var(--signal);
  transition: width 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.work-check-question-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
}
.work-check-question-footer > button {
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.work-check-question-footer > button:disabled {
  opacity: 0.25;
  cursor: default;
}
.work-check-question-footer > p {
  margin: 0;
  color: #5d5d62;
  font-size: 15px;
  text-align: right;
}
.work-check-secondary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  width: fit-content;
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid #0008;
}
.work-check-secondary span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.work-check-secondary b {
  color: var(--white);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.offer-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.offer-card {
  min-height: 520px;
}
.offer-card-future {
  background: var(--violet-light);
  color: var(--black);
}

.prevention-formats {
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 9vw 5vw;
  overflow: hidden;
  background: var(--white);
  color: var(--black);
}
.prevention-intro {
  padding-right: 5vw;
}
.prevention-intro > small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.prevention-intro > small::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 12px;
  background: var(--signal);
}
.prevention-intro h2 {
  margin: 7vh 0 0;
  font-family: var(--display);
  font-size: clamp(43px, 5.3vw, 88px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.065em;
}
.prevention-intro h2 b {
  color: var(--violet);
}
.prevention-intro p {
  max-width: 560px;
  margin: 6vh 0 0;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.32;
  letter-spacing: -0.035em;
}
.prevention-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.prevention-grid article {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--black);
  color: var(--white);
}
.prevention-grid article:nth-child(2) {
  background: var(--violet-light);
  color: var(--black);
}
.prevention-grid article > span,
.prevention-grid article > strong {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.09em;
}
.prevention-grid article > span {
  color: var(--signal);
}
.prevention-grid article:nth-child(2) > span {
  color: var(--violet);
}
.prevention-grid h3 {
  margin: auto 0 24px;
  overflow-wrap: anywhere;
  font-family: var(--display);
  font-size: clamp(28px, 2.7vw, 48px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.prevention-grid p {
  margin: 0;
  font-size: 18px;
  line-height: 1.38;
}
.prevention-grid article > strong {
  margin-top: 22px;
}
.prevention-grid a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  padding: 16px 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.prevention-grid a::after {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--signal);
}
.prevention-grid article:nth-child(2) a::after {
  background: var(--violet);
}
.prevention-grid .prevention-retreat {
  position: relative;
  z-index: 0;
  grid-column: 1 / -1;
  min-height: 500px;
  overflow: hidden;
  background:
    linear-gradient(90deg, #09090aed 0%, #09090abf 52%, #09090a24 100%),
    url("../images/mela-editorial-transition-blur.webp") center / cover;
}
.prevention-retreat::after {
  content: "PRIVATE / INTENSIVE";
  position: absolute;
  z-index: -1;
  right: -2vw;
  bottom: -0.1em;
  color: #ffffff1c;
  font-family: var(--display);
  font-size: clamp(70px, 9vw, 150px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.08em;
}
.prevention-retreat h3,
.prevention-retreat p,
.prevention-retreat strong,
.prevention-retreat a {
  max-width: 620px;
}

.journal-future .journal-thumb {
  background-image:
    linear-gradient(120deg, #7569d655, #d9ff432e),
    url("../images/mela-editorial-transition-blur.webp");
}

/* Journal article: white, editorial and search-friendly */
.article-page {
  min-height: 100vh;
  overflow-x: clip;
  background: var(--white);
  color: var(--black);
  font-family: var(--body);
}
.article-topbar {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 5vw;
  border-bottom: 1px solid var(--black);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.article-topbar > span {
  color: var(--violet);
}
.article-topbar > a:last-child {
  justify-self: end;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--signal);
  color: inherit;
  text-decoration: none;
}
.article-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}
.article-symbol {
  display: flex;
  gap: 5px;
  width: 34px;
  height: 34px;
  transform: skew(-13deg);
}
.article-symbol i,
.article-symbol b {
  display: block;
  width: 12px;
  height: 100%;
  background: var(--violet);
}
.article-symbol b {
  height: 72%;
  margin-top: auto;
  background: var(--signal);
}
.article-hero {
  padding: 7vw 5vw 6vw;
}
.article-hero nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 6vw;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.article-hero nav a {
  color: inherit;
  text-decoration: none;
}
.article-hero nav b {
  color: var(--violet);
}
.article-hero > small {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.article-hero > small::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 12px;
  background: var(--signal);
}
.article-hero h1 {
  max-width: 1450px;
  margin: 5vh 0 0;
  font-family: var(--display);
  font-size: clamp(52px, 7.8vw, 128px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.068em;
}
.article-hero h1 b {
  color: var(--violet);
}
.article-hero > p {
  max-width: 920px;
  margin: 6vh 0 0;
  font-size: clamp(22px, 2.25vw, 34px);
  line-height: 1.28;
  letter-spacing: -0.035em;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 42px;
  margin-top: 6vh;
  padding-top: 20px;
  border-top: 1px solid var(--black);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.article-meta span:nth-child(2) {
  color: var(--violet);
}
.article-lead-image {
  position: relative;
  height: min(70vw, 820px);
  min-height: 440px;
  margin: 0;
  overflow: hidden;
  background: var(--black);
}
.article-lead-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.03);
}
.article-lead-image::after {
  content: "";
  position: absolute;
  inset: 50% -4% 13% 44%;
  background: #ffffff14;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  border-left: 12px solid var(--signal);
  opacity: 0.9;
  transform: skew(-8deg);
}
.article-lead-image figcaption {
  position: absolute;
  z-index: 2;
  left: 5vw;
  right: 5vw;
  bottom: 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.article-lead-image figcaption span {
  padding: 8px 10px;
  background: var(--violet);
}
.article-layout {
  display: grid;
  grid-template-columns: 26% minmax(0, 1fr);
  gap: 7vw;
  padding: 9vw 5vw;
}
.article-index {
  align-self: start;
  position: sticky;
  top: 110px;
}
.article-index > span {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--black);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.article-index nav {
  display: flex;
  flex-direction: column;
}
.article-index a {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  padding: 17px 0;
  border-bottom: 1px solid #0005;
  color: inherit;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
}
.article-index a:hover {
  color: var(--violet);
}
.article-index small {
  color: var(--violet);
  font-size: 10px;
  letter-spacing: 0.08em;
}
.article-body {
  min-width: 0;
  max-width: 920px;
}
.article-keyline {
  margin-bottom: 8vw;
  padding: 34px;
  border-left: 12px solid var(--signal);
  background: var(--violet-light);
}
.article-keyline span {
  display: block;
  margin-bottom: 22px;
  color: var(--violet);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.article-keyline strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(26px, 3vw, 45px);
  font-weight: 680;
  line-height: 1.02;
  letter-spacing: -0.05em;
}
.article-body > section {
  scroll-margin-top: 110px;
  margin-top: 8vw;
}
.article-body > section > small {
  display: block;
  margin-bottom: 24px;
  color: var(--violet);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.article-body h2 {
  margin: 0 0 38px;
  font-family: var(--display);
  font-size: clamp(35px, 4.3vw, 68px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.058em;
}
.article-body > section > p {
  margin: 0 0 28px;
  font-size: clamp(20px, 1.75vw, 26px);
  line-height: 1.55;
  letter-spacing: -0.018em;
}
.article-body > section > p:first-of-type::first-letter {
  float: left;
  margin: 0.06em 0.12em 0 0;
  color: var(--violet);
  font-family: var(--display);
  font-size: 3.2em;
  font-weight: 700;
  line-height: 0.78;
}
.article-list {
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--black);
  counter-reset: article-list;
}
.article-list li {
  position: relative;
  padding: 30px 0 30px 62px;
  border-bottom: 1px solid var(--black);
  counter-increment: article-list;
}
.article-list li::before {
  content: counter(article-list, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 34px;
  color: var(--violet);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.article-list strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(21px, 2vw, 31px);
  font-weight: 690;
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.article-list p {
  margin: 15px 0 0;
  font-size: 19px;
  line-height: 1.48;
}
.article-note {
  margin-top: 40px;
  padding: 26px 28px;
  border: 1px solid var(--black);
  box-shadow: 10px 10px 0 var(--signal);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.42;
}
.article-quote {
  margin: 0;
  padding: 8vw 10vw;
  background: var(--black);
  color: var(--white);
}
.article-quote span {
  color: var(--signal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.article-quote p {
  max-width: 1200px;
  margin: 5vh 0 0;
  font-family: var(--display);
  font-size: clamp(42px, 6.2vw, 102px);
  font-weight: 700;
  line-height: 0.93;
  letter-spacing: -0.062em;
}
.article-conversion {
  padding: 9vw 12vw;
  background: var(--violet);
  color: var(--black);
}
.article-conversion > small,
.article-faq > small,
.article-related > small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.article-conversion > small::after,
.article-faq > small::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 12px;
  background: var(--signal);
}
.article-conversion h2 {
  max-width: 1100px;
  margin: 6vh 0 0;
  font-family: var(--display);
  font-size: clamp(40px, 5.4vw, 86px);
  font-weight: 700;
  line-height: 0.93;
  letter-spacing: -0.06em;
}
.article-conversion p {
  max-width: 760px;
  margin: 5vh 0 0;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.35;
}
.article-conversion a {
  display: inline-flex;
  margin-top: 38px;
  padding: 18px 20px;
  background: var(--black);
  color: var(--white);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.article-faq {
  padding: 9vw 12vw;
  background: var(--white);
}
.article-faq h2 {
  max-width: 1000px;
  margin: 6vh 0 7vw;
  font-family: var(--display);
  font-size: clamp(40px, 5.4vw, 86px);
  font-weight: 700;
  line-height: 0.93;
  letter-spacing: -0.06em;
}
.article-faq > div {
  border-top: 1px solid var(--black);
}
.article-faq details {
  border-bottom: 1px solid var(--black);
}
.article-faq summary {
  position: relative;
  padding: 28px 70px 28px 0;
  font-family: var(--display);
  font-size: clamp(22px, 2.3vw, 36px);
  font-weight: 680;
  line-height: 1.05;
  letter-spacing: -0.045em;
  list-style: none;
  cursor: pointer;
}
.article-faq summary::-webkit-details-marker {
  display: none;
}
.article-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--black);
  transform: translateY(-50%);
}
.article-faq details[open] summary::after {
  content: "−";
  background: var(--signal);
}
.article-faq details p {
  max-width: 820px;
  margin: 0;
  padding: 0 0 32px;
  font-size: 20px;
  line-height: 1.5;
}
.article-related {
  padding: 7vw 5vw;
  border-top: 1px solid var(--black);
}
.article-related > a {
  display: grid;
  grid-template-columns: 180px 1fr 80px;
  gap: 3vw;
  align-items: center;
  margin-top: 34px;
  padding: 30px 0;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  color: inherit;
  text-decoration: none;
}
.article-related > a > span {
  color: var(--violet);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.article-related strong {
  font-family: var(--display);
  font-size: clamp(28px, 3.5vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.article-related i {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  background: var(--signal);
  font-size: 30px;
  font-style: normal;
}
.article-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  padding: 38px 5vw;
  background: var(--black);
  color: var(--white);
  font-size: 11px;
  letter-spacing: 0.08em;
}
.article-footer a {
  justify-self: end;
  color: var(--signal);
  text-decoration: none;
}

@media (max-width: 819px) {
  .brand-cta {
    width: fit-content;
    max-width: 100%;
    min-width: 0;
  }
  .work-check-entry-copy .brand-cta {
    width: fit-content;
    padding-inline: 20px;
  }
  .work-check-entry-map {
    margin-top: 56px;
    padding: 42px 0 0;
    border-top: 1px solid #ffffff80;
    border-left: 0;
  }
  .work-check-entry-map::before {
    right: 0;
    top: -0.05em;
    font-size: 48vw;
  }
  .work-check-entry-map > p {
    max-width: 90%;
    font-size: 7.1vw;
  }
  .work-check-entry-map ol {
    margin-top: 80px;
  }
  .work-check-entry-map li {
    grid-template-columns: 36px 1fr;
    padding: 18px 0;
    font-size: 16px;
  }
  .work-check-question-footer {
    align-items: flex-start;
  }
  .work-check-question-footer > p {
    max-width: 230px;
    font-size: 14px;
  }
  .work-check-secondary {
    grid-template-columns: 1fr;
  }
  .offer-options {
    display: flex;
  }
  .prevention-formats {
    display: block;
    padding: 78px 20px;
  }
  .prevention-intro {
    padding: 0;
  }
  .prevention-intro h2 {
    margin-top: 42px;
    font-size: 10vw;
  }
  .prevention-intro p {
    margin-top: 40px;
    font-size: 20px;
  }
  .prevention-grid {
    display: block;
    margin-top: 58px;
  }
  .prevention-grid article,
  .prevention-grid .prevention-retreat {
    min-height: 480px;
    margin-top: 10px;
    padding: 26px 22px;
  }
  .prevention-grid h3 {
    font-size: 8vw;
  }
  .prevention-grid p {
    font-size: 18px;
  }
  .prevention-retreat::after {
    font-size: 22vw;
  }

  .article-topbar {
    height: 70px;
    grid-template-columns: 1fr auto;
    padding: 0 20px;
    font-size: 11px;
  }
  .article-topbar > span {
    display: none;
  }
  .article-brand {
    gap: 10px;
  }
  .article-symbol {
    width: 28px;
    height: 30px;
  }
  .article-symbol i,
  .article-symbol b {
    width: 10px;
  }
  .article-hero {
    padding: 52px 20px 54px;
  }
  .article-hero nav {
    margin-bottom: 58px;
    font-size: 10px;
  }
  .article-hero h1 {
    margin-top: 36px;
    font-size: 10.2vw;
  }
  .article-hero > p {
    margin-top: 42px;
    font-size: 21px;
  }
  .article-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    font-size: 10px;
  }
  .article-lead-image {
    height: 72vh;
    min-height: 520px;
  }
  .article-lead-image img {
    object-position: 58% center;
  }
  .article-lead-image figcaption {
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 10px;
  }
  .article-layout {
    display: block;
    padding: 76px 20px;
  }
  .article-index {
    position: static;
    margin-bottom: 80px;
  }
  .article-index a {
    font-size: 14px;
  }
  .article-keyline {
    margin-bottom: 88px;
    padding: 26px 22px;
    border-left-width: 8px;
  }
  .article-keyline strong {
    font-size: 26px;
  }
  .article-body > section {
    margin-top: 92px;
    scroll-margin-top: 90px;
  }
  .article-body h2 {
    font-size: 8.4vw;
  }
  .article-body > section > p {
    font-size: 20px;
    line-height: 1.52;
  }
  .article-list li {
    padding: 26px 0 26px 44px;
  }
  .article-list strong {
    font-size: 21px;
  }
  .article-list p {
    font-size: 18px;
  }
  .article-note {
    font-size: 19px;
  }
  .article-quote {
    padding: 78px 20px;
  }
  .article-quote p {
    font-size: 10vw;
  }
  .article-conversion,
  .article-faq {
    padding: 78px 20px;
  }
  .article-conversion h2,
  .article-faq h2 {
    font-size: 9vw;
  }
  .article-conversion p,
  .article-faq details p {
    font-size: 19px;
  }
  .article-conversion a {
    width: fit-content;
    max-width: 100%;
    font-size: 11px;
  }
  .article-faq summary {
    padding-right: 58px;
    font-size: 21px;
  }
  .article-related {
    padding: 70px 20px;
  }
  .article-related > a {
    grid-template-columns: 1fr 54px;
  }
  .article-related > a > span {
    grid-column: 1 / -1;
  }
  .article-related strong {
    font-size: 7vw;
  }
  .article-related i {
    width: 54px;
    height: 54px;
  }
  .article-footer {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    font-size: 11px;
  }
  .article-footer a {
    justify-self: start;
  }
}

/* v22: tests, portrait and one shared typography system */

/* A black surface always carries fully white reading copy. */
[data-header-tone="black"] p,
.offer-card-dark p,
.test-card-dark p,
.article-quote p,
.article-footer p,
.site-footer p,
.expertise-item.is-open .expertise-panel p {
  color: var(--white);
}

/* The final accordion item ends without an extra divider. */
.expertise-item:last-child {
  border-bottom: 0 !important;
}
.expertise-next {
  border-top: 0;
}

.bio-image-mela {
  background-image:
    linear-gradient(180deg, transparent 68%, #09090a99 100%),
    url("../images/mela-steiner-portrait.webp");
  background-position: center 38%;
  background-size: cover;
  filter: grayscale(1) contrast(1.04);
}
.bio-image-mela::after {
  content: "";
  position: absolute;
  inset: 58% -4% 8% 50%;
  border-left: 8px solid var(--signal);
  background: #7569d62b;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: skew(-7deg);
}
.bio-image-mela .portrait-caption {
  z-index: 2;
}

.work-check-entry {
  grid-template-columns: 46% 54%;
  gap: 5vw;
  padding: 9vw 5vw;
  background: var(--white);
  color: var(--black);
}
.work-check-entry-copy {
  align-self: center;
  padding-right: 0;
}
.work-check-entry h2 {
  font-size: clamp(43px, 5.4vw, 90px);
}
.work-check-entry h2 b {
  color: var(--violet);
}
.work-check-entry-copy .brand-cta {
  background: var(--black);
  color: var(--white);
}
.work-check-entry-note {
  display: block;
  margin-top: 18px;
  color: #58585d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.work-check-entry-map {
  position: relative;
  min-height: 660px;
  padding: 34px;
  border: 0;
  background: var(--black);
  color: var(--white);
}
.work-check-entry-map::before {
  content: "04";
  right: 18px;
  top: 48px;
  color: #ffffff0e;
  font-size: clamp(130px, 17vw, 280px);
}
.work-check-map-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ffffff66;
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.work-check-entry-map > p {
  max-width: 660px;
  margin: auto 0 0;
  color: var(--white);
  font-size: clamp(25px, 2.7vw, 46px);
}
.work-check-entry-map ol {
  margin: 44px 0 0;
  border-top-color: #ffffff66;
}
.work-check-entry-map li {
  border-bottom-color: #ffffff66;
}
.work-check-entry-map > button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid var(--white);
  background: transparent;
  color: var(--white);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.work-check-entry-map > button span {
  color: var(--signal);
  font-size: 18px;
}

.offer-card-reset {
  grid-column: 1 / -1;
  min-height: 460px;
  background:
    linear-gradient(90deg, #09090af2 0%, #09090aca 52%, #09090a4d 100%),
    url("../images/mela-editorial-transition-blur.webp") center / cover;
  color: var(--white);
}
.offer-card-reset p,
.offer-card-reset strong {
  max-width: 700px;
  color: var(--white);
}

.test-lab-link {
  display: inline-flex;
  gap: 16px;
  margin-top: 34px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.test-lab-link span {
  color: var(--violet);
}
.test-lab-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.test-lab-grid .test-card {
  min-height: 420px;
}
.test-lab-grid .test-card-dark {
  background: var(--black);
  color: var(--white);
}
.test-lab-grid .test-card-light {
  background: var(--violet-light);
  color: var(--black);
}
.test-lab-grid .test-card-violet {
  background: var(--violet);
  color: var(--white);
}
.test-lab-grid .test-card-signal {
  background: var(--signal);
  color: var(--black);
}
.test-lab-grid .test-card-profile {
  position: relative;
  z-index: 0;
  grid-column: 1 / -1;
  min-height: 520px;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}
.test-lab-grid .test-card-profile::after {
  content: "WER BIN ICH IM JOB?";
  position: absolute;
  z-index: -1;
  right: -0.04em;
  bottom: -0.12em;
  color: #ffffff12;
  font-family: var(--display);
  font-size: clamp(62px, 8vw, 130px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.08em;
  text-align: right;
}
.test-lab-grid .test-card > span {
  color: var(--violet);
}
.test-lab-grid .test-card-dark > span,
.test-lab-grid .test-card-violet > span,
.test-lab-grid .test-card-profile > span {
  color: var(--signal);
}
.test-lab-grid .test-card-violet p,
.test-lab-grid .test-card-profile p,
.test-lab-grid .test-card-profile strong {
  color: var(--white);
}
.test-lab-grid .test-card-profile h3,
.test-lab-grid .test-card-profile p,
.test-lab-grid .test-card-profile strong,
.test-lab-grid .test-card-profile a {
  max-width: 720px;
}
.test-lab-grid .test-card-light a::after,
.test-lab-grid .test-card-signal a::after {
  background: var(--violet);
}

/* Shared editorial subpages */
.about-page,
.test-page,
.profile-page,
.leads-page {
  min-height: 100vh;
  overflow-x: clip;
  background: var(--white);
  color: var(--black);
  font-family: var(--body);
}
.about-hero {
  display: grid;
  grid-template-columns: 56% 44%;
  min-height: calc(100svh - 78px);
  background: var(--black);
  color: var(--white);
}
.about-hero-copy {
  align-self: center;
  padding: 8vw 5vw;
}
.about-hero-copy small,
.about-intro > small,
.about-path header small,
.about-stance > small,
.about-next > small,
.article-author small {
  color: var(--signal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.about-hero h1 {
  margin: 6vh 0 0;
  font-family: var(--display);
  font-size: clamp(43px, 5.5vw, 92px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.065em;
}
.about-hero h1 b {
  color: var(--violet);
}
.about-hero-copy > p {
  max-width: 720px;
  margin: 6vh 0 0;
  color: var(--white);
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.35;
  letter-spacing: -0.03em;
}
.about-portrait {
  position: relative;
  min-height: 760px;
  margin: 0;
  overflow: hidden;
}
.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  filter: grayscale(1) contrast(1.04);
}
.about-portrait::after {
  content: "";
  position: absolute;
  inset: 57% -5% 8% 52%;
  border-left: 10px solid var(--signal);
  background: #7569d638;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transform: skew(-7deg);
}
.about-portrait figcaption {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.about-intro {
  display: grid;
  grid-template-columns: 27% 1fr;
  gap: 6vw;
  padding: 10vw 8vw;
}
.about-intro > small,
.about-path header small,
.about-stance > small,
.about-next > small {
  color: var(--violet);
}
.about-intro h2,
.about-path h2,
.about-stance h2,
.about-next h2,
.article-author h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 5.2vw, 86px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.063em;
}
.about-intro h2 b,
.about-path h2 b,
.about-stance h2 b {
  color: var(--violet);
}
.about-intro div > p {
  max-width: 880px;
  margin: 5vh 0 0;
  font-size: clamp(20px, 1.75vw, 27px);
  line-height: 1.52;
}
.about-path {
  padding: 9vw 5vw;
  background: #f4f2ff;
}
.about-path header {
  display: grid;
  grid-template-columns: 27% 1fr;
  gap: 6vw;
}
.about-timeline {
  margin-top: 8vw;
  border-top: 1px solid var(--black);
}
.about-timeline article {
  display: grid;
  grid-template-columns: 56px 18% 1fr 1.2fr;
  gap: 2vw;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--black);
}
.about-timeline article > span,
.about-timeline article > small {
  color: var(--violet);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.about-timeline h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(21px, 2vw, 32px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.about-timeline p {
  margin: 0;
  font-size: 18px;
  line-height: 1.48;
}
.about-stance {
  padding: 10vw;
  background: var(--black);
  color: var(--white);
}
.about-stance h2 {
  max-width: 1200px;
  margin-top: 6vh;
}
.about-stance h2 b {
  color: var(--signal);
}
.about-stance > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  margin-top: 7vw;
  padding-top: 30px;
  border-top: 1px solid #ffffff75;
}
.about-stance p {
  margin: 0;
  color: var(--white);
  font-size: clamp(19px, 1.7vw, 26px);
  line-height: 1.5;
}
.about-next {
  padding: 9vw 10vw;
  background: var(--violet);
  color: var(--white);
}
.about-next > small {
  color: var(--signal);
}
.about-next h2 {
  max-width: 1200px;
  margin-top: 6vh;
}
.about-next > div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}
.about-next a {
  padding: 17px 20px;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.about-next a:last-child {
  background: transparent;
  border-color: var(--white);
}

/* The journal now uses the exact same display/body split as the homepage. */
.article-page h1,
.article-page h2,
.article-page h3,
.article-page strong,
.article-page summary {
  font-family: var(--display);
}
.article-body p,
.article-page details p,
.article-hero > p {
  font-family: var(--body);
}
.article-author {
  display: grid;
  grid-template-columns: 34% 1fr;
  min-height: 640px;
  background: var(--black);
  color: var(--white);
}
.article-author > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: grayscale(1) contrast(1.04);
}
.article-author > div {
  align-self: center;
  padding: 7vw;
}
.article-author h2 {
  margin-top: 5vh;
  font-size: clamp(38px, 4.8vw, 78px);
}
.article-author p {
  max-width: 720px;
  margin: 5vh 0 0;
  color: var(--white);
  font-size: clamp(19px, 1.8vw, 27px);
  line-height: 1.42;
}
.article-author a {
  display: inline-flex;
  margin-top: 34px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--signal);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.article-footer nav {
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.site-footer .footer-bottom {
  grid-template-columns: auto auto 1fr auto;
}
.article-footer nav a {
  color: var(--signal);
}

@media (max-width: 819px) {
  .bio-image-mela {
    min-height: 640px;
    background-position: center 32%;
  }
  .work-check-entry {
    display: block;
    padding: 82px 20px;
  }
  .work-check-entry h2 {
    font-size: 10vw;
  }
  .work-check-entry-map {
    min-height: 630px;
    margin-top: 60px;
    padding: 24px 20px;
    border: 0;
  }
  .work-check-map-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .work-check-entry-map > p {
    max-width: 92%;
    font-size: 7vw;
  }
  .work-check-entry-map ol {
    margin-top: 42px;
  }
  .work-check-entry-map li {
    grid-template-columns: 36px 1fr;
    padding: 16px 0;
    font-size: 15px;
  }
  .offer-card-reset {
    min-height: 520px;
  }
  .test-lab-grid {
    display: block;
  }
  .test-lab-grid .test-card,
  .test-lab-grid .test-card-profile {
    min-height: 460px;
    margin-top: 10px;
  }
  .test-lab-grid .test-card-profile {
    min-height: 560px;
  }
  .about-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }
  .about-hero-copy {
    padding: 72px 20px 64px;
  }
  .about-hero h1 {
    font-size: 9.5vw;
  }
  .about-hero-copy > p {
    font-size: 20px;
  }
  .about-portrait {
    min-height: 720px;
  }
  .about-intro,
  .about-path header {
    display: block;
  }
  .about-intro,
  .about-path,
  .about-stance,
  .about-next {
    padding: 78px 20px;
  }
  .about-intro h2,
  .about-path h2,
  .about-stance h2,
  .about-next h2 {
    margin-top: 44px;
    font-size: 9vw;
  }
  .about-intro div > p,
  .about-stance p {
    font-size: 19px;
  }
  .about-timeline {
    margin-top: 70px;
  }
  .about-timeline article {
    grid-template-columns: 42px 1fr;
    gap: 16px 12px;
  }
  .about-timeline h3,
  .about-timeline p {
    grid-column: 2;
  }
  .about-timeline h3 {
    font-size: 22px;
  }
  .about-timeline p {
    font-size: 17px;
  }
  .about-stance > div {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 60px;
  }
  .about-next > div {
    align-items: flex-start;
    flex-direction: column;
  }
  .article-author {
    display: block;
    min-height: 0;
  }
  .article-author > img {
    height: 680px;
  }
  .article-author > div {
    padding: 72px 20px;
  }
  .article-author h2 {
    font-size: 9vw;
  }
  .article-footer nav {
    justify-self: start;
    flex-direction: column;
  }
}

/* Test lab and gated result delivery */
.test-hub-hero {
  padding: 9vw 5vw 8vw;
  background: var(--black);
  color: var(--white);
}
.test-hub-hero > small,
.test-intro small,
.test-question-card > small,
.test-gate-teaser small,
.test-result-hero > small,
.test-result-next > small,
.profile-hero small,
.profile-context small,
.profile-question-intro small,
.profile-gate-copy small,
.profile-result header > small,
.profile-result-dimensions > small,
.profile-result-reading small,
.profile-top-three > small,
.profile-result-cta > small,
.privacy-hero small,
.leads-hero small,
.leads-denied small {
  color: var(--signal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.test-hub-hero h1 {
  max-width: 1450px;
  margin: 6vh 0 0;
  font-family: var(--display);
  font-size: clamp(48px, 7.2vw, 120px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.067em;
}
.test-hub-hero h1 b {
  color: var(--violet);
}
.test-hub-hero p {
  max-width: 820px;
  margin: 6vh 0 0;
  color: var(--white);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.35;
  letter-spacing: -0.03em;
}
.test-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--black);
}
.test-hub-grid > button,
.test-hub-grid > a {
  position: relative;
  display: flex;
  min-height: 540px;
  flex-direction: column;
  align-items: stretch;
  padding: 34px;
  border: 0;
  background: var(--white);
  color: var(--black);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.test-hub-grid > button:nth-child(2) {
  background: var(--violet-light);
}
.test-hub-grid > button:nth-child(3) {
  background: var(--violet);
  color: var(--white);
}
.test-hub-grid > button:nth-child(3) p {
  color: var(--white);
}
.test-hub-grid > button:nth-child(4) {
  background: var(--signal);
}
.test-hub-grid > button > span,
.test-hub-grid > a > span {
  align-self: flex-start;
  padding: 8px 10px;
  background: var(--black);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
}
.test-hub-grid > button > small,
.test-hub-grid > a > small {
  margin-top: 24px;
  color: var(--violet);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.test-hub-grid > button:nth-child(3) > small,
.test-hub-grid > a > small {
  color: var(--signal);
}
.test-hub-grid > button > strong,
.test-hub-grid > a > strong {
  display: block;
  margin: auto 0 30px;
  font-family: var(--display);
  font-size: clamp(33px, 3.8vw, 66px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.058em;
}
.test-hub-grid > button > p,
.test-hub-grid > a > p {
  max-width: 680px;
  margin: 0;
  font-size: 19px;
  line-height: 1.42;
}
.test-hub-grid > button > i,
.test-hub-grid > a > i {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 17px;
  border-top: 1px solid currentColor;
  font-family: var(--display);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}
.test-hub-profile {
  z-index: 0;
  grid-column: 1 / -1;
  overflow: hidden;
  background: var(--black) !important;
  color: var(--white) !important;
}
.test-hub-profile::after {
  content: "32";
  position: absolute;
  z-index: -1;
  right: -0.08em;
  bottom: -0.28em;
  color: #ffffff12;
  font-family: var(--display);
  font-size: clamp(240px, 35vw, 600px);
  font-weight: 700;
  letter-spacing: -0.14em;
}
.test-hub-profile > strong,
.test-hub-profile > p,
.test-hub-profile > i {
  max-width: 900px;
}
.test-hub-profile > p {
  color: var(--white);
}

.test-intro {
  min-height: calc(100svh - 78px);
  padding: 5vw;
  background: var(--violet);
  color: var(--white);
}
.test-back {
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.test-intro > div {
  max-width: 1200px;
  margin-top: 10vh;
}
.test-intro h1,
.test-question-card h1,
.test-gate-teaser h1,
.test-result-hero h1,
.profile-hero h1,
.profile-question-intro h1,
.profile-gate-copy h1,
.profile-result header h1,
.privacy-hero h1,
.leads-hero h1,
.leads-denied h1 {
  margin: 5vh 0 0;
  font-family: var(--display);
  font-size: clamp(43px, 6.2vw, 104px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.065em;
}
.test-intro p {
  max-width: 780px;
  margin: 5vh 0 0;
  color: var(--white);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.4;
}
.test-intro > div > strong {
  display: block;
  max-width: 720px;
  margin-top: 28px;
  font-size: 13px;
  line-height: 1.4;
}
.test-primary,
.profile-hero button {
  margin-top: 40px;
  padding: 18px 22px;
  border: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.test-question-screen,
.profile-question-screen {
  min-height: calc(100svh - 78px);
  background: var(--white);
}
.test-progress,
.profile-progress {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 5vw;
  background: var(--black);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.test-progress span:last-of-type,
.profile-progress span:last-of-type {
  color: var(--signal);
}
.test-progress i,
.profile-progress i {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background: var(--signal);
  transition: width 0.3s ease;
}
.test-question-card {
  padding: 8vw 8vw 6vw;
}
.test-question-card > small {
  color: var(--violet);
}
.test-question-card h1 {
  max-width: 1220px;
  font-size: clamp(38px, 5.2vw, 84px);
}
.test-answer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 7vw;
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
}
.test-answer-grid button {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 20px;
  border: 0;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.test-answer-grid button:hover,
.test-answer-grid button:focus-visible {
  background: var(--signal);
  outline: 0;
}
.test-answer-grid button span {
  color: var(--violet);
  font-family: var(--body);
  font-size: 10px;
}
.test-question-card > .test-back {
  margin-top: 28px;
}

.test-gate-screen,
.profile-gate-screen {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: calc(100svh - 78px);
}
.test-gate-teaser,
.profile-gate-copy {
  padding: 8vw 5vw;
  background: var(--violet);
  color: var(--white);
}
.test-gate-teaser h1,
.profile-gate-copy h1 {
  font-size: clamp(42px, 5vw, 82px);
}
.test-gate-teaser p,
.profile-gate-copy p {
  max-width: 700px;
  margin: 5vh 0 0;
  color: var(--white);
  font-size: clamp(19px, 1.8vw, 27px);
  line-height: 1.42;
}
.lead-gate {
  align-self: center;
  padding: 7vw;
  background: var(--white);
  color: var(--black);
}
.lead-gate-head > span {
  color: var(--violet);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.lead-gate-head > strong {
  display: block;
  margin-top: 24px;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
  letter-spacing: -0.05em;
}
.lead-gate-head > p {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.45;
}
.lead-gate-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 38px;
}
.lead-gate-fields label > span {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.lead-gate-fields input {
  width: 100%;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid var(--black);
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  font: inherit;
}
.lead-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.lead-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.42;
}
.lead-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--violet);
}
.lead-consent a {
  color: var(--violet);
}
.lead-consent-optional {
  padding-top: 18px;
  border-top: 1px solid #0004;
}
.lead-error {
  margin: 20px 0 0;
  padding: 14px;
  background: #ffd8d8;
  color: #8a0c0c;
  font-size: 14px;
}
.lead-gate > button {
  width: 100%;
  margin-top: 30px;
  padding: 18px 20px;
  border: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.lead-gate > button:disabled {
  opacity: 0.6;
}

.test-result-screen {
  background: var(--white);
}
.test-result-hero {
  padding: 9vw 8vw;
  background: var(--black);
  color: var(--white);
}
.test-result-hero > span {
  display: block;
  width: fit-content;
  margin-top: 7vw;
  padding: 9px 11px;
  background: var(--signal);
  color: var(--black);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.test-result-hero h1 {
  max-width: 1300px;
  font-size: clamp(45px, 6.2vw, 102px);
}
.test-result-hero > p {
  max-width: 830px;
  margin: 6vh 0 0;
  color: var(--white);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.42;
}
.test-result-next {
  padding: 9vw 12vw;
}
.test-result-next > small {
  color: var(--violet);
}
.test-result-next ol {
  margin: 6vw 0 0;
  padding: 0;
  list-style: none;
  counter-reset: result-steps;
  border-top: 1px solid var(--black);
}
.test-result-next li {
  position: relative;
  padding: 30px 0 30px 74px;
  border-bottom: 1px solid var(--black);
  font-family: var(--display);
  font-size: clamp(22px, 2.5vw, 38px);
  font-weight: 680;
  line-height: 1.06;
  letter-spacing: -0.04em;
  counter-increment: result-steps;
}
.test-result-next li::before {
  content: counter(result-steps, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 36px;
  color: var(--violet);
  font-family: var(--body);
  font-size: 11px;
}
.test-result-next > div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}
.test-result-next a,
.test-result-next button {
  padding: 17px 20px;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.test-result-next button {
  background: transparent;
  color: var(--black);
}
.test-result-next > p {
  max-width: 800px;
  margin: 40px 0 0;
  color: #5d5d62;
  font-size: 14px;
  line-height: 1.5;
}

/* Extensive work-personality profile */
.profile-hero {
  display: grid;
  grid-template-columns: 58% 42%;
  min-height: calc(100svh - 78px);
  background: var(--black);
  color: var(--white);
}
.profile-hero > div {
  align-self: center;
  padding: 8vw 5vw;
}
.profile-hero h1 {
  font-size: clamp(43px, 5.5vw, 92px);
}
.profile-hero h1 b {
  color: var(--violet);
}
.profile-hero p {
  max-width: 780px;
  margin: 6vh 0 0;
  color: var(--white);
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.42;
}
.profile-hero button {
  background: var(--signal);
  color: var(--black);
}
.profile-hero aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5vw;
  background: var(--violet);
}
.profile-hero aside > span {
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.profile-hero aside ol {
  margin: 7vh 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ffffff88;
}
.profile-hero aside li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid #ffffff88;
  font-family: var(--display);
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 680;
}
.profile-hero aside li small {
  color: var(--signal);
  font-family: var(--body);
  font-size: 10px;
}
.profile-context {
  display: grid;
  grid-template-columns: 27% 1fr;
  gap: 6vw;
  padding: 6vw 8vw;
  background: var(--signal);
}
.profile-context small {
  color: var(--violet);
}
.profile-context p {
  max-width: 900px;
  margin: 0;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.42;
  letter-spacing: -0.03em;
}
.profile-question-list {
  padding: 7vw 8vw;
}
.profile-question-intro {
  margin-bottom: 7vw;
}
.profile-question-intro small {
  color: var(--violet);
}
.profile-question-intro h1 {
  max-width: 1100px;
  font-size: clamp(38px, 5vw, 82px);
}
.profile-question {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 46px 0;
  border-top: 1px solid var(--black);
}
.profile-question:last-of-type {
  border-bottom: 1px solid var(--black);
}
.profile-question > span {
  color: var(--violet);
  font-size: 11px;
  font-weight: 700;
}
.profile-question h2 {
  max-width: 980px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(24px, 2.6vw, 42px);
  font-weight: 680;
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.profile-question > div {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 20px;
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
}
.profile-question > div button {
  display: flex;
  min-height: 96px;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 13px;
  border: 0;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
  text-align: left;
  cursor: pointer;
}
.profile-question > div button b {
  color: var(--violet);
  font-size: 15px;
}
.profile-question > div button small {
  font-size: 9px;
  font-weight: 700;
  line-height: 1.25;
}
.profile-question > div button:hover,
.profile-question > div button.is-selected {
  background: var(--signal);
}
.profile-question-actions {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
.profile-question-actions button {
  padding: 16px 18px;
  border: 1px solid var(--black);
  background: transparent;
  color: var(--black);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.profile-question-actions button:last-child {
  background: var(--black);
  color: var(--white);
}
.profile-question-actions button:disabled {
  opacity: 0.32;
  cursor: not-allowed;
}
.profile-result {
  background: var(--white);
}
.profile-result > header {
  padding: 9vw 8vw;
  background: var(--black);
  color: var(--white);
}
.profile-result > header > span {
  display: block;
  width: fit-content;
  margin-top: 7vw;
  padding: 9px 11px;
  background: var(--signal);
  color: var(--black);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.profile-result header h1 {
  max-width: 1300px;
  font-size: clamp(50px, 7vw, 118px);
}
.profile-result header > p {
  max-width: 880px;
  margin: 6vh 0 0;
  color: var(--white);
  font-size: clamp(21px, 2.1vw, 32px);
  line-height: 1.42;
}
.profile-result-grid {
  display: grid;
  grid-template-columns: 56% 44%;
}
.profile-result-dimensions {
  padding: 8vw 6vw;
  background: #f4f2ff;
}
.profile-result-dimensions > small {
  color: var(--violet);
}
.profile-result-dimensions > div {
  display: grid;
  grid-template-columns: minmax(150px, 32%) 1fr 48px;
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #0004;
}
.profile-result-dimensions > div:first-of-type {
  margin-top: 44px;
  border-top: 1px solid #0004;
}
.profile-result-dimensions span {
  display: flex;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
}
.profile-result-dimensions span b {
  color: var(--violet);
}
.profile-result-dimensions i {
  height: 8px;
  overflow: hidden;
  background: #0002;
}
.profile-result-dimensions i b {
  display: block;
  height: 100%;
  background: var(--violet);
}
.profile-result-dimensions strong {
  font-family: var(--body);
  font-size: 12px;
  text-align: right;
}
.profile-result-reading {
  padding: 8vw 5vw;
  background: var(--violet);
  color: var(--white);
}
.profile-result-reading article {
  padding: 30px 0;
  border-top: 1px solid #ffffff88;
}
.profile-result-reading article:last-child {
  border-bottom: 1px solid #ffffff88;
}
.profile-result-reading p {
  margin: 24px 0 0;
  color: var(--white);
  font-size: clamp(19px, 1.8vw, 27px);
  line-height: 1.42;
}
.profile-result-question p {
  font-family: var(--display);
  font-size: clamp(25px, 2.6vw, 42px);
  font-weight: 680;
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.profile-top-three {
  padding: 9vw 5vw;
}
.profile-top-three > small {
  color: var(--violet);
}
.profile-top-three > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 6vw;
  background: var(--black);
  border: 1px solid var(--black);
}
.profile-top-three article {
  min-height: 470px;
  padding: 28px;
  background: var(--white);
}
.profile-top-three article:nth-child(2) {
  background: var(--violet-light);
}
.profile-top-three article:nth-child(3) {
  background: var(--signal);
}
.profile-top-three article > span {
  color: var(--violet);
  font-size: 11px;
  font-weight: 700;
}
.profile-top-three h2 {
  margin: 10vw 0 0;
  font-family: var(--display);
  font-size: clamp(25px, 2.5vw, 42px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.profile-top-three p {
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.45;
}
.profile-result-cta {
  padding: 9vw 10vw;
  background: var(--black);
  color: var(--white);
}
.profile-result-cta h2 {
  max-width: 1200px;
  margin: 6vh 0 0;
  font-family: var(--display);
  font-size: clamp(42px, 5.8vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.063em;
}
.profile-result-cta a {
  display: inline-block;
  margin-top: 42px;
  padding: 18px 20px;
  background: var(--signal);
  color: var(--black);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.profile-result-cta > p {
  max-width: 760px;
  margin: 38px 0 0;
  color: var(--white);
  font-size: 14px;
  line-height: 1.5;
}

/* Privacy and protected lead desk */
.privacy-page {
  min-height: 100vh;
  background: var(--white);
  color: var(--black);
  font-family: var(--body);
}
.privacy-hero,
.leads-hero,
.leads-denied {
  padding: 8vw 8vw;
  background: var(--black);
  color: var(--white);
}
.privacy-hero h1,
.leads-hero h1,
.leads-denied h1 {
  font-size: clamp(48px, 7vw, 116px);
}
.privacy-hero > p,
.leads-hero > p,
.leads-denied > p {
  max-width: 800px;
  margin: 5vh 0 0;
  color: var(--white);
  font-size: clamp(19px, 1.8vw, 27px);
  line-height: 1.45;
}
.privacy-content {
  padding: 8vw 10vw;
}
.privacy-content > section {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 26px;
  padding: 42px 0;
  border-top: 1px solid var(--black);
}
.privacy-content > section:last-of-type {
  border-bottom: 1px solid var(--black);
}
.privacy-content > section > span {
  color: var(--violet);
  font-size: 11px;
  font-weight: 700;
}
.privacy-content h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(24px, 2.8vw, 46px);
  line-height: 1;
  letter-spacing: -0.05em;
}
.privacy-content p {
  max-width: 900px;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.55;
}
.privacy-content a {
  color: var(--violet);
}
.privacy-content aside {
  margin-top: 60px;
  padding: 28px;
  border-left: 10px solid var(--signal);
  background: var(--violet-light);
}
.privacy-content aside strong {
  font-family: var(--display);
  font-size: 15px;
}
.privacy-content aside p {
  margin-top: 16px;
}
.leads-list {
  padding: 6vw 5vw;
}
.leads-list > p {
  font-size: 20px;
}
.leads-list article {
  margin-bottom: 18px;
  border: 1px solid var(--black);
}
.lead-row-meta {
  display: grid;
  grid-template-columns: 60px 180px 1fr auto;
  gap: 20px;
  padding: 14px 18px;
  background: var(--black);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.lead-row-meta i {
  color: var(--signal);
  font-style: normal;
}
.lead-row-main {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 4vw;
  padding: 28px;
}
.lead-row-main h2 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 28px;
  letter-spacing: -0.04em;
}
.lead-row-main a {
  color: var(--violet);
}
.lead-row-main small {
  color: var(--violet);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.lead-row-main p {
  margin: 12px 0 0;
  font-size: 17px;
  line-height: 1.45;
}
.lead-scores {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 28px;
  border-top: 1px solid var(--black);
}
.lead-scores span {
  padding: 7px 9px;
  background: var(--violet-light);
  font-size: 11px;
}

@media (max-width: 819px) {
  .test-hub-hero {
    padding: 76px 20px;
  }
  .test-hub-hero h1 {
    font-size: 10vw;
  }
  .test-hub-grid {
    display: block;
    padding: 0;
  }
  .test-hub-grid > button,
  .test-hub-grid > a {
    min-height: 500px;
    border-bottom: 1px solid var(--black);
    padding: 26px 20px;
  }
  .test-hub-grid > button > strong,
  .test-hub-grid > a > strong {
    font-size: 9vw;
  }
  .test-intro {
    padding: 62px 20px 78px;
  }
  .test-intro h1,
  .test-question-card h1,
  .test-gate-teaser h1,
  .test-result-hero h1,
  .profile-hero h1,
  .profile-question-intro h1,
  .profile-gate-copy h1,
  .profile-result header h1,
  .privacy-hero h1,
  .leads-hero h1,
  .leads-denied h1 {
    font-size: 9.5vw;
  }
  .test-progress,
  .profile-progress {
    padding: 18px 20px;
  }
  .test-progress span:first-child,
  .profile-progress span:first-child {
    max-width: 60%;
  }
  .test-question-card {
    padding: 66px 20px;
  }
  .test-answer-grid {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }
  .test-answer-grid button {
    min-height: 72px;
    flex-direction: row;
    align-items: center;
  }
  .test-gate-screen,
  .profile-gate-screen {
    display: block;
  }
  .test-gate-teaser,
  .profile-gate-copy,
  .lead-gate {
    padding: 72px 20px;
  }
  .lead-gate-fields {
    grid-template-columns: 1fr;
  }
  .test-result-hero,
  .test-result-next {
    padding: 76px 20px;
  }
  .test-result-next li {
    padding-left: 46px;
    font-size: 21px;
  }
  .test-result-next > div {
    align-items: flex-start;
    flex-direction: column;
  }
  .profile-hero {
    display: block;
  }
  .profile-hero > div,
  .profile-hero aside {
    padding: 72px 20px;
  }
  .profile-context {
    display: block;
    padding: 54px 20px;
  }
  .profile-context p {
    margin-top: 26px;
    font-size: 19px;
  }
  .profile-question-list {
    padding: 66px 20px;
  }
  .profile-question {
    grid-template-columns: 34px 1fr;
  }
  .profile-question h2 {
    font-size: 22px;
  }
  .profile-question > div {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }
  .profile-question > div button {
    min-height: 54px;
    flex-direction: row;
    align-items: center;
  }
  .profile-question-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  .profile-result > header,
  .profile-result-dimensions,
  .profile-result-reading,
  .profile-top-three,
  .profile-result-cta {
    padding: 76px 20px;
  }
  .profile-result-grid {
    display: block;
  }
  .profile-result-dimensions > div {
    grid-template-columns: 115px 1fr 38px;
    gap: 8px;
  }
  .profile-result-dimensions span {
    font-size: 10px;
  }
  .profile-top-three > div {
    display: block;
  }
  .profile-top-three article {
    min-height: 420px;
    border-bottom: 1px solid var(--black);
  }
  .profile-top-three h2 {
    margin-top: 100px;
    font-size: 8vw;
  }
  .profile-result-cta h2 {
    font-size: 9vw;
  }
  .privacy-hero,
  .leads-hero,
  .leads-denied,
  .privacy-content {
    padding: 72px 20px;
  }
  .privacy-content > section {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }
  .privacy-content h2 {
    font-size: 23px;
  }
  .privacy-content p {
    font-size: 17px;
  }
  .leads-list {
    padding: 54px 20px;
  }
  .lead-row-meta {
    grid-template-columns: 1fr 1fr;
  }
  .lead-row-main {
    grid-template-columns: 1fr;
  }
}
