:root {
  --paper: #ffffff;
  --ink: #0b0b0c;
  --muted: #666a70;
  --soft: #a8acb1;
  --line: #e5e5e5;
  --line-dark: rgba(255, 255, 255, 0.16);
  --black: #030303;
  --black-soft: #111111;
  --mist: #f5f5f2;
  --glass: rgba(255, 255, 255, 0.72);
  --glass-veil: rgba(255, 255, 255, 0.54);
  --glass-edge: rgba(255, 255, 255, 0.62);
  --glass-shadow: 0 24px 80px rgba(12, 14, 16, 0.08);
  --tone-paper: #fbfbf8;
  --tone-porcelain: #f2f2ef;
  --tone-ink-02: rgba(12, 14, 16, 0.02);
  --tone-ink-04: rgba(12, 14, 16, 0.04);
  --tone-ink-08: rgba(12, 14, 16, 0.08);
  --tone-ink-14: rgba(12, 14, 16, 0.14);
  --tone-light-04: rgba(255, 255, 255, 0.04);
  --tone-light-08: rgba(255, 255, 255, 0.08);
  --tone-light-16: rgba(255, 255, 255, 0.16);
  --radius: 8px;
  --max: 1580px;
  --weight-copy: 430;
  --weight-copy-strong: 560;
  --weight-title: 620;
  --weight-display: 650;
  color-scheme: light;
}

@font-face {
  font-family: "Geist";
  src: url("./fonts/Geist-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("./fonts/GeistMono-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 78% 18%, rgba(12, 14, 16, 0.035), transparent 25%),
    radial-gradient(ellipse at 16% 84%, rgba(12, 14, 16, 0.024), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--tone-paper) 52%, #ffffff 100%);
  font-family:
    "Geist",
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "SF Pro Text",
    "Segoe UI",
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    Arial,
    sans-serif;
  min-height: 100vh;
  font-weight: var(--weight-copy);
  letter-spacing: 0;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(12, 14, 16, 0.38) 0 0.42px, transparent 0.7px),
    radial-gradient(circle, rgba(255, 255, 255, 0.32) 0 0.5px, transparent 0.8px);
  background-position:
    0 0,
    13px 17px;
  background-size:
    19px 19px,
    23px 23px;
  mix-blend-mode: multiply;
  opacity: 0.026;
}

h1,
h2,
h3,
p,
a,
button,
span,
strong {
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 82px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(12, 14, 16, 0.06);
  background: linear-gradient(180deg, #ffffff, #fbfbf9);
  box-shadow: 0 14px 42px rgba(12, 14, 16, 0.045);
}

#top {
  padding-top: 82px;
}

main > section {
  scroll-margin-top: 96px;
}

.brand,
.footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.nav-links,
.header-actions,
.language-switcher,
.hero-actions {
  display: flex;
  align-items: center;
}

.nav-links {
  justify-self: center;
  justify-content: center;
  gap: 44px;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #656970;
  font-size: 15px;
  font-weight: var(--weight-copy-strong);
  line-height: 1;
}

.nav-links a {
  padding: 12px 0;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.nav-links a:hover,
.signin-link:hover,
.mail-link:hover {
  color: #000;
}

.nav-links a:hover {
  transform: translate3d(0, -1px, 0);
}

.header-actions {
  justify-self: end;
  justify-content: flex-end;
  gap: 16px;
  font-size: 15px;
  font-weight: var(--weight-copy-strong);
  line-height: 1;
}

.language-switcher {
  display: grid;
  grid-template-columns: repeat(4, 40px);
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 2px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7f7f4;
  box-shadow: none;
}

.lang {
  display: grid;
  place-items: center;
  width: 100%;
  height: 26px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #73777d;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  line-height: 1;
  transition:
    color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.lang.active {
  color: #fff;
  background: #0b0b0c;
  box-shadow: none;
}

.lang:focus-visible {
  outline: 1px solid #0b0b0c;
  outline-offset: 2px;
}

.signin-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 999px;
  color: #5f636a;
  transition:
    color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.signin-link:hover {
  background: transparent;
  box-shadow: none;
}

.start-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: var(--weight-copy-strong);
  line-height: 1;
  white-space: nowrap;
}

.start-link {
  position: relative;
  overflow: hidden;
  min-height: 44px;
  padding: 0 22px;
  color: #fff;
  background: #0b0b0c;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 44px rgba(12, 14, 16, 0.14);
}

.start-link::before {
  display: none;
  content: none;
}

.start-link:hover::before {
  display: none;
}

.start-link::after,
.button-dark::after {
  content: ">";
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.74);
}

.hero-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: calc(100vh - 82px);
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 46px;
  overflow: hidden;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.hero-section::before {
  inset: 7% -8% 12% 28%;
  background:
    linear-gradient(90deg, transparent 0 46%, rgba(12, 14, 16, 0.055) 49.7%, rgba(255, 255, 255, 0.62) 50%, rgba(12, 14, 16, 0.045) 50.3%, transparent 54% 100%),
    radial-gradient(circle at 73% 42%, rgba(12, 14, 16, 0.07), transparent 0 28%),
    radial-gradient(circle at 22% 64%, rgba(12, 14, 16, 0.035), transparent 0 28%),
    linear-gradient(126deg, transparent 0 41%, rgba(12, 14, 16, 0.032) 50%, transparent 62% 100%);
  filter: blur(22px);
  opacity: 0.74;
  transform: translate3d(calc(var(--mx, 0) * -16px), calc(var(--my, 0) * -10px), 0);
}

.hero-section::after {
  right: 2%;
  bottom: 82px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 42%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.2) 31%, transparent 58%),
    radial-gradient(circle at 63% 56%, rgba(12, 14, 16, 0.082), transparent 0 56%),
    radial-gradient(circle, transparent 0 148px, rgba(12, 14, 16, 0.035) 149px 150px, transparent 151px);
  box-shadow:
    inset -42px -48px 110px rgba(12, 14, 16, 0.052),
    inset 32px 28px 90px rgba(255, 255, 255, 0.74);
  filter: blur(8px);
  opacity: 0.24;
  transform: translate3d(calc(var(--mx, 0) * 18px), calc(var(--my, 0) * 14px), 0);
}

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

.hero-copy {
  position: relative;
  isolation: isolate;
  align-self: center;
  max-width: 1220px;
  min-height: 172px;
  margin: 52px 0 0 102px;
  padding-top: 34px;
  cursor: default;
  text-align: left;
  overflow: visible;
}

.blur-headline {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  color: rgba(20, 20, 20, 0.48);
  opacity: 0.58;
  filter: blur(4.2px);
  font-size: 68px;
  font-weight: var(--weight-title);
  line-height: 1.18;
  pointer-events: none;
  transition:
    color 520ms ease,
    filter 520ms ease,
    opacity 520ms ease,
    transform 520ms ease;
  user-select: none;
}

.hero-copy h1 {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 12px 0 0;
  font-size: 70px;
  font-weight: var(--weight-display);
  line-height: 1.12;
  text-wrap: balance;
  transition:
    filter 520ms ease,
    opacity 520ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-actions {
  justify-content: flex-start;
  gap: 12px;
  margin-top: 56px;
}

.button {
  min-width: 158px;
  min-height: 46px;
  padding: 0 22px;
}

.button-dark {
  color: #fff;
  background: #0b0b0c;
}

.button-light {
  color: #222;
  border: 1px solid #e6e6e2;
  background: #f7f7f4;
}

.focus-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 72px;
  align-items: start;
  min-height: 104px;
  padding-top: 0;
  border-top: 0;
  color: #111;
}

.focus-strip span {
  align-self: start;
  max-width: 250px;
  color: #30343a;
  font-size: 15px;
  font-weight: var(--weight-copy-strong);
  line-height: 1.5;
  text-wrap: pretty;
}

.focus-strip strong {
  align-self: start;
  max-width: 270px;
  color: #a5a9ae;
  font-size: 26px;
  font-weight: var(--weight-copy-strong);
  line-height: 1.22;
  text-wrap: balance;
}

.focus-strip strong:nth-of-type(2),
.focus-strip strong:nth-of-type(3) {
  max-width: 270px;
}

.black-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(460px, 1.02fr);
  min-height: 620px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 24% 44%, rgba(255, 255, 255, 0.13), transparent 29%),
    radial-gradient(ellipse at 78% 20%, rgba(255, 255, 255, 0.06), transparent 34%),
    radial-gradient(ellipse at 70% 74%, rgba(255, 255, 255, 0.045), transparent 30%),
    linear-gradient(104deg, #111112 0%, #09090a 38%, #030304 62%, #020202 100%);
  color: #fff;
  transform-style: preserve-3d;
}

.black-panel::before,
.black-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.black-panel::before {
  background:
    linear-gradient(118deg, transparent 0 29%, rgba(255, 255, 255, 0.115) 41%, rgba(255, 255, 255, 0.018) 51%, transparent 63% 100%),
    linear-gradient(28deg, transparent 0 56%, rgba(255, 255, 255, 0.07) 67%, transparent 80% 100%),
    radial-gradient(ellipse at 48% 50%, transparent 0 38%, rgba(255, 255, 255, 0.055) 39%, transparent 52%),
    repeating-linear-gradient(90deg, transparent 0 118px, rgba(255, 255, 255, 0.02) 119px 120px, transparent 121px 240px);
  opacity: 0.58;
  filter: blur(8px);
  transform: translate3d(calc(var(--mx, 0) * -18px), calc(var(--my, 0) * -14px), 0);
}

.black-panel::after {
  background:
    radial-gradient(ellipse at 45% 54%, transparent 0 33%, rgba(255, 255, 255, 0.065) 34%, transparent 48%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 34%, rgba(255, 255, 255, 0.082) 48%, rgba(0, 0, 0, 0.18) 58%, transparent 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 26%);
  opacity: 0.64;
  transform: translate3d(calc(var(--mx, 0) * 12px), calc(var(--my, 0) * 10px), 0);
}

.black-panel > * {
  position: relative;
  z-index: 1;
}

.ribbon-field {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 30% 44%, rgba(255, 255, 255, 0.12), transparent 34%),
    radial-gradient(ellipse at 72% 28%, rgba(255, 255, 255, 0.065), transparent 32%),
    radial-gradient(ellipse at 58% 78%, rgba(255, 255, 255, 0.055), transparent 40%),
    linear-gradient(108deg, rgba(255, 255, 255, 0.055), transparent 54%, rgba(0, 0, 0, 0.34));
}

.ribbon-field::before {
  content: "";
  position: absolute;
  inset: -12% -18% -14% -10%;
  background:
    radial-gradient(ellipse at 43% 48%, transparent 0 33%, rgba(255, 255, 255, 0.22) 34%, rgba(255, 255, 255, 0.075) 39%, rgba(255, 255, 255, 0.018) 48%, transparent 60%),
    radial-gradient(ellipse at 55% 52%, transparent 0 41%, rgba(255, 255, 255, 0.13) 42%, rgba(255, 255, 255, 0.026) 52%, transparent 66%),
    linear-gradient(124deg, transparent 0 29%, rgba(255, 255, 255, 0.11) 41%, rgba(255, 255, 255, 0.016) 54%, transparent 68%),
    linear-gradient(36deg, transparent 0 48%, rgba(255, 255, 255, 0.07) 57%, transparent 68%);
  filter: blur(4px);
  opacity: 0.86;
  -webkit-mask-image: linear-gradient(90deg, #000 0 74%, rgba(0, 0, 0, 0.46) 88%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0 74%, rgba(0, 0, 0, 0.46) 88%, transparent 100%);
}

.ribbon-field::after {
  content: "";
  position: absolute;
  top: 9%;
  right: -18%;
  bottom: 4%;
  left: 22%;
  background:
    linear-gradient(92deg, transparent 0 48%, rgba(255, 255, 255, 0.115) 50%, transparent 53%),
    radial-gradient(ellipse at 38% 50%, rgba(255, 255, 255, 0.1), transparent 30%),
    radial-gradient(ellipse at 68% 62%, rgba(255, 255, 255, 0.06), transparent 34%);
  filter: blur(12px);
  opacity: 0.64;
}

.ribbon,
.ribbon-core {
  position: absolute;
  display: block;
  border-radius: 999px;
  transform-origin: center;
}

.ribbon-one {
  top: 52px;
  left: -170px;
  width: 680px;
  height: 360px;
  border-radius: 48% 52% 56% 44% / 44% 48% 52% 56%;
  background:
    radial-gradient(ellipse at 24% 28%, rgba(255, 255, 255, 0.24), transparent 28%),
    radial-gradient(ellipse at 64% 60%, rgba(0, 0, 0, 0.92), transparent 48%),
    linear-gradient(124deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035) 26%, rgba(0, 0, 0, 0.8) 72%);
  box-shadow:
    0 28px 120px rgba(255, 255, 255, 0.08),
    inset 0 24px 78px rgba(255, 255, 255, 0.13),
    inset -40px -50px 110px rgba(0, 0, 0, 0.92);
  opacity: 0.72;
  filter: blur(6px);
  transform: rotate(-24deg) skewX(-8deg);
}

