:root {
  --reposition-max: 1440px;
  --reposition-gutter: clamp(24px, 4vw, 72px);
  --reposition-radius: 6px;
}

.container {
  width: min(calc(100% - (var(--reposition-gutter) * 2)), var(--reposition-max));
}

.site-nav {
  gap: 0;
}

.site-nav > a,
.nav-services > summary {
  min-height: 40px;
  padding: 0 11px;
  font-size: 0.82rem;
}

.nav-services {
  position: relative;
}

.nav-services > summary {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--graphite);
  font-weight: 760;
  border-radius: 999px;
  cursor: pointer;
  list-style: none;
}

.nav-services > summary::-webkit-details-marker {
  display: none;
}

.nav-services > summary svg {
  width: 14px;
  height: 14px;
  transition: transform var(--ease);
}

.nav-services[open] > summary,
.nav-services > summary:hover,
.nav-services > summary[aria-current="page"] {
  color: var(--red);
  background: rgba(255, 255, 255, 0.22);
}

.nav-services[open] > summary svg {
  transform: rotate(180deg);
}

.nav-services-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 280px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  background: rgba(250, 249, 247, 0.92);
  backdrop-filter: blur(22px) saturate(1.35);
  box-shadow: 0 24px 60px rgba(16, 17, 19, 0.16);
}

.nav-services-menu a {
  width: 100%;
  min-height: 38px;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 0.82rem;
}

.reposition-hero {
  min-height: calc(100svh - 78px);
}

.reposition-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.82), rgba(5, 6, 8, 0.54) 50%, rgba(5, 6, 8, 0.08) 82%),
    linear-gradient(0deg, rgba(5, 6, 8, 0.55), transparent 46%);
}

.reposition-hero-content {
  display: flex;
  min-height: calc(100svh - 78px);
  flex-direction: column;
  justify-content: center;
  padding: 64px 0 72px;
}

.reposition-hero h1 {
  max-width: 960px;
  margin-top: 0;
  font-size: 4.7rem;
  line-height: 0.98;
}

.hero-positioning {
  max-width: 900px;
  margin-top: 24px;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 720;
  line-height: 1.3;
}

.hero-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1100px;
  margin-top: 24px;
}

.hero-copy p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.65;
}

.reposition-hero .hero-actions {
  margin-top: 30px;
}

.wide-intro,
.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 72px;
  align-items: start;
}

.wide-intro h2,
.section-heading-row h2 {
  max-width: 940px;
  margin-top: 16px;
  font-size: 3.4rem;
}

.wide-intro-copy,
.section-heading-row > p,
.section-heading-row > div:last-child {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 1.03rem;
}

.section-heading-row > p,
.section-heading-row > div:last-child {
  padding-top: 34px;
}

.problem-section {
  padding-top: 88px;
  padding-bottom: 82px;
}

.problem-intro {
  margin-bottom: 0;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.problem-intro h2 {
  max-width: 850px;
}

.problem-intro .wide-intro-copy {
  max-width: 650px;
  padding-top: 34px;
}

.problem-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 56px;
  border-top: 1px solid rgba(16, 17, 19, 0.2);
}

.problem-list article {
  min-height: 250px;
  padding: 30px 28px 30px 0;
  border-right: 1px solid rgba(16, 17, 19, 0.12);
}

.problem-list article + article {
  padding-left: 28px;
}

.problem-list article:last-child {
  border-right: 0;
}

.problem-list span,
.business-area-body > span,
.process-line span {
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.problem-list h3 {
  margin-top: 44px;
  font-size: 1.35rem;
  line-height: 1.18;
}

.problem-list p {
  margin-top: 16px;
  color: var(--muted);
}

.extended-team-section {
  padding: 118px 0;
}

.extended-team-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  gap: 90px;
  align-items: start;
}

.extended-team-copy {
  position: sticky;
  top: 120px;
}

.extended-team-copy h2 {
  max-width: 620px;
  margin-top: 18px;
  font-size: 3.5rem;
}

.extended-team-copy p {
  max-width: 600px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.04rem;
}

.extended-team-copy .button {
  margin-top: 32px;
}

