/*!
Theme Name: HAROOSH theme
Theme URI:
Description: A custom theme for the HAROOSH GROUP website
Author: Avsha Agasi
Author URI: http://the-two.co
Version: 1.0.0
Tags: Clean, Minimal, Dark, Editorial
*/
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("fonts/newsreader-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url("fonts/newsreader-italic-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/inter-latin.woff2") format("woff2");
}
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: 76px;
  background: #0a0a0b;
}

body {
  font-weight: 400;
  line-height: 1;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
}

button {
  font-family: inherit;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
}

::selection {
  background: #ffffff;
  color: #0a0a0b;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 4px;
}

.overflow {
  overflow: hidden;
}

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

.container {
  position: relative;
  min-height: 100vh;
  overflow: clip;
}

.content-wrapper {
  position: relative;
  width: calc(100% - 136px);
  max-width: 1648px;
  margin: auto;
}

.section {
  position: relative;
  padding: 136px 0;
}

.ofc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
  overflow: hidden;
}

.section-label,
.support-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #b4aea6;
  display: block;
}

.section-label {
  margin-bottom: 24px;
}

.placeholder-note {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0;
}
.placeholder-note em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.placeholder-note {
  color: #b4aea6;
  margin-top: 20px;
}
.placeholder-note::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: 1px;
  opacity: 0.7;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 30px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: #ffffff;
  background: transparent;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
.button span {
  position: relative;
  white-space: nowrap;
}
.button:hover, .button:focus-visible {
  color: #0a0a0b;
  border-color: #ffffff;
}
.button:hover::before, .button:focus-visible::before {
  transform: scaleX(1);
}