.ribbon-two {
  top: 292px;
  left: -106px;
  width: 780px;
  height: 230px;
  border-radius: 60% 40% 48% 52% / 42% 58% 38% 62%;
  background:
    radial-gradient(ellipse at 48% 14%, rgba(255, 255, 255, 0.14), transparent 36%),
    radial-gradient(ellipse at 68% 74%, rgba(0, 0, 0, 0.95), transparent 50%),
    linear-gradient(94deg, #030303, #2a2a2a 42%, #050505 86%);
  box-shadow:
    0 22px 110px rgba(255, 255, 255, 0.075),
    inset 0 22px 58px rgba(255, 255, 255, 0.11),
    inset 0 -40px 88px rgba(0, 0, 0, 0.94);
  opacity: 0.76;
  filter: blur(5px);
  transform: rotate(13deg) skewX(8deg);
}

.ribbon-three {
  top: 160px;
  left: 238px;
  width: 360px;
  height: 420px;
  border-radius: 42% 58% 48% 52% / 62% 42% 58% 38%;
  background:
    linear-gradient(92deg, rgba(255, 255, 255, 0.19), transparent 22%, rgba(0, 0, 0, 0.76) 70%),
    radial-gradient(ellipse at 46% 42%, rgba(255, 255, 255, 0.09), transparent 44%);
  box-shadow:
    0 20px 100px rgba(255, 255, 255, 0.08),
    inset 28px 0 76px rgba(255, 255, 255, 0.1);
  opacity: 0.5;
  filter: blur(7px);
  transform: rotate(36deg) skewX(-4deg);
}

.ribbon-core {
  top: 190px;
  left: 155px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 32% 34%, rgba(255, 255, 255, 0.28), transparent 26%),
    radial-gradient(circle at 58% 58%, #252525, #020202 68%);
  box-shadow:
    inset 0 30px 70px rgba(255, 255, 255, 0.09),
    0 32px 120px rgba(255, 255, 255, 0.08);
  opacity: 0.8;
  filter: blur(2.2px);
}

.panel-copy {
  position: relative;
  align-self: center;
  width: min(520px, calc(100% - 64px));
  margin: 0 auto;
  padding: 90px 0;
}

.black-panel:not(.principle-panel) .panel-copy {
  width: min(680px, calc(100% - 72px));
  margin-left: 0;
  padding: 108px 0 96px;
}

.black-panel:not(.principle-panel) .panel-copy::before {
  content: "";
  position: absolute;
  top: 92px;
  bottom: 92px;
  left: -48px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.14), transparent);
}

.panel-copy.wide {
  width: min(980px, calc(100% - 48px));
}

.section-kicker {
  margin: 0 0 18px;
  color: #8b8f96;
  font-family: "Geist Mono", "SFMono-Regular", Menlo, monospace;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.15;
  text-transform: uppercase;
}

.section-kicker.centered {
  text-align: center;
}

.black-panel .section-kicker {
  color: rgba(255, 255, 255, 0.5);
}

.panel-copy h2,
.split-section h2,
.quiet-section h2,
.contact-section h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 58px;
  font-weight: var(--weight-display);
  line-height: 1.02;
  text-wrap: balance;
}

.panel-copy h2::after,
.split-section h2::after,
.quiet-section h2::after {
  content: attr(data-echo);
  position: absolute;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

.black-panel:not(.principle-panel) .panel-copy h2 {
  max-width: 720px;
  font-size: 70px;
  line-height: 0.98;
}

.black-panel:not(.principle-panel) .panel-copy h2::after {
  top: -74px;
  left: -18px;
  color: rgba(255, 255, 255, 0.055);
  filter: blur(1.2px);
  font-size: 126px;
  font-weight: 690;
  line-height: 0.88;
  white-space: nowrap;
}

.question-section h2 {
  font-size: 62px;
  line-height: 1.04;
}

.question-section h2::after {
  top: -52px;
  left: 50%;
  color: rgba(12, 14, 16, 0.038);
  filter: blur(2px);
  font-size: 118px;
  font-weight: 690;
  line-height: 0.9;
  white-space: nowrap;
  transform: translateX(-50%);
}

.capability-section > div:first-child {
  position: relative;
  min-height: 520px;
}

.capability-section h2 {
  max-width: 260px;
  font-size: 76px;
  line-height: 0.98;
}

.capability-section h2::after {
  top: 34px;
  left: 42px;
  color: rgba(12, 14, 16, 0.045);
  filter: blur(1.4px);
  font-size: 132px;
  font-weight: 700;
  line-height: 0.9;
}

html[data-lang="zh"] .capability-section h2 {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

html[data-lang="zh"] .capability-section h2::after {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.principle-panel .panel-copy h2 {
  font-size: 68px;
  line-height: 1;
}

.principle-panel .panel-copy h2::after {
  top: -42px;
  right: -170px;
  color: rgba(255, 255, 255, 0.065);
  filter: blur(1.8px);
  font-size: 120px;
  font-weight: 680;
  line-height: 0.88;
  white-space: nowrap;
}

.outcome-section h2 {
  font-size: 66px;
  line-height: 0.98;
}

.outcome-section h2::after {
  top: 56px;
  left: -10px;
  color: rgba(12, 14, 16, 0.055);
  filter: blur(1.2px);
  font-size: 108px;
  font-weight: 690;
  line-height: 0.88;
  white-space: nowrap;
}

.direction-list {
  display: grid;
  gap: 20px;
  margin-top: 72px;
}

.direction-list article {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  min-height: 104px;
  padding: 24px 0 24px 112px;
  border-top: 0;
}

.direction-list article:nth-child(2) {
  margin-left: 42px;
}

.direction-list article:nth-child(3) {
  margin-left: 84px;
}

.direction-list article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08), transparent);
}

.direction-list article::after {
  position: absolute;
  right: 8px;
  bottom: -24px;
  z-index: 0;
  color: rgba(255, 255, 255, 0.09);
  font-family: "Geist Mono", "SFMono-Regular", Menlo, monospace;
  font-size: 132px;
  font-weight: 650;
  line-height: 1;
}

.direction-list article:nth-child(1)::after {
  content: "01";
}

.direction-list article:nth-child(2)::after {
  content: "02";
}

.direction-list article:nth-child(3)::after {
  content: "03";
}

.direction-list span,
.capability-rows span {
  color: #8d9197;
  font-family: "Geist Mono", "SFMono-Regular", Menlo, monospace;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  text-transform: uppercase;
}

.direction-list span {
  display: none;
}

.direction-list h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 29px;
  font-weight: var(--weight-title);
  line-height: 1.22;
  text-wrap: balance;
}

.quiet-section {
  position: relative;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 145px 0;
  overflow: hidden;
  text-align: center;
}

.question-section {
  min-height: 720px;
  perspective: 1200px;
}

.question-section::before,
.question-section::after {
  content: "";
  position: absolute;
  inset: 7% 0;
  z-index: 0;
  pointer-events: none;
}

.question-section::before {
  background:
    linear-gradient(180deg, transparent 0 18%, rgba(12, 14, 16, 0.055) 20%, rgba(255, 255, 255, 0.52) 24%, transparent 31%),
    radial-gradient(ellipse at 50% 62%, transparent 0 168px, rgba(12, 14, 16, 0.056) 170px 172px, transparent 174px 326px, rgba(12, 14, 16, 0.038) 328px 330px, transparent 332px),
    linear-gradient(90deg, transparent 0 47%, rgba(12, 14, 16, 0.07) 49.8%, rgba(12, 14, 16, 0.14) 50%, rgba(12, 14, 16, 0.06) 50.2%, transparent 53% 100%),
    linear-gradient(105deg, transparent 0 24%, rgba(12, 14, 16, 0.082) 43%, transparent 64% 100%),
    repeating-linear-gradient(90deg, transparent 0 118px, rgba(12, 14, 16, 0.026) 119px 120px, transparent 121px 240px);
  opacity: 0.86;
  filter: blur(7.5px);
  transform: translate3d(calc(var(--mx, 0) * -18px), calc(var(--my, 0) * -14px), 0);
}

.question-section::after {
  inset: 12% 7% 8%;
  border: 0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 54%, rgba(255, 255, 255, 0.58), transparent 23%),
    radial-gradient(circle at 50% 54%, transparent 0 12px, rgba(12, 14, 16, 0.065) 13px 14px, transparent 15px 116px, rgba(12, 14, 16, 0.044) 117px 118px, transparent 119px),
    conic-gradient(from 45deg at 50% 54%, rgba(12, 14, 16, 0.055), transparent 15%, rgba(12, 14, 16, 0.042) 25%, transparent 36% 100%),
    linear-gradient(130deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.02) 48%, rgba(255, 255, 255, 0.2));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 40px 120px rgba(12, 14, 16, 0.035);
  opacity: 0.24;
  filter: blur(5px);
  transform: translate3d(calc(var(--mx, 0) * 10px), calc(var(--my, 0) * 8px), -1px);
}

.question-section > * {
  position: relative;
  z-index: 1;
}

.question-section .floating-terms {
  position: absolute;
  z-index: 1;
}

.floating-terms {
  position: absolute;
  inset: 0;
  color: rgba(20, 20, 20, 0.2);
  pointer-events: none;
}

.term {
  position: absolute;
  display: block;
  opacity: 0.64;
  filter: blur(3.2px);
  font-size: 40px;
  font-weight: 610;
  will-change: transform, opacity, filter;
}

.term-one {
  top: 118px;
  left: 8%;
}

.term-two {
  top: 120px;
  right: 9%;
}

.term-three {
  top: 350px;
  left: 14%;
}

.term-four {
  right: 16%;
  bottom: 165px;
}

.term-five {
  bottom: 118px;
  left: 40%;
}

.center-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 24px;
  border: 1px solid rgba(222, 224, 226, 0.72);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.42));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 18px 60px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
  backdrop-filter: blur(18px) saturate(1.14);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  transition:
    box-shadow 260ms ease,
    transform 260ms ease,
    border-color 260ms ease;
}

.center-mark:hover {
  border-color: rgba(196, 199, 202, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 26px 90px rgba(0, 0, 0, 0.1);
}

.section-lede {
  max-width: 640px;
  margin: 22px auto 0;
  color: #656a70;
  font-size: 17px;
  font-weight: var(--weight-copy);
  line-height: 1.72;
  text-wrap: pretty;
}

.question-list {
  display: grid;
  gap: 34px;
  width: min(1080px, 100%);
  margin: 74px auto 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.question-list p {
  position: relative;
  display: block;
  width: min(760px, 100%);
  min-height: 0;
  margin: 0;
  padding: 0 0 0 126px;
  background: transparent;
  color: #17191d;
  font-size: 26px;
  font-weight: var(--weight-copy-strong);
  line-height: 1.42;
  text-wrap: pretty;
}

.question-list p:nth-child(1) {
  margin-left: 6%;
}

.question-list p:nth-child(even) {
  margin-left: auto;
}

.question-list p:nth-child(3) {
  margin-left: 0;
}

.question-list p:nth-child(4) {
  width: min(820px, 100%);
  margin-right: 8%;
}

.question-list p::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 94px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cfd2d6);
}

.question-list p::after {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 104px;
  width: 7px;
  height: 7px;
  border: 1px solid #c8ccd1;
  border-radius: 50%;
  background: #fff;
}

.split-section {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 70px;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 120px 0;
}

.capability-section {
  position: relative;
  grid-template-columns: minmax(270px, 0.62fr) minmax(0, 1.38fr);
  gap: 94px;
  padding: 140px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 44%, rgba(12, 14, 16, 0.09), transparent 0 24%),
    radial-gradient(circle at 88% 62%, rgba(12, 14, 16, 0.06), transparent 0 28%),
    radial-gradient(circle at 58% 66%, rgba(12, 14, 16, 0.035), transparent 0 28%),
    linear-gradient(128deg, transparent 0 28%, rgba(12, 14, 16, 0.05) 48%, transparent 70% 100%),
    linear-gradient(180deg, #ffffff 0%, #fbfbf7 100%);
  background-size:
    156% 156%,
    172% 172%,
    100% 100%,
    100% 100%,
    100% 100%;
  border-radius: 0;
}

.capability-section::before {
  content: "";
  position: absolute;
  top: 24px;
  right: -168px;
  width: 900px;
  height: 860px;
  background:
    radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.24) 26%, transparent 52%),
    radial-gradient(circle at 47% 49%, rgba(12, 14, 16, 0.22), rgba(12, 14, 16, 0.075) 30%, transparent 58%),
    radial-gradient(circle at 66% 46%, rgba(12, 14, 16, 0.16), rgba(12, 14, 16, 0.044) 30%, transparent 58%),
    radial-gradient(circle at 58% 68%, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.18) 22%, transparent 48%),
    radial-gradient(circle at 82% 66%, rgba(12, 14, 16, 0.11), rgba(12, 14, 16, 0.032) 26%, transparent 52%);
  filter: blur(6px);
  -webkit-mask-image: radial-gradient(ellipse at 58% 50%, rgba(0, 0, 0, 0.92) 0 61%, transparent 82%);
  mask-image: radial-gradient(ellipse at 58% 50%, rgba(0, 0, 0, 0.92) 0 61%, transparent 82%);
  opacity: 0.7;
  pointer-events: none;
  transform-origin: 58% 50%;
  will-change: transform, opacity, filter;
}

.capability-section::after {
  content: "";
  position: absolute;
  top: 14%;
  right: 3%;
  width: 44%;
  height: 68%;
  background:
    radial-gradient(ellipse at 56% 46%, transparent 0 31%, rgba(12, 14, 16, 0.06) 32%, transparent 45%),
    linear-gradient(118deg, transparent 0 44%, rgba(12, 14, 16, 0.08) 48%, transparent 53%),
    linear-gradient(24deg, transparent 0 38%, rgba(255, 255, 255, 0.62) 48%, transparent 62%);
  filter: blur(10px);
  opacity: 0.4;
  will-change: transform, opacity, filter;
}

.capability-section > * {
  position: relative;
  z-index: 1;
}

.capability-rows {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 66px 74px;
  border-top: 0;
}

.capability-rows article {
  position: relative;
  display: block;
  min-height: 230px;
  padding: 28px 0 32px;
  border-bottom: 0;
  border-radius: 8px;
  transition:
    background 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease;
}