.capability-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.capability-rail article {
  min-height: 190px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.capability-rail article:nth-child(even) {
  border-right: 0;
}

.capability-rail strong {
  font-size: 1.28rem;
}

.capability-rail p {
  margin-top: 36px;
  color: rgba(255, 255, 255, 0.62);
}

.section-heading-row {
  margin-bottom: 56px;
}

.section-heading-row .text-link {
  margin-top: 4px;
}

.business-area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.business-area-card {
  overflow: hidden;
  border: 1px solid rgba(16, 17, 19, 0.1);
  border-radius: var(--reposition-radius);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 24px 60px rgba(16, 17, 19, 0.08);
}

.business-area-card > img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.business-area-body {
  padding: 38px;
}

.business-area-body h3 {
  margin-top: 12px;
  font-size: 2rem;
}

.business-area-body > p {
  margin-top: 18px;
  color: var(--muted);
}

.business-area-body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 22px;
  margin: 28px 0 32px;
  padding: 22px 0;
  border-top: 1px solid rgba(16, 17, 19, 0.12);
  border-bottom: 1px solid rgba(16, 17, 19, 0.12);
  list-style: none;
}

.business-area-body li {
  color: var(--graphite);
  font-size: 0.9rem;
}

.business-area-body li::before {
  content: "+";
  margin-right: 8px;
  color: var(--red);
}

.selected-work-section {
  background: rgba(255, 255, 255, 0.45);
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--red);
  color: var(--ink);
  font-weight: 820;
}

.work-preview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-card {
  border-radius: var(--reposition-radius);
}

.content-card-body {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.content-card-industry {
  color: var(--red);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.content-card-client {
  color: var(--graphite) !important;
  font-size: 0.86rem !important;
  font-weight: 760;
}

.content-card-challenge,
.content-card-work,
.content-card-outcome {
  display: grid;
  gap: 4px;
}

.content-card-challenge strong,
.content-card-work strong,
.content-card-outcome strong {
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.content-card-tags {
  margin-top: 4px;
}

.content-card-link {
  margin-top: auto;
}

.content-card-compact .content-card-work,
.content-card-compact .content-card-outcome {
  display: none;
}

.industries-home-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.industries-home-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 78px;
  align-items: center;
}

.industries-home-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--reposition-radius);
}

.industries-home-layout h2 {
  max-width: 760px;
  margin-top: 16px;
  font-size: 3.15rem;
}

.industry-line-list {
  margin: 44px 0 36px;
  border-top: 1px solid rgba(16, 17, 19, 0.16);
}

.industry-line-list a {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.2fr);
  gap: 26px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(16, 17, 19, 0.12);
}

.industry-line-list span {
  color: var(--muted);
  font-size: 0.9rem;
}

.market-expansion-band {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #111317;
}

.market-expansion-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 6, 8, 0.88), rgba(5, 6, 8, 0.58) 62%, rgba(5, 6, 8, 0.36));
}

.market-expansion-band > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.market-expansion-content {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}

.market-expansion-content h2 {
  max-width: 900px;
  margin-top: 18px;
  font-size: 4rem;
}

.market-expansion-intro {
  max-width: 790px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.08rem;
}

.market-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 1120px;
  margin-top: 62px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.market-paths article {
  min-height: 170px;
  padding: 26px 30px 18px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.market-paths article + article {
  padding-left: 30px;
}

.market-paths article:last-child {
  border-right: 0;
}

.market-paths strong {
  line-height: 1.35;
}

.market-paths p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 22px 0 34px;
  border-top: 1px solid rgba(16, 17, 19, 0.18);
}

.process-line article {
  min-height: 238px;
  padding: 28px 28px 28px 0;
  border-right: 1px solid rgba(16, 17, 19, 0.12);
}

.process-line article + article {
  padding-left: 28px;
}

.process-line article:last-child {
  border-right: 0;
}

.process-line h3 {
  margin-top: 48px;
  font-size: 1.6rem;
}

.process-line p {
  margin-top: 16px;
  color: var(--muted);
}

.light-copy h2 {
  color: #fff;
}

.process-section {
  padding-bottom: 56px;
}

.why-section {
  padding-top: 82px;
  padding-bottom: 84px;
}

.why-heading {
  max-width: 1240px;
}

