.inner-page {
  background: var(--ivory);
}

.inner-page .site-header.static-header {
  color: var(--navy);
  background: rgba(246, 241, 230, 0.96);
  border-color: var(--line);
  backdrop-filter: blur(14px);
}

.inner-page .site-header.static-header .brand-logo {
  filter: none;
}

.inner-page .mobile-menu nav a[aria-current="page"] {
  color: var(--olive);
}

.page-main {
  padding-top: var(--header-height);
}

.page-hero {
  min-height: min(680px, calc(100svh - 24px));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 104px var(--page-pad) 38px;
  border-bottom: 1px solid var(--line);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(130px, 0.25fr) minmax(0, 1.35fr) minmax(260px, 0.45fr);
  align-items: end;
  gap: 48px;
}

.page-hero-label {
  align-self: start;
  margin-top: 12px;
}

.page-hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 6.7rem;
  font-weight: 400;
  line-height: 0.9;
}

.page-hero h1 span,
.page-hero h1 em {
  display: block;
}

.page-hero h1 em {
  color: var(--gold);
  font-weight: 400;
}

.page-hero-copy {
  align-self: end;
  padding-bottom: 6px;
}

.page-hero-copy > p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 38px;
}

.page-hero-copy .arrow-link {
  margin-top: 0;
}

.page-index-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 76px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.page-index-strip--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.page-index-strip > span,
.page-index-strip > a {
  min-height: 66px;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-right: 1px solid var(--line);
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.page-index-strip > :first-child {
  padding-left: 0;
}

.page-index-strip > :last-child {
  border-right: 0;
}

.page-index-strip b {
  color: var(--gold);
  font-size: 0.6rem;
}

.page-hero--olive {
  color: var(--ivory);
  background: var(--olive);
  border-color: var(--line-light);
}

.page-hero--olive h1 em,
.page-hero--navy h1 em {
  color: var(--pollen);
}

.page-hero--olive .page-hero-copy > p,
.page-hero--navy .page-hero-copy > p {
  color: rgba(246, 241, 230, 0.7);
}

.page-hero--olive .page-index-strip,
.page-hero--navy .page-index-strip {
  border-color: var(--line-light);
}

.page-hero--olive .page-index-strip > span,
.page-hero--olive .page-index-strip > a,
.page-hero--navy .page-index-strip > span,
.page-hero--navy .page-index-strip > a {
  border-color: var(--line-light);
}

.page-hero--olive .page-index-strip b,
.page-hero--navy .page-index-strip b {
  color: var(--pollen);
}

.page-hero--navy {
  color: var(--ivory);
  background: var(--navy);
  border-color: var(--line-light);
}

.page-hero--image {
  position: relative;
  min-height: min(760px, calc(100svh - 24px));
  overflow: hidden;
  isolation: isolate;
  color: var(--ivory);
  border-color: var(--line-light);
}

.page-hero-media,
.page-hero-image-overlay {
  position: absolute;
  inset: 0;
}

.page-hero-media {
  z-index: -2;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.page-hero-image-overlay {
  z-index: -1;
  background: rgba(15, 27, 45, 0.58);
}

.page-hero--image .page-hero-copy > p {
  color: rgba(246, 241, 230, 0.78);
}

.page-hero--image .page-index-strip {
  border-color: rgba(246, 241, 230, 0.34);
}

.page-hero--image .page-index-strip > span,
.page-hero--image .page-index-strip > a {
  border-color: rgba(246, 241, 230, 0.34);
}

.page-hero--image .page-index-strip b {
  color: var(--pollen);
}

.page-lead {
  display: grid;
  grid-template-columns: minmax(160px, 0.3fr) minmax(0, 1.2fr) minmax(280px, 0.48fr);
  align-items: start;
  gap: 52px;
  border-bottom: 1px solid var(--line);
}

.service-solutions {
  color: var(--ivory);
  background: var(--olive);
}

.service-solutions-head {
  display: grid;
  grid-template-columns: minmax(160px, 0.3fr) minmax(0, 1.2fr) minmax(280px, 0.48fr);
  align-items: end;
  gap: 52px;
  padding-bottom: 96px;
}

.service-solutions-head h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 0.98;
}

.service-solutions-head h2 em {
  color: var(--pollen);
  font-weight: 400;
}

.service-solutions-head > p {
  margin: 0 0 8px;
  color: rgba(246, 241, 230, 0.7);
  line-height: 1.7;
}

.service-solution-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
}

