@font-face {
  font-family: 'InterVariable';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/Inter-Latin-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/assets/fonts/EBGaramond-Latin-Variable.woff2') format('woff2');
}

:root {
  --ink: #0c0a09;
  --muted: #756e64;
  --body-copy-color: #45413d;
  --line: #eee8de;
  --canvas: #fcfaf5;
  --surface: #fcfaf5;
  --accent: #245c52;
  --accent-soft: #eaf1ee;
  --section-mineral: #f7f1e8;
  --section-mineral-soft: #f9f5ee;
  --evidence-background: #f9f5ee;
  --gutter: clamp(24px, 8vw, 128px);
  --max-width: 1440px;
  --serif: 'EB Garamond', 'Times New Roman', serif;
  --sans: 'InterVariable', 'Inter', Arial, sans-serif;
  --body-copy-size: 16px;
  --body-copy-weight: 350;
  --body-copy-leading: 1.72;
  --hero-to-section: 80px;
  --section-gap: 96px;
  --section-half-gap: 48px;
  --page-hero-gap: clamp(48px, 4vw, 64px);
  --page-section-half-gap: clamp(56px, 5vw, 72px);
}

* { box-sizing: border-box; }

html, body { min-height: 100%; }

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--sans);
  min-height: 100svh;
  padding-top: 72px;
}

a { color: inherit; }