.why-heading h2 {
  max-width: 1180px;
  margin-top: 18px;
  color: #fff;
  font-size: 4.05rem;
  line-height: 1;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.why-grid article {
  padding: 34px 30px 22px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.why-grid article + article {
  padding-left: 30px;
}

.why-grid article:last-child {
  border-right: 0;
}

.why-grid h3 {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
}

.why-grid p {
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.62);
}

.reposition-cta .cta-copy h2 {
  max-width: 820px;
}

.work-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0 26px;
  margin-bottom: 42px;
  border-bottom: 1px solid rgba(16, 17, 19, 0.14);
}

.work-filters button {
  position: relative;
  padding: 14px 0 16px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 760;
  cursor: pointer;
}

.work-filters button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--ease);
}

.work-filters button.is-active {
  color: var(--ink);
}

.work-filters button.is-active::after {
  transform: scaleX(1);
}

.reposition-page-hero h1 {
  max-width: 1180px;
  font-size: 4.6rem;
}

.reposition-page-hero .page-lede {
  max-width: 850px;
}

.service-need-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 80px;
  align-items: start;
}

.service-need-intro h2 {
  max-width: 920px;
  margin-top: 16px;
  font-size: 3.45rem;
}

.service-need-intro p {
  padding-top: 34px;
  color: var(--muted);
  font-size: 1.04rem;
}

.section-header:not(.section-header-with-media) {
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}

.section-header:not(.section-header-with-media) h2 {
  max-width: min(100%, 1160px);
}

.section-header:not(.section-header-with-media) > p {
  max-width: min(100%, 900px);
  padding-top: 0;
}

.cta-band .container {
  align-items: center;
}

.reposition-service-suite {
  display: grid;
  gap: 0;
}

.reposition-service {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 68px;
  padding: 90px 0;
  border-top: 1px solid rgba(16, 17, 19, 0.15);
  scroll-margin-top: 110px;
}

.reposition-service:nth-child(even) .reposition-service-media {
  order: 2;
}

.reposition-service-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: var(--reposition-radius);
}

.reposition-service-copy h2 {
  margin-top: 14px;
  font-size: 3rem;
}

.reposition-service-copy > p {
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.02rem;
}

.service-deliverables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin-top: 30px;
  padding: 25px 0;
  border-top: 1px solid rgba(16, 17, 19, 0.12);
  border-bottom: 1px solid rgba(16, 17, 19, 0.12);
  list-style: none;
}

.service-deliverables li {
  color: var(--graphite);
  font-size: 0.92rem;
}

.service-deliverables li::before {
  content: "+";
  margin-right: 8px;
  color: var(--red);
}

.service-fit {
  margin-top: 26px;
  color: var(--graphite);
  font-size: 0.9rem;
}

.service-fit strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
}

.services-page-hero {
  min-height: 690px;
}

.services-page-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.88) 0%, rgba(8, 9, 11, 0.58) 48%, rgba(8, 9, 11, 0.18) 100%),
    linear-gradient(0deg, rgba(8, 9, 11, 0.32), transparent 50%);
}

.services-page-hero .page-hero-content {
  margin-bottom: 58px;
}

.services-page-hero h1 {
  max-width: 1120px;
}

.services-hero-copy {
  display: grid;
  gap: 11px;
  max-width: 940px;
}

.services-hero-copy p {
  margin: 0;
}

.services-page-hero .hero-actions {
  margin-top: 30px;
}

.services-intro-section {
  padding-bottom: 76px;
}

.service-need-body {
  display: grid;
  gap: 17px;
  padding-top: 34px;
}

.service-need-body p {
  margin: 0;
  padding-top: 0;
}