.text-link {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: #ffffff;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.text-link:hover, .text-link:focus-visible {
  color: #ffffff;
}
.text-link:hover::after, .text-link:focus-visible::after {
  opacity: 1;
  animation: link-sweep 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes link-sweep {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  49% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  50% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.disclosure {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 32px;
}
.disclosure summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
  color: #ffffff;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.disclosure summary::-webkit-details-marker {
  display: none;
}
.disclosure summary:hover .disclosure-label {
  color: #ffffff;
}
.disclosure .disclosure-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #b4aea6;
  color: #ffffff;
  font-size: 15px;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.disclosure .disclosure-count {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #b4aea6;
  color: #b4aea6;
  font-variant-numeric: tabular-nums;
}
.disclosure .disclosure-icon {
  position: relative;
  margin-left: auto;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  color: #ffffff;
}
.disclosure .disclosure-icon::before, .disclosure .disclosure-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.disclosure .disclosure-icon::after {
  transform: rotate(90deg);
}
.disclosure[open] .disclosure-icon::after {
  transform: rotate(0deg);
}
.disclosure .disclosure-panel {
  padding: 4px 0 20px;
}

.capability-list li {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 1781px) {
  .capability-list li {
    font-size: 16px;
  }
}
.capability-list li {
  line-height: 1.45;
  color: #ffffff;
  letter-spacing: 0;
}
.capability-list li em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.capability-list li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.capability-list li:last-child {
  border-bottom: 0;
}

.skip-link:focus,
.skip-link:focus-visible {
  clip: auto !important;
  height: auto !important;
  left: 20px;
  margin: 0 !important;
  overflow: visible !important;
  padding: 12px 16px !important;
  position: fixed !important;
  top: 20px;
  width: auto !important;
  z-index: 1000;
  background: #ffffff;
  color: #0a0a0b;
  outline: 1px solid currentColor;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.hide-on-d {
  display: none;
}

.hide-on-m {
  display: block;
}

@media screen and (max-width: 1024px) {
  .section-label,
  .support-label,
  .hero .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .section-label {
    margin-bottom: 18px;
  }
  html {
    scroll-padding-top: 56px;
  }
  .content-wrapper {
    width: calc(100% - 48px);
  }
  .section {
    padding: 96px 0;
  }
  .button {
    height: 54px;
    padding: 0 24px;
    font-size: 15px;
  }
  .hide-on-d {
    display: block;
  }
  .hide-on-m {
    display: none;
  }
}
.section-head .section-headline {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.024em;
  color: #ffffff;
  text-wrap: balance;
}
.section-head .section-headline em {
  font-family: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.09em;
  line-height: 0.8;
  letter-spacing: -0.008em;
  color: inherit;
  font-optical-sizing: auto;
}
.section-head .section-headline {
  max-width: 900px;
}
.section-head .section-headline .line {
  display: block;
}
.section-head .section-intro {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (min-width: 1781px) {
  .section-head .section-intro {
    font-size: 19px;
  }
}
.section-head .section-intro {
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 0;
}
.section-head .section-intro em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.section-head .section-intro {
  max-width: 640px;
  margin-top: 28px;
}

@media screen and (max-width: 1024px) {
  .section-head .section-headline {
    font-size: 32px;
    line-height: 1.1;
  }
  .section-head .section-headline .line {
    display: inline;
  }
  .section-head .section-intro {
    font-size: 16px;
    margin-top: 20px;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  z-index: 900;
  color: #ffffff;
  transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.5s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  border-bottom: 1px solid transparent;
}
.site-header .content-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.site-header.is-scrolled {
  height: 76px;
  background: rgba(10, 10, 11, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.brand {
  display: block;
  flex: 0 0 auto;
}
.brand .brand-logo {
  width: 210px;
  height: auto;
  display: block;
  transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.is-scrolled .brand-logo {
  width: 166px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 44px;
}

.site-nav-list {
  display: flex;
  align-items: center;
  gap: 36px;
}
.site-nav-list a {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #b4aea6;
  font-size: 15px;
  color: #ffffff;
  padding: 6px 0;
  position: relative;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-nav-list a:hover, .site-nav-list a:focus-visible {
  color: #ffffff;
}
.site-nav-list a:hover::after, .site-nav-list a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.site-nav-cta {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #b4aea6;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 1px 32px 0;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-nav-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
.site-nav-cta span {
  position: relative;
  white-space: nowrap;
}
.site-nav-cta:hover, .site-nav-cta:focus-visible {
  color: #0a0a0b;
  border-color: #ffffff;
}
.site-nav-cta:hover::before, .site-nav-cta:focus-visible::before {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .site-header {
    height: 72px;
  }
  .site-header.is-scrolled {
    height: 56px;
  }
  .brand .brand-logo,
  .site-header.is-scrolled .brand-logo {
    width: 132px;
  }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    height: 44px;
    padding: 0;
    position: relative;
    z-index: 2;
    color: #ffffff;
  }
  .nav-toggle .nav-toggle-label {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.3;
    color: #b4aea6;
    color: #ffffff;
  }
  .nav-toggle .nav-toggle-lines {
    position: relative;
    width: 24px;
    height: 9px;
    display: block;
  }
  .nav-toggle .nav-toggle-lines i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), top 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .nav-toggle .nav-toggle-lines i:first-child {
    top: 0;
  }
  .nav-toggle .nav-toggle-lines i:last-child {
    top: 8px;
  }
  body.nav-open .nav-toggle .nav-toggle-lines i {
    top: 4px;
  }
  body.nav-open .nav-toggle .nav-toggle-lines i:first-child {
    transform: rotate(45deg);
  }
  body.nav-open .nav-toggle .nav-toggle-lines i:last-child {
    transform: rotate(-45deg);
  }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    background: #000000;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
    padding: 120px 24px 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.5s;
  }
  body.nav-open .site-nav {
    opacity: 1;
    visibility: visible;
  }
  .site-nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    margin-top: auto;
    flex: 0 0 auto;
  }
  .site-nav-list li {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    transform: translateY(16px);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  body.nav-open .site-nav-list li {
    transform: none;
    opacity: 1;
  }
  .site-nav-list li:nth-child(1) {
    transition-delay: 100ms;
  }
  .site-nav-list li:nth-child(2) {
    transition-delay: 140ms;
  }
  .site-nav-list li:nth-child(3) {
    transition-delay: 180ms;
  }
  .site-nav-list li:nth-child(4) {
    transition-delay: 220ms;
  }
  .site-nav-list li:nth-child(5) {
    transition-delay: 260ms;
  }
  .site-nav-list li:nth-child(6) {
    transition-delay: 300ms;
  }
  .site-nav-list li:nth-child(7) {
    transition-delay: 340ms;
  }
  .site-nav-list li:nth-child(8) {
    transition-delay: 380ms;
  }
  .site-nav-list a {
    display: block;
    width: 100%;
    padding: 18px 0;
    font-family: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -0.01em;
    text-transform: none;
    color: #ffffff;
  }
  .site-nav-list a::after {
    display: none;
  }
  .site-nav-cta {
    width: 100%;
    justify-content: center;
    height: 54px;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 1024px) and (max-height: 700px) {
  .site-nav {
    gap: 32px;
    padding-top: 96px;
  }
  .site-nav-list a {
    padding: 13px 0;
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  body.nav-open {
    overflow: hidden;
  }
}
.contact-form .hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-form .fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 32px;
}
.contact-form .fields .full {
  grid-column: 1/-1;
}
.contact-form .field {
  position: relative;
}
.contact-form .field label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #b4aea6;
  color: #b4aea6;
  display: block;
  margin-bottom: 12px;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.contact-form .field:focus-within label {
  color: #ffffff;
}
.contact-form .field.is-invalid label {
  color: #c8553d;
}
.contact-form .field.is-invalid input,
.contact-form .field.is-invalid textarea {
  border-color: #c8553d;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  padding: 6px 0 16px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .contact-form input,
  .contact-form textarea {
    font-size: 18px;
  }
}
.contact-form input,
.contact-form textarea {
  line-height: 1.4;
  color: #ffffff;
  border-radius: 0;
  outline: none;
  appearance: none;
  transition: border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #ffffff;
  outline: none;
}
.contact-form input:-webkit-autofill,
.contact-form textarea:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  box-shadow: 0 0 0 1000px #0a0a0b inset;
  transition: background-color 9999s ease-out;
}
.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form ::placeholder {
  color: #b4aea6;
}
.contact-form .form-foot {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 44px;
}
.contact-form .form-foot .button {
  height: 54px;
  min-width: 160px;
  padding: 0 28px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-form .form-note {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0;
}
.contact-form .form-note em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.contact-form .form-note {
  color: #b4aea6;
  max-width: 260px;
}

.form-status {
  padding: 28px 32px;
  margin-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  outline: none;
}
.form-status p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .form-status p {
    font-size: 18px;
  }
}
.form-status p {
  line-height: 1.55;
  color: #ffffff;
  letter-spacing: 0;
}
.form-status p em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.form-status p {
  color: #ffffff;
}
.form-status.is-success {
  border-color: rgba(255, 255, 255, 0.3);
}
.form-status.is-success p {
  font-family: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.35;
}
.form-status.is-error {
  border-color: rgba(200, 85, 61, 0.6);
}

@media screen and (max-width: 1024px) {
  .contact-form .fields {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 16px;
  }
  .contact-form .form-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 40px;
  }
  .contact-form .button {
    width: 100%;
  }
  .form-status {
    padding: 22px 24px;
    margin-bottom: 32px;
  }
  .form-status.is-success p {
    font-size: 20px;
  }
}
.site-footer {
  position: relative;
  background: #000000;
  color: #ffffff;
  padding: 80px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.site-footer .footer-top {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 32px;
  align-items: start;
}
.site-footer .footer-brand {
  grid-column: 1/span 5;
}
.site-footer .footer-brand .footer-logo {
  width: 320px;
  height: auto;
}
.site-footer .footer-col {
  grid-column: span 2;
}
.site-footer .footer-col:nth-child(2) {
  grid-column: 7/span 2;
}
.site-footer .footer-col:last-child {
  grid-column: 11/span 2;
}
.site-footer .footer-heading {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #b4aea6;
  margin-bottom: 18px;
}
.site-footer .footer-col li {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 1781px) {
  .site-footer .footer-col li {
    font-size: 16px;
  }
}
.site-footer .footer-col li {
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0;
}
.site-footer .footer-col li em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.site-footer .footer-col li {
  color: #b4aea6;
  padding: 6px 0;
}
.site-footer .footer-col a {
  display: inline-block;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-footer .footer-col a:hover, .site-footer .footer-col a:focus-visible {
  color: #ffffff;
}
.site-footer .footer-col .footer-office {
  color: #b4aea6;
}
.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.site-footer .footer-bottom .footer-copyright {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0;
}
.site-footer .footer-bottom .footer-copyright em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.site-footer .footer-bottom .footer-copyright {
  color: #b4aea6;
}
.site-footer .footer-bottom .footer-descriptor {
  margin-left: 14px;
  color: #b4aea6;
}
.site-footer .footer-bottom .footer-top-link {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #b4aea6;
  color: #b4aea6;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-footer .footer-bottom .footer-top-link:hover, .site-footer .footer-bottom .footer-top-link:focus-visible {
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .site-footer {
    padding: 64px 0 32px;
  }
  .site-footer .footer-top {
    display: block;
  }
  .site-footer .footer-brand .footer-logo {
    width: 200px;
  }
  .site-footer .footer-col {
    margin-top: 40px;
  }
  .site-footer .footer-heading {
    color: #ffffff;
    margin-bottom: 6px;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 56px;
  }
  .site-footer .footer-descriptor {
    display: block;
    margin: 6px 0 0;
  }
}
.home-wrapper {
  position: relative;
  color: #ffffff;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  background: #000000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}
.hero .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero .hero-media::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 280px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
}
.hero .hero-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: linear-gradient(to bottom, rgba(10, 10, 11, 0) 0%, rgba(10, 10, 11, 0.55) 55%, #0a0a0b 100%);
}
.hero .hero-video,
.hero .hero-still img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}
.hero .hero-video {
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero .hero-still {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero.is-playing .hero-video {
  opacity: 1;
}
.hero.is-fallback .hero-still, .hero:not(.has-js) .hero-still {
  opacity: 1;
}
@media screen and (min-aspect-ratio: 16/9) {
  .hero .hero-video,
  .hero .hero-still img {
    object-fit: contain;
    object-position: 100% 100%;
  }
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 160px 0 140px;
}
.hero-content .hero-eyebrow {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #b4aea6;
  margin-bottom: 24px;
}
.hero-content .hero-headline {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 84px;
  line-height: 1.1;
  letter-spacing: -0.024em;
  color: #ffffff;
  text-wrap: balance;
}
.hero-content .hero-headline em {
  font-family: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.09em;
  line-height: 0.8;
  letter-spacing: -0.008em;
  color: inherit;
  font-optical-sizing: auto;
}
.hero-content .hero-headline {
  letter-spacing: -0.03em;
  max-width: 940px;
}
.hero-content .hero-headline .line {
  display: block;
}
.hero-content .hero-headline em {
  font-size: 1.1em;
  letter-spacing: -0.012em;
}
.hero-content .hero-below {
  margin-top: 40px;
  max-width: 596px;
}
.hero-content .hero-lede {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
}
@media screen and (min-width: 1781px) {
  .hero-content .hero-lede {
    font-size: 20px;
  }
}
.hero-content .hero-lede {
  line-height: 1.55;
  color: #ffffff;
  letter-spacing: 0;
}
.hero-content .hero-lede em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.hero-content .hero-lede {
  color: #ffffff;
}

.about {
  background: #0a0a0b;
  padding: 120px 0 20px;
}
.about .about-grid {
  display: grid;
  grid-template-columns: minmax(0, 600fr) minmax(0, 911fr);
  column-gap: 8.3%;
  align-items: start;
}
.about .about-statement {
  grid-column: 1;
}
.about .about-statement-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.024em;
  color: #ffffff;
  text-wrap: balance;
}
.about .about-statement-text em {
  font-family: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.09em;
  line-height: 0.8;
  letter-spacing: -0.008em;
  color: inherit;
  font-optical-sizing: auto;
}
.about .about-statement-text {
  max-width: 780px;
}
.about .about-statement-text .line {
  display: block;
}
.about .about-copy {
  grid-column: 2;
  padding-top: 44px;
  text-wrap: pretty;
}
.about .about-intro {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .about .about-intro {
    font-size: 18px;
  }
}
.about .about-intro {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.about .about-intro em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.about .about-intro {
  color: #ffffff;
  max-width: 830px;
}
.about .about-body .line {
  display: block;
}
.about .about-body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .about .about-body {
    font-size: 18px;
  }
}
.about .about-body {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.about .about-body em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.about .about-body {
  margin-top: 26px;
}
.about .about-founder {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .about .about-founder {
    font-size: 18px;
  }
}
.about .about-founder {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.about .about-founder em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.about .about-founder {
  color: #b4aea6;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.about .about-founder .text-link {
  font-size: inherit;
  padding-bottom: 2px;
  margin: 0 1px;
}

.companies {
  background: #1c1c21;
  overflow: hidden;
}
.companies .companies-mark {
  position: absolute;
  width: 1014px;
  color: #ffffff;
  opacity: 0.028;
  pointer-events: none;
}
.companies .companies-mark .infinity-mark {
  display: block;
  width: 100%;
  height: auto;
}
.companies .companies-mark {
  width: 58%;
  right: -8%;
  top: -8%;
  opacity: 0.032;
}
.companies .companies-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 32px;
  align-items: end;
  margin-bottom: 108px;
}
.companies .companies-head .section-head {
  grid-column: 1/span 7;
}
.companies .companies-intro {
  grid-column: 8/span 5;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .companies .companies-intro {
    font-size: 18px;
  }
}
.companies .companies-intro {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.companies .companies-intro em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.companies .companies-intro {
  padding-bottom: 6px;
  text-align: left;
  width: fit-content;
  max-width: 100%;
  justify-self: end;
}
.companies .companies-intro .line {
  display: block;
}
.companies .company-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(7, auto);
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.companies .company {
  padding: 53px 48px 48px 0;
  text-wrap: pretty;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 7;
  align-content: start;
}
.companies .company + .company {
  padding-left: 48px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.companies .company:last-child {
  padding-right: 0;
}
.companies .company .company-caps {
  grid-row: 7;
  align-self: start;
}
.companies .company {
  cursor: pointer;
  position: relative;
}
.companies .company::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.companies .company:hover::before, .companies .company:focus-within::before {
  transform: scaleX(1);
}
@supports not (grid-template-rows: subgrid) {
  .companies .company {
    display: flex;
    flex-direction: column;
  }
  .companies .company .company-caps {
    margin-top: auto;
  }
}
.companies .company-index {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 0.18;
  margin: 0 0 16px;
  font-variant-numeric: tabular-nums;
}
.companies .company-kind {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #b4aea6;
  margin-bottom: 24px;
}
.companies .company-name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.022em;
  color: #ffffff;
  text-wrap: balance;
  display: flex;
  align-items: center;
}
.companies .company-name .company-logo {
  display: block;
  height: calc(var(--h, 40px) * var(--logo-scale, 1));
  width: auto;
  max-width: 100%;
}
.companies .company-role {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .companies .company-role {
    font-size: 18px;
  }
}
.companies .company-role {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.companies .company-role em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.companies .company-role {
  color: #ffffff;
  margin-top: 22px;
}
.companies .company-body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .companies .company-body {
    font-size: 18px;
  }
}
.companies .company-body {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.companies .company-body em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.companies .company-body {
  margin-top: 18px;
}
.companies .company-body p + p {
  margin-top: 16px;
}
.companies .company-ownership {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 1781px) {
  .companies .company-ownership {
    font-size: 16px;
  }
}
.companies .company-ownership {
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0;
}
.companies .company-ownership em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.companies .company-ownership {
  color: #ffffff;
  margin-top: 18px;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.companies .company-caps {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 34px;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.companies .company-caps .company-caps-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #b4aea6;
  color: #ffffff;
  font-size: 15px;
}
.companies .company-caps .company-caps-arrow {
  margin-left: auto;
  flex: 0 0 auto;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.decisions {
  background: #0a0a0b;
}
.decisions .decisions-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 32px;
  align-items: end;
  margin-bottom: 108px;
}
.decisions .decisions-head .section-head {
  grid-column: 1/span 7;
}
.decisions .decisions-intro {
  grid-column: 8/span 5;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .decisions .decisions-intro {
    font-size: 18px;
  }
}
.decisions .decisions-intro {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.decisions .decisions-intro em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.decisions .decisions-intro {
  padding-bottom: 6px;
  text-align: left;
  width: fit-content;
  max-width: 100%;
  justify-self: end;
}
.decisions .decisions-intro .line {
  display: block;
}
.decisions .decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 36px;
}
.decisions .decision {
  padding: 26px 24px 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.decisions .decision-icon {
  display: block;
  width: 34px;
  color: #ffffff;
  opacity: 0.34;
  margin-bottom: 18px;
}
.decisions .decision-icon .decision-icon-svg {
  display: block;
  width: 100%;
  height: auto;
}
.decisions .decision-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.022em;
  color: #ffffff;
  text-wrap: balance;
}
.decisions .decision-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .decisions .decision-text {
    font-size: 18px;
  }
}
.decisions .decision-text {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.decisions .decision-text em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.decisions .decision-text {
  margin-top: 14px;
}

@keyframes logo-band {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.clients {
  background: #1c1c21;
  overflow: hidden;
}
.clients .clients-mark {
  position: absolute;
  width: 1014px;
  color: #ffffff;
  opacity: 0.028;
  pointer-events: none;
}
.clients .clients-mark .infinity-mark {
  display: block;
  width: 100%;
  height: auto;
}
.clients .clients-mark {
  width: 58%;
  left: -10%;
  bottom: -14%;
  opacity: 0.032;
}
.clients .clients-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 32px;
  align-items: end;
  margin-bottom: 90px;
}
.clients .clients-head .section-head {
  grid-column: 1/span 6;
}
.clients .clients-intro {
  grid-column: 8/span 5;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .clients .clients-intro {
    font-size: 18px;
  }
}
.clients .clients-intro {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.clients .clients-intro em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.clients .clients-intro {
  padding-bottom: 6px;
  text-align: left;
  width: fit-content;
  max-width: 100%;
  justify-self: end;
}
.clients .client-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}
.clients .client-logo-grid.is-placeholder {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.clients .client-logo-grid li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 176px;
  padding: 12px 28px;
  background: #232328;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.clients .client-logo-grid img {
  height: calc(var(--h, 40px) * var(--logo-scale, 1));
  width: auto;
  max-width: 82%;
  object-fit: contain;
}
.clients .client-logo-band {
  display: flex;
  width: 100%;
  margin-top: 90px;
  padding: 34px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%);
}
.clients .client-logo-band:hover .client-logo-track {
  animation-play-state: paused;
}
.clients .client-logo-track {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0;
  animation: logo-band 64s linear infinite;
}
.clients .client-logo-track li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 52px;
}
.clients .client-logo-track img {
  height: calc(var(--h, 36px) * var(--logo-scale, 1));
  width: auto;
}
@media (prefers-reduced-motion: reduce) {
  .clients .client-logo-band {
    mask-image: none;
    -webkit-mask-image: none;
  }
  .clients .client-logo-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 32px;
  }
  .clients .client-logo-track[aria-hidden=true] {
    display: none;
  }
}
.clients .logo-mark {
  color: #ffffff;
  opacity: 0.74;
  text-align: center;
  max-width: 100%;
  line-height: 1.25;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.clients .logo-mark--serif-caps {
  font-family: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.clients .logo-mark--sans-bold {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.045em;
}
.clients .logo-mark--monogram {
  font-family: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border: 1px solid currentColor;
  border-radius: 50%;
  letter-spacing: -0.02em;
}
.clients .logo-mark--sans-wide {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.clients .logo-mark--serif-italic {
  font-family: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
}
.clients .logo-mark--stacked {
  flex-direction: column;
  gap: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}
.clients .logo-mark--sans-light {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.clients .placeholder-note {
  margin-top: 18px;
}
.clients .clients-support {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 32px;
  margin-top: 90px;
  padding-top: 0;
  border-top: 0;
}
.clients .clients-support-col:first-child {
  grid-column: 1/span 5;
}
.clients .clients-support-col:last-child {
  grid-column: 7/span 6;
}
.clients .clients-support-col .support-label {
  margin-bottom: 16px;
}
.clients .industry-line,
.clients .who-line {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .clients .industry-line,
  .clients .who-line {
    font-size: 18px;
  }
}
.clients .industry-line,
.clients .who-line {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.clients .industry-line em,
.clients .who-line em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.clients .industry-line,
.clients .who-line {
  text-wrap: pretty;
  padding-right: 30px;
}
.clients .industry-line {
  color: #ffffff;
  max-width: 640px;
}

.perspective {
  position: relative;
  aspect-ratio: 1/0.38;
  height: auto;
  min-height: 0;
  max-height: 100%;
  background: #0a0a0b;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.perspective .perspective-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.perspective .perspective-media img,
.perspective .perspective-media video {
  position: absolute;
  inset: 0;
  left: 12%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
}
.perspective .perspective-media video {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.perspective .perspective-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, #0a0a0b 0%, rgba(10, 10, 11, 0.85) 8%, rgba(10, 10, 11, 0.45) 18%, rgba(10, 10, 11, 0) 32%, rgba(10, 10, 11, 0) 80%, rgba(10, 10, 11, 0.6) 100%);
}
.perspective .perspective-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, #0a0a0b 0%, #0a0a0b 13%, rgba(10, 10, 11, 0.9) 20%, rgba(10, 10, 11, 0.55) 32%, rgba(10, 10, 11, 0) 46%);
}
.perspective.is-playing .perspective-video {
  opacity: 1;
}
.perspective .perspective-content {
  position: relative;
  z-index: 1;
}
.perspective .perspective-headline {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.024em;
  color: #ffffff;
  text-wrap: balance;
}
.perspective .perspective-headline em {
  font-family: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.09em;
  line-height: 0.8;
  letter-spacing: -0.008em;
  color: inherit;
  font-optical-sizing: auto;
}
.perspective .perspective-headline {
  max-width: 530px;
}
.perspective .perspective-headline .line {
  display: block;
}
.perspective .perspective-support {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .perspective .perspective-support {
    font-size: 18px;
  }
}
.perspective .perspective-support {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.perspective .perspective-support em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.perspective .perspective-support {
  max-width: 412px;
  margin-top: 32px;
}

.leadership {
  background: #0a0a0b;
}
.leadership .leadership-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 32px;
  align-items: start;
}
.leadership .person-portrait {
  grid-column: 1/span 5;
  margin: 0;
}
.leadership .person-portrait .person-portrait-frame {
  position: relative;
  aspect-ratio: 1/1.4;
  background: #1c1c20;
  overflow: hidden;
}
.leadership .person-portrait .person-portrait-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 15%;
}
.leadership .person-portrait .person-portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 11, 0) 55%, rgba(10, 10, 11, 0.42) 100%), linear-gradient(90deg, rgba(10, 10, 11, 0.12) 0%, rgba(10, 10, 11, 0) 30%, rgba(10, 10, 11, 0) 70%, rgba(10, 10, 11, 0.12) 100%);
  pointer-events: none;
}
.leadership .person-portrait .placeholder-note {
  margin-top: 16px;
}
.leadership .person-text {
  grid-column: 7/span 6;
  padding-top: 8px;
}
.leadership .person-name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.022em;
  color: #ffffff;
  text-wrap: balance;
  letter-spacing: -0.024em;
}
.leadership .person-role {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .leadership .person-role {
    font-size: 18px;
  }
}
.leadership .person-role {
  line-height: 1.4;
  color: #ffffff;
  letter-spacing: 0;
}
.leadership .person-role em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.leadership .person-role {
  color: #b4aea6;
  margin-top: 18px;
}
.leadership .person-bio {
  margin-top: 40px;
  max-width: 640px;
}
.leadership .person-bio p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .leadership .person-bio p {
    font-size: 18px;
  }
}
.leadership .person-bio p {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.leadership .person-bio p em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.leadership .person-bio p + p {
  margin-top: 20px;
}
.leadership .person-facts {
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 640px;
}
.leadership .person-fact {
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.leadership .person-fact dt {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .leadership .person-fact dt {
    font-size: 18px;
  }
}
.leadership .person-fact dt {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.leadership .person-fact dt em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.leadership .person-fact dt {
  color: #b4aea6;
}
.leadership .person-fact dd {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .leadership .person-fact dd {
    font-size: 18px;
  }
}
.leadership .person-fact dd {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.leadership .person-fact dd em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.leadership .person-fact dd {
  color: #ffffff;
}
.leadership .person-philosophy {
  margin-top: 48px;
  max-width: 640px;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.leadership .person-philosophy p {
  font-family: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: #ffffff;
  text-wrap: balance;
}
.leadership .person-philosophy p em {
  font-style: italic;
  font-weight: 300;
}
.leadership .person-philosophy p {
  font-style: italic;
  color: #ffffff;
  max-width: 354px;
  text-wrap: pretty;
}
.leadership .text-link {
  margin-top: 40px;
}

.thinking {
  background: #1c1c21;
  overflow: hidden;
}
.thinking .thinking-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 32px;
  align-items: end;
  margin-bottom: 90px;
}
.thinking .thinking-head .section-head {
  grid-column: 1/span 6;
}
.thinking .thinking-intro {
  grid-column: 8/span 5;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .thinking .thinking-intro {
    font-size: 18px;
  }
}
.thinking .thinking-intro {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.thinking .thinking-intro em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.thinking .thinking-intro {
  padding-bottom: 6px;
  text-wrap: pretty;
  text-align: left;
  width: fit-content;
  max-width: 100%;
  justify-self: end;
}
.thinking .thinking-intro .line {
  display: block;
}
.thinking .thinking-band {
  position: relative;
  width: 100vw;
  margin: 0 0 90px calc(50% - 50vw);
  aspect-ratio: 1440/416;
  overflow: hidden;
  background: #1c1c20;
}
.thinking .thinking-band img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 60%;
  opacity: 1;
  filter: brightness(0.72);
}
.thinking .thinking-band::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(28, 28, 33, 0.35) 0%, rgba(28, 28, 33, 0) 30%, rgba(28, 28, 33, 0) 70%, rgba(28, 28, 33, 0.45) 100%);
}
.thinking .thinking-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 36px;
  row-gap: 64px;
  align-items: start;
}
.thinking .thinking-grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 64px;
}
.thinking .thinking-grid[data-count="2"] .thinking-entry-lead,
.thinking .thinking-grid[data-count="2"] .thinking-entry-sub {
  max-width: 620px;
}
.thinking .thinking-entry-inner {
  display: block;
  color: inherit;
}
.thinking .thinking-visual {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #1c1c20;
}
.thinking .thinking-visual img,
.thinking .thinking-visual .thinking-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.thinking .thinking-entry-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #b4aea6;
  color: #b4aea6;
}
.thinking .thinking-entry-meta .thinking-entry-source {
  color: #ffffff;
}
.thinking .thinking-preview-tag {
  margin-left: auto;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #b4aea6;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
}
.thinking .thinking-entry-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.022em;
  color: #ffffff;
  text-wrap: balance;
  margin-top: 14px;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.thinking .thinking-entry-excerpt {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 1781px) {
  .thinking .thinking-entry-excerpt {
    font-size: 16px;
  }
}
.thinking .thinking-entry-excerpt {
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 0;
}
.thinking .thinking-entry-excerpt em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.thinking .thinking-entry-excerpt {
  margin-top: 14px;
}
.thinking .thinking-entry.is-text .thinking-entry-inner {
  position: relative;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.thinking .thinking-entry.is-text .thinking-entry-inner::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.thinking .thinking-entry.is-text .thinking-entry-inner:hover::before, .thinking .thinking-entry.is-text .thinking-entry-inner:focus-visible::before {
  transform: scaleX(1);
}
.thinking .thinking-entry.is-text .thinking-entry-icon {
  display: block;
  width: 34px;
  color: #ffffff;
  opacity: 0.34;
  margin-bottom: 18px;
}
.thinking .thinking-entry.is-text .thinking-entry-icon .thinking-entry-icon-svg {
  display: block;
  width: 100%;
  height: auto;
}
.thinking .thinking-entry.is-text .thinking-entry-meta {
  margin-top: 0;
}
.thinking .thinking-entry.is-text .thinking-entry-lead {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.32;
  letter-spacing: -0.022em;
  color: #ffffff;
  text-wrap: balance;
  color: #ffffff;
  margin-top: 30px;
  max-width: 500px;
  text-wrap: pretty;
}
.thinking .thinking-entry.is-text .thinking-entry-sub {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 1781px) {
  .thinking .thinking-entry.is-text .thinking-entry-sub {
    font-size: 16px;
  }
}
.thinking .thinking-entry.is-text .thinking-entry-sub {
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0;
}
.thinking .thinking-entry.is-text .thinking-entry-sub em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.thinking .thinking-entry.is-text .thinking-entry-sub {
  color: #ffffff;
  margin-top: 22px;
  max-width: 500px;
  text-wrap: pretty;
}
.thinking .thinking-entry-more {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #b4aea6;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.thinking .thinking-entry-more .thinking-entry-arrow {
  flex: 0 0 auto;
}
.thinking .thinking-entry-inner:hover .thinking-visual img,
.thinking .thinking-entry-inner:hover .thinking-visual .thinking-cover,
.thinking .thinking-entry-inner:focus-visible .thinking-visual img,
.thinking .thinking-entry-inner:focus-visible .thinking-visual .thinking-cover {
  transform: scale(1.03);
}

.contact {
  background: #0a0a0b;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}
.contact .contact-mark {
  position: absolute;
  width: 1014px;
  color: #ffffff;
  opacity: 0.028;
  pointer-events: none;
}
.contact .contact-mark .infinity-mark {
  display: block;
  width: 100%;
  height: auto;
}
.contact .contact-mark {
  width: 58%;
  right: -8%;
  top: -8%;
  opacity: 0.032;
}
.contact .content-wrapper {
  position: relative;
  z-index: 1;
}
.contact .contact-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 32px;
  align-items: start;
}
.contact .contact-aside {
  grid-column: 1/span 6;
  padding-right: 40px;
}
.contact .contact-intro {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .contact .contact-intro {
    font-size: 18px;
  }
}
.contact .contact-intro {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.contact .contact-intro em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.contact .contact-intro {
  margin-top: 32px;
  max-width: 586px;
}
.contact .contact-details {
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 480px;
}
.contact .contact-details .contact-detail {
  display: grid;
  grid-template-columns: 130px 1fr;
  column-gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.contact .contact-details .contact-detail:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.contact .contact-details .contact-detail dt {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #b4aea6;
  padding-top: 2px;
}
.contact .contact-details .contact-detail dd {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 1781px) {
  .contact .contact-details .contact-detail dd {
    font-size: 17px;
  }
}
.contact .contact-details .contact-detail dd {
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0;
}
.contact .contact-details .contact-detail dd em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.contact .contact-details .contact-detail dd {
  color: #ffffff;
}
.contact .contact-details .contact-detail dd a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.contact .contact-details .contact-detail dd a:hover {
  border-color: #ffffff;
}
.contact .contact-form-wrapper {
  grid-column: 8/span 5;
  padding-top: 12px;
}

@media screen and (max-width: 1024px) {
  .hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100svh;
  }
  .hero .hero-media {
    position: relative;
    order: 2;
    flex: 1 1 auto;
    min-height: 46vh;
    inset: auto;
    margin-top: 20px;
  }
  .hero .hero-media::before {
    height: 30%;
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
  .hero .hero-media::after {
    height: 28%;
  }
  .hero .hero-video,
  .hero .hero-still img {
    object-position: 78% 50%;
  }
  .hero:not(.is-playing) .hero-still {
    opacity: 1;
  }
  .hero-content {
    order: 1;
    padding: 100px 0 0;
  }
  .hero-content .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
  }
  .hero-content .hero-headline {
    font-size: 40px;
    line-height: 1.1;
    max-width: none;
  }
  .hero-content .hero-headline .line {
    display: block;
  }
  .hero-content .hero-below {
    margin-top: 28px;
  }
  .hero-content .hero-lede {
    font-size: 16px;
  }
  .about {
    padding-top: 88px;
  }
  .about .about-grid {
    display: block;
  }
  .about .about-statement-text {
    font-size: 32px;
    line-height: 1.14;
  }
  .about .about-statement-text em {
    font-size: 1.2em;
  }
  .about .about-copy {
    padding-top: 40px;
  }
  .about .about-intro {
    font-size: 16px;
  }
  .about .about-body {
    font-size: 16px;
    margin-top: 20px;
  }
  .about .about-founder {
    margin-top: 28px;
    padding-top: 18px;
    max-width: 280px;
  }
  .companies .companies-mark {
    right: -10%;
    top: -2%;
    width: 94%;
  }
  .companies .companies-head {
    display: block;
    margin-bottom: 40px;
  }
  .companies .companies-intro {
    margin-top: 24px;
    padding-bottom: 0;
    font-size: 16px;
    width: auto;
    justify-self: auto;
  }
  .companies .companies-intro .line {
    display: inline;
  }
  .companies .company-columns {
    display: block;
  }
  .companies .company {
    display: block;
    padding: 40px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .companies .company + .company {
    padding-left: 0;
    border-left: 0;
  }
  .companies .company:last-child {
    border-bottom: 0;
    padding-bottom: 8px;
  }
  .companies .company-index {
    font-size: 60px;
    margin-bottom: 12px;
  }
  .companies .company-kind {
    margin-bottom: 18px;
  }
  .companies .company-name {
    font-size: 32px;
    font-weight: 500;
  }
  .companies .company-name .company-logo {
    --logo-scale: 0.8;
  }
  .companies .company-role {
    font-size: 16px;
    margin-top: 16px;
  }
  .companies .company-body {
    font-size: 16px;
  }
  .companies .company-caps {
    margin-top: 24px;
  }
  .companies .company-caps .company-caps-label {
    font-weight: 600;
  }
  .decisions .decisions-head {
    display: block;
    margin-bottom: 40px;
  }
  .decisions .decisions-intro {
    margin-top: 20px;
    padding-bottom: 0;
    font-size: 16px;
    width: auto;
    justify-self: auto;
  }
  .decisions .decisions-intro .line {
    display: inline;
  }
  .decisions .decision-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
  .decisions .decision {
    padding: 20px 0 30px;
  }
  .decisions .decision-icon {
    width: 24px;
    margin-bottom: 14px;
  }
  .decisions .decision-title {
    font-size: 18px;
  }
  .decisions .decision-text {
    font-size: 14px;
    margin-top: 10px;
  }
  .clients .clients-head {
    display: block;
    margin-bottom: 40px;
  }
  .clients .clients-intro {
    margin-top: 20px;
    padding-bottom: 0;
    font-size: 16px;
    width: auto;
    justify-self: auto;
  }
  .clients .clients-mark {
    left: -220px;
    bottom: -80px;
    width: 600px;
  }
  .clients .client-logo-grid,
  .clients .client-logo-grid.is-placeholder {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .clients .client-logo-grid li,
  .clients .client-logo-grid.is-placeholder li {
    height: 96px;
    padding: 8px 12px;
  }
  .clients .client-logo-grid img,
  .clients .client-logo-grid.is-placeholder img {
    --logo-scale: 0.62;
    max-width: 78%;
  }
  .clients .client-logo-band {
    margin-top: 48px;
    padding: 26px 0;
    mask-image: linear-gradient(to right, transparent 0, #000 18%, #000 82%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 18%, #000 82%, transparent 100%);
  }
  .clients .client-logo-track {
    animation-duration: 44s;
  }
  .clients .client-logo-track li {
    padding: 0 26px;
  }
  .clients .client-logo-track img {
    --logo-scale: 0.72;
  }
  .clients .logo-mark--serif-caps {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .clients .logo-mark--sans-bold {
    font-size: 22px;
  }
  .clients .logo-mark--monogram {
    font-size: 24px;
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
  .clients .logo-mark--sans-wide {
    font-size: 12px;
    letter-spacing: 0.22em;
  }
  .clients .logo-mark--serif-italic {
    font-size: 23px;
  }
  .clients .logo-mark--stacked {
    font-size: 12px;
    letter-spacing: 0.18em;
  }
  .clients .logo-mark--sans-light {
    font-size: 16px;
  }
  .clients .clients-support {
    display: block;
    margin-top: 52px;
  }
  .clients .clients-support-col + .clients-support-col {
    margin-top: 36px;
  }
  .clients .industry-line,
  .clients .who-line {
    font-size: 15px;
    padding-right: 0;
  }
  .perspective {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 3/4;
    align-items: flex-start;
  }
  .perspective .perspective-media img,
  .perspective .perspective-media video {
    left: 0;
    object-fit: cover;
    object-position: 50% 78%;
    filter: brightness(0.62);
  }
  .perspective .perspective-media video {
    object-position: 34% 78%;
  }
  .perspective .perspective-media::before {
    background: linear-gradient(180deg, rgba(10, 10, 11, 0.92) 0%, rgba(10, 10, 11, 0.6) 34%, rgba(10, 10, 11, 0) 58%, rgba(10, 10, 11, 0.45) 100%);
  }
  .perspective .perspective-media::after {
    display: none;
  }
  .perspective .perspective-content {
    margin-top: 0;
    padding-top: 52px;
  }
  .perspective .perspective-headline {
    font-size: 32px;
    line-height: 1.1;
    max-width: none;
  }
  .perspective .perspective-headline .line {
    display: inline;
  }
  .perspective .perspective-headline em {
    font-size: 1.2em;
  }
  .perspective .perspective-support {
    font-size: 15px;
    margin-top: 18px;
    max-width: 320px;
  }
  .leadership .leadership-grid {
    display: block;
  }
  .leadership .person-portrait {
    max-width: 420px;
  }
  .leadership .person-text {
    padding-top: 44px;
  }
  .leadership .person-name {
    font-size: 36px;
  }
  .leadership .person-role {
    font-size: 16px;
    margin-top: 12px;
  }
  .leadership .person-bio {
    margin-top: 28px;
  }
  .leadership .person-bio p {
    font-size: 16px;
  }
  .leadership .person-facts {
    margin-top: 32px;
  }
  .leadership .person-fact {
    grid-template-columns: 1fr;
    row-gap: 6px;
    padding: 14px 0;
  }
  .leadership .person-fact dd {
    font-size: 15px;
  }
  .leadership .person-philosophy {
    margin-top: 36px;
    padding-left: 20px;
  }
  .leadership .person-philosophy p {
    font-size: 22px;
  }
  .thinking .thinking-head {
    display: block;
    margin-bottom: 44px;
  }
  .thinking .thinking-band {
    aspect-ratio: 16/9;
    margin-bottom: 44px;
  }
  .thinking .thinking-intro {
    margin-top: 20px;
    padding-bottom: 0;
    font-size: 16px;
    width: auto;
    justify-self: auto;
  }
  .thinking .thinking-intro .line {
    display: inline;
  }
  .thinking .thinking-grid,
  .thinking .thinking-grid[data-count="2"] {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
  .thinking .thinking-entry-meta {
    margin-top: 20px;
  }
  .thinking .thinking-entry-title {
    font-size: 22px;
  }
  .thinking .thinking-entry.is-text .thinking-entry-lead {
    font-size: 20px;
    font-weight: 400;
    max-width: 304px;
  }
  .contact {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .contact .contact-mark {
    right: -10%;
    top: -2%;
    width: 94%;
  }
  .contact .contact-grid {
    display: block;
  }
  .contact .contact-aside {
    padding-right: 0;
  }
  .contact .contact-intro {
    font-size: 16px;
    margin-top: 24px;
  }
  .contact .contact-details {
    margin-top: 36px;
  }
  .contact .contact-details .contact-detail {
    grid-template-columns: 1fr;
    row-gap: 6px;
    padding: 14px 0;
  }
  .contact .contact-details .contact-detail dd {
    font-size: 15px;
  }
  .contact .contact-form-wrapper {
    margin-top: 56px;
    padding-top: 0;
  }
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes dialog-out {
  to {
    opacity: 0;
  }
}
@keyframes backdrop-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes backdrop-out {
  to {
    opacity: 0;
  }
}
.site-dialog {
  --dialog-width: 1360px;
  width: min(var(--dialog-width), 100% - 96px);
  max-width: none;
  max-height: calc(100vh - 96px);
  margin: auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  background: #000000;
  color: #ffffff;
  overflow: auto;
  overscroll-behavior: contain;
}
.site-dialog::backdrop {
  background: rgba(19, 19, 22, 0.62);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.site-dialog[open] {
  animation: dialog-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.site-dialog[open]::backdrop {
  animation: backdrop-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.site-dialog.is-closing {
  animation: dialog-out 0.42s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  pointer-events: none;
}
.site-dialog.is-closing::backdrop {
  animation: backdrop-out 0.42s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.site-dialog-inner {
  position: relative;
  padding: 156px 88px 88px;
  background: #000000;
  overflow: hidden;
  isolation: isolate;
}
.site-dialog-inner .section-headline {
  font-size: 44px;
  max-width: 560px;
}

.site-dialog-mark {
  position: absolute;
  width: 1014px;
  color: #ffffff;
  opacity: 0.028;
  pointer-events: none;
}
.site-dialog-mark .infinity-mark {
  display: block;
  width: 100%;
  height: auto;
}
.site-dialog-mark {
  width: 58%;
  right: -8%;
  top: -6%;
  z-index: -1;
}

.site-dialog-brand {
  position: absolute;
  top: 60px;
  left: 88px;
}
.site-dialog-brand .site-dialog-logo {
  display: block;
  width: 200px;
  height: auto;
}

.site-dialog-close {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  outline: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-dialog-close span {
  position: relative;
  width: 16px;
  height: 16px;
}
.site-dialog-close span::before, .site-dialog-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-dialog-close span::before {
  transform: rotate(45deg);
}
.site-dialog-close span::after {
  transform: rotate(-45deg);
}
.site-dialog-close:hover, .site-dialog-close:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}
.site-dialog-close:hover span::before, .site-dialog-close:focus-visible span::before {
  transform: rotate(135deg);
}
.site-dialog-close:hover span::after, .site-dialog-close:focus-visible span::after {
  transform: rotate(45deg);
}

body:has(.site-dialog[open]) {
  overflow: hidden;
}

.site-dialog--contact .site-dialog-inner .section-headline .line {
  display: inline;
}
.site-dialog--contact .site-dialog-inner .contact-aside {
  grid-column: 1/span 5;
  padding-right: 24px;
}
.site-dialog--contact .site-dialog-inner .contact-form-wrapper {
  grid-column: 6/span 7;
  padding-top: 6px;
  padding-left: 32px;
}

.site-dialog--company {
  --dialog-width: 1360px;
}
.site-dialog--company .site-dialog-inner {
  padding-top: 104px;
}

.company-dialog-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 32px;
  align-items: start;
}

.company-dialog-aside {
  grid-column: 1/span 6;
  padding-right: 56px;
}

.company-dialog-name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -0.022em;
  color: #ffffff;
  text-wrap: balance;
}
.company-dialog-name .company-logo {
  display: block;
  height: calc(var(--h, 44px) * var(--logo-scale, 1));
  width: auto;
  max-width: 100%;
}

.company-dialog-role {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .company-dialog-role {
    font-size: 18px;
  }
}
.company-dialog-role {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.company-dialog-role em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.company-dialog-role {
  color: #ffffff;
  margin-top: 26px;
}

.company-dialog-body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (min-width: 1781px) {
  .company-dialog-body {
    font-size: 18px;
  }
}
.company-dialog-body {
  line-height: 1.65;
  color: #ffffff;
  letter-spacing: 0;
}
.company-dialog-body em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.company-dialog-body {
  margin-top: 18px;
}
.company-dialog-body p + p {
  margin-top: 16px;
}

.company-dialog-ownership {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 1781px) {
  .company-dialog-ownership {
    font-size: 16px;
  }
}
.company-dialog-ownership {
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0;
}
.company-dialog-ownership em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.company-dialog-ownership {
  margin-top: 18px;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.company-dialog-caps {
  grid-column: 7/span 6;
}
.company-dialog-caps .section-label {
  margin-bottom: 8px;
}

.capability-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
}
.capability-grid li {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 1781px) {
  .capability-grid li {
    font-size: 17px;
  }
}
.capability-grid li {
  line-height: 1.45;
  color: #ffffff;
  letter-spacing: 0;
}
.capability-grid li em {
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
}
.capability-grid li {
  color: #ffffff;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

@media screen and (max-width: 1024px) {
  .site-dialog {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
  }
  .site-dialog-inner {
    padding: 96px 24px 40px;
    border: 1px solid rgba(255, 255, 255, 0.34);
  }
  .site-dialog-inner .section-headline {
    font-size: 32px;
  }
  .site-dialog--company .site-dialog-inner {
    padding-top: 72px;
  }
  .site-dialog-brand {
    top: 28px;
    left: 24px;
  }
  .site-dialog-brand .site-dialog-logo {
    width: 130px;
  }
  .site-dialog--contact .site-dialog-inner .contact-aside {
    padding-right: 0;
  }
  .site-dialog--contact .site-dialog-inner .contact-form-wrapper {
    margin-top: 48px;
    padding-top: 0;
    padding-left: 0;
  }
  .site-dialog-close {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
  }
  .company-dialog-grid {
    display: block;
  }
  .company-dialog-aside {
    padding-right: 0;
  }
  .company-dialog-name {
    font-size: 32px;
  }
  .company-dialog-name .company-logo {
    --logo-scale: 0.8;
  }
  .company-dialog-role {
    font-size: 16px;
    margin-top: 20px;
  }
  .company-dialog-caps {
    margin-top: 44px;
  }
  .capability-grid {
    grid-template-columns: 1fr;
  }
  .capability-grid li {
    font-size: 15px;
    padding: 11px 0;
  }
}
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
  will-change: auto;
}

[data-reveal=fade] {
  transform: none;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-image {
  position: relative;
  overflow: hidden;
}
.reveal-image > img,
.reveal-image .ofc {
  clip-path: inset(0 0 0 100%);
  transform: scale(1.08);
  transition: clip-path 1.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.reveal-image::after {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}
.reveal-image.is-revealed > img,
.reveal-image.is-revealed .ofc {
  clip-path: inset(0);
  transform: scale(1);
}
.reveal-image.is-revealed::after {
  opacity: 1;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hero .hero-eyebrow,
.hero .hero-headline .line,
.hero .hero-below {
  opacity: 0;
  animation: hero-rise 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero .hero-eyebrow {
  animation-delay: 0.1s;
}
.hero .hero-headline .line:nth-child(1) {
  animation-delay: 0.2s;
}
.hero .hero-headline .line:nth-child(2) {
  animation-delay: 0.32s;
}
.hero .hero-headline .line:nth-child(3) {
  animation-delay: 0.44s;
}
.hero .hero-below {
  animation-delay: 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .reveal-image > img,
  .reveal-image .ofc {
    clip-path: none;
    transform: none;
    transition: none;
  }
  .reveal-image::after {
    opacity: 1;
    transition: none;
  }
  .hero .hero-eyebrow,
  .hero .hero-headline .line,
  .hero .hero-below {
    opacity: 1;
    animation: none;
  }
  .button::before,
  .site-nav-cta::before,
  .text-link::after {
    transition: none;
    animation: none;
  }
}
/* --------------------------------------------------
   Manual overrides for the scaled desktop range
   (1025px - 1780px).

   Everything else in this range is auto-scaled by
   tools/max-scale.py; rules here are hoisted after the
   generated block, so they take precedence.
-------------------------------------------------- */

/*******************/
html {
  font-size: 10px;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #0a0a0b;
  font-weight: normal;
  font-style: normal;
  direction: ltr;
}

/*# sourceMappingURL=style.css.map */

/* max-scale:start (generated - do not edit) */
@media screen and (min-width: 1025px) and (max-width: 1780px) {
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html {
  width: 100%;
  scroll-padding-top: 60.04px;
}
body {
  width: 100%;
}
img,
video,
svg {
  max-width: 100%;
}
:focus-visible {
  outline-offset: 3.16px;
}
.sr-only {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
}
.container {
  min-height: 100vh;
}
.content-wrapper {
  width: calc(100% - 107.44px);
  max-width: 1450.24px;
  margin: auto;
}
.section {
  padding: 107.44px 0;
}
.ofc {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-label,
.support-label {
  font-size: 12px;
}
.section-label {
  margin-bottom: 18.96px;
}
.placeholder-note {
  font-size: 12px;
}
.placeholder-note {
  margin-top: 15.8px;
}
.placeholder-note::before {
  width: 4.74px;
  height: 4.74px;
  margin-right: 7.9px;
}
.button {
  height: 45.82px;
  padding: 0 23.7px;
  font-size: 13.2px;
}
.button::before {
  inset: 0;
}
.text-link {
  padding-bottom: 3.95px;
  font-size: 13.2px;
}
.text-link::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.disclosure {
  margin-top: 25.28px;
}
.disclosure summary {
  gap: 9.48px;
  padding: 14.22px 0;
}
.disclosure .disclosure-label {
  font-size: 12.32px;
  font-size: 13.2px;
}
.disclosure .disclosure-count {
  font-size: 12.32px;
}
.disclosure .disclosure-icon {
  margin-left: auto;
  width: 9.48px;
  height: 9.48px;
}
.disclosure .disclosure-icon::before, .disclosure .disclosure-icon::after {
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.disclosure .disclosure-panel {
  padding: 3.16px 0 15.8px;
}
.capability-list li {
  font-size: 13.2px;
}
.capability-list li {
  padding: 7.11px 0;
}
.skip-link:focus,
.skip-link:focus-visible {
  height: auto !important;
  left: 15.8px;
  margin: 0 !important;
  padding: 9.48px 12.64px !important;
  top: 15.8px;
  width: auto !important;
  font-size: 12.32px;
}
.section-head .section-headline {
  font-size: 42.66px;
}
.section-head .section-headline em {
  font-size: 1.09em;
}
.section-head .section-headline {
  max-width: 792px;
}
.section-head .section-intro {
  font-size: 15.84px;
}
.section-head .section-intro {
  max-width: 563.2px;
  margin-top: 22.12px;
}
.site-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 82.16px;
}
.site-header .content-wrapper {
  height: 100%;
}
.site-header.is-scrolled {
  height: 60.04px;
}
.brand .brand-logo {
  width: 165.9px;
  height: auto;
}
.site-header.is-scrolled .brand-logo {
  width: 131.14px;
}
.site-nav {
  gap: 34.76px;
}
.site-nav-list {
  gap: 28.44px;
}
.site-nav-list a {
  font-size: 12.32px;
  font-size: 13.2px;
  padding: 4.74px 0;
}
.site-nav-list a::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.site-nav-cta {
  font-size: 12.32px;
  font-size: 12px;
  height: 33.18px;
  padding: 1px 25.28px 0;
  border-radius: 23.7px;
}
.site-nav-cta::before {
  inset: 0;
}
.contact-form .hp-field {
  left: -7899.21px !important;
  width: 1px;
  height: 1px;
}
.contact-form .fields {
  gap: 28.44px 25.28px;
}
.contact-form .field label {
  font-size: 12.32px;
  margin-bottom: 9.48px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 4.74px 0 12.64px;
  font-size: 14.96px;
}
.contact-form input:-webkit-autofill,
.contact-form textarea:-webkit-autofill {
  box-shadow: 0 0 0 790px #0a0a0b inset;
}
.contact-form textarea {
  min-height: 94.8px;
}
.contact-form .form-foot {
  gap: 25.28px;
  margin-top: 34.76px;
}
.contact-form .form-foot .button {
  height: 42.66px;
  min-width: 126.4px;
  padding: 0 22.12px;
  border-radius: 23.7px;
  font-size: 12px;
}
.contact-form .form-note {
  font-size: 12px;
}
.contact-form .form-note {
  max-width: 228.8px;
}
.form-status {
  padding: 22.12px 25.28px;
  margin-bottom: 31.6px;
}
.form-status p {
  font-size: 14.96px;
}
.form-status.is-success p {
  font-size: 20.53px;
}
.site-footer {
  padding: 63.2px 0 31.6px;
}
.site-footer .footer-top {
  column-gap: 25.28px;
}
.site-footer .footer-brand .footer-logo {
  width: 252.8px;
  height: auto;
}
.site-footer .footer-heading {
  font-size: 12.32px;
  margin-bottom: 14.22px;
}
.site-footer .footer-col li {
  font-size: 13.2px;
}
.site-footer .footer-col li {
  padding: 4.74px 0;
}
.site-footer .footer-bottom {
  margin-top: 56.88px;
  padding-top: 18.96px;
}
.site-footer .footer-bottom .footer-copyright {
  font-size: 12px;
}
.site-footer .footer-bottom .footer-descriptor {
  margin-left: 11.06px;
}
.site-footer .footer-bottom .footer-top-link {
  font-size: 12.32px;
}
.hero {
  min-height: 100vh;
  min-height: 100svh;
}
.hero .hero-media {
  inset: 0;
}
.hero .hero-media::before {
  left: 0;
  right: 0;
  top: 0;
  height: 221.2px;
}
.hero .hero-media::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
}
.hero .hero-video,
.hero .hero-still img {
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero .hero-still {
  inset: 0;
}
.hero-content {
  padding: 126.4px 0 110.6px;
}
.hero-content .hero-eyebrow {
  font-size: 12px;
  margin-bottom: 18.96px;
}
.hero-content .hero-headline {
  font-size: 66.36px;
}
.hero-content .hero-headline em {
  font-size: 1.09em;
}
.hero-content .hero-headline {
  max-width: 827.2px;
}
.hero-content .hero-headline em {
  font-size: 1.1em;
}
.hero-content .hero-below {
  margin-top: 31.6px;
  max-width: 524.48px;
}
.hero-content .hero-lede {
  font-size: 16.64px;
}
.about {
  padding: 94.8px 0 15.8px;
}
.about .about-grid {
  column-gap: 8.3%;
}
.about .about-statement-text {
  font-size: 42.66px;
}
.about .about-statement-text em {
  font-size: 1.09em;
}
.about .about-statement-text {
  max-width: 686.4px;
}
.about .about-copy {
  padding-top: 34.76px;
}
.about .about-intro {
  font-size: 14.96px;
}
.about .about-intro {
  max-width: 730.4px;
}
.about .about-body {
  font-size: 14.96px;
}
.about .about-body {
  margin-top: 20.54px;
}
.about .about-founder {
  font-size: 14.96px;
}
.about .about-founder {
  margin-top: 28.44px;
  padding-top: 17.38px;
}
.about .about-founder .text-link {
  font-size: inherit;
  padding-bottom: 2px;
  margin: 0 1px;
}
.companies .companies-mark {
  width: 801.06px;
}
.companies .companies-mark .infinity-mark {
  width: 100%;
  height: auto;
}
.companies .companies-mark {
  width: 58%;
  right: -8%;
  top: -8%;
}
.companies .companies-head {
  column-gap: 25.28px;
  margin-bottom: 85.32px;
}
.companies .companies-intro {
  font-size: 14.96px;
}
.companies .companies-intro {
  padding-bottom: 4.74px;
  width: fit-content;
  max-width: 100%;
}
.companies .company {
  padding: 41.87px 37.92px 37.92px 0;
}
.companies .company + .company {
  padding-left: 37.92px;
}
.companies .company:last-child {
  padding-right: 0;
}
.companies .company::before {
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
}
.companies .company-index {
  font-size: 71.1px;
  margin: 0 0 12.64px;
}
.companies .company-kind {
  font-size: 12px;
  margin-bottom: 18.96px;
}
.companies .company-name {
  font-size: 31.6px;
}
.companies .company-name .company-logo {
  height: calc(var(--h, 31.6px) * var(--logo-scale, 1));
  width: auto;
  max-width: 100%;
}
.companies .company-role {
  font-size: 14.96px;
}
.companies .company-role {
  margin-top: 17.38px;
}
.companies .company-body {
  font-size: 14.96px;
}
.companies .company-body {
  margin-top: 14.22px;
}
.companies .company-body p + p {
  margin-top: 12.64px;
}
.companies .company-ownership {
  font-size: 13.2px;
}
.companies .company-ownership {
  margin-top: 14.22px;
  padding-left: 11.06px;
}
.companies .company-caps {
  gap: 9.48px;
  width: 100%;
  margin-top: 26.86px;
  padding: 14.22px 0;
}
.companies .company-caps .company-caps-label {
  font-size: 12.32px;
  font-size: 13.2px;
}
.companies .company-caps .company-caps-arrow {
  margin-left: auto;
}
.decisions .decisions-head {
  column-gap: 25.28px;
  margin-bottom: 85.32px;
}
.decisions .decisions-intro {
  font-size: 14.96px;
}
.decisions .decisions-intro {
  padding-bottom: 4.74px;
  width: fit-content;
  max-width: 100%;
}
.decisions .decision-grid {
  column-gap: 28.44px;
}
.decisions .decision {
  padding: 20.54px 18.96px 31.6px 0;
}
.decisions .decision-icon {
  width: 26.86px;
  margin-bottom: 14.22px;
}
.decisions .decision-icon .decision-icon-svg {
  width: 100%;
  height: auto;
}
.decisions .decision-title {
  font-size: 18.22px;
}
.decisions .decision-text {
  font-size: 14.96px;
}
.decisions .decision-text {
  margin-top: 11.06px;
}
.clients .clients-mark {
  width: 801.06px;
}
.clients .clients-mark .infinity-mark {
  width: 100%;
  height: auto;
}
.clients .clients-mark {
  width: 58%;
  left: -10%;
  bottom: -14%;
}
.clients .clients-head {
  column-gap: 25.28px;
  margin-bottom: 71.1px;
}
.clients .clients-intro {
  font-size: 14.96px;
}
.clients .clients-intro {
  padding-bottom: 4.74px;
  width: fit-content;
  max-width: 100%;
}
.clients .client-logo-grid {
  gap: 7.11px;
}
.clients .client-logo-grid li {
  height: 139.04px;
  padding: 9.48px 22.12px;
}
.clients .client-logo-grid img {
  height: calc(var(--h, 31.6px) * var(--logo-scale, 1));
  width: auto;
  max-width: 82%;
}
.clients .client-logo-band {
  width: 100%;
  margin-top: 71.1px;
  padding: 26.86px 0;
}
.clients .client-logo-track {
  gap: 0;
}
.clients .client-logo-track li {
  padding: 0 41.08px;
}
.clients .client-logo-track img {
  height: calc(var(--h, 28.44px) * var(--logo-scale, 1));
  width: auto;
}
.clients .logo-mark {
  max-width: 100%;
}
.clients .logo-mark--serif-caps {
  font-size: 16.64px;
}
.clients .logo-mark--sans-bold {
  font-size: 22.03px;
}
.clients .logo-mark--monogram {
  font-size: 24.21px;
  flex: 0 0 45.82px;
  width: 45.82px;
  height: 45.82px;
}
.clients .logo-mark--sans-wide {
  font-size: 12px;
}
.clients .logo-mark--serif-italic {
  font-size: 23.49px;
}
.clients .logo-mark--stacked {
  gap: 4.74px;
  font-size: 12px;
}
.clients .logo-mark--sans-light {
  font-size: 17.44px;
}
.clients .placeholder-note {
  margin-top: 14.22px;
}
.clients .clients-support {
  column-gap: 25.28px;
  margin-top: 71.1px;
  padding-top: 0;
}
.clients .clients-support-col .support-label {
  margin-bottom: 12.64px;
}
.clients .industry-line,
.clients .who-line {
  font-size: 14.96px;
}
.clients .industry-line,
.clients .who-line {
  padding-right: 23.7px;
}
.clients .industry-line {
  max-width: 563.2px;
}
.perspective {
  height: auto;
  min-height: 0;
  max-height: 100%;
}
.perspective .perspective-media {
  inset: 0;
}
.perspective .perspective-media img,
.perspective .perspective-media video {
  inset: 0;
  left: 12%;
  width: 100%;
  height: 100%;
}
.perspective .perspective-media::before {
  inset: 0;
}
.perspective .perspective-media::after {
  inset: 0;
}
.perspective .perspective-headline {
  font-size: 42.66px;
}
.perspective .perspective-headline em {
  font-size: 1.09em;
}
.perspective .perspective-headline {
  max-width: 466.4px;
}
.perspective .perspective-support {
  font-size: 14.96px;
}
.perspective .perspective-support {
  max-width: 362.56px;
  margin-top: 25.28px;
}
.leadership .leadership-grid {
  column-gap: 25.28px;
}
.leadership .person-portrait {
  margin: 0;
}
.leadership .person-portrait .person-portrait-frame img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.leadership .person-portrait .person-portrait-frame::after {
  inset: 0;
}
.leadership .person-portrait .placeholder-note {
  margin-top: 12.64px;
}
.leadership .person-text {
  padding-top: 6.32px;
}
.leadership .person-name {
  font-size: 42.66px;
}
.leadership .person-role {
  font-size: 14.96px;
}
.leadership .person-role {
  margin-top: 14.22px;
}
.leadership .person-bio {
  margin-top: 31.6px;
  max-width: 563.2px;
}
.leadership .person-bio p {
  font-size: 14.96px;
}
.leadership .person-bio p + p {
  margin-top: 15.8px;
}
.leadership .person-facts {
  margin-top: 34.76px;
  max-width: 563.2px;
}
.leadership .person-fact {
  grid-template-columns: 118.5px 1fr;
  column-gap: 18.96px;
  padding: 12.64px 0;
}
.leadership .person-fact dt {
  font-size: 14.96px;
}
.leadership .person-fact dd {
  font-size: 14.96px;
}
.leadership .person-philosophy {
  margin-top: 37.92px;
  max-width: 563.2px;
  padding-left: 22.12px;
}
.leadership .person-philosophy p {
  font-size: 26.33px;
}
.leadership .person-philosophy p {
  max-width: 311.52px;
}
.leadership .text-link {
  margin-top: 31.6px;
}
.thinking .thinking-head {
  column-gap: 25.28px;
  margin-bottom: 71.1px;
}
.thinking .thinking-intro {
  font-size: 14.96px;
}
.thinking .thinking-intro {
  padding-bottom: 4.74px;
  width: fit-content;
  max-width: 100%;
}
.thinking .thinking-band {
  width: 100vw;
  margin: 0 0 71.1px calc(50% - 50vw);
}
.thinking .thinking-band img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.thinking .thinking-band::after {
  inset: 0;
}
.thinking .thinking-grid {
  column-gap: 28.44px;
  row-gap: 50.56px;
}
.thinking .thinking-grid[data-count="2"] {
  column-gap: 50.56px;
}
.thinking .thinking-grid[data-count="2"] .thinking-entry-lead,
.thinking .thinking-grid[data-count="2"] .thinking-entry-sub {
  max-width: 545.6px;
}
.thinking .thinking-visual img,
.thinking .thinking-visual .thinking-cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.thinking .thinking-entry-meta {
  gap: 11.06px;
  margin-top: 18.96px;
  font-size: 12.32px;
}
.thinking .thinking-preview-tag {
  margin-left: auto;
  font-size: 11px;
  padding: 3.16px 5.53px;
}
.thinking .thinking-entry-title {
  font-size: 20.53px;
  margin-top: 11.06px;
}
.thinking .thinking-entry-excerpt {
  font-size: 13.2px;
}
.thinking .thinking-entry-excerpt {
  margin-top: 11.06px;
}
.thinking .thinking-entry.is-text .thinking-entry-inner {
  padding-top: 17.38px;
}
.thinking .thinking-entry.is-text .thinking-entry-inner::before {
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
}
.thinking .thinking-entry.is-text .thinking-entry-icon {
  width: 26.86px;
  margin-bottom: 14.22px;
}
.thinking .thinking-entry.is-text .thinking-entry-icon .thinking-entry-icon-svg {
  width: 100%;
  height: auto;
}
.thinking .thinking-entry.is-text .thinking-entry-meta {
  margin-top: 0;
}
.thinking .thinking-entry.is-text .thinking-entry-lead {
  font-size: 20.53px;
  margin-top: 23.7px;
  max-width: 427.73px;
}
.thinking .thinking-entry.is-text .thinking-entry-sub {
  font-size: 13.2px;
}
.thinking .thinking-entry.is-text .thinking-entry-sub {
  margin-top: 17.38px;
  max-width: 440px;
}
.thinking .thinking-entry-more {
  font-size: 12.32px;
  gap: 6.32px;
  margin-top: 22.12px;
  padding-bottom: 3.16px;
}
.contact {
  padding-top: 118.5px;
  padding-bottom: 118.5px;
}
.contact .contact-mark {
  width: 801.06px;
}
.contact .contact-mark .infinity-mark {
  width: 100%;
  height: auto;
}
.contact .contact-mark {
  width: 58%;
  right: -8%;
  top: -8%;
}
.contact .contact-grid {
  column-gap: 25.28px;
}
.contact .contact-aside {
  padding-right: 31.6px;
}
.contact .contact-intro {
  font-size: 14.96px;
}
.contact .contact-intro {
  margin-top: 25.28px;
  max-width: 515.68px;
}
.contact .contact-details {
  margin-top: 37.92px;
  max-width: 422.4px;
}
.contact .contact-details .contact-detail {
  grid-template-columns: 102.7px 1fr;
  column-gap: 18.96px;
  padding: 12.64px 0;
}
.contact .contact-details .contact-detail:last-child {
  padding-bottom: 0;
}
.contact .contact-details .contact-detail dt {
  font-size: 12.32px;
  padding-top: 2px;
}
.contact .contact-details .contact-detail dd {
  font-size: 14.08px;
}
.contact .contact-form-wrapper {
  padding-top: 9.48px;
}
.site-dialog {
  --dialog-width: 1074.4px;
  width: min(var(--dialog-width), 100% - 75.84px);
  max-width: none;
  max-height: calc(100vh - 75.84px);
  margin: auto;
  padding: 0;
}
.site-dialog::backdrop {
  backdrop-filter: blur(4.74px);
  -webkit-backdrop-filter: blur(4.74px);
}
.site-dialog-inner {
  padding: 123.24px 69.52px 69.52px;
}
.site-dialog-inner .section-headline {
  font-size: 34.76px;
  max-width: 442.4px;
}
.site-dialog-mark {
  width: 801.06px;
}
.site-dialog-mark .infinity-mark {
  width: 100%;
  height: auto;
}
.site-dialog-mark {
  width: 58%;
  right: -8%;
  top: -6%;
}
.site-dialog-brand {
  top: 47.4px;
  left: 69.52px;
}
.site-dialog-brand .site-dialog-logo {
  width: 158px;
  height: auto;
}
.site-dialog-close {
  top: 20.54px;
  right: 20.54px;
  width: 34.76px;
  height: 34.76px;
}
.site-dialog-close span {
  width: 12.64px;
  height: 12.64px;
}
.site-dialog-close span::before, .site-dialog-close span::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}
.site-dialog--contact .site-dialog-inner .contact-aside {
  padding-right: 18.96px;
}
.site-dialog--contact .site-dialog-inner .contact-form-wrapper {
  padding-top: 4.74px;
  padding-left: 25.28px;
}
.site-dialog--company {
  --dialog-width: 1074.4px;
}
.site-dialog--company .site-dialog-inner {
  padding-top: 82.16px;
}
.company-dialog-grid {
  column-gap: 25.28px;
}
.company-dialog-aside {
  padding-right: 44.24px;
}
.company-dialog-name {
  font-size: 34.76px;
}
.company-dialog-name .company-logo {
  height: calc(var(--h, 34.76px) * var(--logo-scale, 1));
  width: auto;
  max-width: 100%;
}
.company-dialog-role {
  font-size: 14.96px;
}
.company-dialog-role {
  margin-top: 20.54px;
}
.company-dialog-body {
  font-size: 14.96px;
}
.company-dialog-body {
  margin-top: 14.22px;
}
.company-dialog-body p + p {
  margin-top: 12.64px;
}
.company-dialog-ownership {
  font-size: 13.2px;
}
.company-dialog-ownership {
  margin-top: 14.22px;
  padding-left: 11.06px;
}
.company-dialog-caps .section-label {
  margin-bottom: 6.32px;
}
.capability-grid {
  column-gap: 25.28px;
}
.capability-grid li {
  font-size: 14.08px;
}
.capability-grid li {
  padding: 11.06px 0;
}
[data-reveal] {
  transform: translateY(17.38px);
}
html {
  font-size: 10px;
}
body {
  font-size: 14.08px;
}
}
/* max-scale:end */

/* max-scale:overrides (hoisted from source) */
@media screen and (min-width: 1025px) and (max-width: 1780px) {
  .content-wrapper {
    width: calc(100% - 160px);
    max-width: 1540px;
  }
  .companies .companies-intro,
  .decisions .decisions-intro {
    grid-column: 7/span 6;
  }
  .button {
    height: 48px;
    padding: 0 26px;
  }
  .contact-form .form-foot .button {
    height: 48px;
    min-width: 140px;
  }
  .site-nav-cta {
    height: 38px;
    padding: 1px 28px 0;
  }
  .companies .company-name .company-logo,
  .company-dialog-name .company-logo,
  .clients .client-logo-grid img,
  .clients .client-logo-track img {
    --logo-scale: 0.79;
  }
  .contact .contact-aside {
    grid-column: 1/span 7;
  }
  .about .about-grid {
    grid-template-columns: minmax(0, 39fr) minmax(0, 55fr);
    column-gap: 6%;
  }
}