.capability-rows article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #d8dadc, rgba(216, 218, 220, 0.2), transparent);
}

.capability-rows article:nth-child(2),
.capability-rows article:nth-child(4) {
  transform: translateY(62px);
}

.capability-rows article:hover {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.12));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 28px 90px rgba(12, 14, 16, 0.06);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  backdrop-filter: blur(16px) saturate(1.08);
}

.capability-rows h3 {
  margin: 28px 0 0;
  font-size: 30px;
  font-weight: var(--weight-title);
  line-height: 1.22;
}

.capability-rows p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #666a70;
  font-size: 16px;
  font-weight: var(--weight-copy);
  line-height: 1.66;
  text-wrap: pretty;
}

.principle-panel {
  display: block;
  min-height: auto;
  background:
    radial-gradient(ellipse at 82% 16%, rgba(255, 255, 255, 0.13), transparent 26%),
    radial-gradient(ellipse at 28% 72%, rgba(255, 255, 255, 0.07), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%),
    linear-gradient(150deg, #19191a 0%, #0d0d0e 38%, #050505 76%, #0a0a0b 100%);
}

.principle-panel::before {
  inset: -12% -12% -10% -10%;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(255, 255, 255, 0.13) 15%, rgba(255, 255, 255, 0.035) 17%, transparent 20%),
    linear-gradient(90deg, transparent 0 42%, rgba(255, 255, 255, 0.18) 43%, rgba(255, 255, 255, 0.036) 46%, transparent 49%),
    linear-gradient(90deg, transparent 0 72%, rgba(255, 255, 255, 0.115) 73%, rgba(255, 255, 255, 0.028) 76%, transparent 80%),
    radial-gradient(ellipse at 50% 34%, rgba(255, 255, 255, 0.1), transparent 28%),
    linear-gradient(118deg, transparent 0 28%, rgba(255, 255, 255, 0.07) 42%, transparent 58%);
  opacity: 0.74;
  filter: blur(18px);
  transform: translate3d(calc(var(--mx, 0) * -12px), calc(var(--my, 0) * -10px), 0);
}

.principle-panel::after {
  background:
    radial-gradient(ellipse at 72% 44%, transparent 0 30%, rgba(255, 255, 255, 0.11) 31%, rgba(255, 255, 255, 0.025) 43%, transparent 58%),
    linear-gradient(66deg, transparent 0 42%, rgba(255, 255, 255, 0.09) 52%, transparent 64%),
    linear-gradient(106deg, transparent 0 54%, rgba(255, 255, 255, 0.058) 64%, transparent 76%);
  opacity: 0.76;
  filter: blur(9px);
  transform: translate3d(calc(var(--mx, 0) * 10px), calc(var(--my, 0) * 8px), 0);
}

.principle-lines {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 66px;
  margin-top: 64px;
  border-top: 0;
}

.principle-lines p {
  position: relative;
  min-height: 156px;
  margin: 0;
  padding: 34px 70px 38px 0;
  border-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.34;
  text-wrap: balance;
  transition:
    color 260ms ease,
    transform 260ms ease;
}

.principle-lines p::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.07), transparent);
}

.principle-lines p::after {
  content: "”";
  position: absolute;
  top: 22px;
  right: 10px;
  color: rgba(255, 255, 255, 0.1);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 94px;
  line-height: 0.8;
  pointer-events: none;
  transition:
    color 260ms ease,
    transform 260ms ease;
}

.principle-lines p span {
  position: relative;
  z-index: 1;
}

.brand-emphasis {
  color: rgba(255, 255, 255, 0.98);
  font-weight: 720;
}

.principle-lines p span::before {
  content: "“";
  margin-right: 3px;
  color: rgba(255, 255, 255, 0.38);
}

.principle-lines p span::after {
  content: "”";
  margin-left: 3px;
  color: rgba(255, 255, 255, 0.38);
}

.principle-lines p:nth-child(even) {
  margin-top: 42px;
}

.principle-lines p:hover {
  color: rgba(255, 255, 255, 0.96);
  transform: translate3d(0, -3px, 0);
}

.principle-lines p:hover::after {
  color: rgba(255, 255, 255, 0.18);
  transform: translate3d(-6px, 0, 0);
}

.panel-note {
  max-width: 900px;
  margin: 58px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.84);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.48;
  text-wrap: pretty;
}

.outcome-section {
  position: relative;
  grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1.42fr);
  align-items: start;
  min-height: 760px;
  padding: 126px 0 128px;
  overflow: hidden;
}

.outcome-section::before {
  content: "";
  position: absolute;
  inset: 9% -4% 8%;
  z-index: 0;
  background:
    radial-gradient(circle at 58% 33%, rgba(12, 14, 16, 0.075), transparent 0 18%),
    radial-gradient(circle at 79% 45%, rgba(12, 14, 16, 0.065), transparent 0 22%),
    radial-gradient(circle at 66% 72%, rgba(12, 14, 16, 0.052), transparent 0 22%),
    linear-gradient(24deg, transparent 0 42%, rgba(12, 14, 16, 0.055) 47%, transparent 53%),
    linear-gradient(146deg, transparent 0 36%, rgba(12, 14, 16, 0.048) 45%, transparent 57%);
  filter: blur(18px);
  opacity: 0.66;
  pointer-events: none;
  transform: translate3d(calc(var(--mx, 0) * -14px), calc(var(--my, 0) * -10px), 0);
  will-change: opacity, filter, transform;
}

.outcome-section::after {
  content: "OUTCOMES";
  position: absolute;
  top: 51%;
  right: -26px;
  z-index: 0;
  color: rgba(12, 14, 16, 0.04);
  font-size: 124px;
  font-weight: 680;
  line-height: 0.82;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  pointer-events: none;
  filter: blur(0.45px);
  transform: translateY(-50%);
}

.outcome-section > * {
  position: relative;
  z-index: 1;
}

.outcome-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(72px, auto));
  gap: 20px 26px;
  align-content: center;
  min-height: 620px;
  padding: 46px 0 42px;
  border-top: 0;
}

.outcome-list::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 61%;
  width: 780px;
  height: 590px;
  border-radius: 44% 56% 48% 52% / 52% 44% 56% 48%;
  background:
    radial-gradient(circle at 18% 56%, rgba(12, 14, 16, 0.16) 0 1.8%, rgba(12, 14, 16, 0.075) 2.2%, transparent 8%),
    radial-gradient(circle at 48% 28%, rgba(12, 14, 16, 0.17) 0 2.4%, rgba(12, 14, 16, 0.07) 2.8%, transparent 9%),
    radial-gradient(circle at 78% 48%, rgba(12, 14, 16, 0.18) 0 2.2%, rgba(12, 14, 16, 0.07) 2.8%, transparent 10%),
    radial-gradient(circle at 58% 76%, rgba(12, 14, 16, 0.14) 0 2%, rgba(12, 14, 16, 0.055) 2.8%, transparent 9%),
    linear-gradient(14deg, transparent 0 42%, rgba(12, 14, 16, 0.12) 46%, rgba(12, 14, 16, 0.055) 49%, transparent 54%),
    linear-gradient(148deg, transparent 0 36%, rgba(12, 14, 16, 0.11) 42%, rgba(12, 14, 16, 0.045) 47%, transparent 54%),
    linear-gradient(74deg, transparent 0 46%, rgba(12, 14, 16, 0.09) 50%, transparent 55%);
  filter: blur(12px);
  opacity: 0.48;
  transform: translate(-50%, -50%) rotate(-6deg);
  will-change: opacity, filter, transform;
}

.outcome-list::after {
  content: "";
  position: absolute;
  top: 49%;
  left: 63%;
  width: 560px;
  height: 560px;
  border-radius: 46% 54% 54% 46% / 48% 42% 58% 52%;
  background:
    radial-gradient(circle at 46% 46%, rgba(255, 255, 255, 0.82), transparent 0 22%),
    radial-gradient(circle at 54% 52%, rgba(12, 14, 16, 0.09), transparent 0 36%),
    radial-gradient(ellipse at 50% 50%, transparent 0 39%, rgba(12, 14, 16, 0.055) 41%, transparent 53%);
  box-shadow:
    inset 28px 26px 80px rgba(255, 255, 255, 0.82),
    inset -42px -36px 120px rgba(12, 14, 16, 0.055);
  filter: blur(9px);
  opacity: 0.32;
  transform: translate(-50%, -50%) rotate(8deg);
  will-change: opacity, filter, transform;
}

.outcome-list p {
  position: relative;
  z-index: 1;
  width: auto;
  min-height: auto;
  margin: 0;
  padding: 18px 0 24px 28px;
  border-top: 0;
  color: #25282c;
  font-size: 24px;
  font-weight: var(--weight-copy-strong);
  line-height: 1.34;
  text-wrap: balance;
}

.outcome-list p::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 1px solid #b7bbc0;
  border-radius: 50%;
  background: #fff;
}

.outcome-list p::after {
  content: "";
  position: absolute;
  top: 33px;
  right: 0;
  left: 28px;
  width: auto;
  height: 1px;
  background: linear-gradient(90deg, #d5d8dc, transparent 78%);
  opacity: 0.78;
  transform: translateY(-26px);
}

.outcome-list p:nth-child(even) {
  margin-top: 0;
}

.outcome-list p:nth-child(1)::after,
.outcome-list p:nth-child(3)::after,
.outcome-list p:nth-child(5)::after {
  right: 0;
  left: 28px;
  background: linear-gradient(90deg, #c7cbd0, transparent 74%);
  transform: translateY(-26px);
}

.outcome-list p:nth-child(2n)::after {
  background: linear-gradient(90deg, transparent, #d5d8dc);
}

.outcome-list p:nth-child(1) {
  grid-column: 1 / span 6;
  grid-row: 1 / span 2;
  align-self: end;
  font-size: 30px;
  font-weight: var(--weight-title);
  line-height: 1.24;
}

.outcome-list p:nth-child(2) {
  grid-column: 7 / span 5;
  grid-row: 1 / span 1;
  align-self: center;
  font-size: 26px;
}

.outcome-list p:nth-child(3) {
  grid-column: 1 / span 5;
  grid-row: 3 / span 1;
  align-self: center;
  font-size: 27px;
}

.outcome-list p:nth-child(4) {
  grid-column: 8 / span 4;
  grid-row: 3 / span 1;
  align-self: end;
  font-size: 24px;
}

.outcome-list p:nth-child(5) {
  grid-column: 2 / span 6;
  grid-row: 5 / span 2;
  align-self: center;
  font-size: 28px;
  font-weight: var(--weight-title);
  line-height: 1.28;
}

.outcome-list p:nth-child(6) {
  grid-column: 8 / span 4;
  grid-row: 5 / span 1;
  align-self: start;
  font-size: 24px;
}

.contact-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.72fr);
  gap: 118px;
  align-items: center;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  min-height: 650px;
  padding: 92px 0 118px;
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 16% 0 12%;
  z-index: 0;
  background:
    linear-gradient(180deg, transparent 0 26%, rgba(12, 14, 16, 0.038) 28%, rgba(255, 255, 255, 0.68) 36%, transparent 47%),
    radial-gradient(ellipse at 72% 48%, rgba(12, 14, 16, 0.052), transparent 0 24%),
    linear-gradient(116deg, transparent 0 34%, rgba(12, 14, 16, 0.04) 48%, transparent 64% 100%),
    linear-gradient(180deg, rgba(12, 14, 16, 0.02), transparent 38%);
  filter: blur(14px);
  opacity: 0.72;
  pointer-events: none;
  transform: translate3d(calc(var(--mx, 0) * -10px), calc(var(--my, 0) * -8px), 0);
}

.contact-section::after {
  content: "";
  position: absolute;
  inset: 12% -2% 10% 44%;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(12, 14, 16, 0.22), rgba(12, 14, 16, 0.045) 8%, transparent 28%),
    repeating-linear-gradient(0deg, transparent 0 78px, rgba(12, 14, 16, 0.04) 79px 80px, transparent 81px 158px),
    radial-gradient(ellipse at 68% 46%, rgba(12, 14, 16, 0.06), transparent 34%);
  filter: blur(5px);
  opacity: 0.32;
  pointer-events: none;
  transform: translate3d(calc(var(--mx, 0) * 8px), calc(var(--my, 0) * 6px), 0);
}

.contact-section > * {
  position: relative;
  z-index: 1;
}

.contact-section h2 {
  max-width: 820px;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 650;
}

.contact-section > div:first-child p:not(.section-kicker) {
  max-width: 760px;
  margin: 32px 0 0;
  color: #6b7077;
  font-size: 20px;
  font-weight: var(--weight-copy);
  line-height: 1.62;
  text-wrap: pretty;
}

.contact-card {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: start;
  width: min(100%, 560px);
  padding: 34px;
  border: 1px solid rgba(12, 14, 16, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 246, 242, 0.82)),
    rgba(255, 255, 255, 0.86);
  box-shadow:
    0 30px 96px rgba(12, 14, 16, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
}

.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.22), transparent);
  transform: scaleX(0.54);
  transform-origin: left center;
  transition:
    opacity 260ms ease,
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-card:hover::before {
  transform: scaleX(1);
}

.contact-card p {
  margin: 0;
  width: 100%;
  padding: 0 0 28px;
  border-bottom: 0;
  color: #62676e;
  font-size: 16px;
  font-weight: var(--weight-copy);
  line-height: 1.72;
  text-wrap: pretty;
}

.contact-card .button {
  justify-self: stretch;
  width: 100%;
  min-height: 52px;
  margin: 0;
  border-radius: 6px;
  font-size: 15px;
}