.service-audience {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.service-audience li::before {
  content: "—";
  margin-right: 8px;
  color: var(--red);
}

.services-engagement-section {
  padding: 104px 0 112px;
  background:
    radial-gradient(circle at 84% 10%, rgba(200, 16, 46, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(245, 243, 240, 0.92), rgba(255, 255, 255, 0.98));
}

.services-section-heading h2 {
  max-width: 970px;
  font-size: 3.45rem;
}

.engagement-models-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.engagement-models-grid article {
  min-height: 286px;
  padding: 34px;
  border: 1px solid rgba(16, 17, 19, 0.1);
  border-radius: var(--reposition-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.46)),
    rgba(255, 255, 255, 0.4);
  box-shadow: 0 20px 52px rgba(16, 17, 19, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.engagement-models-grid span {
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 850;
}

.engagement-models-grid h3 {
  max-width: 330px;
  margin-top: 62px;
  font-size: 1.75rem;
}

.engagement-models-grid p {
  max-width: 380px;
  margin-top: 17px;
  color: var(--muted);
}

.services-process-section {
  padding: 110px 0 92px;
  scroll-margin-top: 90px;
}

.services-process-line {
  margin-top: 42px;
  margin-bottom: 0;
}

.services-process-line article {
  min-height: 260px;
}

.about-page-hero {
  min-height: 680px;
}

.about-page-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.9) 0%, rgba(8, 9, 11, 0.62) 50%, rgba(8, 9, 11, 0.16) 100%),
    linear-gradient(0deg, rgba(8, 9, 11, 0.3), transparent 52%);
}

.about-page-hero .page-hero-content {
  margin-bottom: 58px;
}

.about-page-hero h1 {
  max-width: 1120px;
}

.about-hero-copy {
  display: grid;
  gap: 10px;
  max-width: 900px;
}

.about-hero-copy p {
  margin: 0;
}

.about-audience-section,
.about-geography-section,
.about-company-section {
  padding: 110px 0;
}

.about-audience-layout,
.about-geography-intro,
.about-company-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: center;
}

.about-company-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.about-audience-media,
.about-geography-media,
.about-company-media {
  height: 100%;
  overflow: hidden;
  border-radius: var(--reposition-radius);
}

.about-audience-media img,
.about-geography-media img,
.about-company-media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.about-audience-media img {
  min-height: 610px;
}

.about-audience-copy h2,
.about-geography-copy h2,
.about-company-copy h2,
.about-section-heading h2 {
  max-width: 1030px;
  margin-top: 16px;
  font-size: 3.45rem;
}

.about-body-copy {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.about-body-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.about-capabilities-section {
  padding: 104px 0 112px;
}

.about-section-heading {
  max-width: 1050px;
}

.about-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
}

.about-capabilities-grid article {
  min-height: 310px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: var(--reposition-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.025);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.about-capabilities-grid span,
.about-direction-grid span,
.about-collaboration-grid span {
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 850;
}

.about-capabilities-grid h3 {
  margin-top: 62px;
  font-size: 1.55rem;
}

.about-capabilities-grid p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.68);
}

.about-geography-intro {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.about-direction-grid,
.about-collaboration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 70px;
  border-top: 1px solid rgba(16, 17, 19, 0.16);
}

.about-direction-grid article,
.about-collaboration-grid article {
  min-height: 280px;
  padding: 30px 30px 30px 0;
  border-right: 1px solid rgba(16, 17, 19, 0.12);
}

.about-direction-grid article + article,
.about-collaboration-grid article + article {
  padding-left: 30px;
}

.about-direction-grid article:last-child,
.about-collaboration-grid article:last-child {
  border-right: 0;
}

.about-direction-grid h3,
.about-collaboration-grid h3 {
  margin-top: 48px;
  font-size: 1.55rem;
}

.about-direction-grid p,
.about-collaboration-grid p {
  margin-top: 16px;
  color: var(--muted);
}

.about-collaboration-section {
  padding: 104px 0;
  background:
    radial-gradient(circle at 86% 12%, rgba(200, 16, 46, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(246, 244, 241, 0.88), rgba(255, 255, 255, 0.98));
}

.about-company-section .about-body-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.about-location-note {
  margin-top: 4px !important;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.industries-grid-page {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 58px;
}

.industry-page-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 26px;
  padding: 46px 0;
  border-top: 1px solid rgba(16, 17, 19, 0.16);
  scroll-margin-top: 105px;
}

.industry-page-item > span {
  color: var(--red);
  font-weight: 850;
}

.industry-page-item h2 {
  font-size: 2rem;
}

.industry-page-item p {
  margin-top: 16px;
  color: var(--muted);
}

.industry-page-item ul {
  margin: 22px 0 0;
  padding: 0;
  color: var(--graphite);
  list-style: none;
}

.industry-page-item li + li {
  margin-top: 7px;
}

.industry-page-item li::before {
  content: "+";
  margin-right: 8px;
  color: var(--red);
}

.insights-topic-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(16, 17, 19, 0.16);
}