.service-solution-list article {
  min-height: 260px;
  padding: 42px var(--page-pad) 46px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.service-solution-list article:nth-child(2n) {
  border-right: 0;
}

.service-solution-list article > span {
  color: var(--pollen);
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-solution-list h3 {
  margin: 32px 0 0;
  font-family: var(--font-serif);
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1;
}

.service-solution-list p {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(246, 241, 230, 0.7);
  line-height: 1.65;
}

.presentation-callout {
  display: grid;
  grid-template-columns: minmax(160px, 0.3fr) minmax(0, 1fr) 58px;
  align-items: center;
  gap: 52px;
  padding: 64px var(--page-pad);
  color: var(--navy);
  background: var(--pollen);
  border-bottom: 1px solid rgba(15, 27, 45, 0.24);
}

.presentation-callout > span {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.presentation-callout strong {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.presentation-callout i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--ivory);
  background: var(--navy);
  border-radius: 50%;
  font-family: var(--font-symbol);
  font-size: 1.15rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  transition: transform 220ms var(--ease);
}

.presentation-callout:hover i {
  transform: translate(4px, -4px);
}

.page-lead h2 {
  max-width: 850px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 0.98;
}

.page-lead h2 em {
  color: var(--olive);
  font-weight: 400;
}

.page-lead-copy {
  padding-top: 8px;
}

.page-lead-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.page-lead-copy p + p {
  margin-top: 22px;
}

.services-detail {
  border-top: 0;
}

.services-detail .services-heading {
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr) minmax(270px, 0.42fr);
}

.services-detail .services-heading h2 {
  font-size: 4.8rem;
}

.engagements {
  padding: 132px var(--page-pad);
  color: var(--ivory);
  background: var(--navy);
}

.engagements-head,
.decision-head,
.rhythm-head,
.studio-origin-head {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr);
  align-items: end;
  gap: 52px;
}

.engagements h2,
.decision-guide h2,
.working-rhythm h2,
.studio-origin h2 {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 0.98;
}

.engagements h2 em,
.working-rhythm h2 em {
  color: var(--pollen);
  font-weight: 400;
}

.engagement-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 82px;
  border-top: 1px solid var(--line-light);
}

.engagement-list article {
  min-height: 310px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 26px 28px 30px;
  border-right: 1px solid var(--line-light);
}

.engagement-list article:first-child {
  padding-left: 0;
}

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

.engagement-list article > span,
.rhythm-list article > span,
.studio-principle-list article > span {
  color: var(--pollen);
  font-size: 0.62rem;
  font-weight: 800;
}

.engagement-list h3,
.decision-grid h3,
.rhythm-list h3,
.studio-principle-list h3 {
  align-self: center;
  margin: 34px 0;
  font-family: var(--font-serif);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.05;
}

.engagement-list p,
.rhythm-list p,
.studio-principle-list p {
  max-width: 350px;
  margin: 0;
  color: rgba(246, 241, 230, 0.66);
  line-height: 1.7;
}

.call-moments .moments-head {
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr);
}

.call-moments .moments-head h2 {
  font-size: 4.8rem;
}

.decision-guide {
  padding: 132px var(--page-pad);
  background: var(--ivory);
}

.decision-guide h2 em,
.studio-origin h2 em {
  color: var(--olive);
  font-weight: 400;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 82px;
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--line);
}

.decision-grid article {
  min-height: 320px;
  padding: 26px 30px 30px;
  border-right: 1px solid var(--line);
}

.decision-grid article:first-child {
  padding-left: 0;
}

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

.decision-grid article > span {
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.decision-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.decision-grid li {
  position: relative;
  padding-left: 16px;
  color: var(--muted);
  line-height: 1.55;
}

.decision-grid li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--gold);
}

.approach-detail {
  padding-top: 140px;
}

.approach-detail .approach-heading h2 {
  font-size: 4.8rem;
}

.working-rhythm {
  padding: 132px var(--page-pad);
  color: var(--ivory);
  background: var(--bark);
}

.rhythm-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 82px;
  border-top: 1px solid var(--line-light);
}

.rhythm-list article {
  min-height: 300px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 26px 24px 28px;
  border-right: 1px solid var(--line-light);
}

.rhythm-list article:first-child {
  padding-left: 0;
}

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

.rhythm-list h3 {
  font-size: 2rem;
}