a[href*="linkedin.com"]::before {
  content: '';
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 1 1 0-4.124 2.062 2.062 0 0 1 0 4.124zM7.119 20.452H3.555V9h3.564v11.452z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 1 1 0-4.124 2.062 2.062 0 0 1 0 4.124zM7.119 20.452H3.555V9h3.564v11.452z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.site-header {
  height: 72px;
  width: 100%;
  padding-inline: max(var(--gutter), calc((100vw - var(--max-width)) / 2 + var(--gutter)));
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  inset: 0 0 auto;
  background: rgba(252, 250, 245, .94);
  backdrop-filter: blur(12px);
  z-index: 10;
}

.brand {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -.02em;
}

.navigation { display: flex; align-items: center; gap: 32px; }

.navigation a {
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity 180ms ease;
}

.navigation a:hover,
.navigation a[aria-current='page'] {
  color: var(--accent);
  opacity: 1;
}

.external-arrow,
.navigation a span {
  display: inline-block;
  margin-left: 0;
  width: 9px;
  height: 9px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 9 9 3M4 3h5v5' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 9 9 3M4 3h5v5' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  font-size: 0;
}

.navigation a:has(span),
.footer-column a:has(.external-arrow) {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 0;
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.language-switch button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font: 400 13px/1.2 var(--sans);
  letter-spacing: 0;
}

.language-switch .language-separator { color: var(--line); font-size: 12px; }

.language-switch button[aria-disabled='true'] {
  color: var(--body-copy-color);
  cursor: default;
  opacity: .5;
}

.menu-toggle {
  display: none;
  border: 0;
  padding: 8px 0;
  background: transparent;
  color: inherit;
  font: 13px var(--sans);
}

.page {
  width: min(100%, var(--max-width));
  min-height: 70svh;
  margin-inline: auto;
  padding: clamp(32px, 5vw, 72px) var(--gutter);
  position: relative;
  overflow: hidden;
}

.page-shell {
  min-height: 56vh;
  border-top: 1px solid var(--line);
  position: relative;
}

.page-kicker {
  margin: 0;
  padding-top: 16px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.policy-page .page-shell { max-width: 760px; }

.policy-page h1 {
  margin: 48px 0 28px;
  font: 300 clamp(40px, 6vw, 72px)/1 var(--serif);
  letter-spacing: -.025em;
}

.policy-page .page-shell > p:not(.page-kicker) {
  max-width: 660px;
  margin: 0 0 18px;
  color: var(--body-copy-color);
  font-size: var(--body-copy-size);
  font-weight: var(--body-copy-weight);
  line-height: var(--body-copy-leading);
}

.policy-page .page-shell > p a { color: var(--ink); }

.advisory-page,
.about-page,
.perspectives-page,
.article-page {
  width: min(100%, var(--max-width));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.home-page {
  width: min(100%, var(--max-width));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.home-hero {
  justify-content: space-between;
  gap: clamp(28px, 3.5vw, 48px);
  padding: 48px 0 56px;
}

.home-hero-intro { width: min(100%, 680px); }
.home-hero-intro .page-kicker { padding-top: 0; margin-bottom: 16px; }
.home-hero-intro h1 {
  max-width: 580px;
  margin: 0 0 22px;
  font: 400 clamp(38px, 4.3vw, 58px)/1 var(--serif);
  letter-spacing: -.035em;
}
.home-hero-intro h1 span { display: block; white-space: nowrap; }
.home-hero-intro > p:not(.page-kicker) {
  max-width: 540px;
  margin: 0;
  color: var(--body-copy-color);
  font-size: var(--body-copy-size);
  font-weight: var(--body-copy-weight);
  line-height: var(--body-copy-leading);
}
.home-portrait {
  background: #f1eee8;
}
.home-portrait img { object-position: center; }

.home-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
  column-gap: clamp(52px, 7vw, 104px);
  height: auto;
  padding: clamp(52px, 4.8vw, 68px) 0;
}
.home-section-heading { grid-column: 1; grid-row: 1; max-width: 820px; }
.home-section-heading .page-kicker { padding-top: 0; }
.home-section-heading h2 { max-width: 760px; margin: 16px 0 22px; font: 400 clamp(34px, 3.7vw, 50px)/1 var(--serif); letter-spacing: -.035em; }
.home-section-copy { grid-column: 1; grid-row: 2; max-width: 680px; padding-top: 0; }
.home-section-copy > p { max-width: 650px; margin: 0; color: var(--body-copy-color); font-size: var(--body-copy-size); font-weight: var(--body-copy-weight); line-height: var(--body-copy-leading); }
.home-section-copy > p + p { margin-top: 14px; }
.home-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; margin-top: 28px; }
.home-link { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--body-copy-color); font-size: 14px; text-decoration: none; }
.home-link > span { width: 10px; height: 10px; display: inline-block; background: currentColor; font-size: 0; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6h8M7 3l3 3-3 3' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6h8M7 3l3 3-3 3' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }
.home-link > .external-arrow { -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 9 9 3M4 3h5v5' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 9 9 3M4 3h5v5' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }
.home-link-secondary { color: var(--body-copy-color); }
.home-link:hover { opacity: .6; }
.home-page .hero-cta,
.home-link-primary {
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--accent);
  font-weight: 400;
}
.home-page .hero-cta { margin-top: 28px; }
.home-page .hero-cta:hover,
.home-link-primary:hover { opacity: .82; }
.home-section-visual { grid-column: 2; grid-row: 1 / span 2; align-self: center; width: 100%; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: 8px; background: transparent; }
.home-section-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.home-section-manifest .home-section-visual img { object-position: center; }
.home-manifest-visual { position: relative; }
.home-manifest-visual::after {
  content: "";
  position: absolute;
  inset: 34% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(15, 18, 17, .64));
  pointer-events: none;
}
.home-manifest-quote {
  position: absolute;
  z-index: 1;
  right: clamp(22px, 3vw, 38px);
  bottom: clamp(22px, 3vw, 36px);
  left: clamp(22px, 3vw, 38px);
  margin: 0;
  color: #fff;
}
.home-manifest-quote p {
  max-width: 440px;
  margin: 0;
  font: 400 clamp(25px, 2.35vw, 34px)/1.02 var(--serif);
  letter-spacing: -.025em;
  text-wrap: balance;
}
@media (min-width: 861px) {
  .home-about-quote { justify-self: center; }
  .home-section { min-height: clamp(480px, 40vw, 520px); }
  .home-section-manifest .home-section-heading,
  .home-section-manifest .home-section-copy,
  .home-section-works .home-section-heading,
  .home-section-works .home-section-copy { grid-column: 2; }
  .home-section-manifest .home-section-visual,
  .home-section-works .home-section-visual { grid-column: 1; }
  .home-section-manifest .home-section-visual,
  .home-foundation-visual { width: 88%; justify-self: center; }
}
.home-foundation-visual { overflow: visible; }
.home-foundation-visual svg { display: block; width: 100%; height: 100%; }
.foundation-intelligence { fill: var(--ink); font: 500 25px var(--serif); letter-spacing: -.01em; }
.foundation-network-lines path { fill: none; stroke: #9eb9ad; stroke-width: 1.2; }
.foundation-human-ring { fill: #fcfaf5; stroke: #245c52; stroke-width: 1.5; }
.foundation-human-head { fill: #245c52; }
.foundation-human-node path { fill: none; stroke: #245c52; stroke-width: 1.4; stroke-linecap: round; }
.foundation-agent-node circle { fill: #245c52; }
.foundation-agent-node path { fill: none; stroke: #fcfaf5; stroke-width: 1.2; stroke-linecap: round; }
.foundation-network-supports path { fill: none; stroke: #8fac9f; stroke-width: 1; }
.foundation-network-platform path { stroke: #769b88; stroke-width: .8; stroke-linejoin: round; }
.foundation-network-platform-top { fill: #e3eee8; }
.foundation-network-platform-front { fill: #bfd5c9; }
.foundation-network-platform-side { fill: #96b6a5; }
.foundation-network-platform text { fill: #214f43; font: 650 13px var(--sans); letter-spacing: .12em; }
.foundation-layer path,
.foundation-base path { stroke: #719785; stroke-width: .75; stroke-linejoin: round; }
.foundation-layer text { fill: #214f43; font: 650 10px var(--sans); letter-spacing: .14em; }
.foundation-layer-1 .foundation-layer-top { fill: #f2f7f4; }
.foundation-layer-1 .foundation-layer-front { fill: #e6f0eb; }
.foundation-layer-1 .foundation-layer-side { fill: #d0e2d8; }
.foundation-layer-2 .foundation-layer-top { fill: #ecf3ef; }
.foundation-layer-2 .foundation-layer-front { fill: #dceae3; }
.foundation-layer-2 .foundation-layer-side { fill: #c4d9ce; }
.foundation-layer-3 .foundation-layer-top { fill: #e5efe9; }
.foundation-layer-3 .foundation-layer-front { fill: #d2e3da; }
.foundation-layer-3 .foundation-layer-side { fill: #b4cfc1; }
.foundation-layer-4 .foundation-layer-top { fill: #dce9e2; }
.foundation-layer-4 .foundation-layer-front { fill: #c5dbd0; }
.foundation-layer-4 .foundation-layer-side { fill: #9fbfad; }
.foundation-base-top { fill: #427265; }
.foundation-base-front { fill: #245c52; }
.foundation-base-side { fill: #163e36; }
.foundation-base-caption { fill: #fffaf3; font: 650 9px var(--sans); letter-spacing: .15em; }
.foundation-base-title { fill: #fffaf3; font: 500 27px var(--serif); letter-spacing: -.01em; }

.home-works-visual { display: grid; place-items: center; overflow: visible; }
.home-imac { width: min(88%, 530px); position: relative; filter: drop-shadow(0 18px 20px rgba(45, 36, 29, .12)); }
.home-imac-frame { width: 100%; height: auto; display: block; }
.home-imac-display {
  width: 92.2%;
  height: 51.7%;
  position: absolute;
  z-index: 1;
  top: 11.45%;
  left: 3.9%;
  overflow: hidden;
  background: #fff;
}
.home-imac-display img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top; }

.home-perspectives-visual { display: grid; align-items: start; overflow: visible; border-radius: 0; }
.home-perspectives-signup { width: 100%; padding: 34px 0 0; border: 0; }
.home-perspectives-signup h3 { max-width: 420px; margin: 0; font: 400 clamp(24px, 2.2vw, 31px)/1.03 var(--serif); letter-spacing: -.025em; }
.home-perspectives-signup > p:not(.page-kicker, .newsletter-status) { max-width: 430px; margin: 18px 0 0; color: var(--body-copy-color); font-size: 13px; line-height: 1.55; }
.home-perspectives-signup .hero-signup { margin-top: 28px; }
.home-perspectives-signup .newsletter-status { margin-bottom: 0; }
.home-section-about {
  position: relative;
  background: var(--section-mineral-soft);
  box-shadow: 0 0 0 100vmax var(--section-mineral-soft);
  clip-path: inset(0 -100vmax);
}
.home-about-quote {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  margin: 0;
  color: rgba(75, 56, 44, .58);
}
.home-about-quote p {
  margin: 0;
  font: 400 clamp(55px, 5vw, 74px)/.91 var(--serif);
  letter-spacing: -.05em;
}
.home-about-quote span { display: block; }
.home-perspectives-visual { aspect-ratio: auto; }
.home-section-perspectives { height: auto; min-height: 0; padding-bottom: clamp(52px, 4.8vw, 68px); }
.home-section-perspectives + * { margin-top: 0; }

.about-page {
  --about-section-half-gap: var(--page-section-half-gap);
  --about-hero-gap: var(--page-hero-gap);
}

.advisory-page { --advisory-space: var(--page-section-half-gap); }

.shared-hero {
  min-height: auto;
  display: flex;
  align-items: center;
}

.advisory-hero,
.about-hero,
.perspectives-hero { justify-content: space-between; gap: clamp(28px, 3.5vw, 48px); }
.advisory-hero { min-height: auto; padding: 64px 0 80px; }
.about-hero { min-height: auto; padding: 48px 0 56px; }
.advisory-intro,
.about-intro,
.perspectives-intro { width: min(100%, 680px); }
.advisory-intro .page-kicker,
.about-intro .page-kicker,
.perspectives-intro .page-kicker { padding-top: 0; margin-bottom: 16px; }
.advisory-intro h1,
.about-intro h1,
.perspectives-intro h1 { max-width: 580px; margin: 0 0 22px; font: 400 clamp(38px, 4.3vw, 58px)/1 var(--serif); letter-spacing: -.035em; }
.advisory-intro > p:not(.page-kicker),
.about-intro > p:not(.page-kicker),
.perspectives-intro > p:not(.page-kicker) { max-width: 520px; margin: 0; color: var(--body-copy-color); font-size: var(--body-copy-size); font-weight: var(--body-copy-weight); line-height: var(--body-copy-leading); }
.hero-cta { display: inline-flex; align-items: center; gap: 7px; margin-top: 30px; padding-bottom: 4px; border-bottom: 1px solid var(--accent); color: var(--accent); font-size: 14px; text-decoration: none; }
.hero-cta span { width: 10px; height: 10px; display: inline-block; background: currentColor; font-size: 0; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 9 9 3M4 3h5v5' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 9 9 3M4 3h5v5' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }
.advisory-visual,
.about-portrait,
.perspectives-visual { width: min(58%, 720px); aspect-ratio: 1.55 / 1; margin: 0; overflow: hidden; border-radius: 10px; }
.advisory-visual { position: relative; background: #dde1df; }
.advisory-visual img,
.about-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.about-portrait { position: relative; background: #f1eee8; }

.about-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(64px, 9vw, 144px); padding: var(--about-section-half-gap) 0; }
.about-foundation { padding-top: var(--about-hero-gap); }
.about-section h2 { max-width: 560px; margin: 0 0 28px; font: 400 clamp(28px, 3.1vw, 40px)/1 var(--serif); letter-spacing: -.025em; }
.about-section .page-kicker { padding-top: 0; margin-bottom: 16px; }
.about-beliefs { padding-top: 29px; }
.about-story > p:not(.page-kicker) { max-width: 600px; margin: 0; color: var(--body-copy-color); font-size: var(--body-copy-size); font-weight: var(--body-copy-weight); line-height: var(--body-copy-leading); }
.purpose-lines { display: grid; gap: 36px; margin-top: 36px; }
.purpose-lines p { max-width: 600px; margin: 0; font-size: var(--body-copy-size); font-weight: var(--body-copy-weight); line-height: var(--body-copy-leading); }
.purpose-lines strong { display: block; margin-bottom: 4px; font-weight: 650; }
.belief-list,
.capability-list { display: grid; gap: 12px; margin: 0; }
.belief-list { gap: 8px; }
.belief-list { grid-template-columns: 1fr; }
.belief-list > div { padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .3); }
.capability-list { gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .3); }
.capability-list > div { padding: 12px 24px; }
.capability-list > div:first-child { padding-top: 18px; }
.capability-list > div:last-child { padding-bottom: 18px; }
.belief-list dt,
.capability-list dt { margin-bottom: 10px; font: 500 19px/1.2 var(--serif); }
.belief-list dt { margin-bottom: 6px; font-weight: 400; }
.belief-list dt strong { font-weight: 650; }
.belief-list dd,
.capability-list dd { margin: 0; color: var(--body-copy-color); font-size: var(--body-copy-size); font-weight: var(--body-copy-weight); line-height: var(--body-copy-leading); }
.capability-list dd { font-size: 14px; line-height: 1.45; }
.about-capabilities { padding-top: var(--about-section-half-gap); }
.about-capabilities {
  position: relative;
  background: var(--evidence-background);
  box-shadow: 0 0 0 100vmax var(--evidence-background);
  clip-path: inset(0 -100vmax);
}
.about-capabilities > div { min-height: 100%; display: flex; flex-direction: column; }
.about-capabilities .capability-list { flex: 1; grid-template-rows: repeat(5, minmax(0, 1fr)); }
.about-experience { padding: var(--about-section-half-gap) 0; }
.experience-heading { max-width: 680px; margin-bottom: 40px; }
.experience-heading .page-kicker { padding-top: 0; margin-bottom: 16px; }
.experience-heading h2 { margin: 0 0 20px; font: 400 clamp(28px, 3.1vw, 40px)/1 var(--serif); letter-spacing: -.025em; }
.experience-heading > p:last-child { max-width: 560px; margin: 0; color: var(--body-copy-color); font-size: var(--body-copy-size); font-weight: var(--body-copy-weight); line-height: var(--body-copy-leading); }
.experience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.experience-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; display: flex; flex-direction: column; color: inherit; text-decoration: none; }
.experience-card img { width: 100%; aspect-ratio: 1200 / 630; display: block; object-fit: cover; background: #ece9e3; }
.experience-visual { position: relative; }
.experience-card .experience-logo { position: absolute; left: 50%; top: 50%; width: 58px; height: 58px; padding: 7px; border-radius: 12px; transform: translate(-50%, -50%); object-fit: contain; background: rgba(255, 255, 255, .94); box-shadow: 0 2px 14px rgba(0, 0, 0, .16); }
.experience-card .experience-brand-logo { position: absolute; left: 50%; top: 50%; width: min(72%, 150px); height: auto; padding: 0; transform: translate(-50%, -50%); object-fit: contain; background: transparent; filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .65)); }
.experience-card .experience-limitless-image { object-position: center 35%; }
.experience-image-link { position: relative; display: block; }
.experience-card > div:not(.experience-visual) { flex: 1; padding: 18px; display: flex; flex-direction: column; }
.experience-card h3 { margin: 0 0 10px; font: 500 20px/1.1 var(--serif); }
.experience-card h3 a { color: inherit; text-decoration: none; text-underline-offset: 4px; }
.experience-card-linked:has(.experience-image-link:hover) h3 a,
.experience-card h3 a:hover { text-decoration: underline; }
.experience-card p { margin: 0; color: var(--body-copy-color); font-size: 13px; line-height: 1.45; }
.experience-card h3 span { font-size: .65em; }
.about-typologies { padding: var(--about-section-half-gap) 0 112px; }
.typologies-heading { max-width: 680px; margin-bottom: 20px; }
.typologies-heading .page-kicker { padding-top: 0; margin-bottom: 16px; }
.typologies-heading h2 { margin: 0 0 20px; font: 400 clamp(28px, 3.1vw, 40px)/1 var(--serif); letter-spacing: -.025em; }
.typologies-heading > p:last-child { max-width: 560px; margin: 0; color: var(--body-copy-color); font-size: var(--body-copy-size); font-weight: var(--body-copy-weight); line-height: var(--body-copy-leading); }
.typology-nav { position: relative; }
.typology-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 12px; scrollbar-width: thin; scroll-snap-type: x proximity; }
.typology-tabs button { flex: 0 0 auto; min-height: 42px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255, 255, 255, .3); color: var(--body-copy-color); font: 500 13px/1 var(--sans); cursor: pointer; scroll-snap-align: start; }
.typology-tabs button[aria-selected="true"] { border-color: var(--accent); background: var(--accent); color: var(--canvas); }
.typology-tabs button:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.typology-swipe-hint { display: none; }
.typology-panels { border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .3); }
.typology-panels article { min-height: 224px; padding: 28px; display: grid; grid-template-columns: minmax(180px, .7fr) minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: start; }
.typology-panels article[hidden] { display: none; }
.typology-type { margin: 0; font: 500 24px/1.15 var(--serif); }
.typology-code { margin: 8px 0 0; color: var(--body-copy-color); font: 500 12px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.trait-profile,
.profile-facts { display: grid; gap: 7px; margin: 18px 0 0; padding: 0; list-style: none; }
.trait-profile li,
.profile-facts li { display: flex; justify-content: space-between; gap: 12px; color: var(--body-copy-color); font-size: 12px; line-height: 1.25; }
.trait-profile strong,
.profile-facts strong { color: var(--ink); font-weight: 500; text-align: right; }
.typology-panels h3 { margin: 0 0 4px; font-family: var(--sans); font-size: var(--body-copy-size); font-weight: 650; line-height: var(--body-copy-leading); }
.typology-panels article > div:not(.typology-result) p { margin: 0; color: var(--body-copy-color); font-size: var(--body-copy-size); font-weight: var(--body-copy-weight); line-height: var(--body-copy-leading); }
.human-os { margin-top: 32px; padding: 30px; border: 1px dashed #c8ceca; border-radius: 10px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 48px; align-items: end; }
.human-os .page-kicker { margin: 0 0 14px; padding: 0; }
.human-os h3 { margin: 0 0 12px; font: 500 26px/1.1 var(--serif); letter-spacing: -.02em; }
.human-os p:last-child { max-width: 690px; margin: 0; color: var(--body-copy-color); font-size: var(--body-copy-size); font-weight: var(--body-copy-weight); line-height: var(--body-copy-leading); }
.human-os-download { min-height: 48px; display: inline-flex; align-items: center; gap: 10px; padding: 0 2px 4px; border-bottom: 1px solid var(--ink); white-space: nowrap; font-size: 14px; font-weight: 500; text-decoration: none; }
.human-os-download:hover { opacity: .55; }
.download-icon { width: 18px; height: 18px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 2v10m0 0 4-4m-4 4L6 8M3 14v3h14v-3' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 2v10m0 0 4-4m-4 4L6 8M3 14v3h14v-3' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }

.hero-signup { max-width: 500px; margin-top: 30px; background: transparent; }
.perspectives-visual { position: relative; background: #173025; }
.advisory-visual::after,
.perspectives-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 22%, rgba(4, 10, 8, .74) 100%); }
.perspectives-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.advisory-visual blockquote,
.perspectives-visual blockquote { max-width: 430px; margin: 0; position: absolute; z-index: 1; inset: auto clamp(20px, 3vw, 36px) clamp(22px, 3vw, 34px); color: #fff; }
.about-portrait blockquote { width: 42%; max-width: 245px; margin: 0; position: absolute; z-index: 1; inset: clamp(22px, 3vw, 34px) auto auto clamp(20px, 3vw, 36px); color: #fff; text-shadow: 0 1px 16px rgba(0, 0, 0, .24); }
.quote-mobile { display: none; }
.no-break { white-space: nowrap; }
.advisory-visual blockquote p,
.perspectives-visual blockquote p,
.about-portrait blockquote p { margin: 0 0 12px; font: 600 clamp(26px, 2.55vw, 36px)/1.08 var(--serif); letter-spacing: -.015em; }
.advisory-visual cite,
.perspectives-visual cite,
.about-portrait cite { font: 400 11px/1.3 var(--sans); letter-spacing: .08em; text-transform: uppercase; }

.perspectives-index { padding: 42px 0 0; }
.index-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.index-heading h2 { margin: 0; font: 400 clamp(28px, 3.1vw, 40px)/1 var(--serif); }
.index-heading p { margin: 0; color: var(--body-copy-color); font-size: 12px; }
.post-tools { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 42px 0 24px; }
.search-field { width: min(100%, 360px); }
.search-field input { width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: 13px 15px; background: transparent; color: var(--ink); font: 14px var(--sans); outline: none; }
.search-field input:focus { border-color: var(--ink); }
.post-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.filter-button { border: 1px solid var(--line); border-radius: 7px; padding: 9px 13px; background: transparent; color: var(--body-copy-color); font: 12px var(--sans); cursor: pointer; }
.filter-button.is-active { border-color: var(--accent); color: var(--accent); }
.post-list { border-top: 1px solid var(--line); }
.post-tools[hidden] { display: none; }
.empty-state { margin: 0; padding: 28px 0 8px; color: var(--body-copy-color); font-size: 14px; line-height: 1.55; }
.post-row { display: grid; grid-template-columns: 240px 1fr auto; gap: clamp(24px, 4vw, 64px); align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.post-row:last-child { padding-bottom: 8px; border-bottom: 0; }
.post-thumbnail { aspect-ratio: 16/10; display: grid; place-items: center; overflow: hidden; background: #f6f1e8; color: var(--body-copy-color); font: 400 22px var(--serif); text-decoration: none; }
.post-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.post-copy h3 { margin: 0 0 8px; font: 400 clamp(20px, 2vw, 27px)/1.1 var(--serif); }
.post-copy h3 a { text-decoration: none; }
.post-copy > p:last-child { max-width: 660px; margin: 0; color: var(--body-copy-color); font: var(--body-copy-weight) 14px/1.55 var(--sans); }
.post-category { margin: 0; color: var(--body-copy-color); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.post-copy > .post-category { display: none; }
.post-meta { align-self: start; display: flex; align-items: flex-end; flex-direction: column; color: var(--body-copy-color); font-size: 11px; white-space: nowrap; }
.post-meta .post-category { display: block; margin-top: 9px; }
.empty-state { padding: 48px 0; color: var(--body-copy-color); font: var(--body-copy-weight) var(--body-copy-size)/var(--body-copy-leading) var(--sans); }

.article-page { min-height: 70vh; padding-top: 80px; padding-bottom: 112px; }
.article-page article { max-width: 760px; margin-inline: auto; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 52px; color: var(--body-copy-color); font-size: 12px; text-decoration: none; }
.back-arrow { width: 12px; height: 8px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath d='M15 5H2M6 1 2 5l4 4' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath d='M15 5H2M6 1 2 5l4 4' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }
.back-link:hover { color: var(--ink); }
.article-page h1 { margin: 30px 0 24px; font: 400 clamp(42px, 5.8vw, 72px)/.98 var(--serif); letter-spacing: -.03em; }
.article-utility { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--body-copy-color); font-size: 11px; }
.article-meta a { color: inherit; text-decoration: none; }
.article-meta a:hover { color: var(--ink); }
.article-body { margin-top: 64px; font: var(--body-copy-weight) var(--body-copy-size)/var(--body-copy-leading) var(--sans); }
.share-tools { display: flex; align-items: center; gap: 6px; }
.share-tools .share-label { margin-right: 4px; color: var(--body-copy-color); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.share-tools button { min-width: 34px; min-height: 34px; border: 1px solid var(--line); border-radius: 7px; padding: 7px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: transparent; color: var(--ink); cursor: pointer; }
.share-icon { width: 14px; height: 14px; display: inline-block; background: currentColor; mask: center/contain no-repeat; -webkit-mask: center/contain no-repeat; }
.icon-linkedin { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.5 8.5H3v12h3.5v-12ZM4.75 3A2.05 2.05 0 1 0 4.75 7.1 2.05 2.05 0 0 0 4.75 3ZM21 13.6c0-3.6-1.9-5.3-4.5-5.3-2.1 0-3 1.1-3.5 1.9V8.5H9.5v12H13v-5.9c0-1.6.3-3.1 2.3-3.1 2 0 2 1.8 2 3.2v5.8H21v-6.9Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.5 8.5H3v12h3.5v-12ZM4.75 3A2.05 2.05 0 1 0 4.75 7.1 2.05 2.05 0 0 0 4.75 3ZM21 13.6c0-3.6-1.9-5.3-4.5-5.3-2.1 0-3 1.1-3.5 1.9V8.5H9.5v12H13v-5.9c0-1.6.3-3.1 2.3-3.1 2 0 2 1.8 2 3.2v5.8H21v-6.9Z'/%3E%3C/svg%3E"); }
.icon-facebook { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M22 12.06C22 6.5 17.52 2 12 2S2 6.5 2 12.06C2 17.08 5.66 21.24 10.44 22v-7.03H7.9v-2.91h2.54V9.85c0-2.52 1.49-3.91 3.77-3.91 1.09 0 2.23.2 2.23.2v2.46h-1.25c-1.24 0-1.63.77-1.63 1.56v1.9h2.77l-.44 2.91h-2.33V22C18.34 21.24 22 17.08 22 12.06Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M22 12.06C22 6.5 17.52 2 12 2S2 6.5 2 12.06C2 17.08 5.66 21.24 10.44 22v-7.03H7.9v-2.91h2.54V9.85c0-2.52 1.49-3.91 3.77-3.91 1.09 0 2.23.2 2.23.2v2.46h-1.25c-1.24 0-1.63.77-1.63 1.56v1.9h2.77l-.44 2.91h-2.33V22C18.34 21.24 22 17.08 22 12.06Z'/%3E%3C/svg%3E"); }
.icon-x { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m4 4 6.2 8.3L4.4 20h2.5l4.5-6 4.5 6H20l-6.5-8.7L19 4h-2.5l-4.2 5.6L8.1 4H4Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m4 4 6.2 8.3L4.4 20h2.5l4.5-6 4.5 6H20l-6.5-8.7L19 4h-2.5l-4.2 5.6L8.1 4H4Z'/%3E%3C/svg%3E"); }
.icon-link { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 13a5 5 0 0 0 7.5.5l2-2a5 5 0 0 0-7-7l-1.2 1.2M14 11a5 5 0 0 0-7.5-.5l-2 2a5 5 0 0 0 7 7l1.2-1.2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 13a5 5 0 0 0 7.5.5l2-2a5 5 0 0 0-7-7l-1.2 1.2M14 11a5 5 0 0 0-7.5-.5l-2 2a5 5 0 0 0 7 7l1.2-1.2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }
.copy-label { font-size: 11px; white-space: nowrap; }

.site-footer {
  border-top: 1px solid var(--line);
  width: min(100%, var(--max-width));
  margin-inline: auto;
  padding: 56px var(--gutter) 22px;
}

.newsletter h2 {
  margin: -4px 0 2px;
  font: 600 25px/1.1 var(--serif);
  letter-spacing: -.015em;
}

.newsletter-copy {
  margin: 0 0 5px;
  color: var(--body-copy-color);
  font-size: 12px;
  line-height: 1.5;
}

.newsletter-form {
  width: 100%;
  min-height: 56px;
  display: flex;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, .56);
}

.newsletter-form input {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 15px 14px;
  background: transparent;
  color: var(--ink);
  font: 16px var(--sans);
  outline: none;
}

.newsletter-form input::placeholder { color: var(--body-copy-color); }

.newsletter-form button {
  border: 0;
  padding: 15px 14px;
  background: transparent;
  color: var(--accent);
  font: 500 15px var(--sans);
  cursor: pointer;
}

.newsletter-form button:hover { opacity: .5; }
.newsletter-form button:disabled { cursor: wait; opacity: .45; }
.newsletter-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.newsletter-status { min-height: 16px; margin: 1px 0 0 !important; color: #38634e !important; font-size: 11px !important; line-height: 1.35 !important; letter-spacing: 0 !important; text-transform: none !important; }
.newsletter-status.is-error { color: #9d382e !important; }

@media (min-width: 861px) {
  .shared-hero { align-items: flex-start; padding: 39px 0; }
  .advisory-intro,
  .about-intro,
  .perspectives-intro { padding-top: 39px; }
  .post-copy,
  .post-meta { padding-top: 12px; }
  .site-footer .newsletter-form { min-height: 0; }
  .site-footer .newsletter-form input { padding: 10px 11px; font-size: 14px; }
  .site-footer .newsletter-form button { padding: 10px 11px; font-size: 13px; }
  .home-hero-intro { padding-top: 39px; }
}

.sr-only {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 370px);
  align-items: start;
  column-gap: clamp(56px, 7vw, 112px);
  padding-bottom: 56px;
}

.footer-identity { display: flex; align-items: baseline; gap: clamp(38px, 4vw, 64px); }
.footer-brand .brand { display: inline-block; }
.footer-contact { display: grid; gap: 14px; }

.footer-links {
  display: flex;
  align-items: center;
  gap: clamp(30px, 3vw, 48px);
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: rgba(12, 10, 9, .55);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.footer-links a:hover { opacity: .5; }

.footer-profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.footer-profile-links a {
  color: var(--body-copy-color);
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: rgba(12, 10, 9, .35);
  text-underline-offset: 4px;
}

.footer-profile-links a:hover { color: var(--ink); }

.site-footer .newsletter { width: 100%; max-width: 370px; justify-self: end; gap: 5px; }
.site-footer .newsletter h2 {
  margin: 0;
  font: 500 23px/1 var(--serif);
  letter-spacing: -.02em;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  line-height: 1.35;
}

.footer-column p {
  margin: 0 0 3px;
  color: var(--body-copy-color);
  font-size: 13px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.newsletter .newsletter-copy {
  margin: 0;
  color: var(--body-copy-color);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}
.site-footer .newsletter-status:empty { display: none; }

.footer-column a { text-decoration: none; }
.footer-column a:hover { opacity: .5; }

.footer-column address {
  color: var(--ink);
  font-style: normal;
  line-height: 1.5;
}

.footer-meta {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--body-copy-color);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
}

.footer-meta nav { display: flex; gap: 18px; }
.footer-meta a { color: inherit; text-decoration: none; }
.footer-meta a:hover { color: var(--ink); }

/* Advisory */
.advisory-capacity {
  padding: var(--advisory-space) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(64px, 9vw, 144px);
  row-gap: clamp(34px, 4vw, 56px);
  align-items: start;
}

.advisory-capacity .page-kicker { padding-top: 0; margin-bottom: 16px; }

.advisory-capacity h2 {
  max-width: 560px;
  margin: 0 0 28px;
  font: 400 clamp(28px, 3.1vw, 40px)/1 var(--serif);
  letter-spacing: -.025em;
}

.advisory-capacity-copy > p:not(.page-kicker) {
  max-width: 600px;
  margin: 0;
  color: var(--body-copy-color);
  font-size: var(--body-copy-size);
  font-weight: var(--body-copy-weight);
  line-height: var(--body-copy-leading);
}

.advisory-capacity-list {
  margin: 29px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
  list-style: none;
}

.advisory-capacity-list li {
  padding-left: 20px;
  position: relative;
  font-size: var(--body-copy-size);
  font-weight: 600;
  line-height: 1.45;
}

.advisory-capacity-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

.advisory-capacity-transition {
  grid-column: 1 / -1;
  margin: 0;
}

.advisory-evidence {
  position: relative;
  padding: var(--advisory-space) 0;
  background: var(--evidence-background);
  box-shadow: 0 0 0 100vmax var(--evidence-background);
  clip-path: inset(0 -100vmax);
}

.advisory-evidence-intro {
  max-width: 760px;
}

.advisory-evidence .page-kicker { padding-top: 0; margin-bottom: 16px; }

.advisory-evidence h2 {
  max-width: 680px;
  margin: 0 0 22px;
  font: 400 clamp(28px, 3.1vw, 40px)/1 var(--serif);
  letter-spacing: -.025em;
}

.advisory-evidence-intro > p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--body-copy-color);
  font-size: var(--body-copy-size);
  font-weight: var(--body-copy-weight);
  line-height: var(--body-copy-leading);
}

.advisory-evidence-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--line);
}

.advisory-evidence-grid article {
  min-height: 100%;
  padding: 20px 28px 14px 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.advisory-evidence-grid article:nth-child(even) {
  padding-right: 0;
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.advisory-evidence-metric {
  margin: 0 0 12px;
  font: 500 clamp(21px, 1.9vw, 27px)/1.08 var(--serif);
  letter-spacing: -.02em;
}

.advisory-evidence-grid h3 {
  margin: 0 0 16px;
  color: var(--body-copy-color);
  font: 500 13px/1.3 var(--sans);
}

.advisory-evidence-grid article > p:not(.advisory-evidence-metric) {
  margin: 0 0 16px;
  color: var(--body-copy-color);
  font-size: 14px;
  font-weight: var(--body-copy-weight);
  line-height: 1.45;
}
.advisory-evidence-grid article > p:last-child { margin-bottom: 0; }

.advisory-evidence-grid .advisory-evidence-relevance { color: var(--ink); font-weight: 650; }
.advisory-evidence-relevance strong { font-weight: 650; }

.advisory-source {
  margin-top: auto;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--line);
  color: var(--body-copy-color);
  font-size: 11px;
  line-height: 1.4;
  text-decoration: none;
}

.advisory-source:hover { color: var(--ink); border-color: var(--ink); }
.advisory-source .external-arrow { width: 9px; height: 9px; }

.advisory-review {
  padding: var(--advisory-space) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(64px, 9vw, 144px);
  align-items: start;
}

.advisory-review .page-kicker { padding-top: 0; margin-bottom: 16px; }

.advisory-review h2 {
  max-width: 560px;
  margin: 0 0 14px;
  font: 400 clamp(28px, 3.1vw, 40px)/1 var(--serif);
  letter-spacing: -.025em;
}

.advisory-review-lead {
  max-width: 560px;
  margin: 0 0 28px;
  color: var(--body-copy-color);
  font-size: var(--body-copy-size);
  font-weight: 650;
  line-height: var(--body-copy-leading);
}

.advisory-review-body {
  max-width: 600px;
  color: var(--body-copy-color);
  font-size: var(--body-copy-size);
  font-weight: var(--body-copy-weight);
  line-height: var(--body-copy-leading);
}

.advisory-review-body p { margin: 0 0 18px; }
.advisory-review-body p:last-child { margin-bottom: 0; }
.advisory-review-body strong { color: inherit; font-weight: 600; }

.advisory-review-result {
  max-width: 600px;
  margin: 32px 0 0;
  font-size: var(--body-copy-size);
  font-weight: 650;
  line-height: 1.5;
}

.advisory-review-list {
  margin: 29px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 4vw, 56px);
  gap: 26px;
  list-style: none;
}

.advisory-review-list li {
  padding-left: 24px;
  position: relative;
}

.advisory-review-list li::before {
  content: counter(list-item, decimal-leading-zero);
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--body-copy-color);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .06em;
}

.advisory-review-list strong {
  display: block;
  margin-bottom: 5px;
  font: 500 19px/1.2 var(--serif);
}

.advisory-review-list span {
  display: block;
  max-width: 560px;
  color: var(--body-copy-color);
  font-size: 14px;
  line-height: 1.5;
}

.advisory-review-steps {
  margin-top: 0;
  grid-template-columns: 1fr;
  gap: 8px;
}

.advisory-review-process .page-kicker { margin-bottom: 16px; }

.advisory-review-steps li {
  min-height: 0;
  padding: 14px 16px 14px 48px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .3);
}

.advisory-review-steps li::before {
  content: counter(list-item);
  top: 17px;
  left: 20px;
}

.advisory-review-steps strong { margin-bottom: 7px; }

.advisory-offer {
  margin-top: 0;
}

.advisory-review-offer {
  position: relative;
  padding: var(--advisory-space) 0;
  background: var(--section-mineral);
  box-shadow: 0 0 0 100vmax var(--section-mineral);
  clip-path: inset(0 -100vmax);
}
.advisory-review-offer > .advisory-review,
.advisory-review-offer > .advisory-deliverables,
.advisory-review-offer > .advisory-after-review { padding: 0; }
.advisory-review-offer > .advisory-deliverables { margin-top: 72px; }
.advisory-review-offer > .advisory-after-review { margin-top: 64px; }

.advisory-offer + .advisory-offer { margin-top: 0; }
.advisory-offer .advisory-review { padding: var(--section-half-gap) 0; }

.advisory-deliverables,
.advisory-collaboration {
  padding: var(--section-half-gap) 0;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(64px, 9vw, 144px);
  align-items: start;
}

.advisory-deliverables .page-kicker,
.advisory-collaboration .page-kicker,
.advisory-foundation .page-kicker,
.advisory-cta .page-kicker { padding-top: 0; margin-bottom: 16px; }

.advisory-deliverables h2,
.advisory-collaboration h2,
.advisory-foundation h2,
.advisory-cta h2 {
  max-width: 560px;
  margin: 0 0 28px;
  font: 400 clamp(28px, 3.1vw, 40px)/1 var(--serif);
  letter-spacing: -.025em;
}

.advisory-deliverables-detail,
.advisory-collaboration-detail { display: grid; gap: 44px; }

.advisory-deliverables-detail .advisory-capacity-list,
.advisory-collaboration-detail .advisory-capacity-list { margin-top: 0; }

.advisory-deliverables-detail .advisory-capacity-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 4vw, 56px);
}

.advisory-deliverables-stacked { display: block; }
.advisory-deliverables-stacked > .advisory-review-copy { max-width: 680px; }
.advisory-deliverables-stacked .advisory-deliverables-detail { margin-top: 16px; }

.advisory-deliverable-rows {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
}

.advisory-deliverable-rows li {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px 14px;
  align-items: baseline;
}

.advisory-deliverable-rows li:first-child { padding-top: 8px; border-top: 0; }

.advisory-deliverable-rows li > span {
  color: var(--body-copy-color);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
}

.advisory-deliverable-rows > li > strong { font: 500 clamp(21px, 1.9vw, 27px)/1.08 var(--serif); letter-spacing: -.02em; }
.advisory-deliverable-copy { grid-column: 2; max-width: none; }
.advisory-deliverable-rows p { max-width: 720px; margin: 0; color: var(--body-copy-color); font-size: var(--body-copy-size); font-weight: var(--body-copy-weight); line-height: var(--body-copy-leading); }
.advisory-deliverable-copy > p + p { margin-top: 12px; }
.advisory-deliverable-rows .advisory-deliverable-outcome { margin-top: 16px; color: var(--accent); font-weight: 650; }
.advisory-use-case-grid {
  margin: 18px 0 6px;
  max-width: 820px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
}
.advisory-use-case-grid > div {
  min-height: 70px;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.advisory-use-case-grid svg {
  width: 34px;
  height: 34px;
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.advisory-use-case-grid p { display: grid; gap: 5px; }
.advisory-use-case-grid p strong { color: var(--ink); font: 650 14px/1.35 var(--sans); }
.advisory-use-case-grid p span { color: var(--body-copy-color); font-size: 13px; line-height: 1.4; }
.mobile-break { display: none; }
.advisory-deliverables-stacked .advisory-offer-line { margin-top: 56px; }

.advisory-after-review {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, .7fr) minmax(240px, .8fr);
  gap: 0;
  align-items: stretch;
}

.advisory-after-review > div { padding: clamp(28px, 3vw, 42px); }
.advisory-after-review > div + div { border-left: 0; }

.advisory-after-review .page-kicker { padding-top: 0; margin-bottom: 16px; }
.advisory-after-review h2 { max-width: 560px; margin: 0 0 20px; font: 400 clamp(28px, 3.1vw, 40px)/1 var(--serif); letter-spacing: -.025em; }
.advisory-after-review-copy > p:last-child { max-width: 540px; margin: 0; color: var(--body-copy-color); font-size: var(--body-copy-size); font-weight: var(--body-copy-weight); line-height: var(--body-copy-leading); }
.advisory-after-review-format ul { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.advisory-after-review-format li { font-size: 16px; font-weight: 650; line-height: 1.35; }

.advisory-after-review-deliveries {
  margin: 0 0 34px;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.advisory-after-review-deliveries li {
  padding-left: 20px;
  position: relative;
  color: var(--body-copy-color);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.advisory-after-review-deliveries li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--ink);
  font-size: 12px;
}

.advisory-after-review-description { color: var(--body-copy-color); font-size: var(--body-copy-size); font-weight: var(--body-copy-weight); line-height: var(--body-copy-leading); }
.advisory-after-review-description p { margin: 0 0 18px; }
.advisory-after-review-description p:last-child { margin-bottom: 0; }
.advisory-after-review .advisory-review-body strong { font-weight: 650; }

.advisory-after-review-summary {
  margin: 0;
  padding: 0;
  list-style: none;
}

.advisory-after-review-summary li {
  padding-left: 20px;
  position: relative;
  color: var(--body-copy-color);
  font-weight: 650;
}

.advisory-after-review-summary li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--ink);
  font-size: 13px;
}

.advisory-after-review-offer { width: 100%; justify-self: stretch; align-self: stretch; }
.advisory-after-review-offer .advisory-price { margin-bottom: 0; }
.advisory-after-review-offer .hero-cta { margin-top: 0; }
.advisory-price-note { margin: -14px 0 26px; color: var(--body-copy-color); font-size: 12px; font-weight: 650; }

.advisory-offer-line {
  margin-top: 12px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.advisory-offer-line .hero-cta { flex: 0 0 auto; margin: 0 0 4px; }

.advisory-price {
  display: grid;
  gap: 7px;
}

.advisory-price span {
  color: var(--body-copy-color);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.advisory-price strong { font: 400 clamp(28px, 3.1vw, 40px)/1 var(--serif); letter-spacing: -.025em; }
.advisory-price small { color: var(--body-copy-color); font-size: 11px; }

.advisory-primary-cta {
  width: max-content;
  min-height: 44px;
  margin-top: 24px;
  padding: 12px 16px;
  border: 1px solid var(--accent);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: var(--canvas);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}
.advisory-primary-cta:hover { background: transparent; color: var(--accent); }
.advisory-primary-cta .external-arrow { width: 10px; height: 10px; }

.advisory-collaboration { display: block; }
.advisory-collaboration > .advisory-review-copy { max-width: 720px; }

.advisory-model-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(36px, 6vw, 96px);
}

.advisory-model-grid .page-kicker { margin-bottom: 14px; }
.advisory-model-grid h3 { margin: 0 0 12px; font: 500 22px/1.15 var(--serif); }
.advisory-model-grid > div > p:not(.page-kicker) { margin: 0; color: var(--body-copy-color); font-size: 14px; line-height: 1.55; }
.advisory-model-price h3 { font-size: 28px; }
.advisory-model-price .hero-cta { margin-top: 24px; }

.advisory-partner-flow {
  grid-column: 1 / -1;
  margin: clamp(42px, 5vw, 72px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
}

.advisory-partner-flow li {
  position: relative;
  font: 500 16px/1.25 var(--serif);
}

.advisory-partner-flow li:not(:last-child)::after {
  content: '→';
  position: absolute;
  top: 1px;
  right: -16px;
  color: var(--body-copy-color);
  font: 400 14px/1 var(--sans);
}

.advisory-partner-terms {
  margin-top: 29px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.advisory-partner { row-gap: 48px; }
.advisory-partner .advisory-review-lead { margin-bottom: 18px; }

.advisory-partner-terms > div {
  min-height: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .3);
}

.advisory-partner-terms .page-kicker { margin-bottom: 10px; }
.advisory-partner-terms h3 { margin: 0 0 7px; font: 500 20px/1.15 var(--serif); }
.advisory-partner-terms > div > p:not(.page-kicker) { margin: 0; color: var(--body-copy-color); font-size: 14px; line-height: 1.5; }

.advisory-partner-levels {
  grid-column: 1 / -1;
  margin-top: 8px;
}
.advisory-level-table-wrap { width: 100%; overflow-x: auto; }

.advisory-level-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.advisory-level-table th,
.advisory-level-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.45;
}

.advisory-level-table thead th { font: 500 19px/1.2 var(--serif); }
.advisory-level-table thead th:first-child,
.advisory-level-table tbody th { width: 17%; color: var(--body-copy-color); font: 500 11px/1.4 var(--sans); letter-spacing: .06em; text-transform: uppercase; }
.advisory-level-table .is-featured { font-weight: 700; }
.advisory-level-table tbody tr:last-child th,
.advisory-level-table tbody tr:last-child td { border-bottom: 0; }
.advisory-level-cards { display: none; }

.advisory-partner-uses {
  grid-column: 1 / -1;
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(64px, 9vw, 144px);
  align-items: start;
}

.advisory-partner-uses h3 { margin: 0; font: 500 22px/1.2 var(--serif); }
.advisory-partner-uses ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 32px; list-style: none; }
.advisory-partner-uses li { padding-left: 20px; position: relative; color: var(--body-copy-color); font-size: 14px; font-weight: var(--body-copy-weight); line-height: 1.45; }
.advisory-partner-uses li::before { content: '✓'; position: absolute; left: 0; color: var(--ink); font-size: 12px; }

@media (min-width: 1100px) {
  .advisory-partner-uses {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 48px;
  }

  .advisory-partner-uses ul {
    grid-template-columns: max-content max-content;
    column-gap: clamp(52px, 5vw, 76px);
  }

  .advisory-partner-uses li { white-space: nowrap; }
}

.advisory-partner-model {
  grid-column: 1 / -1;
  margin-top: 28px;
  padding-top: 40px;
}

.advisory-foundation {
  padding: var(--section-half-gap) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(64px, 9vw, 144px);
  align-items: start;
}

.advisory-foundation-list { margin-top: 29px; }

.advisory-foundation-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: center;
}

.advisory-foundation-comparison article {
  min-height: 100%;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .3);
}

.advisory-foundation-comparison .page-kicker { margin-bottom: 22px; }

.advisory-foundation-comparison ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
  list-style: none;
}

.advisory-foundation-comparison li { font-size: var(--body-copy-size); font-weight: 500; line-height: 1.45; }
.advisory-foundation-comparison article:first-child li { color: var(--body-copy-color); font-weight: 400; }

.advisory-transition-arrow {
  width: clamp(44px, 5vw, 72px);
  height: 18px;
  position: relative;
  color: var(--body-copy-color);
}

.advisory-transition-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 1px;
  left: 0;
  height: 1px;
  background: currentColor;
}

.advisory-transition-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.advisory-cta {
  padding: var(--advisory-space) 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(64px, 9vw, 144px);
  align-items: center;
}

.advisory-cta .advisory-review-copy { max-width: 760px; }
.advisory-cta h2 { margin-bottom: 18px; }
.advisory-cta-action { justify-self: start; }
.advisory-cta-action ul { margin: 22px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.advisory-cta-action li { padding-left: 18px; position: relative; color: var(--body-copy-color); font-size: var(--body-copy-size); font-weight: var(--body-copy-weight); line-height: var(--body-copy-leading); }
.advisory-cta-action li::before { content: '✓'; position: absolute; left: 0; color: var(--ink); font-size: 12px; }

/* Manifest */
.manifest-page { width: min(100%, var(--max-width)); margin-inline: auto; padding-inline: var(--gutter); }
html:has(.manifest-diagram:target) { scroll-behavior: auto; }
.hero-cta .down-arrow { -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1.5v9M2.5 7 6 10.5 9.5 7' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1.5v9M2.5 7 6 10.5 9.5 7' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }
.manifest-visual img { object-position: center; }
.manifest-visual blockquote p { font-size: clamp(30px, 2.8vw, 38px); }
.manifest-visual blockquote cite { display: block; margin-top: 12px; font: 400 11px/1.3 var(--sans); font-style: normal; }
.manifest-toc { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.manifest-toc a { min-height: 76px; padding: 18px 20px; display: flex; align-items: flex-start; gap: 12px; color: inherit; font: 500 16px/1.25 var(--serif); text-decoration: none; border-right: 1px solid var(--line); }
.manifest-toc a:last-child { border-right: 0; }
.manifest-toc a:hover { background: rgba(255,255,255,.35); }
.manifest-toc span { color: var(--body-copy-color); font: 500 10px/1.5 var(--sans); letter-spacing: .08em; }
.manifest-chapter { scroll-margin-top: 80px; padding: var(--page-section-half-gap) 0; display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(56px, 7vw, 112px); border-bottom: 1px solid var(--line); }
.manifest-chapter-side { position: sticky; top: 96px; align-self: start; }
.manifest-chapter-heading .page-kicker { padding-top: 0; margin-bottom: 16px; }
.manifest-chapter-heading h2 { max-width: 430px; margin: 0; font: 400 clamp(30px, 3.1vw, 40px)/1.02 var(--serif); letter-spacing: -.025em; }
.manifest-prose { max-width: 720px; }
.manifest-prose p { margin: 0 0 23px; color: var(--body-copy-color); font-size: var(--body-copy-size); font-weight: var(--body-copy-weight); line-height: var(--body-copy-leading); }
.manifest-prose p:last-child { margin-bottom: 0; }
.manifest-prose .manifest-lead { margin-bottom: 30px; color: var(--ink); font: 500 22px/1.25 var(--serif); }
.manifest-prose .manifest-emphasis { margin: 48px 0; color: var(--ink); font: 400 clamp(27px, 2.5vw, 35px)/1.08 var(--serif); letter-spacing: -.02em; }
.manifest-diagram { margin: 44px 0 0; padding: 0; }
.manifest-diagram figcaption { margin-top: 24px; color: var(--body-copy-color); font-size: 12px; line-height: 1.45; }
.manifest-visual-diagram { height: 250px; display: grid; place-items: center; overflow: visible; }
.manifest-visual-diagram svg { display: block; width: 100%; height: 100%; overflow: visible; }
.manifest-visual-diagram text { fill: #777169; font: 500 12px var(--sans); letter-spacing: .02em; }
.manifest-visual-diagram .diagram-center { fill: #fff; font: 600 18px var(--serif); letter-spacing: 0; }
.manifest-visual-diagram .diagram-center-small { font-size: 13px; }
.manifest-visual-diagram .diagram-strong { fill: var(--ink); font-weight: 650; }
.manifest-visual-diagram .diagram-accent { fill: #255f4b; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.manifest-visual-diagram .diagram-label { fill: #777169; font-size: 10px; letter-spacing: .12em; }
.manifest-visual-diagram .diagram-fill { fill: #d7674c; stroke: none; }
.manifest-visual-diagram .diagram-ring { fill: none; stroke: #d7674c; stroke-width: 1.2; }
.manifest-visual-diagram .ring-one { opacity: .7; }.manifest-visual-diagram .ring-two { opacity: .42; }.manifest-visual-diagram .ring-three { opacity: .2; }
.manifest-visual-diagram .diagram-path { fill: none; stroke: #beb7ad; stroke-width: 2; }
.manifest-visual-diagram .diagram-dot { fill: var(--surface); stroke: #777169; stroke-width: 1.4; }
.manifest-visual-diagram .diagram-europe { fill: rgba(44,110,88,.13); stroke: #2c6e58; stroke-width: 1.6; }
.manifest-visual-diagram .diagram-scattered { stroke-width: 1.4; }
.manifest-visual-diagram .dot-one { fill: rgba(215,103,76,.16); stroke: #d7674c; }
.manifest-visual-diagram .dot-two { fill: rgba(44,110,88,.15); stroke: #2c6e58; }
.manifest-visual-diagram .dot-three { fill: rgba(83,97,148,.14); stroke: #536194; }
.manifest-visual-diagram .diagram-disconnected { fill: none; stroke: #beb7ad; stroke-width: 1.2; stroke-dasharray: 3 5; }
.manifest-visual-diagram .diagram-arrow { marker-end: none; }
.manifest-visual-diagram .diagram-overlap { stroke-width: 1.4; }
.manifest-visual-diagram .overlap-one { fill: rgba(215,103,76,.12); stroke: #d7674c; }
.manifest-visual-diagram .overlap-two { fill: rgba(44,110,88,.12); stroke: #2c6e58; }
.manifest-visual-diagram .overlap-three { fill: rgba(83,97,148,.11); stroke: #536194; }
.diagram-flow { width: 1px; height: 34px; margin: 10px auto; background: var(--ink); position: relative; }
.diagram-flow::after { content: ""; position: absolute; left: -3px; bottom: 0; width: 7px; height: 7px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transform: rotate(45deg); }
.argument-diagram { padding-inline: 20px; }
.argument-step { display: grid; grid-template-columns: 34px 1fr; gap: 22px; align-items: start; }
.argument-step > span { padding-top: 5px; color: var(--body-copy-color); font-size: 10px; letter-spacing: .08em; }
.argument-step strong { display: block; font: 500 clamp(23px, 2.4vw, 32px)/1.08 var(--serif); }
.argument-step p { margin: 7px 0 0; color: var(--body-copy-color); font-size: 13px; line-height: 1.45; }
.argument-step + .diagram-flow { margin-left: 50px; }
.manifest-chapter-side .argument-step strong { font-size: 20px; }
.argument-thesis { padding-top: 2px; }
.value-chain-heading { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 12px; color: var(--body-copy-color); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.value-chain-heading span:last-child { padding-left: 18px; }
.value-chain { display: grid; grid-template-columns: repeat(2, 1fr); }
.value-chain > div { position: relative; min-height: 124px; padding: 20px; border: 1px solid var(--line); border-right: 0; }
.value-chain > div:last-child { border-right: 1px solid var(--line); }
.value-chain > div:nth-child(2) { border-right: 1px solid var(--line); }
.value-chain > div:nth-child(-n+2) { border-bottom: 0; }
.value-chain > div::after { content: ""; position: absolute; z-index: 1; top: 50%; right: -5px; width: 8px; height: 8px; border-top: 1px solid var(--ink); border-right: 1px solid var(--ink); transform: rotate(45deg); background: var(--canvas); }
.value-chain > div:nth-child(2)::after, .value-chain > div:last-child::after { display: none; }
.value-chain span { display: block; margin-bottom: 32px; color: var(--body-copy-color); font-size: 10px; }
.value-chain strong { font: 500 19px/1.15 var(--serif); }
.value-chain .europe-opportunity { background: rgba(255,255,255,.55); }
.value-chain em { position: absolute; top: -25px; right: 0; font-size: 11px; font-style: normal; font-weight: 600; }
.value-outcomes { width: 100%; margin: 18px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 7px 18px; }
.value-outcomes span { font-size: 13px; }
.value-outcomes span::before { content: ""; width: 5px; height: 5px; margin-right: 8px; display: inline-block; border-radius: 50%; background: var(--ink); vertical-align: 2px; }
.value-chain-diagram blockquote { max-width: 720px; margin: 42px 0 0; font: 400 clamp(23px, 2.3vw, 31px)/1.1 var(--serif); }
.operating-model-diagram h3 { max-width: 720px; margin: 0 0 24px; font: 500 25px/1.05 var(--serif); }
.model-comparison { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.model-comparison section { padding: 16px; }
.model-comparison section + section { border-left: 1px solid var(--line); }
.diagram-label { margin: 0 0 18px; color: var(--body-copy-color); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.individual-tools { display: grid; gap: 7px; }
.individual-tools span { padding: 9px 11px; display: flex; justify-content: space-between; border: 1px solid var(--line); border-radius: 6px; font-size: 12px; }
.individual-tools b { font-weight: 600; }
.model-comparison section > strong { margin: 26px 0 14px; display: block; text-align: center; font: 500 21px/1.1 var(--serif); }
.silo-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.silo-list span { padding: 9px 4px; border: 1px dashed #aaa49d; text-align: center; font-size: 12px; }
.diagram-result { margin: 14px 0 0; color: var(--body-copy-color); text-align: center; font-size: 12px; line-height: 1.45; }
.model-comparison blockquote { margin: 22px 0 0; font: 400 19px/1.1 var(--serif); }
.core-model > strong:first-of-type { margin-top: 0; }
.foundation-core { padding: 18px; border: 1px solid var(--ink); text-align: center; font: 500 20px/1.1 var(--serif); }
.foundation-core small { margin-top: 10px; display: block; color: var(--body-copy-color); font: 400 11px/1.4 var(--sans); }
.model-link { width: 1px; height: 22px; margin: 0 auto; background: var(--ink); }
.learning-loop { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.learning-loop span { position: relative; font-size: 11px; text-align: center; }
.learning-loop span:not(:last-child)::after { content: ""; position: absolute; top: 5px; right: -11px; width: 6px; height: 6px; border-top: 1px solid var(--ink); border-right: 1px solid var(--ink); transform: rotate(45deg); }
.manifest-thesis { scroll-margin-top: 80px; padding: var(--page-section-half-gap) 0 112px; }
.manifest-thesis > .page-kicker { padding-top: 0; margin-bottom: 16px; }
.manifest-thesis > .manifest-prose { margin-left: auto; }
.thesis-movements { margin: 52px 0 0; padding: 0; display: grid; gap: 26px; list-style: none; }
.thesis-movements li { display: grid; grid-template-columns: 30px 1fr; gap: 15px; align-items: baseline; font: 500 20px/1.25 var(--serif); }
.thesis-movements span { color: var(--body-copy-color); font: 500 10px/1 var(--sans); letter-spacing: .08em; }
.manifest-thesis > blockquote { max-width: 970px; margin: 0; }
.manifest-thesis > blockquote p { margin: 0; font: 400 clamp(34px, 4.4vw, 60px)/1.01 var(--serif); letter-spacing: -.035em; }
.manifest-thesis > blockquote footer { max-width: 660px; margin: 42px 0 0 auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--body-copy-color); font-size: 16px; line-height: 1.55; }

@media (min-width: 861px) {
  .advisory-foundation-comparison { gap: clamp(14px, 2vw, 28px); }
  .advisory-foundation-comparison article { padding: clamp(24px, 2.4vw, 32px); }
  .advisory-foundation-comparison .page-kicker { margin-bottom: 16px; }
  .advisory-foundation-comparison ul { gap: 12px; }
  .advisory-transition-arrow { width: clamp(36px, 4vw, 48px); }
  .advisory-offer-partner .advisory-review { padding: var(--advisory-space) 0; }
}

@media (max-width: 860px) {
  .home-page { padding-inline: var(--gutter); }
  .home-hero { padding: 28px 0 40px; align-items: stretch; flex-direction: column; gap: 40px; }
  .home-hero-intro { width: 100%; }
  .home-hero-intro h1 { margin-bottom: 18px; font-size: clamp(40px, 12vw, 54px); }
  .home-hero-intro h1 span { display: inline; white-space: normal; }
  .home-hero-intro h1 span + span::before { content: " "; }
  .home-portrait { width: 100%; aspect-ratio: 1.4 / 1; }
  .home-section { height: auto; min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; row-gap: 0; padding: 48px 0; }
  .home-section-heading,
  .home-section-copy,
  .home-section-visual,
  .home-about-quote { grid-column: 1; grid-row: auto; }
  .home-section-visual { margin-top: 28px; }
  .home-section-visual { width: 100%; }
  .home-section-manifest .home-section-visual { width: 100%; }
  .home-foundation-visual { width: 96%; justify-self: center; }
  .home-imac { width: 96%; }
  .home-about-quote { margin-top: 36px; }
  .home-about-quote p { font-size: clamp(46px, 14vw, 58px); }
  .home-section-heading h2 { margin-top: 14px; font-size: 34px; }
  .home-section-copy { padding-top: 0; }
  .home-actions { margin-top: 24px; gap: 18px 24px; }
  .home-perspectives-signup { padding: 0; }
  :root {
    --gutter: clamp(20px, 6vw, 32px);
    --hero-to-section: 48px;
    --section-gap: 64px;
    --section-half-gap: 32px;
  }
  body { padding-top: 48px; }
  .site-header { height: 48px; }
  .brand { font-size: 24px; font-weight: 500; }
  .menu-toggle {
    display: block;
    min-height: 34px;
    border: 1px solid var(--ink);
    border-radius: 7px;
    padding: 7px 11px;
    background: transparent;
    color: var(--ink);
    font-size: 14px;
  }
  .navigation {
    display: none;
    position: absolute;
    inset: 48px 0 auto;
    padding: 22px var(--gutter) 14px;
    background: var(--canvas);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .navigation.is-open { display: flex; }
  .navigation a { min-height: 48px; display: flex; align-items: center; font-family: var(--serif); font-size: 30px; font-weight: 300; }
  .language-switch { min-height: 50px; margin: 6px 0 0; padding: 8px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .language-switch button { min-width: 44px; min-height: 42px; font-family: var(--sans); font-size: 17px; font-weight: 400; }
  .page { min-height: 62svh; padding-top: 28px; padding-bottom: 28px; }
  .shared-hero { min-height: auto; padding: 42px 0; }
  .advisory-page { --advisory-space: var(--page-section-half-gap); }
  .advisory-hero,
  .about-hero,
  .perspectives-hero,
  .manifest-hero { min-height: auto; padding: 28px 0 40px; align-items: stretch; flex-direction: column; gap: 40px; }
  .advisory-intro,
  .about-intro,
  .perspectives-intro,
  .manifest-intro { width: 100%; }
  .advisory-intro h1,
  .about-intro h1,
  .perspectives-intro h1,
  .manifest-intro h1 { margin-bottom: 18px; }
  .advisory-visual,
  .about-portrait,
  .perspectives-visual,
  .manifest-visual { width: 100%; aspect-ratio: 1.4 / 1; }
  .manifest-visual blockquote { inset: auto 22px 22px; }
  .manifest-toc { grid-template-columns: 1fr 1fr; }
  .manifest-toc a { min-height: 72px; padding: 16px 12px; }
  .manifest-toc a:nth-child(2) { border-right: 0; }
  .manifest-toc a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .manifest-chapter { padding: var(--page-section-half-gap) 0; display: block; }
  .manifest-chapter-side { position: static; }
  .manifest-chapter-heading { margin-bottom: 0; }
  .manifest-chapter-heading h2 { font-size: 32px; }
  .manifest-prose p { font-size: var(--body-copy-size); line-height: var(--body-copy-leading); }
  .manifest-prose .manifest-emphasis { margin: 40px 0; font-size: 28px; }
  .manifest-diagram { margin-top: 24px; padding: 0; }
  .manifest-visual-diagram { height: 230px; }
  .manifest-chapter-side + .manifest-prose { margin-top: 48px; }
  .argument-diagram { padding-inline: 22px; }
  .argument-step + .diagram-flow { margin-left: 16px; }
  .argument-step { grid-template-columns: 24px 1fr; gap: 10px; }
  .value-chain-heading { display: none; }
  .value-chain { grid-template-columns: 1fr; }
  .value-chain > div { min-height: 0; padding: 16px; border-right: 1px solid var(--line); border-bottom: 0; }
  .value-chain > div:last-child { border-bottom: 1px solid var(--line); }
  .value-chain > div::after { top: auto; right: auto; left: 50%; bottom: -5px; transform: rotate(135deg); }
  .value-chain span { margin-bottom: 12px; }
  .value-chain em { top: 16px; right: 16px; }
  .value-outcomes { width: 100%; grid-template-columns: 1fr; }
  .model-comparison { grid-template-columns: 1fr; }
  .model-comparison section { padding: 24px 0; }
  .model-comparison section + section { border-left: 0; border-top: 1px solid var(--line); }
  .manifest-thesis { padding: var(--page-section-half-gap) 0 88px; }
  .thesis-movements { margin: 36px 0 48px; gap: 22px; }
  .manifest-thesis > blockquote p { font-size: 36px; }
  .manifest-thesis > blockquote footer { margin-top: 32px; }
  .advisory-visual blockquote p,
  .perspectives-visual blockquote p,
  .manifest-visual blockquote p { font-size: 29px; font-weight: 600; }
  .about-portrait img { object-position: 60% center; }
  .about-portrait blockquote { width: 44%; max-width: 152px; inset: 18px auto auto 20px; }
  .about-portrait blockquote p { font-size: 29px; line-height: 1.04; }
  .about-portrait .quote-desktop { display: none; }
  .about-portrait .quote-mobile { display: block; }
  .about-section { grid-template-columns: 1fr; gap: var(--section-gap); padding: var(--about-section-half-gap) 0; }
  .about-foundation { padding-top: var(--about-hero-gap); }
  .about-section h2 { margin-bottom: 24px; font-size: 28px; }
  .about-beliefs { padding-top: 0; }
  .about-experience { padding: var(--about-section-half-gap) 0; }
  .experience-heading { margin-bottom: 28px; }
  .experience-grid { grid-template-columns: 1fr; gap: 12px; }
  .about-typologies { padding: var(--about-section-half-gap) 0 80px; }
  .typologies-heading { margin-bottom: 20px; }
  .typology-tabs { margin-right: calc(var(--gutter) * -1); padding-right: 72px; scrollbar-width: none; }
  .typology-tabs::-webkit-scrollbar { display: none; }
  .typology-tabs button { min-width: 132px; min-height: 50px; }
  .typology-swipe-hint { position: absolute; right: 0; bottom: calc(100% + 7px); display: flex; align-items: center; gap: 6px; width: max-content; margin: 0; color: var(--body-copy-color); font-size: 11px; line-height: 1; }
  .typology-swipe-hint span { width: 13px; height: 8px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath d='M1 5h13M10 1l4 4-4 4' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath d='M1 5h13M10 1l4 4-4 4' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }
  .typology-panels article { min-height: 0; padding: 22px; grid-template-columns: 1fr; gap: 26px; }
  .typology-type { font-size: 22px; }
  .human-os { margin-top: 24px; padding: 22px; grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .human-os h3 { font-size: 24px; }
  .human-os-download { width: max-content; }
  .perspectives-index { padding: 38px 0 0; }
  .post-tools { align-items: stretch; flex-direction: column; }
  .search-field { width: 100%; }
  .post-filters { justify-content: flex-start; }
  .post-row { display: flex; flex-direction: column; gap: 0; align-items: stretch; padding: 28px 0 32px; }
  .post-row:last-child { padding-bottom: 8px; }
  .post-thumbnail { width: 100%; aspect-ratio: 16/9; margin-bottom: 22px; }
  .post-copy h3 { margin: 0 0 10px; font-size: 22px; }
  .post-copy > p:last-child { font-size: 14px; line-height: 1.55; }
  .post-meta { width: 100%; margin-top: 18px; display: flex; align-items: center; flex-direction: row; gap: 0; }
  .post-meta time { padding-right: 14px; }
  .post-meta .post-category { display: block; margin-top: 0; padding-left: 14px; border-left: 1px solid var(--line); }
  .article-utility { align-items: flex-start; flex-direction: column; }
  .advisory-capacity { padding: var(--advisory-space) 0; grid-template-columns: 1fr; gap: 28px; }
  .advisory-capacity h2 { margin-bottom: 24px; font-size: 28px; }
  .advisory-capacity-list { margin-top: 0; gap: 16px; }
  .advisory-capacity-transition { margin-top: 0; }
  .advisory-evidence { padding: var(--advisory-space) 0; }
  .advisory-evidence h2 { font-size: 28px; }
  .advisory-evidence-grid { margin-top: 28px; grid-template-columns: 1fr; }
  .advisory-evidence-grid article,
  .advisory-evidence-grid article:nth-child(even) { padding: 18px 0 14px; border-left: 0; }
  .advisory-evidence-metric { font-size: 23px; }
  .advisory-review { padding: var(--advisory-space) 0; grid-template-columns: 1fr; gap: 28px; }
  .advisory-review h2 { font-size: 28px; }
  .advisory-review-list { margin-top: 0; grid-template-columns: 1fr; }
  .advisory-offer { margin-top: 0; }
  .advisory-offer + .advisory-offer { margin-top: 0; }
  .advisory-offer .advisory-review { padding: var(--advisory-space) 0; }
  .advisory-review-offer { padding: var(--advisory-space) 0; }
  .advisory-review-offer > .advisory-deliverables { margin-top: 56px; }
  .advisory-review-offer > .advisory-after-review { margin-top: 52px; }
  .advisory-deliverables,
  .advisory-collaboration { padding: var(--section-half-gap) 0; grid-template-columns: 1fr; gap: var(--section-half-gap); }
  .advisory-deliverables h2,
  .advisory-collaboration h2,
  .advisory-foundation h2 { margin-bottom: 24px; font-size: 28px; }
  .advisory-cta h2 { margin-bottom: 18px; font-size: 28px; }
  .advisory-deliverables-detail,
  .advisory-collaboration-detail { gap: 32px; }
  .advisory-deliverables-detail .advisory-capacity-list { grid-template-columns: 1fr; }
  .advisory-deliverables-stacked .advisory-review-copy h2 { margin-bottom: 0; }
  .advisory-deliverables-stacked .advisory-deliverables-detail { margin-top: 16px; }
  .advisory-deliverable-rows { gap: 0; }
  .advisory-deliverable-rows li { padding: 20px 0; grid-template-columns: 1fr; gap: 7px; }
  .advisory-deliverable-rows li:first-child { padding-top: 0; }
  .advisory-deliverable-rows > li > strong { font-size: 23px; }
  .advisory-deliverable-copy,
  .advisory-deliverable-rows p { grid-column: 1; }
  .advisory-use-case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; }
  .advisory-use-case-grid > div {
    min-height: 0;
    padding: 6px 0;
    grid-template-columns: 1fr;
    grid-template-rows: 34px auto;
    gap: 5px;
    align-items: start;
  }
  .advisory-use-case-grid svg { width: 32px; height: 32px; }
  .advisory-use-case-grid p { display: block; }
  .advisory-use-case-grid p strong { display: block; font-size: 13px; }
  .advisory-use-case-grid p > span:last-child { display: block; margin-top: 4px; }
  .mobile-break { display: inline; }
  .advisory-deliverables-stacked .advisory-offer-line { margin-top: 44px; }
  .advisory-after-review { padding: 0; grid-template-columns: 1fr; gap: 0; }
  .advisory-after-review > div { padding: 22px 24px; }
  .advisory-after-review > div + div { border-top: 0; border-left: 0; }
  .advisory-after-review h2 { margin-bottom: 24px; font-size: 28px; }
  .advisory-after-review-deliveries { margin-bottom: 0; }
  .advisory-after-review-offer { width: 100%; justify-self: start; }
  .advisory-offer-line { margin-top: 8px; align-items: flex-start; flex-direction: column; gap: 26px; }
  .advisory-price strong { font-size: 37px; }
  .advisory-model-grid { margin-top: 40px; grid-template-columns: 1fr; gap: 36px; }
  .advisory-partner-terms { margin-top: 0; grid-template-columns: 1fr; }
  .advisory-partner-flow { margin-top: 8px; grid-template-columns: 1fr; gap: 28px; }
  .advisory-partner-flow li:not(:last-child)::after { content: '↓'; top: auto; right: auto; bottom: -21px; left: 2px; }
  .advisory-partner-model { margin-top: 8px; }
  .advisory-partner { gap: 40px; }
  .advisory-partner-levels { margin-top: 4px; }
  .advisory-level-table-wrap { display: none; }
  .advisory-level-cards { display: grid; gap: 14px; }
  .advisory-level-cards article { padding: 20px; border: 1px solid var(--line); border-radius: 10px; }
  .advisory-level-cards h3 { margin: 0 0 12px; font: 500 22px/1.15 var(--serif); }
  .advisory-level-cards dl { margin: 0; display: grid; }
  .advisory-level-cards dl div { padding: 10px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 16px; align-items: baseline; }
  .advisory-level-cards dl div:last-child { padding-bottom: 0; }
  .advisory-level-cards dt { color: var(--body-copy-color); font-size: 11px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
  .advisory-level-cards dd { margin: 0; max-width: none; font-size: 14px; line-height: 1.4; text-align: left; }
  .advisory-level-cards dl div:first-child dd strong { font-size: 16px; }
  .advisory-level-cards .is-featured h3,
  .advisory-level-cards .is-featured dd { font-weight: 700; }
  .advisory-partner-uses { margin-top: 12px; grid-template-columns: 1fr; gap: 24px; }
  .advisory-partner-uses ul { grid-template-columns: 1fr; gap: 14px; }
  .advisory-foundation { padding: var(--section-half-gap) 0; grid-template-columns: 1fr; gap: var(--section-half-gap); }
  .advisory-foundation-list { margin-top: 0; }
  .advisory-foundation-comparison { grid-template-columns: 1fr; gap: 18px; }
  .advisory-foundation-comparison article { padding: 24px; }
  .advisory-foundation-comparison .page-kicker { margin-bottom: 22px; }
  .advisory-foundation-comparison ul { gap: 16px; }
  .advisory-foundation-comparison li { padding-left: 0; position: static; font-size: var(--body-copy-size); }
  .advisory-foundation-comparison li::before { content: none; }
  .advisory-transition-arrow { display: block; justify-self: center; transform: rotate(90deg); }
  .advisory-cta { padding: var(--advisory-space) 0 56px; grid-template-columns: 1fr; gap: 0; }
  .advisory-cta-action { justify-self: start; }
  .advisory-cta-action .advisory-primary-cta { margin-top: 6px; }
  .site-footer { padding-top: 40px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 40px; }
  .footer-identity { order: 1; align-items: flex-start; flex-direction: column; gap: 28px; }
  .site-footer .newsletter { order: 2; max-width: none; justify-self: stretch; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-contact { gap: 18px; }
  .footer-profile-links { gap: 10px 18px; }
  .footer-column { font-size: 15px; gap: 10px; }
  .footer-column > a { min-height: 34px; display: flex; align-items: center; }
  .footer-column p { margin-bottom: 4px; font-size: 15px; letter-spacing: .06em; }
  .newsletter .newsletter-copy { margin-bottom: 4px; font-size: 12px; line-height: 1.5; }
  .footer-meta { flex-direction: column; gap: 6px; }
  .footer-meta nav { flex-wrap: wrap; gap: 8px 16px; }
}

@media (max-width: 520px) {
  .footer-grid { row-gap: 30px; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