.insights-topic-list article {
  min-height: 310px;
  padding: 34px 34px 34px 0;
  border-right: 1px solid rgba(16, 17, 19, 0.12);
}

.insights-topic-list article + article {
  padding-left: 34px;
}

.insights-topic-list article:last-child {
  border-right: 0;
}

.insights-topic-list h2 {
  margin-top: 70px;
  font-size: 1.8rem;
}

.insights-topic-list p {
  margin-top: 18px;
  color: var(--muted);
}

@media (max-width: 1180px) {
  .site-nav > a,
  .nav-services > summary {
    padding-inline: 8px;
    font-size: 0.76rem;
  }

  .reposition-hero h1,
  .reposition-page-hero h1 {
    font-size: 3.9rem;
  }

  .about-capabilities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wide-intro,
  .section-heading-row,
  .service-need-intro {
    gap: 44px;
  }
}

@media (max-width: 960px) {
  .site-nav > a,
  .nav-services > summary {
    font-size: 0.82rem;
  }

  .nav-services {
    width: 100%;
  }

  .nav-services > summary {
    width: 100%;
    justify-content: center;
  }

  .nav-services-menu {
    position: static;
    width: 100%;
    margin-top: 6px;
    border: 0;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: none;
  }

  .wide-intro,
  .section-heading-row,
  .service-need-intro,
  .extended-team-layout,
  .industries-home-layout,
  .reposition-service,
  .about-audience-layout,
  .about-geography-intro,
  .about-company-layout {
    grid-template-columns: 1fr;
  }

  .about-audience-copy {
    order: 1;
  }

  .about-audience-media {
    order: 2;
  }

  .about-audience-layout,
  .about-geography-intro,
  .about-company-layout {
    gap: 38px;
  }

  .about-audience-media img,
  .about-geography-media img,
  .about-company-media img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .about-direction-grid,
  .about-collaboration-grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .about-direction-grid article,
  .about-direction-grid article + article,
  .about-collaboration-grid article,
  .about-collaboration-grid article + article {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 17, 19, 0.12);
  }

  .about-direction-grid h3,
  .about-collaboration-grid h3 {
    margin-top: 24px;
  }

  .problem-intro .wide-intro-copy {
    max-width: 760px;
    padding-top: 0;
  }

  .section-heading-row > p,
  .section-heading-row > div:last-child,
  .service-need-intro p,
  .section-header:not(.section-header-with-media) > p {
    padding-top: 0;
  }

  .extended-team-copy {
    position: static;
  }

  .problem-list,
  .process-line,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .problem-list article:nth-child(2),
  .process-line article:nth-child(2),
  .why-grid article:nth-child(2) {
    border-right: 0;
  }

  .business-area-grid,
  .work-preview-grid,
  .industries-grid-page {
    grid-template-columns: 1fr;
  }

  .reposition-service:nth-child(even) .reposition-service-media {
    order: 0;
  }

  .reposition-service-media img {
    min-height: 420px;
  }

  .services-page-hero {
    min-height: 650px;
  }

  .services-page-hero .page-hero-content {
    margin-bottom: 44px;
  }

  .service-need-body {
    padding-top: 0;
  }

  .engagement-models-grid {
    grid-template-columns: 1fr;
  }

  .engagement-models-grid article {
    min-height: 0;
  }

  .engagement-models-grid h3 {
    margin-top: 36px;
  }

  .market-paths,
  .insights-topic-list {
    grid-template-columns: 1fr;
  }

  .market-paths article,
  .market-paths article + article,
  .insights-topic-list article,
  .insights-topic-list article + article {
    padding-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .insights-topic-list article,
  .insights-topic-list article + article {
    border-bottom-color: rgba(16, 17, 19, 0.12);
  }
}