.mail-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
  padding: 21px 0 0;
  border-top: 1px solid #e5e5e2;
  border-bottom: 0;
  color: #17191d;
  font-size: 16px;
  font-weight: var(--weight-copy);
  line-height: 1;
  text-align: left;
}

.mail-link::after {
  content: ">";
  width: auto;
  height: auto;
  color: #8b8f96;
  background: transparent;
  transition:
    color 240ms ease,
    transform 240ms ease;
}

.mail-link:hover::after {
  color: #111214;
  transform: translate3d(3px, 0, 0);
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 70px;
  min-height: 820px;
  padding: 88px max(24px, calc((100% - var(--max)) / 2)) 82px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 80% 22%, rgba(255, 255, 255, 0.12), transparent 28%),
    radial-gradient(ellipse at 18% 72%, rgba(255, 255, 255, 0.065), transparent 36%),
    linear-gradient(180deg, #1b1b1c 0%, #111112 54%, #171718 100%);
  color: #fff;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.site-footer::before {
  background:
    radial-gradient(ellipse at 58% 46%, transparent 0 34%, rgba(255, 255, 255, 0.12) 35%, rgba(255, 255, 255, 0.026) 47%, transparent 62%),
    linear-gradient(120deg, transparent 0 34%, rgba(255, 255, 255, 0.074) 52%, transparent 70% 100%),
    repeating-linear-gradient(90deg, transparent 0 180px, rgba(255, 255, 255, 0.02) 181px 182px, transparent 183px 360px);
  opacity: 0.66;
  filter: blur(14px);
  transform: translate3d(calc(var(--mx, 0) * -14px), calc(var(--my, 0) * -10px), 0);
}

.site-footer::after {
  background:
    linear-gradient(180deg, transparent 0 58%, rgba(255, 255, 255, 0.045)),
    radial-gradient(ellipse at 52% 100%, rgba(255, 255, 255, 0.08), transparent 42%);
  opacity: 0.56;
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-menus {
  display: grid;
  grid-template-columns: repeat(3, 170px);
  gap: 24px;
}

.footer-menus h3 {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Geist Mono", "SFMono-Regular", Menlo, monospace;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.15;
  text-transform: uppercase;
}

.footer-menus a {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 16px;
  line-height: 1.25;
}

.footer-menus a:hover {
  color: #fff;
}

.site-footer .language-switcher {
  grid-column: 2;
  justify-self: end;
  align-self: start;
  grid-template-columns: repeat(6, 38px);
  width: auto;
  margin: 0 0 16px;
  border-color: rgba(255, 255, 255, 0.16);
  background: transparent;
  box-shadow: none;
}

.site-footer .lang {
  color: rgba(255, 255, 255, 0.48);
}

.site-footer .lang.active {
  color: #0b0b0c;
  background: #fff;
}

.copyright {
  grid-column: 2;
  justify-self: end;
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 14px;
  text-align: right;
}

.footer-legal {
  grid-column: 1 / -1;
  align-self: end;
  max-width: 1500px;
  margin-top: 230px;
}

.footer-legal p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 13px;
  line-height: 1.55;
}

.footer-legal p:first-child {
  margin-top: 0;
}

/* Multilingual typography */
html[data-lang="en"] .hero-copy,
html[data-lang="fr"] .hero-copy,
html[data-lang="de"] .hero-copy {
  max-width: 1260px;
}

html[data-lang="en"] .hero-copy h1,
html[data-lang="en"] .blur-headline {
  font-size: 64px;
  line-height: 1.14;
}

html[data-lang="fr"] .hero-copy h1,
html[data-lang="fr"] .blur-headline {
  font-size: 56px;
  line-height: 1.16;
  hyphens: auto;
}

html[data-lang="de"] .hero-copy h1,
html[data-lang="de"] .blur-headline {
  font-size: 58px;
  line-height: 1.16;
  hyphens: auto;
}

html[data-lang="en"] .black-panel:not(.principle-panel) .panel-copy h2 {
  font-size: 58px;
  line-height: 1.02;
}

html[data-lang="fr"] .black-panel:not(.principle-panel) .panel-copy h2,
html[data-lang="de"] .black-panel:not(.principle-panel) .panel-copy h2 {
  font-size: 48px;
  line-height: 1.08;
  hyphens: auto;
}

html[data-lang="en"] .black-panel:not(.principle-panel) .panel-copy h2::after {
  font-size: 92px;
}

html[data-lang="fr"] .black-panel:not(.principle-panel) .panel-copy h2::after,
html[data-lang="de"] .black-panel:not(.principle-panel) .panel-copy h2::after {
  top: -58px;
  font-size: 68px;
}

html[data-lang="en"] .question-section h2 {
  font-size: 58px;
}

html[data-lang="fr"] .question-section h2,
html[data-lang="de"] .question-section h2 {
  font-size: 50px;
  line-height: 1.08;
}

html[data-lang="en"] .question-section h2::after {
  font-size: 86px;
}

html[data-lang="fr"] .question-section h2::after,
html[data-lang="de"] .question-section h2::after {
  top: -40px;
  font-size: 68px;
}

html[data-lang="en"] .capability-section h2 {
  max-width: 380px;
  font-size: 60px;
}

html[data-lang="fr"] .capability-section h2,
html[data-lang="de"] .capability-section h2 {
  max-width: 390px;
  font-size: 48px;
  line-height: 1.08;
}

html[data-lang="en"] .capability-section h2::after {
  font-size: 86px;
}

html[data-lang="fr"] .capability-section h2::after,
html[data-lang="de"] .capability-section h2::after {
  top: 28px;
  left: 22px;
  font-size: 68px;
}

html[data-lang="en"] .principle-panel .panel-copy h2 {
  font-size: 60px;
}

html[data-lang="fr"] .principle-panel .panel-copy h2,
html[data-lang="de"] .principle-panel .panel-copy h2 {
  font-size: 50px;
  line-height: 1.08;
}

html[data-lang="en"] .principle-panel .panel-copy h2::after {
  right: -130px;
  font-size: 86px;
}

html[data-lang="fr"] .principle-panel .panel-copy h2::after,
html[data-lang="de"] .principle-panel .panel-copy h2::after {
  right: -110px;
  font-size: 68px;
}

html[data-lang="en"] .outcome-section h2 {
  font-size: 58px;
}

html[data-lang="fr"] .outcome-section h2,
html[data-lang="de"] .outcome-section h2 {
  font-size: 48px;
  line-height: 1.08;
}

html[data-lang="en"] .outcome-section h2::after {
  font-size: 78px;
}

html[data-lang="fr"] .outcome-section h2::after,
html[data-lang="de"] .outcome-section h2::after {
  top: 48px;
  font-size: 62px;
}

html[data-lang="en"] .focus-strip strong {
  font-size: 24px;
  line-height: 1.2;
}

html[data-lang="fr"] .focus-strip,
html[data-lang="de"] .focus-strip {
  gap: 56px;
}

html[data-lang="fr"] .focus-strip strong,
html[data-lang="de"] .focus-strip strong {
  max-width: 300px;
  font-size: 21px;
  line-height: 1.3;
  hyphens: auto;
}

html[data-lang="fr"] .focus-strip span,
html[data-lang="de"] .focus-strip span {
  max-width: 290px;
  font-size: 14px;
  line-height: 1.58;
}

html[data-lang="en"] .direction-list h3 {
  font-size: 26px;
  line-height: 1.25;
}

html[data-lang="fr"] .direction-list h3,
html[data-lang="de"] .direction-list h3 {
  font-size: 24px;
  line-height: 1.28;
  hyphens: auto;
}

html[data-lang="fr"] .section-lede,
html[data-lang="de"] .section-lede {
  max-width: 780px;
  font-size: 16px;
  line-height: 1.78;
}

html[data-lang="en"] .question-list p {
  font-size: 24px;
  line-height: 1.46;
}

html[data-lang="fr"] .question-list,
html[data-lang="de"] .question-list {
  width: min(1160px, 100%);
}

html[data-lang="fr"] .question-list p,
html[data-lang="de"] .question-list p {
  width: min(860px, 100%);
  font-size: 22px;
  line-height: 1.5;
}

html[data-lang="fr"] .capability-rows h3,
html[data-lang="de"] .capability-rows h3 {
  font-size: 27px;
  line-height: 1.26;
}

html[data-lang="fr"] .capability-rows p,
html[data-lang="de"] .capability-rows p {
  font-size: 15px;
  line-height: 1.76;
}

html[data-lang="en"] .principle-lines p {
  font-size: 27px;
  line-height: 1.36;
}

html[data-lang="fr"] .principle-lines p,
html[data-lang="de"] .principle-lines p {
  font-size: 24px;
  line-height: 1.42;
}

html[data-lang="fr"] .panel-note,
html[data-lang="de"] .panel-note {
  max-width: 980px;
  font-size: 22px;
  line-height: 1.52;
}

html[data-lang="en"] .outcome-list p {
  font-size: 22px;
  line-height: 1.36;
}

html[data-lang="en"] .outcome-list p:nth-child(1),
html[data-lang="en"] .outcome-list p:nth-child(5) {
  font-size: 26px;
  line-height: 1.28;
}

html[data-lang="en"] .outcome-list p:nth-child(2),
html[data-lang="en"] .outcome-list p:nth-child(3) {
  font-size: 23px;
}

html[data-lang="fr"] .outcome-list p,
html[data-lang="de"] .outcome-list p {
  padding-left: 28px;
  font-size: 20px;
  line-height: 1.42;
  hyphens: auto;
}

html[data-lang="fr"] .outcome-list p:nth-child(1),
html[data-lang="fr"] .outcome-list p:nth-child(5),
html[data-lang="de"] .outcome-list p:nth-child(1),
html[data-lang="de"] .outcome-list p:nth-child(5) {
  font-size: 23px;
  line-height: 1.34;
}

html[data-lang="fr"] .outcome-list p:nth-child(2),
html[data-lang="fr"] .outcome-list p:nth-child(3),
html[data-lang="de"] .outcome-list p:nth-child(2),
html[data-lang="de"] .outcome-list p:nth-child(3) {
  font-size: 21px;
}

html[data-lang="fr"] .contact-section,
html[data-lang="de"] .contact-section {
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.74fr);
  gap: 96px;
}

html[data-lang="en"] .contact-section h2 {
  font-size: 54px;
  line-height: 1.1;
}

html[data-lang="fr"] .contact-section h2,
html[data-lang="de"] .contact-section h2 {
  font-size: 44px;
  line-height: 1.15;
}

html[data-lang="fr"] .contact-card p,
html[data-lang="de"] .contact-card p {
  font-size: 15px;
  line-height: 1.76;
}

html[data-lang="fr"] .footer-menus,
html[data-lang="de"] .footer-menus {
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  gap: 32px;
}

html[data-lang="fr"] .footer-menus a,
html[data-lang="de"] .footer-menus a {
  font-size: 15px;
  line-height: 1.34;
}

html[data-lang="pt"] .hero-copy,
html[data-lang="ar"] .hero-copy {
  max-width: 1260px;
}

html[data-lang="pt"] .hero-copy h1,
html[data-lang="pt"] .blur-headline,
html[data-lang="ar"] .hero-copy h1,
html[data-lang="ar"] .blur-headline {
  font-size: 56px;
  line-height: 1.17;
}

html[data-lang="pt"] .black-panel:not(.principle-panel) .panel-copy h2,
html[data-lang="ar"] .black-panel:not(.principle-panel) .panel-copy h2,
html[data-lang="pt"] .question-section h2,
html[data-lang="ar"] .question-section h2,
html[data-lang="pt"] .principle-panel .panel-copy h2,
html[data-lang="ar"] .principle-panel .panel-copy h2,
html[data-lang="pt"] .outcome-section h2,
html[data-lang="ar"] .outcome-section h2 {
  font-size: 48px;
  line-height: 1.1;
  hyphens: auto;
}

html[data-lang="pt"] .capability-section h2,
html[data-lang="ar"] .capability-section h2 {
  max-width: 400px;
  font-size: 48px;
  line-height: 1.1;
}

html[data-lang="pt"] .focus-strip,
html[data-lang="ar"] .focus-strip {
  gap: 56px;
}

html[data-lang="pt"] .focus-strip strong,
html[data-lang="ar"] .focus-strip strong {
  max-width: 310px;
  font-size: 21px;
  line-height: 1.32;
  hyphens: auto;
}

html[data-lang="pt"] .direction-list h3,
html[data-lang="ar"] .direction-list h3 {
  font-size: 23px;
  line-height: 1.3;
  hyphens: auto;
}

html[data-lang="pt"] .section-lede,
html[data-lang="ar"] .section-lede {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.78;
}

html[data-lang="pt"] .question-list,
html[data-lang="ar"] .question-list {
  width: min(1160px, 100%);
}

html[data-lang="pt"] .question-list p,
html[data-lang="ar"] .question-list p {
  width: min(900px, 100%);
  font-size: 22px;
  line-height: 1.5;
}

html[data-lang="pt"] .capability-rows h3,
html[data-lang="ar"] .capability-rows h3 {
  font-size: 27px;
  line-height: 1.26;
}

html[data-lang="pt"] .capability-rows p,
html[data-lang="ar"] .capability-rows p,
html[data-lang="pt"] .contact-card p,
html[data-lang="ar"] .contact-card p {
  font-size: 15px;
  line-height: 1.76;
}

html[data-lang="pt"] .principle-lines p,
html[data-lang="ar"] .principle-lines p {
  font-size: 24px;
  line-height: 1.42;
}

html[data-lang="pt"] .panel-note,
html[data-lang="ar"] .panel-note {
  max-width: 980px;
  font-size: 22px;
  line-height: 1.52;
}