.studio-origin {
  padding: 140px var(--page-pad);
}

.studio-origin-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.48fr);
  gap: 10%;
  margin-top: 86px;
  padding-top: 32px;
  border-top: 1px solid var(--navy);
}

.studio-origin-lead {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 2.5rem;
  line-height: 1.35;
}

.studio-origin-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.studio-origin-body p + p {
  margin-top: 24px;
}

.studio-value-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 96px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.studio-value-list article {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.studio-value-list article:first-child {
  padding-left: 0;
}

.studio-value-list article:last-child {
  padding-right: 0;
  border-right: 0;
}

.studio-value-list span {
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 800;
}

.studio-value-list h3 {
  margin: 48px 0 0;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 400;
}

.studio-value-list p {
  margin: 15px 0 0;
  color: var(--muted);
}

.studio-principles {
  padding: 132px var(--page-pad);
  color: var(--ivory);
  background: var(--bark);
}

.studio-principles > h2 {
  max-width: 860px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 0.98;
}

.studio-principles > h2 em {
  color: var(--pollen);
  font-weight: 400;
}

.studio-principle-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 82px;
  border-top: 1px solid var(--line-light);
}

.studio-principle-list article {
  min-height: 300px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 26px 28px 30px;
  border-right: 1px solid var(--line-light);
}

.studio-principle-list article:first-child {
  padding-left: 0;
}

.studio-principle-list article:last-child {
  padding-right: 0;
  border-right: 0;
}

.next-page {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr) 54px;
  align-items: center;
  gap: 42px;
  padding: 66px var(--page-pad);
  color: var(--navy);
  background: var(--pollen);
  border-bottom: 1px solid rgba(15, 27, 45, 0.24);
}