@media (max-width: 760px) {
  :root {
    --reposition-gutter: 20px;
  }

  .site-nav {
    max-height: 0;
    overflow-y: auto;
    background: rgb(250, 249, 247);
    backdrop-filter: none;
    box-shadow: 0 22px 44px rgba(16, 17, 19, 0.14);
  }

  .site-header.nav-open .site-nav {
    max-height: calc(100svh - 68px);
  }

  .site-nav > a,
  .nav-services > summary {
    min-height: 50px;
    justify-content: flex-start;
    padding: 0 20px;
    border-top: 1px solid rgba(27, 29, 32, 0.08);
  }

  .nav-services-menu {
    margin-top: 0;
    padding: 4px 12px 10px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: none;
  }

  .nav-services-menu a {
    min-height: 42px;
    padding-inline: 16px;
  }

  .reposition-hero,
  .reposition-hero-content {
    min-height: calc(100svh - 66px);
  }

  .reposition-hero-content {
    justify-content: flex-end;
    padding: 72px 0 50px;
  }

  .reposition-hero h1,
  .reposition-page-hero h1 {
    font-size: 2.55rem;
    line-height: 1.02;
    white-space: normal;
    text-wrap: balance;
  }

  .hero-positioning {
    font-size: 1.15rem;
  }

  .hero-copy {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-copy p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .reposition-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .reposition-hero .button {
    width: 100%;
    min-width: 0;
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  .wide-intro h2,
  .section-heading-row h2,
  .why-heading h2,
  .extended-team-copy h2,
  .industries-home-layout h2,
  .market-expansion-content h2,
  .service-need-intro h2,
  .reposition-service-copy h2 {
    font-size: 2.25rem;
  }

  .problem-section,
  .industries-home-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .problem-list,
  .process-line,
  .why-grid,
  .capability-rail {
    grid-template-columns: 1fr;
  }

  .problem-list article,
  .problem-list article + article,
  .process-line article,
  .process-line article + article,
  .why-grid article,
  .why-grid article + article,
  .capability-rail article {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 17, 19, 0.12);
  }

  .dark .why-grid article,
  .dark .capability-rail article {
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }

  .problem-list h3,
  .process-line h3 {
    margin-top: 24px;
  }

  .capability-rail p,
  .why-grid p {
    margin-top: 14px;
  }

  .business-area-body {
    padding: 26px 22px;
  }

  .business-area-body ul,
  .service-deliverables {
    grid-template-columns: 1fr;
  }

  .industry-line-list a {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .market-expansion-band {
    min-height: 760px;
  }

  .market-expansion-content {
    padding: 72px 0;
  }

  .market-paths {
    margin-top: 34px;
  }

  .market-paths article,
  .market-paths article + article {
    min-height: auto;
    padding: 20px 0;
  }

  .reposition-service {
    gap: 28px;
    padding: 62px 0;
  }

  .reposition-service-media img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .services-page-hero {
    min-height: 720px;
  }

  .services-page-hero .page-hero-content {
    margin-bottom: 32px;
  }

  .services-page-hero .page-lede {
    font-size: 0.98rem;
  }

  .services-page-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .services-page-hero .button {
    width: 100%;
    min-width: 0;
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  .about-page-hero {
    min-height: 700px;
  }

  .about-page-hero .page-hero-content {
    margin-bottom: 32px;
  }

  .about-hero-copy {
    gap: 8px;
  }

  .about-hero-copy p {
    font-size: 0.92rem;
  }

  .about-audience-section,
  .about-geography-section,
  .about-company-section,
  .about-capabilities-section,
  .about-collaboration-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .about-audience-copy h2,
  .about-geography-copy h2,
  .about-company-copy h2,
  .about-section-heading h2 {
    font-size: 2.25rem;
  }

  .about-audience-media img,
  .about-geography-media img,
  .about-company-media img {
    aspect-ratio: 4 / 3;
  }

  .about-capabilities-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .about-capabilities-grid article {
    min-height: 0;
    padding: 28px 24px;
  }

  .about-capabilities-grid h3 {
    margin-top: 34px;
  }

  .services-intro-section,
  .services-engagement-section,
  .services-process-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .services-section-heading h2 {
    font-size: 2.25rem;
  }

  .engagement-models-grid {
    margin-top: 32px;
  }

  .engagement-models-grid article {
    padding: 28px 24px;
  }

  .engagement-models-grid h3 {
    margin-top: 28px;
    font-size: 1.5rem;
  }

  .services-process-line {
    margin-top: 26px;
  }

  .industry-page-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .work-filters {
    gap: 0 18px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .work-filters button {
    flex: 0 0 auto;
    font-size: 0.78rem;
  }
}