html[data-lang="pt"] .outcome-list p,
html[data-lang="ar"] .outcome-list p {
  padding-left: 28px;
  font-size: 20px;
  line-height: 1.42;
  hyphens: auto;
}

html[data-lang="pt"] .outcome-list p:nth-child(1),
html[data-lang="pt"] .outcome-list p:nth-child(5),
html[data-lang="ar"] .outcome-list p:nth-child(1),
html[data-lang="ar"] .outcome-list p:nth-child(5) {
  font-size: 23px;
  line-height: 1.34;
}

html[data-lang="pt"] .contact-section,
html[data-lang="ar"] .contact-section {
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.74fr);
  gap: 96px;
}

html[data-lang="pt"] .contact-section h2,
html[data-lang="ar"] .contact-section h2 {
  font-size: 44px;
  line-height: 1.15;
}

html[data-lang="pt"] .footer-menus,
html[data-lang="ar"] .footer-menus {
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  gap: 32px;
}

html[data-lang="pt"] .footer-menus a,
html[data-lang="ar"] .footer-menus a {
  font-size: 15px;
  line-height: 1.34;
}

html[data-lang="ar"] [data-i18n] {
  unicode-bidi: plaintext;
}

/* Motion system */
.motion-ready .reveal-target {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .reveal-target.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.motion-ready .hero-copy,
.motion-ready .focus-strip > *,
.motion-ready .direction-list article,
.motion-ready .question-list p,
.motion-ready .capability-rows article,
.motion-ready .principle-lines p,
.motion-ready .outcome-list p,
.motion-ready .contact-section > div:first-child,
.motion-ready .contact-card,
.motion-ready .footer-menus > div,
.motion-ready .copyright,
.motion-ready .footer-legal p {
  opacity: 0;
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    clip-path 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .hero-copy,
.motion-ready .question-list p,
.motion-ready .principle-lines p,
.motion-ready .contact-section > div:first-child,
.motion-ready .contact-card,
.motion-ready .footer-menus > div,
.motion-ready .copyright,
.motion-ready .footer-legal p {
  transform: translate3d(0, 18px, 0);
}

.motion-ready .focus-strip > * {
  transform: translate3d(0, 14px, 0);
}

.motion-ready .direction-list article {
  transform: translate3d(20px, 0, 0);
}

.motion-ready .capability-rows article {
  clip-path: inset(0 0 18% 0);
}

.motion-ready .hero-section.is-visible .hero-copy,
.motion-ready .hero-section.is-visible .focus-strip > *,
.motion-ready .black-panel.is-visible .direction-list article,
.motion-ready .question-section.is-visible .question-list p,
.motion-ready .principle-panel.is-visible .principle-lines p,
.motion-ready .outcome-section.is-visible .outcome-list p,
.motion-ready .contact-section.is-visible > div:first-child,
.motion-ready .contact-section.is-visible .contact-card,
.motion-ready .site-footer.is-visible .footer-menus > div,
.motion-ready .site-footer.is-visible .copyright,
.motion-ready .site-footer.is-visible .footer-legal p {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0);
}

.motion-ready .hero-section.is-visible .hero-copy {
  clip-path: none;
}

.motion-ready .capability-section.is-visible .capability-rows article {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.motion-ready .hero-section.is-visible .focus-strip > *:nth-child(2),
.motion-ready .black-panel.is-visible .direction-list article:nth-child(2),
.motion-ready .question-section.is-visible .question-list p:nth-child(2),
.motion-ready .principle-panel.is-visible .principle-lines p:nth-child(2),
.motion-ready .outcome-section.is-visible .outcome-list p:nth-child(2),
.motion-ready .site-footer.is-visible .footer-menus > div:nth-child(2),
.motion-ready .site-footer.is-visible .footer-legal p:nth-child(2) {
  transition-delay: 90ms;
}

.motion-ready .hero-section.is-visible .focus-strip > *:nth-child(3),
.motion-ready .black-panel.is-visible .direction-list article:nth-child(3),
.motion-ready .question-section.is-visible .question-list p:nth-child(3),
.motion-ready .principle-panel.is-visible .principle-lines p:nth-child(3),
.motion-ready .outcome-section.is-visible .outcome-list p:nth-child(3),
.motion-ready .site-footer.is-visible .footer-menus > div:nth-child(3),
.motion-ready .site-footer.is-visible .footer-legal p:nth-child(3) {
  transition-delay: 170ms;
}

.motion-ready .hero-section.is-visible .focus-strip > *:nth-child(4),
.motion-ready .question-section.is-visible .question-list p:nth-child(4),
.motion-ready .principle-panel.is-visible .principle-lines p:nth-child(4),
.motion-ready .outcome-section.is-visible .outcome-list p:nth-child(4) {
  transition-delay: 250ms;
}

.motion-ready .outcome-section.is-visible .outcome-list p:nth-child(5) {
  transition-delay: 330ms;
}

.motion-ready .outcome-section.is-visible .outcome-list p:nth-child(6) {
  transition-delay: 410ms;
}

.motion-ready .direction-list article::before,
.motion-ready .question-list p::before,
.motion-ready .capability-rows article::before,
.motion-ready .principle-lines p::before {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 960ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .black-panel.is-visible .direction-list article::before,
.motion-ready .question-section.is-visible .question-list p::before,
.motion-ready .capability-section.is-visible .capability-rows article::before,
.motion-ready .principle-panel.is-visible .principle-lines p::before {
  transform: scaleX(1);
}

.hero-section {
  --mx: 0;
  --my: 0;
}

.is-loaded .hero-section.is-visible .blur-headline {
  animation: heroAnchorCycle 10.8s ease-in-out infinite;
  transition:
    color 520ms ease,
    filter 520ms ease,
    opacity 520ms ease,
    transform 520ms ease-out;
}

.is-loaded .hero-section.is-visible h1 {
  animation: heroTitleCycle 10.8s ease-in-out infinite;
}

.hero-copy:hover .blur-headline,
.hero-section.is-anchor-peek .blur-headline {
  animation: none;
  color: rgba(12, 14, 16, 0.96);
  opacity: 1;
  filter: blur(0);
  transform: translate3d(calc(var(--mx, 0) * -4px), calc(18px + var(--my, 0) * -3px), 0);
}

.hero-copy:hover h1,
.hero-section.is-anchor-peek .hero-copy h1 {
  animation: none;
  filter: blur(4.8px);
  opacity: 0.36;
  transform: translate3d(0, 0, 0);
}

.black-panel:not(.principle-panel).is-visible .ribbon-one {
  animation: ribbonOneFlow 13s ease-in-out infinite;
}

.black-panel:not(.principle-panel).is-visible .ribbon-two {
  animation: ribbonTwoFlow 15s ease-in-out infinite;
}

.black-panel:not(.principle-panel).is-visible .ribbon-three {
  animation: ribbonThreeFlow 11s ease-in-out infinite;
}

.black-panel:not(.principle-panel).is-visible .ribbon-core {
  animation: ribbonCorePulse 9s ease-in-out infinite;
}

.black-panel:not(.principle-panel).is-visible .ribbon-field::before {
  animation: membraneHaloDrift 17s ease-in-out infinite;
}

.black-panel:not(.principle-panel).is-visible .ribbon-field::after {
  animation: membraneGlassSweep 20s ease-in-out infinite;
}

.black-panel.is-visible::before {
  animation: darkDepthBreath 18s ease-in-out infinite;
}

.black-panel.is-visible::after {
  animation: darkGlassDrift 22s ease-in-out infinite;
}

.outcome-section.is-visible::before {
  animation: outcomeNetworkBreath 14s ease-in-out infinite;
}

.contact-section.is-visible::before {
  animation: contactSurfaceBreath 17s ease-in-out infinite;
}

.contact-section.is-visible::after {
  animation: contactInterfaceDrift 16s ease-in-out infinite;
}

.question-section.is-visible::before {
  animation: questionFieldBreath 15s ease-in-out infinite;
}

.question-section.is-visible::after {
  animation: questionPlateBreath 16s ease-in-out infinite;
}

.capability-section.is-visible {
  animation: capabilitySurfaceBreath 13s ease-in-out infinite;
}

.direction-list article h3,
.capability-rows h3,
.outcome-list p,
.footer-menus a,
.signin-link,
.start-link {
  transition:
    color 220ms ease,
    opacity 220ms ease,
    transform 260ms ease,
    background 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.direction-list article:hover h3,
.capability-rows article:hover h3 {
  transform: translate3d(6px, 0, 0);
}

.direction-list article:hover::before,
.principle-lines p:hover::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.12), transparent);
}

.capability-rows article:hover::before {
  background: linear-gradient(90deg, #aeb3b9, rgba(174, 179, 185, 0.22), transparent);
}

.question-section.is-visible .term-one,
.question-section.is-visible .term-four {
  animation: quietTermDrift 9.5s ease-in-out infinite;
}

.question-section.is-visible .term-two,
.question-section.is-visible .term-five {
  animation: quietTermDrift 11s ease-in-out infinite reverse;
}

.question-section.is-visible .term-three {
  animation: quietTermDrift 12.5s ease-in-out infinite;
}

.question-section.is-visible .center-mark {
  animation: centerMarkPulse 6.4s ease-in-out infinite;
}

.capability-section.is-visible::before {
  animation: capabilityOrbDrift 13.5s ease-in-out infinite;
}

.capability-section.is-visible::after {
  animation: capabilityLensSweep 10s ease-in-out infinite;
}

.principle-panel.is-visible {
  animation: principleGradient 12s ease-in-out infinite;
}

.principle-panel.is-visible::before {
  animation: principleRibbonBreath 16s ease-in-out infinite;
}

.principle-panel.is-visible::after {
  animation: principleVeilDrift 19s ease-in-out infinite;
}

.outcome-section.is-visible .outcome-list::before {
  animation: evidenceOrbit 16s ease-in-out infinite;
}

.outcome-section.is-visible .outcome-list::after {
  animation: evidenceCorePulse 7s ease-in-out infinite;
}

.outcome-list p:hover {
  color: #060607;
}

.outcome-list p:hover::before {
  border-color: #1c1f23;
}

.contact-card {
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 320ms ease,
    border-color 320ms ease;
}

.contact-card:hover {
  transform: translate3d(0, -2px, 0);
}

.motion-ready .contact-section.is-visible .contact-card:hover {
  transform: translate3d(0, -2px, 0);
}

.contact-card .button-dark {
  position: relative;
  overflow: hidden;
}

.contact-card .button-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.13), transparent);
  transform: translateX(-120%);
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-card .button-dark:hover::before {
  transform: translateX(120%);
}

.site-footer.is-visible {
  animation: footerTone 10s ease-in-out infinite;
}

.site-footer.is-visible::before {
  animation: darkGlassDrift 24s ease-in-out infinite;
}

@keyframes heroAnchorCycle {
  0%,
  32% {
    color: rgba(12, 14, 16, 0.96);
    opacity: 1;
    filter: blur(0);
    transform: translate3d(calc(var(--mx, 0) * -4px), calc(18px + var(--my, 0) * -3px), 0);
  }

  46%,
  84% {
    color: rgba(20, 20, 20, 0.48);
    opacity: 0.58;
    filter: blur(4.2px);
    transform: translate3d(calc(var(--mx, 0) * -7px), calc(var(--my, 0) * -5px), 0);
  }

  100% {
    color: rgba(12, 14, 16, 0.96);
    opacity: 1;
    filter: blur(0);
    transform: translate3d(calc(var(--mx, 0) * -4px), calc(18px + var(--my, 0) * -3px), 0);
  }
}