.next-page > span {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.next-page strong {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.next-page i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: var(--ivory);
  border-radius: 50%;
  font-size: 1rem;
  font-family: var(--font-symbol);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  transition: transform 220ms var(--ease);
}

.next-page:hover i {
  transform: translate(4px, -4px);
}

@media (max-width: 1180px) {
  .page-hero h1 {
    font-size: 5.8rem;
  }

  .page-lead h2,
  .service-solutions-head h2,
  .engagements h2,
  .decision-guide h2,
  .working-rhythm h2,
  .studio-origin h2,
  .studio-principles > h2 {
    font-size: 4.2rem;
  }

  .services-detail .services-heading h2,
  .call-moments .moments-head h2,
  .approach-detail .approach-heading h2 {
    font-size: 4.2rem;
  }

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

  .rhythm-list article:nth-child(2) {
    border-right: 0;
  }

  .rhythm-list article:nth-child(n + 3) {
    border-top: 1px solid var(--line-light);
  }
}

@media (max-width: 980px) {
  .page-hero {
    padding-top: 86px;
  }

  .page-hero-grid {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .page-hero-copy {
    grid-column: 2;
    margin-top: 12px;
  }

  .page-hero h1 {
    font-size: 5rem;
  }

  .page-index-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-index-strip > :nth-child(2) {
    border-right: 0;
  }

  .page-index-strip > :nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .page-hero--olive .page-index-strip > :nth-child(n + 3),
  .page-hero--navy .page-index-strip > :nth-child(n + 3),
  .page-hero--image .page-index-strip > :nth-child(n + 3) {
    border-top-color: var(--line-light);
  }

  .page-index-strip > :nth-child(3) {
    padding-left: 0;
  }

  .page-index-strip--five > :last-child {
    grid-column: 1 / -1;
    padding-left: 0;
  }

  .page-lead {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .service-solutions-head {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .service-solutions-head > p {
    grid-column: 2;
  }

  .page-lead-copy {
    grid-column: 2;
  }

  .services-detail .services-heading {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .services-detail .services-heading > p {
    grid-column: 2;
  }

  .engagement-list,
  .decision-grid,
  .studio-principle-list {
    grid-template-columns: 1fr;
  }

  .engagement-list article,
  .engagement-list article:first-child,
  .engagement-list article:last-child,
  .decision-grid article,
  .decision-grid article:first-child,
  .decision-grid article:last-child,
  .studio-principle-list article,
  .studio-principle-list article:first-child,
  .studio-principle-list article:last-child {
    min-height: 240px;
    padding: 26px 0 30px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .decision-grid article,
  .decision-grid article:first-child,
  .decision-grid article:last-child {
    border-bottom-color: var(--line);
  }

  .engagement-list article:last-child,
  .decision-grid article:last-child,
  .studio-principle-list article:last-child {
    border-bottom: 0;
  }

  .studio-origin-copy {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .studio-value-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-value-list article:nth-child(2) {
    border-right: 0;
  }

  .studio-value-list article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .page-hero {
    min-height: 620px;
    padding-top: 64px;
  }

  .page-hero-grid,
  .page-lead,
  .service-solutions-head,
  .services-detail .services-heading,
  .engagements-head,
  .decision-head,
  .rhythm-head,
  .studio-origin-head,
  .call-moments .moments-head {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .page-hero-copy,
  .page-lead-copy,
  .service-solutions-head > p,
  .services-detail .services-heading > p {
    grid-column: 1;
  }

  .page-hero h1 {
    font-size: 3.65rem;
  }

  .page-index-strip {
    margin-top: 54px;
  }

  .page-index-strip > span,
  .page-index-strip > a {
    min-height: 58px;
    padding: 0 12px;
  }

  .page-lead,
  .service-solutions-head,
  .engagements,
  .decision-guide,
  .working-rhythm,
  .studio-origin,
  .studio-principles {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .page-lead h2,
  .service-solutions-head h2,
  .engagements h2,
  .decision-guide h2,
  .working-rhythm h2,
  .studio-origin h2,
  .studio-principles > h2,
  .services-detail .services-heading h2,
  .call-moments .moments-head h2,
  .approach-detail .approach-heading h2 {
    font-size: 3.2rem;
  }

  .service-solutions-head {
    padding-bottom: 70px;
  }

  .service-solution-list {
    grid-template-columns: 1fr;
  }

  .service-solution-list article,
  .service-solution-list article:nth-child(2n) {
    min-height: 0;
    padding-top: 34px;
    padding-bottom: 38px;
    border-right: 0;
  }

  .service-solution-list h3 {
    font-size: 2.25rem;
  }

  .engagement-list,
  .decision-grid,
  .rhythm-list,
  .studio-origin-copy,
  .studio-value-list,
  .studio-principle-list {
    margin-top: 58px;
  }

  .rhythm-list {
    grid-template-columns: 1fr;
  }

  .rhythm-list article,
  .rhythm-list article:first-child,
  .rhythm-list article:last-child {
    min-height: 230px;
    padding: 26px 0 28px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .rhythm-list article:last-child {
    border-bottom: 0;
  }

  .studio-origin-lead {
    font-size: 2rem;
  }

  .studio-value-list {
    grid-template-columns: 1fr;
  }

  .studio-value-list article,
  .studio-value-list article:first-child,
  .studio-value-list article:last-child {
    min-height: 160px;
    padding: 24px 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .studio-value-list article:first-child {
    border-top: 0;
  }

  .studio-value-list h3 {
    margin-top: 32px;
  }

  .next-page {
    grid-template-columns: 1fr 48px;
    gap: 18px;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .presentation-callout {
    grid-template-columns: 1fr 48px;
    gap: 18px;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .presentation-callout > span {
    grid-column: 1 / -1;
  }

  .presentation-callout strong {
    font-size: 2.15rem;
  }

  .presentation-callout i {
    width: 48px;
    height: 48px;
  }

  .next-page > span {
    grid-column: 1 / -1;
  }

  .next-page strong {
    font-size: 2.15rem;
  }

  .next-page i {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 420px) {
  .page-hero h1 {
    font-size: 3.15rem;
  }

  .page-index-strip {
    grid-template-columns: 1fr;
  }

  .page-index-strip > span,
  .page-index-strip > a,
  .page-index-strip > :nth-child(2),
  .page-index-strip > :nth-child(3) {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .page-index-strip > :first-child {
    border-top: 0;
  }

  .page-hero--olive .page-index-strip > span,
  .page-hero--navy .page-index-strip > span,
  .page-hero--image .page-index-strip > span {
    border-top-color: var(--line-light);
  }

  .page-lead h2,
  .service-solutions-head h2,
  .engagements h2,
  .decision-guide h2,
  .working-rhythm h2,
  .studio-origin h2,
  .studio-principles > h2,
  .services-detail .services-heading h2,
  .call-moments .moments-head h2,
  .approach-detail .approach-heading h2 {
    font-size: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .next-page i {
    transition: none;
  }
}
