:root {
  --ink: #08090b;
  --paper: #fff;
  --warm: #f4f2ee;
  --navy: #071a31;
  --navy-soft: #0d2848;
  --orange: #e26722;
  --orange-bright: #f27a2b;
  --line: #d9d7d2;
  --muted: #676a70;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --page: min(100% - 64px, 1320px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
body,
button,
input {
  font-family: var(--sans);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  border-radius: 0;
}
img {
  max-width: 100%;
  display: block;
}
.site-header {
  z-index: 50;
  background: #fffffff7;
  border-bottom: 1px solid #08090b1a;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 32px;
  height: 94px;
  padding: 0 max(32px, 50vw - 720px);
  transition:
    height 0.22s,
    box-shadow 0.22s;
  display: grid;
  position: fixed;
  inset: 0 0 auto;
}
.site-header.is-scrolled {
  height: 76px;
  box-shadow: 0 10px 35px #071a3112;
}
.brand {
  width: 210px;
}
.brand img,
.footer-logo img {
  width: 100%;
  height: auto;
}
.desktop-nav {
  justify-content: center;
  gap: 28px;
  display: flex;
}
.desktop-nav a,
.language {
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}
.language {
  margin: 0;
  line-height: 1;
}
.language .trp-language-switcher {
  width: auto;
  height: auto;
}
.language .trp-language-switcher > div,
.language .trp-ls-shortcode-current-language,
.language .trp-ls-shortcode-language {
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 0;
  width: auto !important;
  min-width: 76px;
  height: auto;
  padding: 0;
}
.language .trp-language-switcher > div > a,
.language .trp-ls-shortcode-current-language a,
.language .trp-ls-shortcode-language a {
  color: var(--ink);
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 1;
  display: flex;
}
.language .trp-language-switcher img {
  width: 16px;
  height: auto;
  margin: 0;
}
.language .trp-language-switcher > div > a:hover,
.language .trp-ls-shortcode-current-language a:hover,
.language .trp-ls-shortcode-language a:hover {
  color: var(--orange);
  background: var(--warm);
}
.desktop-nav a:after {
  content: "";
  background: var(--orange);
  height: 2px;
  transition: right 0.18s;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 100%;
}
.desktop-nav a:hover:after,
.desktop-nav a.active:after {
  right: 0;
}
.header-actions {
  align-items: center;
  gap: 20px;
  display: flex;
}
.button {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 700;
  transition:
    background 0.18s,
    color 0.18s,
    transform 0.18s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.button-small {
  color: #fff;
  background: var(--navy);
  min-height: 46px;
  padding-inline: 18px;
}
.button-orange {
  background: var(--orange);
  color: #fff;
}
.button-orange:hover {
  background: var(--orange-bright);
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.menu-button,
.mobile-menu {
  display: none;
}
main {
  padding-top: 94px;
}
.section {
  width: var(--page);
  margin-inline: auto;
  padding-block: 126px;
}
.section-soft,
.section-navy,
.section-orange,
.newsletter {
  position: relative;
}
.section-soft:before,
.section-navy:before,
.section-orange:before,
.newsletter:before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0 calc(50% - 50vw);
}
.section-soft:before {
  background: var(--warm);
}
.section-navy {
  color: #fff;
}
.section-navy:before {
  background: var(--navy);
}
.section-orange:before {
  background: var(--orange);
}
.eyebrow {
  color: var(--orange);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  align-items: center;
  gap: 14px;
  margin: 0 0 26px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}
.eyebrow:before {
  content: "";
  background: currentColor;
  width: 34px;
  height: 2px;
}
.eyebrow-light {
  color: #ff914d;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
}
em {
  color: var(--orange);
  font-weight: 400;
}
.text-link {
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-bottom: 1px solid;
  align-items: center;
  gap: 20px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}
.text-link span {
  transition: transform 0.18s;
}
.text-link:hover span {
  transform: translate(3px, -3px);
}
.text-link-light {
  color: #fff;
}
.home-hero {
  color: #fff;
  background:
    linear-gradient(90deg, #071a31fa, #071a31ed 56%, #08090bf7), var(--navy);
  grid-template-columns: minmax(540px, 1.1fr) minmax(360px, 0.72fr) 160px;
  align-items: center;
  gap: 48px;
  min-height: calc(100vh - 94px);
  padding: 72px max(32px, 50vw - 720px) 52px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  opacity: 0.1;
  background-image:
    linear-gradient(#ffffff38 1px, #0000 1px),
    linear-gradient(90deg, #ffffff38 1px, #0000 1px);
  background-size: 72px 72px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 35% 78%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 35% 78%, #0000);
}
.hero-copy,
.hero-portrait,
.hero-note {
  z-index: 1;
  position: relative;
}
.hero-copy h1 {
  letter-spacing: -0.055em;
  max-width: 800px;
  margin-bottom: 30px;
  font-size: clamp(68px, 6vw, 104px);
  line-height: 0.94;
}
.hero-lead {
  color: #ffffffb8;
  max-width: 620px;
  margin-bottom: 38px;
  font-size: 18px;
  line-height: 1.7;
}
.hero-actions {
  align-items: center;
  gap: 32px;
  display: flex;
}
.hero-portrait {
  align-self: end;
  max-width: 430px;
}
.portrait-frame {
  background: #ccd1d3;
  border: 1px solid #ffffff40;
  height: min(69vh, 690px);
  position: relative;
  overflow: hidden;
}
.portrait-frame:after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -140px 100px -80px #071a31d9;
}
.portrait-frame img {
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.76) contrast(1.06);
  width: 100%;
  height: 100%;
}
.portrait-caption {
  border-top: 3px solid var(--orange);
  gap: 7px;
  padding-top: 18px;
  display: grid;
}
.portrait-caption span {
  color: #ff914d;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
}
.portrait-caption strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}
.hero-note {
  border-left: 1px solid #ffffff4d;
  align-self: end;
  margin-bottom: 80px;
  padding-left: 18px;
}
.hero-note span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
}
.hero-note p {
  color: #ffffffb8;
  font-family: var(--serif);
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.55;
}
.statement {
  grid-template-columns: 0.34fr 1fr;
  gap: 70px;
  display: grid;
}
.statement h2 {
  letter-spacing: -0.045em;
  max-width: 950px;
  margin-bottom: 42px;
  font-size: clamp(46px, 5vw, 78px);
  line-height: 1.03;
}
.statement > div > p {
  max-width: 760px;
  color: var(--muted);
  margin-left: auto;
  font-size: 18px;
  line-height: 1.75;
}
.section-heading {
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  margin-bottom: 76px;
  display: grid;
}
.section-heading h2 {
  letter-spacing: -0.04em;
  margin-bottom: 0;
  font-size: clamp(46px, 4.8vw, 72px);
  line-height: 1.02;
}
.section-heading > p {
  max-width: 450px;
  color: var(--muted);
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.7;
}
.capability-list {
  border-top: 1px solid #bdbbb6;
}
.capability-row {
  border-bottom: 1px solid #bdbbb6;
  grid-template-columns: 75px minmax(280px, 0.75fr) 1fr 40px;
  align-items: center;
  gap: 36px;
  min-height: 146px;
  transition:
    padding 0.18s,
    color 0.18s,
    background 0.18s;
  display: grid;
}
.capability-row:hover {
  color: #fff;
  background: var(--navy);
  padding-inline: 24px;
}
.capability-number {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
}
.capability-row h3 {
  font-family: var(--serif);
  margin: 0;
  font-size: 29px;
  font-weight: 400;
}
.capability-row p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.capability-row:hover p {
  color: #ffffffb3;
}
.capability-arrow {
  font-size: 21px;
}
.roi-section {
  background: var(--navy);
  color: #fff;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding: 0;
  display: grid;
}
.roi-visual {
  background: radial-gradient(circle, #e2672238, #0000 42%), #041426;
  border-right: 1px solid #ffffff2e;
  place-items: center;
  min-height: 730px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.roi-ring {
  border: 1px solid #ffffff38;
  border-radius: 50%;
  position: absolute;
}
.ring-one {
  width: 240px;
  height: 240px;
}
.ring-two {
  width: 440px;
  height: 440px;
}
.ring-three {
  border-color: #e2672261;
  width: 650px;
  height: 650px;
}
.roi-visual > div {
  z-index: 1;
  text-align: center;
}
.roi-visual strong {
  font-family: var(--serif);
  font-size: 112px;
  font-weight: 400;
  line-height: 0.9;
  display: block;
}
.roi-visual small {
  color: var(--orange-bright);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 11px;
  font-weight: 800;
  display: block;
}
.roi-copy {
  padding: 100px max(50px, 50vw - 660px);
}
.roi-copy h2 {
  letter-spacing: -0.04em;
  margin-bottom: 30px;
  font-size: clamp(44px, 4.4vw, 68px);
  line-height: 1.02;
}
.roi-copy > p {
  color: #ffffffad;
  max-width: 600px;
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 1.75;
}
.metric-list {
  border-top: 1px solid #fff3;
  margin: 0;
  padding: 0;
  list-style: none;
}
.metric-list li {
  font-family: var(--serif);
  border-bottom: 1px solid #fff3;
  align-items: center;
  gap: 24px;
  padding: 17px 0;
  font-size: 19px;
  display: flex;
}
.metric-list span {
  color: var(--orange);
  font-family: var(--sans);
  font-size: 10px;
}
.analyst {
  grid-template-columns: 0.85fr 1fr;
  align-items: center;
  gap: clamp(70px, 9vw, 145px);
  display: grid;
}
.analyst-image {
  background: #d4d7d7;
  min-height: 750px;
  position: relative;
  overflow: hidden;
}
.analyst-image:after {
  content: "";
  background: var(--orange);
  height: 6px;
  position: absolute;
  inset: auto 0 0;
}
.analyst-image img {
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.8);
  width: 100%;
  height: 100%;
  min-height: 750px;
}
.image-marker {
  color: #fff;
  background: var(--navy);
  letter-spacing: 0.14em;
  padding: 9px 12px;
  font-size: 10px;
  font-weight: 800;
  position: absolute;
  top: 24px;
  right: 24px;
}
.analyst-copy h2 {
  letter-spacing: -0.055em;
  margin-bottom: 16px;
  font-size: clamp(62px, 6vw, 92px);
  line-height: 0.88;
}
.role {
  color: var(--orange);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 800;
}
.analyst-lead {
  max-width: 620px;
  font-family: var(--serif);
  margin-bottom: 24px;
  font-size: 27px;
  line-height: 1.4;
}
.analyst-copy > p:not(.eyebrow):not(.role):not(.analyst-lead) {
  max-width: 620px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.analyst-links {
  align-items: center;
  gap: 30px;
  margin-top: 42px;
  display: flex;
}
.analyst-links > span {
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
}
.method-line {
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 52px;
  display: grid;
  position: relative;
}
.method-line:before {
  content: "";
  background: #aaa8a3;
  height: 1px;
  position: absolute;
  top: 12px;
  left: 4%;
  right: 4%;
}
.method-mini {
  text-align: center;
  position: relative;
}
.method-mini:before {
  content: "";
  z-index: 1;
  border: 7px solid var(--warm);
  background: var(--orange);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: 0 auto 22px;
  display: block;
  position: relative;
}
.method-mini span {
  color: var(--muted);
  margin-bottom: 7px;
  font-size: 10px;
  display: block;
}
.method-mini strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}
.footer {
  color: #fff;
  background: #050608;
  padding: 100px max(32px, 50vw - 660px) 34px;
}
.footer-top {
  border-bottom: 1px solid #fff3;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
  padding-bottom: 92px;
  display: grid;
}
.footer-top h2 {
  letter-spacing: -0.04em;
  margin-bottom: 0;
  font-size: clamp(50px, 5vw, 76px);
  line-height: 1.02;
}
.round-link {
  color: #fff;
  background: var(--orange);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-radius: 50%;
  place-items: center;
  width: 150px;
  height: 150px;
  font-size: 12px;
  font-weight: 800;
  transition: transform 0.2s;
  display: grid;
}
.round-link:hover {
  transform: rotate(-7deg) scale(1.04);
}
.footer-bottom {
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 40px;
  padding-top: 38px;
  display: grid;
}
.footer-logo {
  background: #fff;
  width: 220px;
  padding: 12px 16px;
}
.footer-links {
  color: #ffffffad;
  justify-content: center;
  gap: 24px;
  font-size: 12px;
  display: flex;
}
.footer-bottom p {
  color: #ffffff73;
  letter-spacing: 0.05em;
  margin: 0;
  font-size: 10px;
}
.page-hero {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 90px minmax(500px, 1fr) minmax(300px, 0.48fr);
  align-items: end;
  gap: 55px;
  min-height: 610px;
  padding: 120px max(32px, 50vw - 660px) 90px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: "";
  border: 1px solid #e2672252;
  border-radius: 50%;
  width: 440px;
  height: 440px;
  position: absolute;
  top: -180px;
  right: -120px;
}
.page-hero-dark {
  color: #fff;
  background: var(--navy);
  border-bottom-color: #ffffff26;
}
.page-hero-dark:before {
  content: "";
  opacity: 0.1;
  background-image:
    linear-gradient(#ffffff3d 1px, #0000 1px),
    linear-gradient(90deg, #ffffff3d 1px, #0000 1px);
  background-size: 72px 72px;
  position: absolute;
  inset: 0;
}
.page-index,
.page-hero-copy,
.page-hero-intro {
  z-index: 1;
  position: relative;
}
.page-index {
  color: var(--orange);
  align-self: start;
  font-size: 12px;
  font-weight: 800;
}
.page-index:after {
  content: "";
  opacity: 0.5;
  background: currentColor;
  width: 1px;
  height: 110px;
  margin: 18px 0 0 4px;
  display: block;
}
.page-hero-copy h1 {
  letter-spacing: -0.052em;
  margin-bottom: 0;
  font-size: clamp(64px, 6.2vw, 100px);
  line-height: 0.96;
}
.page-hero-intro {
  color: var(--muted);
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 1.75;
}
.page-hero-dark .page-hero-intro {
  color: #ffffffad;
}
.positioning-manifesto {
  grid-template-columns: 0.3fr 1fr;
  gap: 70px;
  display: grid;
}
.manifesto-list {
  border-top: 1px solid var(--line);
}
.manifesto-item {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 60px 1fr;
  align-items: start;
  gap: 20px;
  padding: 38px 0;
  display: grid;
}
.manifesto-item > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
}
.manifesto-item h2 {
  letter-spacing: -0.035em;
  margin: 0;
  font-size: clamp(35px, 3.4vw, 52px);
  line-height: 1.1;
}
.manifesto-item h2 strong {
  font-family: var(--sans);
  letter-spacing: -0.02em;
  font-size: 0.72em;
  font-weight: 800;
}
.split-callout {
  grid-template-columns: 1fr 0.72fr;
  gap: 120px;
  display: grid;
}
.split-callout h2 {
  letter-spacing: -0.045em;
  margin-bottom: 0;
  font-size: clamp(50px, 5vw, 76px);
  line-height: 1.03;
}
.split-callout > div:last-child {
  align-self: end;
}
.split-callout > div:last-child p {
  color: #ffffffad;
  margin-bottom: 38px;
  font-size: 17px;
  line-height: 1.75;
}
.expertise-grid {
  grid-template-rows: repeat(2, minmax(330px, auto));
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  display: grid;
}
.expertise-card {
  border: 1px solid var(--line);
  background: var(--paper);
  flex-direction: column;
  padding: 38px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.expertise-card:after {
  content: "";
  border: 1px solid var(--orange);
  opacity: 0;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  transition:
    opacity 0.24s,
    transform 0.24s;
  position: absolute;
  bottom: -95px;
  right: -95px;
  transform: scale(0.6);
}
.expertise-card:hover:after {
  opacity: 0.75;
  transform: scale(1);
}
.expertise-card-1 {
  color: #fff;
  background: var(--navy);
  border: 0;
  grid-column: span 7;
}
.expertise-card-2 {
  grid-column: span 5;
}
.expertise-card-3 {
  grid-column: span 4;
}
.expertise-card-4 {
  color: #fff;
  background: var(--orange);
  border: 0;
  grid-column: span 4;
}
.expertise-card-5 {
  grid-column: span 4;
}
.expertise-card > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
}
.expertise-card-4 > span {
  color: #fff;
}
.expertise-card h2 {
  letter-spacing: -0.04em;
  max-width: 500px;
  margin: auto 0 20px;
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.04;
}
.expertise-card p {
  max-width: 590px;
  color: var(--muted);
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.7;
}
.expertise-card-1 p,
.expertise-card-4 p {
  color: #ffffffb8;
}
.expertise-card a {
  z-index: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  gap: 13px;
  width: fit-content;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}
.expertise-bridge {
  text-align: center;
}
.expertise-bridge .eyebrow {
  justify-content: center;
}
.expertise-bridge h2 {
  letter-spacing: -0.045em;
  max-width: 980px;
  margin: 0 auto 50px;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.05;
}
.values-list {
  padding-top: 70px;
}
.value-item {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 100px 1fr 0.62fr;
  align-items: center;
  gap: 30px;
  min-height: 190px;
  display: grid;
}
.value-item:first-child {
  border-top: 1px solid var(--line);
}
.value-item > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
}
.value-item h2 {
  letter-spacing: -0.045em;
  margin: 0;
  font-size: clamp(45px, 5vw, 72px);
  line-height: 1;
}
.value-item p {
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.values-quote {
  color: #fff;
  text-align: center;
}
.values-quote > p {
  font-family: var(--serif);
  letter-spacing: -0.045em;
  margin-bottom: 25px;
  font-size: clamp(50px, 6vw, 88px);
  line-height: 1.02;
}
.values-quote > span {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}
.approach-intro {
  grid-template-columns: 0.3fr 1fr;
  gap: 70px;
  padding-bottom: 70px;
  display: grid;
}
.approach-intro h2 {
  letter-spacing: -0.045em;
  max-width: 970px;
  margin-bottom: 0;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.03;
}
.timeline {
  padding-top: 0;
}
.timeline-step {
  grid-template-columns: 130px 1fr;
  gap: 35px;
  display: grid;
}
.timeline-rail {
  justify-content: center;
  display: flex;
  position: relative;
}
.timeline-rail:after {
  content: "";
  background: var(--line);
  width: 1px;
  position: absolute;
  top: 52px;
  bottom: 0;
}
.timeline-step:last-child .timeline-rail:after {
  display: none;
}
.timeline-rail span {
  z-index: 1;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  place-items: center;
  width: 54px;
  height: 54px;
  font-size: 11px;
  font-weight: 800;
  display: grid;
  position: relative;
}
.timeline-copy {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 0.26fr 0.74fr 0.55fr;
  align-items: start;
  gap: 40px;
  min-height: 260px;
  padding: 0 0 70px;
  display: grid;
}
.timeline-copy > p {
  color: var(--orange);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}
.timeline-copy h2 {
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.04;
}
.timeline-copy > span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.approach-outcome {
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
  display: grid;
}
.approach-outcome h2 {
  letter-spacing: -0.04em;
  max-width: 900px;
  margin-bottom: 0;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.04;
}
.service-explorer {
  grid-template-columns: 0.42fr 1fr;
  gap: 90px;
  display: grid;
}
.service-tabs {
  border-top: 1px solid var(--line);
  align-self: start;
  position: sticky;
  top: 110px;
}
.service-tabs button {
  border: 0;
  border-bottom: 1px solid var(--line);
  width: 100%;
  color: var(--muted);
  text-align: left;
  cursor: pointer;
  background: 0 0;
  grid-template-columns: 45px 1fr;
  gap: 10px;
  padding: 24px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  transition:
    color 0.18s,
    padding 0.18s;
  display: grid;
}
.service-tabs button span {
  color: var(--orange);
  font-size: 10px;
}
.service-tabs button:hover,
.service-tabs button.active {
  color: var(--ink);
  padding-left: 20px;
}
.service-tabs button.active {
  box-shadow: inset 3px 0 var(--orange);
}
.service-panel {
  color: #fff;
  background: var(--navy);
  padding: 62px;
}
.service-panel-heading {
  grid-template-columns: 64px 1fr;
  gap: 25px;
  margin-bottom: 40px;
  display: grid;
}
.service-panel-heading > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
}
.service-panel-heading p {
  color: var(--orange-bright);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 800;
}
.service-panel-heading h2 {
  letter-spacing: -0.045em;
  margin: 0;
  font-size: clamp(46px, 4.5vw, 68px);
  line-height: 1.02;
}
.service-lead {
  color: #ffffffb3;
  max-width: 760px;
  margin: 0 0 56px 89px;
  font-size: 17px;
  line-height: 1.75;
}
.deliverables {
  border-top: 1px solid #fff3;
  margin: 0 0 48px 89px;
}
.deliverables > .eyebrow {
  margin: 32px 0 18px;
}
.deliverables > div {
  border-bottom: 1px solid #ffffff2b;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 16px 0;
  display: grid;
}
.deliverables > div span {
  color: var(--orange);
  font-size: 10px;
}
.deliverables > div p {
  font-family: var(--serif);
  margin: 0;
  font-size: 18px;
}
.service-panel > .button {
  margin-left: 89px;
}
.featured-insight {
  grid-template-columns: 0.8fr 1fr;
  align-items: center;
  gap: 100px;
  display: grid;
}
.featured-art {
  color: #fff;
  background: var(--navy);
  place-items: center;
  min-height: 570px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.featured-art:before {
  content: "";
  background-color: #0000;
  background-image:
    linear-gradient(#ffffff14 1px, #0000 1px),
    linear-gradient(90deg, #ffffff14 1px, #0000 1px);
  background-position:
    0 0,
    0 0;
  background-repeat: repeat, repeat;
  background-size: 46px 46px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  position: absolute;
  inset: 0;
}
.featured-art strong {
  z-index: 1;
  font-family: var(--serif);
  font-size: 150px;
  font-weight: 400;
}
.featured-art small {
  z-index: 1;
  color: var(--orange-bright);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  position: absolute;
  bottom: 28px;
  left: 28px;
}
.data-orbit {
  border: 1px solid #e267228c;
  border-radius: 50%;
  position: absolute;
}
.orbit-a {
  width: 250px;
  height: 250px;
}
.orbit-b {
  width: 420px;
  height: 420px;
  transform: rotate(20deg);
}
.orbit-c {
  width: 600px;
  height: 260px;
  transform: rotate(-35deg);
}
.featured-insight article h2 {
  letter-spacing: -0.045em;
  margin-bottom: 28px;
  font-size: clamp(48px, 5vw, 74px);
  line-height: 1.03;
}
.featured-insight article > p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  margin-bottom: 35px;
  font-size: 17px;
  line-height: 1.75;
}
.journal-grid {
  background: #c8c6c1;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  display: grid;
}
.journal-card {
  background: var(--warm);
  flex-direction: column;
  min-height: 320px;
  padding: 32px;
  display: flex;
}
.journal-card > span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
}
.journal-card > p {
  color: var(--muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: auto 0 13px;
  font-size: 10px;
  font-weight: 800;
}
.journal-card h3 {
  max-width: 330px;
  font-family: var(--serif);
  margin: 0;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.15;
}
.journal-card a {
  align-self: flex-end;
  margin-top: 24px;
  font-size: 20px;
}
.newsletter {
  color: #fff;
  grid-template-columns: 1fr 0.7fr;
  align-items: end;
  gap: 90px;
  display: grid;
}
.newsletter:before {
  background: var(--orange);
}
.newsletter h2 {
  letter-spacing: -0.045em;
  margin-bottom: 0;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.03;
}
.newsletter .eyebrow {
  color: #fff;
}
.newsletter form label {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 10px;
  font-weight: 800;
  display: block;
}
.newsletter form > div {
  border-bottom: 1px solid #fff;
  grid-template-columns: 1fr 60px;
  display: grid;
}
.newsletter input {
  color: #fff;
  height: 62px;
  font-family: var(--serif);
  background: 0 0;
  border: 0;
  outline: 0;
  font-size: 22px;
}
.newsletter input::placeholder {
  color: #ffffffb3;
}
.newsletter button {
  color: #fff;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 25px;
}
.industries-grid {
  background: var(--line);
  border: 1px solid var(--line);
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  display: grid;
}
.industry-card {
  background: #fff;
  grid-template-columns: 58px 1fr auto;
  gap: 22px;
  min-height: 230px;
  padding: 34px;
  transition:
    color 0.2s,
    background 0.2s;
  display: grid;
}
.industry-card:hover {
  color: #fff;
  background: var(--navy);
}
.industry-card > span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
}
.industry-card h2 {
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  font-size: 33px;
  line-height: 1.1;
}
.industry-card p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
.industry-card:hover p {
  color: #ffffffad;
}
.industry-card > a {
  align-self: end;
  font-size: 20px;
}
.industry-note {
  grid-template-columns: 0.5fr 1fr auto;
  align-items: end;
  gap: 70px;
  display: grid;
}
.industry-note .eyebrow {
  margin: 0;
}
.industry-note h2 {
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.03;
}
@media (width<=1180px) {
  .site-header {
    grid-template-columns: 220px 1fr auto;
  }
  .desktop-nav {
    display: none;
  }
  .menu-button {
    cursor: pointer;
    background: 0 0;
    border: 0;
    align-content: center;
    gap: 7px;
    width: 44px;
    height: 44px;
    padding: 12px 9px;
    display: grid;
  }
  .menu-button span {
    background: var(--ink);
    width: 100%;
    height: 2px;
    display: block;
  }
  .mobile-menu {
    color: #fff;
    background: var(--navy);
    padding: 25px 32px 45px;
    transition: transform 0.24s;
    display: grid;
    position: fixed;
    inset: 76px 0 auto;
    transform: translateY(-120%);
  }
  .mobile-menu.open {
    transform: translateY(0);
  }
  .mobile-menu a {
    font-family: var(--serif);
    border-bottom: 1px solid #ffffff29;
    grid-template-columns: 45px 1fr;
    padding: 18px 0;
    font-size: 24px;
    display: grid;
  }
  .mobile-menu a span {
    color: var(--orange);
    font-family: var(--sans);
    font-size: 10px;
  }
  .home-hero {
    grid-template-columns: 1.05fr 0.7fr;
  }
  .hero-note {
    display: none;
  }
  .page-hero {
    grid-template-columns: 60px 1fr;
  }
  .page-hero-intro {
    grid-column: 2;
    max-width: 600px;
  }
  .service-explorer {
    grid-template-columns: 0.35fr 1fr;
    gap: 42px;
  }
  .service-panel {
    padding: 44px;
  }
}
@media (width<=820px) {
  :root {
    --page: min(100% - 40px, 720px);
  }
  .site-header {
    grid-template-columns: 1fr auto;
    height: 76px;
    padding-inline: 20px;
  }
  .brand {
    width: 190px;
  }
  .button-small {
    display: none;
  }
  .language .trp-language-switcher > div,
  .language .trp-ls-shortcode-current-language,
  .language .trp-ls-shortcode-language {
    min-width: 64px;
  }
  .language .trp-language-switcher > div > a,
  .language .trp-ls-shortcode-current-language a,
  .language .trp-ls-shortcode-language a {
    min-height: 32px;
    padding: 7px 8px;
    font-size: 10px;
  }
  main {
    padding-top: 76px;
  }
  .section {
    padding-block: 82px;
  }
  .home-hero {
    grid-template-columns: 1fr;
    gap: 52px;
    min-height: auto;
    padding: 76px 20px 0;
    display: grid;
  }
  .hero-copy h1 {
    font-size: clamp(54px, 16vw, 82px);
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .hero-portrait {
    justify-self: center;
    width: min(100%, 480px);
  }
  .portrait-frame {
    height: 620px;
  }
  .statement,
  .positioning-manifesto,
  .approach-intro {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .statement h2,
  .section-heading h2,
  .split-callout h2,
  .approach-intro h2,
  .approach-outcome h2,
  .featured-insight article h2 {
    font-size: clamp(42px, 12vw, 62px);
  }
  .statement > div > p {
    margin-left: 0;
  }
  .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .capability-row {
    grid-template-columns: 45px 1fr 30px;
    gap: 15px;
    min-height: auto;
    padding: 28px 0;
  }
  .capability-row:hover {
    padding-inline: 14px;
  }
  .capability-row p {
    grid-column: 2/4;
  }
  .roi-section,
  .analyst,
  .split-callout,
  .featured-insight,
  .newsletter {
    grid-template-columns: 1fr;
  }
  .roi-visual {
    min-height: 560px;
  }
  .roi-copy {
    padding: 80px 24px;
  }
  .analyst {
    gap: 60px;
  }
  .analyst-image,
  .analyst-image img {
    min-height: 620px;
  }
  .analyst-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .method-line {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .method-line:before {
    width: 1px;
    height: auto;
    inset: 0 auto 0 12px;
  }
  .method-mini {
    text-align: left;
    padding: 14px 0 24px 50px;
  }
  .method-mini:before {
    margin: 0;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .page-hero {
    grid-template-columns: 36px 1fr;
    gap: 20px;
    min-height: 560px;
    padding: 90px 20px 70px;
  }
  .page-hero-copy h1 {
    font-size: clamp(50px, 14vw, 76px);
  }
  .page-index:after {
    height: 70px;
  }
  .manifesto-item {
    grid-template-columns: 42px 1fr;
  }
  .split-callout {
    gap: 50px;
  }
  .expertise-grid {
    grid-template-rows: none;
    grid-template-columns: 1fr;
  }
  .expertise-card {
    min-height: 350px;
    grid-column: 1 !important;
  }
  .value-item {
    grid-template-columns: 48px 1fr;
    min-height: auto;
    padding: 35px 0;
  }
  .value-item p {
    grid-column: 2;
  }
  .timeline-step {
    grid-template-columns: 60px 1fr;
    gap: 14px;
  }
  .timeline-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .approach-outcome,
  .industry-note {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .service-explorer {
    grid-template-columns: 1fr;
  }
  .service-tabs {
    scroll-snap-type: x mandatory;
    border: 0;
    display: flex;
    position: static;
    overflow-x: auto;
  }
  .service-tabs button {
    scroll-snap-align: start;
    border-top: 1px solid var(--line);
    min-width: 220px;
  }
  .service-panel-heading,
  .service-lead,
  .deliverables,
  .service-panel > .button {
    margin-left: 0;
  }
  .featured-insight {
    gap: 60px;
  }
  .journal-grid,
  .industries-grid {
    grid-template-columns: 1fr;
  }
  .newsletter {
    align-items: start;
    gap: 50px;
  }
  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .footer-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (width<=520px) {
  .portrait-frame {
    height: 500px;
  }
  .analyst-image,
  .analyst-image img {
    min-height: 520px;
  }
  .analyst-copy h2 {
    font-size: 54px;
  }
  .roi-visual {
    min-height: 430px;
  }
  .ring-one {
    width: 160px;
    height: 160px;
  }
  .ring-two {
    width: 280px;
    height: 280px;
  }
  .ring-three {
    width: 410px;
    height: 410px;
  }
  .roi-visual strong {
    font-size: 82px;
  }
  .service-panel {
    padding: 36px 24px;
  }
  .service-panel-heading {
    grid-template-columns: 1fr;
  }
  .service-panel-heading h2 {
    font-size: 43px;
  }
  .featured-art {
    min-height: 430px;
  }
  .featured-art strong {
    font-size: 105px;
  }
  .industry-card {
    grid-template-columns: 42px 1fr;
    padding: 28px 22px;
  }
  .industry-card > a {
    grid-column: 2;
  }
  .round-link {
    width: 125px;
    height: 125px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}

/* WordPress block-theme integration. */
.wp-site-blocks {
  margin: 0;
  padding: 0;
}

.wp-block-post-content {
  margin: 0;
  padding: 94px 0 0;
}

.wp-block-post-content > * {
  margin-block-start: 0;
}

.site-header > *,
.footer > *,
.home-hero > *,
.section > * {
  margin-block-start: 0;
}

.site-header .wp-block-site-logo,
.footer .wp-block-site-logo,
.site-header .wp-block-buttons,
.footer .wp-block-navigation,
.hero-actions .wp-block-button,
.wp-block-image {
  margin: 0;
}

.site-header .wp-block-navigation__container,
.footer .wp-block-navigation__container {
  gap: inherit;
}

.site-header .wp-block-navigation-item__content,
.footer .wp-block-navigation-item__content {
  padding: 0;
}

.wp-block-button.button {
  border: 0;
  min-height: auto;
  padding: 0;
}

.wp-block-button.button .wp-block-button__link {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 18px;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1.25;
  min-height: 52px;
  padding: 0 22px;
  text-transform: uppercase;
}

.wp-block-button.button-small .wp-block-button__link {
  background: var(--navy);
  color: #fff;
  min-height: 46px;
  padding-inline: 18px;
}

.wp-block-button.button-orange .wp-block-button__link {
  background: var(--orange);
  color: #fff;
}

.wp-block-button.button-orange .wp-block-button__link:hover {
  background: var(--orange-bright);
  color: #fff;
}

.wp-block-button.button-dark .wp-block-button__link {
  background: var(--ink);
  color: #fff;
}

.text-link,
.round-link,
.language,
.page-index,
.capability-number,
.card-number,
.value-number,
.manifesto-number,
.industry-number,
.industry-link,
.image-marker {
  margin: 0;
}

.text-link > a {
  align-items: center;
  display: inline-flex;
  gap: 20px;
}

.portrait-caption p {
  color: #ff914d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.portrait-caption h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.hero-note > p:first-child {
  color: var(--orange);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
}

.hero-note > p:last-child {
  color: #ffffffb8;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.55;
  margin: 14px 0 0;
}

.roi-visual h3 {
  font-family: var(--serif);
  font-size: 112px;
  font-weight: 400;
  line-height: 0.9;
  margin: 0;
}

.roi-visual > .wp-block-group > p {
  color: var(--orange-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-top: 15px;
  text-transform: uppercase;
}

.analyst-image .wp-block-image,
.analyst-image .wp-block-image img {
  height: 100%;
  min-height: 750px;
  width: 100%;
}

.method-mini > p {
  color: var(--muted);
  font-size: 10px;
  margin-bottom: 7px;
}

.method-mini > h3 {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  margin: 0;
}

.round-link > a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.manifesto-item > .manifesto-number,
.expertise-card > .card-number,
.value-item > .value-number,
.industry-card > .industry-number {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
}

.expertise-card-4 > .card-number {
  color: #fff;
}

.expertise-card .card-link {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.values-quote > p:last-child {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.timeline-rail p {
  align-items: center;
  background: var(--navy);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  height: 54px;
  justify-content: center;
  margin: 0;
  position: relative;
  width: 54px;
  z-index: 1;
}

.timeline-copy > .step-description {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.service-explorer .service-panels {
  min-width: 0;
}

.featured-art h3 {
  font-family: var(--serif);
  font-size: 150px;
  font-weight: 400;
  margin: 0;
  position: relative;
  z-index: 1;
}

.featured-art > p {
  bottom: 28px;
  color: var(--orange-bright);
  font-size: 10px;
  font-weight: 800;
  left: 28px;
  letter-spacing: 0.13em;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.latest-insights.section {
  width: var(--page);
}

.journal-query .wp-block-post-template {
  background: #c8c6c1;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.journal-query .wp-block-post {
  margin: 0;
}

.journal-card .journal-number {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
}

.journal-card .journal-category {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: auto 0 13px;
  text-transform: uppercase;
}

.journal-card .journal-category a {
  color: inherit;
}

.journal-card .wp-block-post-title {
  max-width: 330px;
}

.journal-card .journal-link {
  align-self: flex-end;
  font-size: 20px;
  margin-top: 24px;
}

.industry-card > .industry-link {
  align-self: end;
  font-size: 20px;
}

.contact-section {
  display: grid;
  gap: clamp(50px, 9vw, 130px);
  grid-template-columns: 0.75fr 1fr;
}

.contact-section h2 {
  font-size: clamp(48px, 5vw, 76px);
  letter-spacing: -0.045em;
}

.contact-section > div:first-child > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.contact-form-placeholder {
  background: var(--warm);
  border-top: 4px solid var(--orange);
  min-height: 360px;
  padding: 48px;
}

.default-content,
.single-insight,
.insights-archive,
.error-404 {
  padding-block: 180px 120px;
}

.single-insight > h1,
.insights-archive > h1,
.error-404 > h1 {
  font-size: clamp(52px, 6vw, 88px);
  letter-spacing: -0.05em;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-height: 820px) and (min-width: 821px) {
  .site-header {
    height: 78px;
  }

  main {
    padding-top: 78px;
  }

  .wp-block-post-content {
    padding-top: 78px;
  }

  .home-hero {
    min-height: calc(100vh - 78px);
    padding-block: 42px 34px;
  }

  .hero-copy h1 {
    font-size: clamp(58px, 5.3vw, 82px);
  }

  .portrait-frame {
    height: min(66vh, 570px);
  }

  .page-hero {
    min-height: 520px;
    padding-bottom: 64px;
    padding-top: 84px;
  }

  .page-hero-copy h1 {
    font-size: clamp(58px, 5.6vw, 82px);
  }
}

@media (max-width: 820px) {
  .wp-block-post-content {
    padding-top: 76px;
  }

  .analyst-image .wp-block-image,
  .analyst-image .wp-block-image img {
    min-height: 620px;
  }

  .method-mini > p {
    margin: 0;
  }

  .journal-query .wp-block-post-template {
    grid-template-columns: 1fr;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .mobile-menu .wp-block-navigation__container {
    counter-reset: ssk-mobile-nav;
    display: grid;
    width: 100%;
  }

  .mobile-menu .wp-block-navigation-item {
    counter-increment: ssk-mobile-nav;
    width: 100%;
  }

  .mobile-menu .wp-block-navigation-item__content::before {
    color: var(--orange);
    content: counter(ssk-mobile-nav, decimal-leading-zero);
    font-family: var(--sans);
    font-size: 10px;
  }

  .mobile-menu .wp-block-navigation-item__content {
    align-items: center;
    display: grid;
    grid-template-columns: 45px 1fr;
  }
}

@media (max-width: 520px) {
  .analyst-image .wp-block-image,
  .analyst-image .wp-block-image img {
    min-height: 520px;
  }

  .roi-visual h3 {
    font-size: 82px;
  }

  .featured-art h3 {
    font-size: 105px;
  }
}

/*
 * Responsive hardening.
 *
 * WordPress repeats Navigation block class names on its inner container, and
 * TranslatePress v2 can add paragraph/line-break wrappers around its switcher.
 * Keep the layout rules scoped to the actual controls so those generated
 * wrappers cannot alter the header or mobile navigation geometry.
 */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.section-soft,
.section-navy,
.section-orange,
.newsletter {
  isolation: isolate;
}

.header-actions {
  min-width: 0;
}

.header-actions .trp-shortcode-switcher__wrapper {
  align-self: center;
  flex: 0 0 118px;
  height: 46px;
  line-height: 1;
  margin: 0;
  position: relative;
  width: 118px;
}

.header-actions .trp-shortcode-switcher__wrapper p {
  display: contents !important;
  margin: 0 !important;
}

.header-actions .trp-shortcode-switcher__wrapper br {
  display: none !important;
}

.header-actions .trp-shortcode-switcher__wrapper .trp-language-switcher {
  border-radius: 0;
  font-size: 11px;
  height: auto;
  min-height: 46px;
  padding: 0;
  text-transform: none;
  width: 118px;
}

.header-actions .trp-shortcode-switcher__wrapper .trp-current-language-item__wrapper,
.header-actions .trp-shortcode-switcher__wrapper .trp-language-item {
  min-height: 44px;
}

.header-actions .trp-shortcode-switcher__wrapper .trp-language-item {
  align-items: center;
  font-size: 11px;
  gap: 7px;
  line-height: 1;
  padding: 0 11px;
}

.header-actions .trp-shortcode-switcher__wrapper .trp-current-language-item__wrapper {
  padding-right: 8px;
}

.header-actions .trp-shortcode-switcher__wrapper .trp-shortcode-arrow {
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.capability-row > .capability-number {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  grid-column: 1;
}

.capability-row > h3 {
  grid-column: 2;
}

.capability-row > p:not(.capability-number):not(.capability-arrow) {
  color: var(--muted);
  grid-column: 3;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.capability-row > .capability-arrow {
  color: inherit;
  grid-column: 4;
}

.capability-row:hover > .capability-number {
  color: var(--orange);
}

.capability-row:hover > p:not(.capability-number):not(.capability-arrow) {
  color: #ffffffb3;
}

.manifesto-item > .manifesto-number,
.value-item > .value-number,
.industry-card > .industry-number {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  grid-column: 1;
  margin: 0;
}

.value-item > h2 {
  grid-column: 2;
}

.value-item > p:not(.value-number) {
  color: var(--muted);
  grid-column: 3;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.industry-card:hover > .industry-number {
  color: var(--orange);
}

@media (max-width: 1260px) {
  .site-header {
    grid-template-columns: minmax(170px, 220px) 1fr auto;
  }

  .site-header .desktop-nav {
    display: none;
  }

  .site-header .menu-button {
    display: grid;
  }

  .site-header > nav.mobile-menu {
    color: #fff;
    background: var(--navy);
    display: block;
    padding: 25px 32px 45px;
    position: fixed;
    inset: 94px 0 auto;
    transform: translateY(-120%);
    transition: transform 0.24s;
    visibility: hidden;
  }

  .site-header > nav.mobile-menu.open {
    transform: translateY(0);
    visibility: visible;
  }

  .site-header > nav.mobile-menu .wp-block-navigation__container {
    background: transparent;
    color: inherit;
    counter-reset: ssk-mobile-nav;
    display: grid;
    inset: auto;
    padding: 0;
    position: static;
    transform: none;
    visibility: inherit;
    width: 100%;
  }

  .site-header > nav.mobile-menu .wp-block-navigation-item {
    counter-increment: ssk-mobile-nav;
    width: 100%;
  }

  .site-header > nav.mobile-menu .wp-block-navigation-item__content {
    align-items: center;
    border-bottom: 1px solid #ffffff29;
    display: grid;
    font-family: var(--serif);
    font-size: 24px;
    grid-template-columns: 45px 1fr;
    padding: 18px 0;
    width: 100%;
  }

  .site-header > nav.mobile-menu .wp-block-navigation-item__content::before {
    color: var(--orange);
    content: counter(ssk-mobile-nav, decimal-leading-zero);
    font-family: var(--sans);
    font-size: 10px;
  }

  .site-header > nav.mobile-menu .wp-block-navigation-item__description {
    display: none;
  }

  .site-header > nav.mobile-menu .wp-block-navigation-item__label {
    color: #fff;
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 400;
  }

  .site-header.is-scrolled > nav.mobile-menu {
    top: 76px;
  }

  .section {
    padding-block: 100px;
  }

  .journal-query .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) and (min-width: 821px) {
  .home-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 60px;
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-copy {
    max-width: 760px;
    padding-block: 44px 0;
  }

  .hero-copy h1 {
    font-size: clamp(62px, 9vw, 82px);
  }

  .hero-portrait {
    justify-self: center;
    max-width: 520px;
    width: min(100%, 520px);
  }

  .portrait-frame {
    height: min(760px, 76vh);
  }
}

@media (max-width: 820px) {
  .site-header {
    gap: 10px;
    padding-inline: 16px;
  }

  .site-header .brand {
    width: clamp(132px, 42vw, 172px);
  }

  .site-header .header-actions {
    gap: 10px;
  }

  .header-actions .trp-shortcode-switcher__wrapper {
    flex-basis: 50px;
    width: 50px;
  }

  .header-actions .trp-shortcode-switcher__wrapper .trp-language-switcher {
    width: 50px;
  }

  .header-actions .trp-shortcode-switcher__wrapper .trp-language-item {
    justify-content: center;
    padding-inline: 7px;
  }

  .header-actions .trp-shortcode-switcher__wrapper .trp-language-item-name {
    display: none;
  }

  .site-header > nav.mobile-menu {
    max-height: calc(100dvh - 76px);
    overflow-y: auto;
    padding: 18px 20px 34px;
    top: 76px;
  }

  .home-hero {
    padding-inline: 20px;
  }

  .capability-row > .capability-number {
    grid-column: 1;
    grid-row: 1;
  }

  .capability-row > h3 {
    grid-column: 2;
    grid-row: 1;
  }

  .capability-row > .capability-arrow {
    grid-column: 3;
    grid-row: 1;
  }

  .capability-row > p:not(.capability-number):not(.capability-arrow) {
    grid-column: 2 / 4;
    grid-row: 2;
  }

  .value-item > .value-number {
    grid-column: 1;
    grid-row: 1;
  }

  .value-item > h2 {
    grid-column: 2;
    grid-row: 1;
  }

  .value-item > p:not(.value-number) {
    grid-column: 2;
    grid-row: 2;
  }

  .journal-query .wp-block-post-template {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-form-placeholder {
    padding: 34px 26px;
  }
}

body.admin-bar .site-header > nav.mobile-menu {
  top: 126px;
}

body.admin-bar .site-header.is-scrolled > nav.mobile-menu {
  top: 108px;
}

@media (max-width: 820px) {
  body.admin-bar .site-header > nav.mobile-menu,
  body.admin-bar .site-header.is-scrolled > nav.mobile-menu {
    top: 108px;
  }
}

@media (max-height: 820px) and (min-width: 821px) and (max-width: 1260px) {
  .site-header > nav.mobile-menu,
  .site-header.is-scrolled > nav.mobile-menu {
    top: 78px;
  }

  body.admin-bar .site-header > nav.mobile-menu,
  body.admin-bar .site-header.is-scrolled > nav.mobile-menu {
    top: 110px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header > nav.mobile-menu,
  body.admin-bar .site-header.is-scrolled > nav.mobile-menu {
    top: 122px;
  }
}

@media (max-width: 520px) {
  :root {
    --page: min(100% - 32px, 480px);
  }

  .section {
    padding-block: 68px;
  }

  .site-header .menu-button {
    height: 42px;
    width: 40px;
  }

  .hero-copy h1,
  .page-hero-copy h1,
  .analyst-copy h2 {
    overflow-wrap: anywhere;
  }

  .home-hero {
    gap: 44px;
    padding-inline: 16px;
    padding-top: 58px;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .portrait-frame {
    height: min(500px, 128vw);
  }

  .page-hero {
    grid-template-columns: 28px minmax(0, 1fr);
    padding-inline: 16px;
  }

  .page-hero-copy h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .service-tabs button {
    min-width: min(220px, 78vw);
  }

  .footer {
    padding-inline: 16px;
  }
}