@keyframes heroTitleCycle {
  0%,
  32% {
    opacity: 0.36;
    filter: blur(4.8px);
    transform: translate3d(0, 0, 0);
  }

  46%,
  84% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0.36;
    filter: blur(4.8px);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes darkDepthBreath {
  0%,
  100% {
    opacity: 0.28;
    filter: blur(12px);
    transform: translate3d(calc(var(--mx, 0) * -14px), calc(var(--my, 0) * -10px), 0) scale(1);
  }

  50% {
    opacity: 0.5;
    filter: blur(16px);
    transform: translate3d(calc(var(--mx, 0) * -24px), calc(var(--my, 0) * -18px), 0) scale(1.035);
  }
}

@keyframes darkGlassDrift {
  0%,
  100% {
    opacity: 0.34;
    transform: translate3d(calc(var(--mx, 0) * 10px), calc(var(--my, 0) * 8px), 0);
  }

  50% {
    opacity: 0.58;
    transform: translate3d(calc(18px + var(--mx, 0) * 16px), calc(-12px + var(--my, 0) * 12px), 0);
  }
}

@keyframes membraneHaloDrift {
  0%,
  100% {
    opacity: 0.86;
    filter: blur(4px);
    transform: translate3d(calc(var(--mx, 0) * -10px), calc(var(--my, 0) * -8px), 0) scale(1);
  }

  50% {
    opacity: 0.72;
    filter: blur(6px);
    transform: translate3d(calc(-26px + var(--mx, 0) * -18px), calc(14px + var(--my, 0) * -14px), 0) scale(1.035);
  }
}

@keyframes membraneGlassSweep {
  0%,
  100% {
    opacity: 0.64;
    filter: blur(12px);
    transform: translate3d(calc(var(--mx, 0) * 8px), calc(var(--my, 0) * 6px), 0) skewX(0deg);
  }

  50% {
    opacity: 0.42;
    filter: blur(15px);
    transform: translate3d(calc(30px + var(--mx, 0) * 14px), calc(-18px + var(--my, 0) * 10px), 0) skewX(-3deg);
  }
}

@keyframes lightDepthBreath {
  0%,
  100% {
    opacity: 0.42;
    filter: blur(12px);
    transform: translate3d(calc(var(--mx, 0) * -10px), calc(var(--my, 0) * -8px), 0) scale(1);
  }

  50% {
    opacity: 0.68;
    filter: blur(16px);
    transform: translate3d(calc(-14px + var(--mx, 0) * -16px), calc(10px + var(--my, 0) * -12px), 0) scale(1.025);
  }
}

@keyframes outcomeNetworkBreath {
  0%,
  100% {
    opacity: 0.56;
    filter: blur(20px);
    transform: translate3d(calc(var(--mx, 0) * -16px), calc(var(--my, 0) * -12px), 0) scale(0.985) rotate(0deg);
  }

  50% {
    opacity: 0.95;
    filter: blur(11px);
    transform: translate3d(calc(34px + var(--mx, 0) * -26px), calc(-24px + var(--my, 0) * -20px), 0) scale(1.055) rotate(-2.8deg);
  }
}

@keyframes contactSurfaceBreath {
  0%,
  100% {
    opacity: 0.72;
    filter: blur(14px);
    transform: translate3d(calc(var(--mx, 0) * -10px), calc(var(--my, 0) * -8px), 0) scale(1);
  }

  50% {
    opacity: 0.58;
    filter: blur(17px);
    transform: translate3d(calc(-16px + var(--mx, 0) * -15px), calc(12px + var(--my, 0) * -12px), 0) scale(1.018);
  }
}

@keyframes liquidPlateBreath {
  0%,
  100% {
    opacity: 0.08;
    transform: translate3d(calc(var(--mx, 0) * 6px), calc(var(--my, 0) * 5px), -1px);
  }

  50% {
    opacity: 0.2;
    transform: translate3d(calc(10px + var(--mx, 0) * 10px), calc(-8px + var(--my, 0) * 8px), -1px);
  }
}

@keyframes questionFieldBreath {
  0%,
  100% {
    opacity: 0.58;
    filter: blur(8px);
    transform: translate3d(calc(var(--mx, 0) * -14px), calc(var(--my, 0) * -10px), 0) scale(1);
  }

  50% {
    opacity: 0.86;
    filter: blur(11px);
    transform: translate3d(calc(-18px + var(--mx, 0) * -20px), calc(12px + var(--my, 0) * -15px), 0) scale(1.03);
  }
}

@keyframes questionPlateBreath {
  0%,
  100% {
    opacity: 0.13;
    transform: translate3d(calc(var(--mx, 0) * 7px), calc(var(--my, 0) * 6px), -1px) scale(1);
  }

  50% {
    opacity: 0.29;
    transform: translate3d(calc(14px + var(--mx, 0) * 11px), calc(-10px + var(--my, 0) * 9px), -1px) scale(1.018);
  }
}

@keyframes capabilitySurfaceBreath {
  0%,
  100% {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0,
      0 0;
  }

  50% {
    background-position:
      48px -38px,
      -34px 28px,
      0 0,
      18px -12px,
      34px 0;
  }
}

@keyframes capabilityOrbDrift {
  0%,
  100% {
    opacity: 0.7;
    filter: blur(6px);
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  50% {
    opacity: 0.86;
    filter: blur(4.4px);
    transform: translate3d(-32px, 20px, 0) rotate(3.5deg) scale(1.045);
  }
}

@keyframes capabilityLensSweep {
  0%,
  100% {
    opacity: 0.4;
    filter: blur(10px);
    transform: translate3d(0, 0, 0) skewX(0deg) scale(1);
  }

  50% {
    opacity: 0.58;
    filter: blur(7px);
    transform: translate3d(-24px, -10px, 0) skewX(-4deg) scale(1.025);
  }
}

@keyframes ribbonOneFlow {
  0%,
  100% {
    filter: blur(6px);
    opacity: 0.72;
    transform: rotate(-24deg) skewX(-8deg) translate3d(0, 0, 0) scale(1);
  }

  50% {
    filter: blur(7.5px);
    opacity: 0.62;
    transform: rotate(-22deg) skewX(-8deg) translate3d(20px, -14px, 0) scale(1.035);
  }
}

@keyframes ribbonTwoFlow {
  0%,
  100% {
    filter: blur(5px);
    opacity: 0.76;
    transform: rotate(13deg) skewX(8deg) translate3d(0, 0, 0) scale(1);
  }

  50% {
    filter: blur(6.5px);
    opacity: 0.66;
    transform: rotate(11deg) skewX(8deg) translate3d(-18px, 12px, 0) scale(1.025);
  }
}

@keyframes ribbonThreeFlow {
  0%,
  100% {
    opacity: 0.5;
    filter: blur(7px);
    transform: rotate(36deg) skewX(-4deg) translate3d(0, 0, 0) scale(1);
  }

  50% {
    opacity: 0.38;
    filter: blur(9px);
    transform: rotate(38deg) skewX(-4deg) translate3d(12px, -10px, 0) scale(1.04);
  }
}

@keyframes ribbonCorePulse {
  0%,
  100% {
    filter: blur(0.2px);
    transform: scale(1);
  }

  50% {
    filter: blur(0.8px);
    transform: scale(1.035);
  }
}

@keyframes quietTermDrift {
  0%,
  100% {
    opacity: 0.42;
    filter: blur(4.8px);
    transform: translate3d(
      calc(-10px + var(--mx, 0) * 8px),
      calc(var(--my, 0) * 7px),
      0
    );
  }

  38% {
    opacity: 0.72;
    filter: blur(3.1px);
    transform: translate3d(
      calc(46px + var(--mx, 0) * 26px),
      calc(-18px + var(--my, 0) * 20px),
      0
    );
  }

  72% {
    opacity: 0.54;
    filter: blur(5.8px);
    transform: translate3d(
      calc(-34px + var(--mx, 0) * -18px),
      calc(16px + var(--my, 0) * -14px),
      0
    );
  }
}

@keyframes centerMarkPulse {
  0%,
  100% {
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 24px 86px rgba(0, 0, 0, 0.11);
    transform: scale(1.035);
  }
}

@keyframes compassDrift {
  0%,
  100% {
    opacity: 0.36;
    filter: blur(2.4px);
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  50% {
    opacity: 0.62;
    filter: blur(1.5px);
    transform: translate3d(-28px, 18px, 0) rotate(7deg) scale(1.055);
  }
}

@keyframes ghostTextHold {
  0%,
  100% {
    opacity: 0.78;
    filter: blur(1.2px);
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.4;
    filter: blur(2.8px);
    transform: translate3d(-22px, -10px, 0);
  }
}

@keyframes principleGradient {
  0%,
  100% {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0;
  }

  50% {
    background-position:
      16px -12px,
      -14px 12px,
      0 18px,
      0 0;
  }
}

@keyframes principleRibbonBreath {
  0%,
  100% {
    opacity: 0.74;
    filter: blur(18px);
    transform: translate3d(calc(var(--mx, 0) * -12px), calc(var(--my, 0) * -10px), 0) scale(1);
  }

  50% {
    opacity: 0.92;
    filter: blur(14px);
    transform: translate3d(calc(-18px + var(--mx, 0) * -18px), calc(14px + var(--my, 0) * -14px), 0) scale(1.025);
  }
}

@keyframes principleVeilDrift {
  0%,
  100% {
    opacity: 0.5;
    filter: blur(10px);
    transform: translate3d(calc(var(--mx, 0) * 8px), calc(var(--my, 0) * 7px), 0);
  }

  50% {
    opacity: 0.78;
    filter: blur(7px);
    transform: translate3d(calc(18px + var(--mx, 0) * 14px), calc(-12px + var(--my, 0) * 10px), 0);
  }
}

@keyframes evidenceOrbit {
  0%,
  100% {
    opacity: 0.46;
    filter: blur(14px);
    transform: translate(-50%, -50%) rotate(-7deg) scale(0.985);
  }

  50% {
    opacity: 0.78;
    filter: blur(7px);
    transform: translate(calc(-50% + 44px), calc(-50% - 28px)) rotate(2deg) scale(1.065);
  }
}

@keyframes evidenceCorePulse {
  0%,
  100% {
    filter: blur(10px);
    opacity: 0.34;
    transform: translate(-50%, -50%) rotate(7deg) scale(0.99);
  }

  50% {
    filter: blur(4.5px);
    opacity: 0.58;
    transform: translate(calc(-50% - 24px), calc(-50% + 18px)) rotate(12deg) scale(1.045);
  }
}

@keyframes contactInterfaceDrift {
  0%,
  100% {
    opacity: 0.22;
    filter: blur(5.5px);
    transform: translate3d(calc(var(--mx, 0) * 6px), calc(var(--my, 0) * 5px), 0);
  }

  50% {
    opacity: 0.42;
    filter: blur(4px);
    transform: translate3d(calc(18px + var(--mx, 0) * 12px), calc(-10px + var(--my, 0) * 8px), 0);
  }
}

@keyframes footerTone {
  0%,
  100% {
    background-color: #1a1a1a;
  }

  50% {
    background-color: #171718;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .motion-ready .reveal-target,
  .motion-ready .hero-copy,
  .motion-ready .focus-strip > *,
  .motion-ready .direction-list article,
  .motion-ready .question-list p,
  .motion-ready .capability-rows article,
  .motion-ready .principle-lines p,
  .motion-ready .outcome-list p,
  .motion-ready .contact-section > div:first-child,
  .motion-ready .contact-card,
  .motion-ready .footer-menus > div,
  .motion-ready .copyright,
  .motion-ready .footer-legal p {
    opacity: 1 !important;
    clip-path: none !important;
    filter: none !important;
    transform: none !important;
  }
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero-copy h1,
  .blur-headline {
    font-size: 54px;
  }

  .hero-section {
    min-height: 820px;
    padding-top: 210px;
  }

  .hero-copy {
    margin-left: 0;
  }

  .focus-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 40px;
    min-height: auto;
  }

  .black-panel,
  .split-section,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .capability-section,
  .outcome-section {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .black-panel:not(.principle-panel) .panel-copy h2 {
    font-size: 58px;
  }

  .question-section h2,
  .principle-panel .panel-copy h2,
  .outcome-section h2 {
    font-size: 52px;
  }

  .capability-section > div:first-child {
    min-height: auto;
  }

  .capability-section h2 {
    max-width: 680px;
    font-size: 54px;
    line-height: 1.02;
  }

  html[data-lang="zh"] .capability-section h2,
  html[data-lang="zh"] .capability-section h2::after {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }

  .capability-section h2::after {
    top: -36px;
    left: -10px;
    font-size: 86px;
  }

  .outcome-section::after {
    right: -18px;
    font-size: 92px;
  }

  .outcome-list {
    grid-template-rows: repeat(6, minmax(64px, auto));
    min-height: 580px;
  }

  .capability-rows {
    grid-template-columns: 1fr 1fr;
  }

  .capability-rows article:nth-child(2),
  .capability-rows article:nth-child(4),
  .outcome-list p:nth-child(even) {
    transform: none;
  }

  .site-footer {
    min-height: auto;
  }

  .black-panel {
    min-height: auto;
  }

  .ribbon-field {
    min-height: 360px;
  }

  .black-panel:not(.principle-panel) .panel-copy {
    width: min(760px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0 0 80px;
  }

  .black-panel:not(.principle-panel) .panel-copy::before,
  .black-panel:not(.principle-panel) .panel-copy::after {
    display: none;
  }

  .direction-list article:nth-child(2),
  .direction-list article:nth-child(3) {
    margin-left: 0;
  }

  .direction-list article {
    padding-left: 0;
  }

  .panel-copy {
    width: min(760px, calc(100% - 40px));
    padding: 0 0 80px;
  }

  .principle-lines {
    gap: 18px 42px;
  }

  .principle-lines p:nth-child(even) {
    margin-top: 28px;
  }

  .principle-lines p {
    min-height: 138px;
    padding-right: 54px;
    font-size: 26px;
  }

  .principle-lines p::after {
    right: 4px;
    font-size: 78px;
  }

  .panel-note {
    max-width: 760px;
    font-size: 22px;
  }

  .split-section,
  .contact-section {
    gap: 38px;
  }

  .contact-section {
    min-height: auto;
    align-items: start;
  }

  .contact-section::after {
    inset: 18% -8% 8% 22%;
    opacity: 0.2;
  }

  .contact-section h2 {
    font-size: 48px;
  }

  .footer-menus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer .language-switcher {
    grid-column: 1;
    justify-self: start;
  }

  .copyright {
    grid-column: 1;
    justify-self: start;
    text-align: left;
  }

  .footer-legal {
    margin-top: 80px;
  }

  html[data-lang="en"] .hero-copy h1,
  html[data-lang="en"] .blur-headline,
  html[data-lang="fr"] .hero-copy h1,
  html[data-lang="fr"] .blur-headline,
  html[data-lang="de"] .hero-copy h1,
  html[data-lang="de"] .blur-headline {
    font-size: 48px;
    line-height: 1.18;
  }

  html[data-lang="en"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="en"] .question-section h2,
  html[data-lang="en"] .capability-section h2,
  html[data-lang="en"] .principle-panel .panel-copy h2,
  html[data-lang="en"] .outcome-section h2,
  html[data-lang="fr"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="fr"] .question-section h2,
  html[data-lang="fr"] .capability-section h2,
  html[data-lang="fr"] .principle-panel .panel-copy h2,
  html[data-lang="fr"] .outcome-section h2,
  html[data-lang="de"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="de"] .question-section h2,
  html[data-lang="de"] .capability-section h2,
  html[data-lang="de"] .principle-panel .panel-copy h2,
  html[data-lang="de"] .outcome-section h2 {
    font-size: 42px;
    line-height: 1.1;
  }

  html[data-lang="fr"] .focus-strip,
  html[data-lang="de"] .focus-strip {
    gap: 26px 40px;
  }

  html[data-lang="fr"] .contact-section,
  html[data-lang="de"] .contact-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  html[data-lang="fr"] .footer-menus,
  html[data-lang="de"] .footer-menus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html[data-lang="pt"] .hero-copy h1,
  html[data-lang="pt"] .blur-headline,
  html[data-lang="ar"] .hero-copy h1,
  html[data-lang="ar"] .blur-headline {
    font-size: 48px;
    line-height: 1.18;
  }

  html[data-lang="pt"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="pt"] .question-section h2,
  html[data-lang="pt"] .capability-section h2,
  html[data-lang="pt"] .principle-panel .panel-copy h2,
  html[data-lang="pt"] .outcome-section h2,
  html[data-lang="ar"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="ar"] .question-section h2,
  html[data-lang="ar"] .capability-section h2,
  html[data-lang="ar"] .principle-panel .panel-copy h2,
  html[data-lang="ar"] .outcome-section h2 {
    font-size: 42px;
    line-height: 1.1;
  }

  html[data-lang="pt"] .focus-strip,
  html[data-lang="ar"] .focus-strip {
    gap: 26px 40px;
  }

  html[data-lang="pt"] .contact-section,
  html[data-lang="ar"] .contact-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  html[data-lang="pt"] .footer-menus,
  html[data-lang="ar"] .footer-menus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .site-header {
    width: 100%;
    min-height: 68px;
    padding: 0 14px;
    gap: 14px;
  }

  .brand {
    font-size: 23px;
  }

  .header-actions {
    gap: 8px;
  }

  .language-switcher {
    display: none;
  }

  .footer-language {
    display: grid;
  }

  .start-link {
    display: inline-flex;
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero-section {
    display: grid;
    grid-template-rows: 1fr auto;
    width: calc(100% - 28px);
    min-height: 740px;
    padding: 0 0 26px;
  }

  .hero-copy {
    align-self: center;
    min-height: 110px;
    margin: 28px 0 0;
    padding-top: 22px;
    text-align: left;
  }

  .hero-copy h1 {
    margin: 12px 0 0;
    font-size: 39px;
    line-height: 1.16;
  }

  .blur-headline {
    left: 0;
    width: 100%;
    top: 0;
    font-size: 39px;
    line-height: 1.22;
    text-align: left;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .button {
    min-width: 120px;
  }

  .black-panel {
    grid-template-columns: 1fr;
  }

  .panel-copy h2,
  .split-section h2,
  .quiet-section h2,
  .contact-section h2 {
    font-size: 38px;
    line-height: 1.08;
  }

  .panel-copy h2::after,
  .split-section h2::after,
  .quiet-section h2::after {
    display: none;
  }

  html[data-lang="zh"] .capability-section h2,
  html[data-lang="zh"] .capability-section h2::after {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }

  .direction-list h3,
  .principle-lines p {
    font-size: 20px;
  }

  .direction-list {
    gap: 12px;
    margin-top: 46px;
  }

  .direction-list article {
    grid-template-columns: 1fr;
    min-height: 82px;
    padding: 18px 0 18px 0;
  }

  .direction-list article::after {
    right: 0;
    bottom: -8px;
    font-size: 58px;
  }

  .quiet-section,
  .split-section,
  .contact-section {
    width: calc(100% - 28px);
    padding: 84px 0;
  }

  .focus-strip {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding-top: 0;
  }

  .focus-strip span {
    max-width: 100%;
    font-size: 14px;
  }

  .focus-strip strong {
    max-width: 100%;
    font-size: 22px;
  }

  .capability-section,
  .outcome-section {
    gap: 34px;
  }

  .outcome-section::after {
    display: none;
  }

  .capability-section::before,
  .capability-section::after {
    display: none;
  }

  .question-section {
    min-height: auto;
  }

  .floating-terms {
    display: none;
  }

  .question-list {
    gap: 22px;
    margin-top: 44px;
  }

  .question-list p,
  .question-list p:nth-child(even) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 58px;
    font-size: 18px;
    line-height: 1.55;
  }

  .question-list p:nth-child(1),
  .question-list p:nth-child(3),
  .question-list p:nth-child(4) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .question-list p::before {
    top: 0.52em;
    font-size: 12px;
  }

  .question-list p::after {
    top: 0.75em;
    left: 34px;
    width: 13px;
  }

  .capability-rows article {
    min-height: auto;
    padding: 22px 0 30px;
  }

  .capability-rows,
  .principle-lines {
    grid-template-columns: 1fr;
  }

  .capability-rows {
    gap: 10px;
  }

  .capability-rows h3 {
    margin-top: 18px;
    font-size: 23px;
  }

  .principle-lines p,
  .principle-lines p:nth-child(even) {
    margin-top: 0;
    min-height: auto;
    padding: 24px 48px 32px 0;
    font-size: 20px;
  }

  .principle-lines p::after {
    top: 18px;
    font-size: 58px;
  }

  .panel-note {
    margin-top: 38px;
    padding-top: 22px;
    font-size: 20px;
  }

  .outcome-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 8px;
    min-height: auto;
  }

  .outcome-list::before,
  .outcome-list::after {
    display: none;
  }

  .outcome-list p,
  .outcome-list p:nth-child(n) {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding: 18px 0 22px 24px;
    font-size: 21px;
    line-height: 1.36;
    transform: none;
  }

  .outcome-list p::before {
    top: 24px;
    width: 7px;
    height: 7px;
  }

  .outcome-list p::after,
  .outcome-list p:nth-child(1)::after,
  .outcome-list p:nth-child(3)::after,
  .outcome-list p:nth-child(5)::after {
    top: 27px;
    right: 0;
    left: 24px;
    width: auto;
    background: linear-gradient(90deg, transparent, #dedede);
    transform: translateY(-26px);
  }

  .contact-card {
    padding: 24px;
  }

  .contact-section h2 {
    font-size: 39px;
  }

  .contact-section > div:first-child p:not(.section-kicker) {
    margin-top: 22px;
    font-size: 16px;
  }

  .contact-card p {
    padding: 0 0 22px;
    font-size: 15px;
  }

  .contact-card .button {
    width: 100%;
    margin: 0;
  }

  .footer-menus {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 58px 20px;
  }

  html[data-lang="en"] .hero-copy h1,
  html[data-lang="en"] .blur-headline,
  html[data-lang="fr"] .hero-copy h1,
  html[data-lang="fr"] .blur-headline,
  html[data-lang="de"] .hero-copy h1,
  html[data-lang="de"] .blur-headline {
    font-size: 34px;
    line-height: 1.22;
  }

  html[data-lang="en"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="en"] .question-section h2,
  html[data-lang="en"] .capability-section h2,
  html[data-lang="en"] .principle-panel .panel-copy h2,
  html[data-lang="en"] .outcome-section h2,
  html[data-lang="fr"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="fr"] .question-section h2,
  html[data-lang="fr"] .capability-section h2,
  html[data-lang="fr"] .principle-panel .panel-copy h2,
  html[data-lang="fr"] .outcome-section h2,
  html[data-lang="de"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="de"] .question-section h2,
  html[data-lang="de"] .capability-section h2,
  html[data-lang="de"] .principle-panel .panel-copy h2,
  html[data-lang="de"] .outcome-section h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  html[data-lang="en"] .focus-strip strong,
  html[data-lang="fr"] .focus-strip strong,
  html[data-lang="de"] .focus-strip strong {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.34;
  }

  html[data-lang="en"] .question-list p,
  html[data-lang="fr"] .question-list p,
  html[data-lang="de"] .question-list p {
    width: 100%;
    font-size: 17px;
    line-height: 1.58;
  }

  html[data-lang="en"] .principle-lines p,
  html[data-lang="fr"] .principle-lines p,
  html[data-lang="de"] .principle-lines p,
  html[data-lang="en"] .outcome-list p,
  html[data-lang="fr"] .outcome-list p,
  html[data-lang="de"] .outcome-list p {
    font-size: 19px;
    line-height: 1.44;
  }

  html[data-lang="fr"] .footer-menus,
  html[data-lang="de"] .footer-menus {
    grid-template-columns: 1fr;
  }

  html[data-lang="pt"] .hero-copy h1,
  html[data-lang="pt"] .blur-headline,
  html[data-lang="ar"] .hero-copy h1,
  html[data-lang="ar"] .blur-headline {
    font-size: 34px;
    line-height: 1.22;
  }

  html[data-lang="pt"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="pt"] .question-section h2,
  html[data-lang="pt"] .capability-section h2,
  html[data-lang="pt"] .principle-panel .panel-copy h2,
  html[data-lang="pt"] .outcome-section h2,
  html[data-lang="ar"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="ar"] .question-section h2,
  html[data-lang="ar"] .capability-section h2,
  html[data-lang="ar"] .principle-panel .panel-copy h2,
  html[data-lang="ar"] .outcome-section h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  html[data-lang="pt"] .focus-strip strong,
  html[data-lang="ar"] .focus-strip strong {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.34;
  }

  html[data-lang="pt"] .question-list p,
  html[data-lang="ar"] .question-list p {
    width: 100%;
    font-size: 17px;
    line-height: 1.58;
  }

  html[data-lang="pt"] .principle-lines p,
  html[data-lang="ar"] .principle-lines p,
  html[data-lang="pt"] .outcome-list p,
  html[data-lang="ar"] .outcome-list p {
    font-size: 19px;
    line-height: 1.44;
  }

  html[data-lang="pt"] .footer-menus,
  html[data-lang="ar"] .footer-menus {
    grid-template-columns: 1fr;
  }
}

/* Mobile editorial calibration: desktop rules stay untouched above 820px. */
@media (max-width: 820px) {
  .site-header {
    min-height: 72px;
    padding: 0 clamp(18px, 5.2vw, 34px);
    border-bottom-color: rgba(12, 14, 16, 0.045);
    box-shadow: 0 12px 38px rgba(12, 14, 16, 0.04);
  }

  #top {
    padding-top: 72px;
  }

  main > section {
    scroll-margin-top: 78px;
  }

  .brand {
    font-size: clamp(29px, 8vw, 39px);
  }

  .header-actions {
    gap: clamp(8px, 2.6vw, 16px);
  }

  .signin-link {
    min-height: 38px;
    padding: 0 2px;
    font-size: clamp(14px, 3.6vw, 16px);
  }

  .start-link {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: clamp(13px, 3.4vw, 15px);
  }

  .hero-section {
    width: 100%;
    min-height: calc(100svh - 72px);
    padding: 0 clamp(28px, 7.4vw, 48px) 34px;
  }

  .hero-copy {
    align-self: center;
    min-height: 148px;
    margin: -2vh 0 0;
    padding-top: 34px;
  }

  .hero-copy h1,
  .blur-headline {
    font-size: clamp(40px, 10.6vw, 58px);
    line-height: 1.12;
  }

  .blur-headline {
    filter: blur(4.4px);
    opacity: 0.54;
  }

  .focus-strip {
    gap: 18px;
    padding-bottom: 4px;
  }

  .focus-strip span {
    max-width: 92%;
    font-size: 15px;
    line-height: 1.5;
  }

  .focus-strip strong {
    max-width: 88%;
    color: #a2a7ad;
    font-size: clamp(25px, 7.2vw, 34px);
    line-height: 1.16;
  }

  .focus-strip strong:nth-of-type(2) {
    margin-left: clamp(22px, 10vw, 72px);
  }

  .focus-strip strong:nth-of-type(3) {
    margin-left: 0;
  }

  .quiet-section,
  .split-section,
  .contact-section {
    width: 100%;
    padding-right: clamp(26px, 7vw, 48px);
    padding-left: clamp(26px, 7vw, 48px);
  }

  .panel-copy h2,
  .split-section h2,
  .quiet-section h2,
  .contact-section h2,
  .black-panel:not(.principle-panel) .panel-copy h2,
  .principle-panel .panel-copy h2,
  .outcome-section h2,
  .capability-section h2,
  .question-section h2 {
    font-size: clamp(48px, 14vw, 76px);
    line-height: 0.98;
  }

  html[data-lang="en"] .hero-copy h1,
  html[data-lang="en"] .blur-headline,
  html[data-lang="fr"] .hero-copy h1,
  html[data-lang="fr"] .blur-headline,
  html[data-lang="de"] .hero-copy h1,
  html[data-lang="de"] .blur-headline,
  html[data-lang="pt"] .hero-copy h1,
  html[data-lang="pt"] .blur-headline,
  html[data-lang="ar"] .hero-copy h1,
  html[data-lang="ar"] .blur-headline {
    font-size: clamp(34px, 9.4vw, 48px);
    line-height: 1.13;
  }

  html[data-lang="en"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="en"] .question-section h2,
  html[data-lang="en"] .capability-section h2,
  html[data-lang="en"] .principle-panel .panel-copy h2,
  html[data-lang="en"] .outcome-section h2,
  html[data-lang="fr"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="fr"] .question-section h2,
  html[data-lang="fr"] .capability-section h2,
  html[data-lang="fr"] .principle-panel .panel-copy h2,
  html[data-lang="fr"] .outcome-section h2,
  html[data-lang="de"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="de"] .question-section h2,
  html[data-lang="de"] .capability-section h2,
  html[data-lang="de"] .principle-panel .panel-copy h2,
  html[data-lang="de"] .outcome-section h2,
  html[data-lang="pt"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="pt"] .question-section h2,
  html[data-lang="pt"] .capability-section h2,
  html[data-lang="pt"] .principle-panel .panel-copy h2,
  html[data-lang="pt"] .outcome-section h2,
  html[data-lang="ar"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="ar"] .question-section h2,
  html[data-lang="ar"] .capability-section h2,
  html[data-lang="ar"] .principle-panel .panel-copy h2,
  html[data-lang="ar"] .outcome-section h2 {
    font-size: clamp(38px, 11vw, 56px);
    line-height: 1.04;
  }

  .black-panel:not(.principle-panel) .panel-copy,
  .panel-copy {
    width: 100%;
    padding-right: clamp(26px, 7vw, 48px);
    padding-left: clamp(26px, 7vw, 48px);
  }

  .black-panel:not(.principle-panel) .panel-copy {
    padding-top: 64px;
  }

  .direction-list {
    gap: 6px;
    margin-top: 58px;
  }

  .direction-list article {
    min-height: 132px;
    padding: 28px 0 34px;
  }

  .direction-list article::after {
    right: -4px;
    bottom: -14px;
    color: rgba(255, 255, 255, 0.14);
    font-size: clamp(92px, 28vw, 132px);
  }

  .direction-list h3 {
    max-width: 94%;
    font-size: clamp(28px, 8.2vw, 42px);
    line-height: 1.16;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .question-section {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 108px;
  }

  .question-section::before {
    inset: 5% -28% 2%;
    opacity: 0.78;
    filter: blur(9px);
  }

  .question-section::after {
    inset: 24% -22% 2% -18%;
    opacity: 0.18;
    filter: blur(6px);
  }

  .center-mark {
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    font-size: 24px;
  }

  .section-lede {
    max-width: 92%;
    margin-top: 24px;
    font-size: clamp(18px, 4.8vw, 21px);
    line-height: 1.68;
  }

  .question-list {
    gap: 28px;
    width: 100%;
    margin-top: 58px;
  }

  .question-list p,
  .question-list p:nth-child(n) {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 24px 0 28px 54px;
    color: #15171a;
    font-size: clamp(22px, 6.4vw, 31px);
    font-weight: 610;
    line-height: 1.32;
    hyphens: auto;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .question-list p:nth-child(2) {
    width: 91%;
    margin-left: auto;
  }

  .question-list p:nth-child(3) {
    width: 84%;
  }

  .question-list p:nth-child(4) {
    width: 96%;
    margin-left: 4%;
  }

  .question-list p::before {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    background: none;
    color: #9ea4aa;
    font-family: "Geist Mono", "SFMono-Regular", Menlo, monospace;
    font-size: 12px;
    font-weight: 650;
    line-height: 1;
  }

  .question-list p:nth-child(1)::before {
    content: "01";
  }

  .question-list p:nth-child(2)::before {
    content: "02";
  }

  .question-list p:nth-child(3)::before {
    content: "03";
  }

  .question-list p:nth-child(4)::before {
    content: "04";
  }

  .question-list p::after {
    top: 5px;
    left: 28px;
    width: 18px;
    height: 1px;
    border: 0;
    border-radius: 0;
    background: #d1d4d7;
  }

  .capability-section {
    display: block;
    padding-top: 98px;
    padding-bottom: 112px;
    background:
      radial-gradient(circle at 76% 28%, rgba(12, 14, 16, 0.08), transparent 0 22%),
      linear-gradient(118deg, transparent 0 30%, rgba(12, 14, 16, 0.038) 50%, transparent 68%),
      linear-gradient(180deg, #fff 0%, #fbfbf8 100%);
  }

  .capability-section::before,
  .capability-section::after {
    display: block;
    pointer-events: none;
  }

  .capability-section::before {
    top: 18%;
    right: -48%;
    width: 132%;
    height: 72%;
    opacity: 0.36;
    filter: blur(8px);
  }

  .capability-section::after {
    top: 15%;
    right: -24%;
    width: 88%;
    height: 70%;
    opacity: 0.28;
    filter: blur(8px);
  }

  .capability-rows {
    grid-template-columns: 1fr;
    gap: 44px;
    margin-top: 64px;
  }

  .capability-rows article,
  .capability-rows article:nth-child(n) {
    width: 94%;
    min-height: auto;
    margin: 0;
    padding: 0 0 34px;
    transform: none;
  }

  .capability-rows article:nth-child(even) {
    margin-left: auto;
  }

  .capability-rows article::before {
    width: 62%;
    background: linear-gradient(90deg, #d0d4d8, transparent);
  }

  .capability-rows article:nth-child(even)::before {
    right: 0;
    left: auto;
    background: linear-gradient(270deg, #d0d4d8, transparent);
  }

  .capability-rows span {
    display: block;
    padding-top: 22px;
    color: #9399a0;
    font-size: 13px;
    letter-spacing: 0.02em;
  }

  .capability-rows h3 {
    margin-top: 20px;
    font-size: clamp(30px, 8.4vw, 42px);
    line-height: 1.12;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .capability-rows p {
    max-width: 100%;
    margin-top: 18px;
    font-size: clamp(18px, 4.8vw, 21px);
    line-height: 1.72;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .principle-panel {
    padding-top: 0;
  }

  .principle-panel .panel-copy {
    padding-top: 72px;
    padding-bottom: 92px;
  }

  .principle-lines {
    gap: 20px;
    margin-top: 58px;
  }

  .principle-lines p,
  .principle-lines p:nth-child(n) {
    min-height: auto;
    margin: 0;
    padding: 30px 42px 36px 0;
    font-size: clamp(23px, 6.4vw, 31px);
    line-height: 1.36;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .principle-lines p::after {
    top: 22px;
    right: 0;
    font-size: 72px;
  }

  .panel-note {
    max-width: 100%;
    margin-top: 48px;
    padding-top: 26px;
    font-size: clamp(22px, 6vw, 29px);
    line-height: 1.42;
  }

  .outcome-section {
    display: block;
    min-height: auto;
    padding-top: 98px;
    padding-bottom: 112px;
    box-shadow: 0 -44px 0 #fff;
  }

  .outcome-section::before {
    inset: 12% -34% 8% -10%;
    opacity: 0.5;
    filter: blur(16px);
  }

  .outcome-section::after {
    display: block;
    top: 15%;
    right: -8px;
    color: rgba(12, 14, 16, 0.035);
    font-size: clamp(70px, 20vw, 112px);
  }

  .outcome-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: auto;
    margin-top: 62px;
    padding: 24px 0 36px;
  }

  .outcome-list::before,
  .outcome-list::after {
    display: block;
    pointer-events: none;
  }

  .outcome-list::before {
    top: 42%;
    left: 72%;
    width: 520px;
    height: 520px;
    opacity: 0.22;
    filter: blur(13px);
  }

  .outcome-list::after {
    top: 45%;
    left: 74%;
    width: 380px;
    height: 380px;
    opacity: 0.18;
    filter: blur(11px);
  }

  .outcome-list p,
  .outcome-list p:nth-child(n) {
    position: relative;
    z-index: 1;
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    width: 94%;
    min-height: auto;
    margin: 0;
    padding: 24px 0 26px;
    color: #202327;
    font-size: clamp(24px, 7vw, 36px);
    font-weight: 610;
    line-height: 1.18;
    hyphens: auto;
    overflow-wrap: anywhere;
    text-wrap: balance;
    transform: none;
  }

  .outcome-list p:nth-child(1),
  .outcome-list p:nth-child(5) {
    width: 100%;
    font-size: clamp(27px, 7.8vw, 40px);
    font-weight: 650;
  }

  .outcome-list p:nth-child(2) {
    width: 82%;
    margin-left: auto;
  }

  .outcome-list p:nth-child(3) {
    width: 84%;
    margin-left: 4%;
  }

  .outcome-list p:nth-child(4) {
    width: 78%;
    margin-left: auto;
  }

  .outcome-list p:nth-child(6) {
    width: 82%;
    margin-left: 12%;
  }

  .outcome-list p::before {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #9da3a9;
    font-family: "Geist Mono", "SFMono-Regular", Menlo, monospace;
    font-size: 12px;
    font-weight: 650;
    line-height: 1;
  }

  .outcome-list p:nth-child(1)::before {
    content: "01";
  }

  .outcome-list p:nth-child(2)::before {
    content: "02";
  }

  .outcome-list p:nth-child(3)::before {
    content: "03";
  }

  .outcome-list p:nth-child(4)::before {
    content: "04";
  }

  .outcome-list p:nth-child(5)::before {
    content: "05";
  }

  .outcome-list p:nth-child(6)::before {
    content: "06";
  }

  .outcome-list p::after,
  .outcome-list p:nth-child(1)::after,
  .outcome-list p:nth-child(3)::after,
  .outcome-list p:nth-child(5)::after,
  .outcome-list p:nth-child(2n)::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: min(172px, 58%);
    height: 1px;
    background: linear-gradient(90deg, #d0d4d8, transparent);
    opacity: 0.78;
    transform: none;
  }

  .outcome-list p:nth-child(even)::after {
    right: 0;
    left: auto;
    background: linear-gradient(270deg, #d0d4d8, transparent);
  }

  .contact-section {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 104px;
  }

  .contact-card {
    width: 100%;
    padding: 28px;
  }

  .contact-section p,
  .contact-card p,
  .mail-link {
    hyphens: auto;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 480px) {
  .site-header {
    min-height: 68px;
    padding: 0 16px;
  }

  #top {
    padding-top: 68px;
  }

  main > section {
    scroll-margin-top: 68px;
  }

  .brand {
    font-size: 29px;
  }

  .header-actions {
    gap: 8px;
  }

  .signin-link {
    font-size: 14px;
  }

  .start-link {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-copy h1,
  .blur-headline {
    font-size: clamp(38px, 10.8vw, 45px);
  }

  .focus-strip strong {
    max-width: 100%;
  }

  .focus-strip strong:nth-of-type(2) {
    margin-left: 24px;
  }

  .quiet-section,
  .split-section,
  .contact-section,
  .black-panel:not(.principle-panel) .panel-copy,
  .panel-copy {
    padding-right: 30px;
    padding-left: 30px;
  }

  .panel-copy h2,
  .split-section h2,
  .quiet-section h2,
  .contact-section h2,
  .black-panel:not(.principle-panel) .panel-copy h2,
  .principle-panel .panel-copy h2,
  .outcome-section h2,
  .capability-section h2,
  .question-section h2 {
    font-size: clamp(46px, 13.4vw, 58px);
  }

  html[data-lang="en"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="en"] .question-section h2,
  html[data-lang="en"] .capability-section h2,
  html[data-lang="en"] .principle-panel .panel-copy h2,
  html[data-lang="en"] .outcome-section h2,
  html[data-lang="fr"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="fr"] .question-section h2,
  html[data-lang="fr"] .capability-section h2,
  html[data-lang="fr"] .principle-panel .panel-copy h2,
  html[data-lang="fr"] .outcome-section h2,
  html[data-lang="de"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="de"] .question-section h2,
  html[data-lang="de"] .capability-section h2,
  html[data-lang="de"] .principle-panel .panel-copy h2,
  html[data-lang="de"] .outcome-section h2,
  html[data-lang="pt"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="pt"] .question-section h2,
  html[data-lang="pt"] .capability-section h2,
  html[data-lang="pt"] .principle-panel .panel-copy h2,
  html[data-lang="pt"] .outcome-section h2,
  html[data-lang="ar"] .black-panel:not(.principle-panel) .panel-copy h2,
  html[data-lang="ar"] .question-section h2,
  html[data-lang="ar"] .capability-section h2,
  html[data-lang="ar"] .principle-panel .panel-copy h2,
  html[data-lang="ar"] .outcome-section h2 {
    font-size: clamp(36px, 10.5vw, 46px);
  }

  .direction-list h3 {
    font-size: clamp(28px, 8.8vw, 36px);
  }

  .question-list p,
  .question-list p:nth-child(n) {
    padding-left: 50px;
    font-size: clamp(21px, 6.1vw, 25px);
  }

  .question-list p:nth-child(2),
  .question-list p:nth-child(3),
  .question-list p:nth-child(4) {
    width: 94%;
    margin-left: 0;
  }

  .question-list p:nth-child(2) {
    margin-left: auto;
  }

  .question-list p:nth-child(3) {
    width: 88%;
  }

  .question-list p:nth-child(4) {
    width: 98%;
    margin-left: 2%;
  }

  .capability-rows article,
  .capability-rows article:nth-child(n) {
    width: 100%;
    margin-left: 0;
  }

  .capability-rows article:nth-child(even) {
    width: 94%;
    margin-left: auto;
  }

  .outcome-list p,
  .outcome-list p:nth-child(n) {
    width: 96%;
    margin-left: 0;
  }

  .capability-rows h3 {
    font-size: clamp(29px, 8vw, 34px);
  }

  .capability-rows p {
    font-size: 18px;
  }

  .principle-lines p,
  .principle-lines p:nth-child(n) {
    font-size: clamp(22px, 6.2vw, 26px);
  }

  .outcome-list {
    gap: 30px;
    margin-top: 54px;
  }

  .outcome-list p,
  .outcome-list p:nth-child(n) {
    font-size: clamp(23px, 6.7vw, 29px);
  }

  .outcome-list p:nth-child(1),
  .outcome-list p:nth-child(5) {
    width: 100%;
    font-size: clamp(26px, 7.5vw, 32px);
  }

  .outcome-list p:nth-child(2) {
    width: 88%;
    margin-left: auto;
  }

  .outcome-list p:nth-child(3) {
    width: 90%;
  }

  .outcome-list p:nth-child(4) {
    width: 84%;
    margin-left: auto;
  }

  .outcome-list p:nth-child(6) {
    width: 90%;
    margin-left: 6%;
  }
}
