html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}





* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

pre.w-code-block code > span {
  display: block !important;
}



h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder, .w-select::placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}



.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}



.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}













@font-face {
  font-family: Overusedgrotesk Vf;
  src: url("assets/fonts/OverusedGrotesk-VF.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_brand---typography--primary-font: "Overusedgrotesk Vf", Arial, sans-serif;
  --_brand---colors--text--black: var(--_brand---colors--palette--black);
  --_brand---typography--text--medium: 1rem;
  --_brand---line-height--body: 1.55;
  --_brand---font-weight--normal: 400;
  --_brand---typography--heading--heading-1: 4.5em;
  --_brand---line-height--heading: 1.1;
  --_brand---font-weight--medium: 500;
  --_brand---typography--heading--heading-2: 3.25em;
  --_brand---font-weight--bold: 700;
  --_brand---typography--heading--heading-3: 2.25em;
  --_brand---font-weight--semibold: 600;
  --_brand---typography--heading--heading-4: 1.5em;
  --_brand---line-height--snug: 1.25;
  --_brand---typography--heading--heading-5: 1.25em;
  --_brand---line-height--tight: 1.3;
  --_brand---typography--heading--heading-6: 1em;
  --_brand---line-height--relaxed: 1.5;
  --_brand---typography--text--regular: 1rem;
  --_brand---colors--text--secondary: var(--_brand---colors--palette--grey);
  --_brand---colors--palette--white: #fbf8ed;
  --_brand---colors--palette--black: #080909;
  --_brand---scale--font: max(16px, calc(clamp(992px, 100vw, 1440px) / 90));
  --_brand---typography--display--hero-viewport: 6.5vh;
  --_brand---typography--heading--alternative: 4.8em;
  --_brand---typography--text--medium-compact: 1.125em;
  --_brand---font-weight--light: 300;
  --_brand---typography--text--tiny: max(16px, .75em);
  --_brand---typography--text--small-compact: .875em;
  --_brand---scale--container-medium: calc(var(--_brand---scale--container) * .875);
  --_brand---scale--container: clamp(992px, 100vw, 1680px);
  --_brand---typography--text--small: 1rem;
  --_brand---colors--palette--grey: #141414;
  --_brand---colors--palette--bronze: #96794a;
  --_brand---colors--palette--bronze-deep: #6b5636;
  --_brand---colors--palette--ivory: #fbf8ed;
  --_brand---colors--palette--ivory-dim: #f1ead6;
  --_brand---colors--palette--charcoal: #242424;
  --_brand---typography--heading--banner: 4.5em;
  --_brand---line-height--display: 1;
  --_brand---colors--palette--pure-white: #fff;
  --_brand---colors--text--white: var(--_brand---colors--palette--white);
  --_brand---typography--heading--brands: 3.25em;
  --_brand---typography--heading--team: 3.25em;
  --_brand---line-height--subheading: 1.2;
  --_brand---colors--palette--carbon: #0e0f0f;
  --_brand---typography--heading--works: 3.25em;
  --_brand---typography--heading--statement: 2.7em;
  --_brand---line-height--slack: 1.35;
  --_brand---line-height--loose: 1.6;
  --_brand---typography--display--xlarge: 6.5em;
  --_brand---typography--heading--display: 3.25em;
  --_brand---typography--display--hero: 4em;
  --_brand---colors--palette--mid-gray: #595959;
  --_brand---typography--text--large: 1.25em;
  --_brand---typography--heading--large: 4rem;
  --_brand---typography--heading--medium: 3.4rem;
  --_brand---colors--palette--green: #329216;
  --_brand---line-height--airy: 1.7;
  --_brand---typography--display--medium: 5rem;
  --_brand---line-height--cropped: .9;
  --_brand---typography--display--mega: 19vw;
  --_brand---typography--display--massive: 9rem;
  --_brand---typography--display--large: 6rem;
  --_brand---typography--text--code: .95em;
  --_brand---colors--background--light-elevated: var(--_brand---colors--palette--pure-white);
  --_brand---typography--text--huge: 6.5em;
  --_brand---colors--palette--cream: #fbf8ed;
  --_brand---typography--text--huge-viewport: 6vw;
  --_brand---line-height--default: 1.4;
  --_brand---scale--container-small: calc(var(--_brand---scale--container) * .6733);
  --_brand---colors--link--primary: var(--_brand---colors--palette--bronze);
  --_brand---colors--text--accent: var(--_brand---colors--palette--bronze);
  --_brand---colors--border--primary: var(--_brand---colors--palette--grey);
  --_brand---colors--background--tertiary: var(--_brand---colors--palette--grey);
  --_brand---colors--background--light: var(--_brand---colors--palette--white);
  --_brand---colors--background--primary: var(--_brand---colors--palette--black);
  --_brand---colors--background--accent: var(--_brand---colors--palette--bronze);
  --_brand---colors--background--secondary: var(--_brand---colors--palette--carbon);
  --_brand---colors--border--accent: var(--_brand---colors--palette--bronze);
  --_brand---typography--heading--compact: 3.25em;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: var(--_brand---typography--primary-font);
  color: var(--_brand---colors--text--black);
  font-size: var(--_brand---typography--text--medium);
  line-height: var(--_brand---line-height--body);
  font-weight: var(--_brand---font-weight--normal);
}

h1 {
  font-family: var(--_brand---typography--primary-font);
  font-size: var(--_brand---typography--heading--heading-1);
  line-height: var(--_brand---line-height--heading);
  font-weight: var(--_brand---font-weight--medium);
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-family: var(--_brand---typography--primary-font);
  font-size: var(--_brand---typography--heading--heading-2);
  line-height: var(--_brand---line-height--heading);
  font-weight: var(--_brand---font-weight--bold);
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-family: var(--_brand---typography--primary-font);
  font-size: var(--_brand---typography--heading--heading-3);
  line-height: var(--_brand---line-height--heading);
  font-weight: var(--_brand---font-weight--semibold);
  letter-spacing: -.015em;
}

h4 {
  font-family: var(--_brand---typography--primary-font);
  font-size: var(--_brand---typography--heading--heading-4);
  line-height: var(--_brand---line-height--snug);
  font-weight: var(--_brand---font-weight--semibold);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-family: var(--_brand---typography--primary-font);
  font-size: var(--_brand---typography--heading--heading-5);
  line-height: var(--_brand---line-height--tight);
  font-weight: var(--_brand---font-weight--medium);
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-family: var(--_brand---typography--primary-font);
  font-size: var(--_brand---typography--heading--heading-6);
  line-height: var(--_brand---line-height--relaxed);
  font-weight: var(--_brand---font-weight--medium);
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  font-family: var(--_brand---typography--primary-font);
  font-size: var(--_brand---typography--text--regular);
  line-height: var(--_brand---line-height--body);
  font-weight: var(--_brand---font-weight--normal);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

a {
  color: var(--_brand---colors--text--secondary);
  text-decoration: none;
}

a:focus-visible, a[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #96794a;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.page-wrapper {
  background-color: var(--_brand---colors--palette--white);
  font-family: var(--_brand---typography--primary-font);
  color: var(--_brand---colors--palette--black);
  font-size: var(--_brand---scale--font);
  line-height: var(--_brand---line-height--body);
  font-weight: var(--_brand---font-weight--normal);
  /* The hero wall and marquees can extend past the viewport edge; without this
     mobile browsers let the page pan sideways, which reads as the layout
     "distorting" as you scroll. Clip it to the viewport width. */
  overflow-x: hidden;
}

.main-wrapper {
  display: block;
  position: relative;
  overflow: clip;
}

.heading-style-h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h1.hero_heading {
  max-width: 20ch;
  font-size: var(--_brand---typography--display--hero-viewport);
  font-weight: var(--_brand---font-weight--normal);
  margin-top: .12em;
}

.heading-style-h1.contact {
  font-size: var(--_brand---typography--heading--alternative);
  line-height: var(--_brand---line-height--heading);
  font-weight: var(--_brand---font-weight--medium);
}

.heading-style-h2 {
  font-size: var(--_brand---typography--heading--heading-2);
  line-height: var(--_brand---line-height--heading);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h2.text-weight-normal {
  font-size: var(--_brand---typography--heading--heading-2);
  line-height: var(--_brand---line-height--tight);
  font-weight: var(--_brand---font-weight--normal);
}

.heading-style-h2.text-weight-medium {
  font-size: var(--_brand---typography--heading--heading-2);
  line-height: var(--_brand---line-height--heading);
}

.heading-style-h3 {
  font-size: var(--_brand---typography--heading--heading-3);
  line-height: var(--_brand---line-height--heading);
  font-weight: var(--_brand---font-weight--semibold);
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h4 {
  font-size: var(--_brand---typography--heading--heading-4);
  line-height: var(--_brand---line-height--snug);
  font-weight: var(--_brand---font-weight--semibold);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.text-size-medium {
  font-size: var(--_brand---typography--text--medium-compact);
  line-height: var(--_brand---line-height--body);
}

.text-size-regular {
  font-size: 1em;
  line-height: 1.55;
}

.text-size-regular.hero_bottom_subtitle {
  max-width: 65ch;
  font-family: var(--_brand---typography--primary-font);
  color: var(--_brand---colors--text--black);
  font-size: var(--_brand---typography--text--regular);
  line-height: var(--_brand---line-height--body);
  font-weight: var(--_brand---font-weight--light);
  margin-top: 0;
  margin-bottom: 0;
}

.text-size-regular.text-weight-light {
  font-size: var(--_brand---typography--text--medium);
}

.text-size-tiny {
  font-size: var(--_brand---typography--text--tiny);
  line-height: var(--_brand---line-height--relaxed);
}

.text-weight-light {
  font-weight: var(--_brand---font-weight--light);
}

.text-style-allcaps {
  letter-spacing: .08em;
  text-transform: uppercase;
}

.text-style-allcaps.text-size-small {
  font-size: var(--_brand---typography--text--small-compact);
  line-height: var(--_brand---line-height--relaxed);
}

.text-style-allcaps.text-weight-light {
  font-weight: var(--_brand---font-weight--light);
}

.padding-global {
  padding: 0 2.5em;
}

.container-medium {
  width: 100%;
  max-width: var(--_brand---scale--container-medium);
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  width: 100%;
  max-width: var(--_brand---scale--container);
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: var(--_brand---colors--palette--white);
  font-size: var(--_brand---typography--text--small);
  line-height: var(--_brand---line-height--tight);
  font-weight: var(--_brand---font-weight--normal);
  cursor: pointer;
  background-color: #0000;
  border-style: none;
  border-radius: .2857em;
  justify-content: center;
  align-items: center;
  padding: .8em 2em;
  line-height: 1.3;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.button:focus-visible, .button[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #96794a;
}

.button.is--stretch {
  box-sizing: border-box;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.button.is--white {
  color: var(--_brand---colors--palette--black);
  background-color: #0000;
}

.button.is--pill {
  grid-column-gap: .45em;
  grid-row-gap: .45em;
  color: var(--_brand---colors--palette--black);
  padding: 1em 2.25em;
  font-size: 1.125em;
}

.button_bg {
  z-index: 0;
  background-color: var(--_brand---colors--palette--grey);
  width: 100%;
  height: 100%;
  color: var(--_brand---colors--palette--grey);
  border-radius: .2857em;
  position: absolute;
  top: 0;
  left: 0;
}

.button_bg:where(.w-variant-003b3c86-c67b-7973-a8a8-a821565da223) {
  background-color: var(--_brand---colors--palette--white);
}

.button_bg.is--white {
  background-color: var(--_brand---colors--palette--white);
  color: var(--_brand---colors--palette--black);
}

.button_bg.is--pill {
  background-color: var(--_brand---colors--palette--white);
}

.button_text {
  z-index: 1;
  line-height: var(--_brand---line-height--tight);
  position: relative;
  overflow: hidden;
}

.button_text:where(.w-variant-003b3c86-c67b-7973-a8a8-a821565da223) {
  color: var(--_brand---colors--text--secondary);
}

.button_text_main {
  font-size: var(--_brand---typography--text--regular);
  line-height: var(--_brand---line-height--tight);
  display: block;
}

.button_text_hover {
  line-height: var(--_brand---line-height--tight);
  display: block;
  position: absolute;
}

.button_icon {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: .9em;
  height: .9em;
  margin-left: .5em;
  display: inline-flex;
  position: relative;
}

.button_icon.is--pill {
  font-size: var(--_brand---typography--text--medium);
  border-radius: 100rem;
}

.divider {
  background-color: var(--_brand---colors--palette--grey);
  width: 100%;
  height: 1px;
  color: var(--_brand---colors--palette--grey);
}

.navbar_wrap {
  z-index: 10;
  width: 100%;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.navbar_left {
  justify-self: start;
  align-items: center;
  display: flex;
}

.navbar_logo {
  color: var(--_brand---colors--palette--black);
  font-size: var(--_brand---typography--heading--heading-4);
  font-weight: var(--_brand---font-weight--bold);
  letter-spacing: -.02em;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.navbar_logo:where(.w-variant-003b3c86-c67b-7973-a8a8-a821565da223) {
  color: var(--_brand---colors--palette--white);
}

.navbar_menu {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-self: center;
  align-items: center;
  white-space: nowrap;
  display: flex;
}

.navbar_link {
  color: var(--_brand---colors--palette--black);
  font-size: var(--_brand---typography--text--regular);
  font-weight: var(--_brand---font-weight--normal);
  align-items: center;
  padding-top: .5714em;
  padding-bottom: .5714em;
  text-decoration: none;
  transition: color .25s;
  display: inline-flex;
}

.navbar_link:where(.w-variant-003b3c86-c67b-7973-a8a8-a821565da223) {
  color: var(--_brand---colors--palette--white);
}

.navbar_link:hover {
  color: #96794a;
}

.navbar_right {
  justify-self: end;
  align-items: center;
  display: flex;
}

.arc-marquee_wrap {
  pointer-events: none;
  width: 100%;
  height: 40em;
  position: relative;
}

.arc-marquee_track {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.arc-marquee_item {
  will-change: transform;
  border-radius: .625em;
  width: 28vh;
  height: 28vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.arc-marquee_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.brands_tag {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--_brand---colors--palette--white);
  flex-flow: row;
  align-items: center;
  display: flex;
}

.brands_tag.is--on-light {
  color: var(--_brand---colors--palette--black);
  border-color: #080909;
}

.brands_tag.is--black {
  color: var(--_brand---colors--text--black);
}

.brands_tag_dot {
  background-color: var(--_brand---colors--palette--bronze);
  width: .3em;
  min-width: .3em;
  max-width: .3em;
  height: .3em;
  min-height: .3em;
  max-height: .3em;
  color: var(--_brand---colors--palette--bronze);
  border-radius: 100rem;
}

.section_banner {
  background-color: var(--_brand---colors--palette--white);
  color: var(--_brand---colors--palette--white);
  position: relative;
}

.banner_component {
  background-color: var(--_brand---colors--palette--black);
  min-height: 80vh;
  color: var(--_brand---colors--palette--black);
  border-radius: 3.75em;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  margin-bottom: 5em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner_content {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100ch;
  display: flex;
  position: relative;
}

.banner_heading {
  max-width: 12em;
  color: var(--_brand---colors--palette--white);
  font-size: var(--_brand---typography--heading--banner);
  line-height: var(--_brand---line-height--display);
  font-weight: var(--_brand---font-weight--medium);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
}

.banner_btn {
  flex-direction: column;
  width: 14em;
  margin-top: 2em;
  display: flex;
}

.banner_image-bg {
  z-index: 1;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.banner_bg-image {
  opacity: .6;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.banner_overlay {
  opacity: .35;
  background-color: #000;
  position: absolute;
  inset: 0;
}

.section_faq {
  z-index: 9;
  background-color: var(--_brand---colors--palette--white);
  color: var(--_brand---colors--palette--black);
  position: relative;
}

.faq_heading-row {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq_heading {
  max-width: 24ch;
  color: var(--_brand---colors--palette--black);
  margin-top: 0;
  margin-bottom: 0;
}

.faq_component {
  z-index: 9;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.faq_item {
  cursor: pointer;
  background-color: var(--_brand---colors--palette--ivory-dim);
  border-radius: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 1.5em;
  transition: padding .5s;
  display: flex;
}

.faq_item:hover {
  padding-top: 1.8em;
  padding-bottom: 1.8em;
}

.faq_question {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq_icon {
  width: 1em;
  height: 1em;
  color: var(--_brand---colors--palette--black);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq_wrap {
  height: 0;
  overflow: hidden;
}

.faq_answer {
  opacity: .7;
  max-width: 100ch;
  font-size: var(--_brand---typography--text--small);
  opacity: .7;
  max-width: 100ch;
  font-size: var(--_brand---typography--text--small);
  padding-top: 1em;
}

.faq_answer-text {
  margin-top: 0;
  margin-bottom: 0;
}

.section_pricing {
  z-index: 9;
  background-color: var(--_brand---colors--palette--white);
  color: var(--_brand---colors--palette--black);
  position: relative;
}

.pricing_component {
  z-index: 8;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  padding-top: 20vh;
  padding-bottom: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing_heading-row {
  z-index: 9;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.pricing_title-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  min-width: 80ch;
  max-width: 100ch;
  margin-right: 4em;
  display: flex;
}

.pricing_subtitle {
  opacity: 1;
  max-width: 64ch;
}

.pricing_grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.pricing_card {
  background-color: var(--_brand---colors--palette--pure-white);
  color: var(--_brand---colors--palette--pure-white);
  border-radius: .25em;
  position: relative;
}

.pricing_card.is--dark {
  background-color: var(--_brand---colors--palette--black);
  color: var(--_brand---colors--palette--white);
  position: relative;
  overflow: hidden;
}

.pricing_icon-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.pricing_icon-wrap.is--on-dark {
  z-index: 1;
  position: relative;
}

.pricing_icon {
  color: var(--_brand---colors--palette--black);
  display: flex;
}

.pricing_icon.is--on-dark {
  color: var(--_brand---colors--palette--white);
}

.pricing_content {
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  color: var(--_brand---colors--palette--black);
  flex-direction: column;
  padding: 3em 4em 3.5em;
  display: flex;
}

.pricing_content.is--on-dark {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--_brand---colors--palette--white);
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
}

.pricing_top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing_name {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.pricing_popular {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  font-size: var(--_brand---typography--text--small);
  font-weight: var(--_brand---font-weight--medium);
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  font-size: var(--_brand---typography--text--small);
  background-color: #dbf8cc;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .35em 1em .35em .85em;
  font-weight: 500;
  display: flex;
}

.pricing_popular.is--on-dark {
  color: var(--_brand---colors--palette--black);
}

.pricing_popular-dot {
  background-color: #34a853;
  border-radius: 100rem;
  width: .42em;
  min-width: .42em;
  max-width: .42em;
  height: .42em;
  min-height: .42em;
  max-height: .42em;
}

.pricing_description {
  max-width: 40ch;
}

.pricing_divider {
  background-color: var(--_brand---colors--palette--black);
  opacity: .07;
  width: 100%;
  height: 1px;
  color: var(--_brand---colors--palette--black);
}

.pricing_bottom {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-bottom: 2em;
  display: flex;
}

.pricing_price {
  color: var(--_brand---colors--palette--black);
}

.pricing_features {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing_item {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  color: var(--_brand---colors--palette--black);
  align-items: center;
  display: flex;
}

.section_footer {
  background-color: var(--_brand---colors--palette--black);
  color: var(--_brand---colors--text--white);
  position: relative;
}

.footer_component {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  padding-top: 6.4em;
  padding-bottom: 5em;
  display: flex;
}

.footer_grid {
  grid-column-gap: 9em;
  grid-row-gap: 9em;
  grid-template-columns: 1.5fr 1fr;
  display: grid;
}

.footer_list {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.footer_title {
  opacity: .8;
}

.footer_links {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  white-space: nowrap;
  flex-direction: column;
  display: flex;
}

.footer_link {
  height: 2.6em;
  color: var(--_brand---colors--palette--white);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer_newsletter {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  padding-right: 5rem;
  display: flex;
}

.footer_newsletter-subtitle {
  max-width: 100%;
  color: var(--_brand---colors--palette--white);
}

.footer_credit {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  font-size: var(--_brand---typography--text--tiny);
  flex-direction: column;
  display: flex;
}

.footer_credits {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--_brand---colors--palette--white);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_credits-wrap {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  font-size: var(--_brand---typography--text--regular);
  display: flex;
}

.footer_credits-link {
  color: var(--_brand---colors--palette--white);
  white-space: nowrap;
  text-decoration: none;
  transition: opacity .2s;
}

.footer_credits-link:hover {
  opacity: .83;
}

.footer_opacity-60 {
  opacity: .6;
}

.footer_pages-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  font-size: var(--_brand---typography--text--regular);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_divider {
  background-color: var(--_brand---colors--palette--white);
  opacity: .3;
  width: 1px;
  height: .7em;
}

.footer_bottom {
  height: 39vh;
  position: relative;
}

.footer_cta {
  z-index: 10;
  text-decoration: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer_cta._w-inline-block {
  border-radius: 100em;
  overflow: hidden;
}

.sticky_wrap, .hero_parallax {
  position: relative;
}

.section_hero {
  width: 100%;
  position: relative;
}

.hero_marquee {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 55vh 0 auto;
}

.hero_component {
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.hero_bottom {
  z-index: 2;
  justify-content: center;
  padding: 21vh 2.5em 1em;
  display: flex;
  position: relative;
}

.hero_bottom_content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero_tag {
  background-color: var(--_brand---colors--palette--grey);
  color: var(--_brand---colors--palette--white);
  font-weight: var(--_brand---font-weight--semibold);
  align-items: center;
  padding: .3125em .8em;
  display: inline-flex;
}

.hero_scroll-indicator {
  z-index: 3;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
}

.hero_scroll-line {
  background-color: var(--_brand---colors--palette--grey);
  opacity: 0;
  transform-origin: top;
  width: 1px;
  height: 4em;
  color: var(--_brand---colors--palette--grey);
  transform: scaleY(0);
}

.section_brands {
  background-color: var(--_brand---colors--palette--black);
  color: var(--_brand---colors--palette--black);
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
}

.brands_inner {
  padding: 2.5em;
  position: relative;
}

.brands_heading-row {
  z-index: 9;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100ch;
  margin-top: 6em;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.brands_heading {
  max-width: 22em;
  color: var(--_brand---colors--palette--white);
  font-size: var(--_brand---typography--heading--brands);
  line-height: var(--_brand---line-height--heading);
  font-weight: var(--_brand---font-weight--normal);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
}

.brands_grid {
  z-index: 9;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 8em;
  display: grid;
  position: relative;
}

.brands_logo {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.brands_logo.is--large {
  letter-spacing: -.04em;
  width: 65%;
  max-width: 8em;
  font-size: 6.5em;
  line-height: 1;
}

.section_team {
  background-color: var(--_brand---colors--palette--black);
  color: var(--_brand---colors--palette--black);
  padding-top: 2em;
  padding-bottom: 4em;
  position: relative;
}

.team_component {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  flex-direction: column;
  padding: 2.5em;
  display: flex;
}

.heading-row {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  justify-content: space-between;
  place-items: start stretch;
  display: flex;
}

.team_heading {
  max-width: 35ch;
  color: var(--_brand---colors--palette--white);
  font-size: var(--_brand---typography--heading--team);
  line-height: var(--_brand---line-height--subheading);
  font-weight: var(--_brand---font-weight--light);
  max-width: 35ch;
  font-size: var(--_brand---typography--heading--heading-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-right: 1.5em;
  font-weight: 300;
  line-height: 1.2;
}

.team_heading.is--black {
  color: var(--_brand---colors--text--black);
  margin-left: 0;
}

.team_grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.team_card {
  aspect-ratio: 2 / 2.5;
  background-color: var(--_brand---colors--palette--carbon);
  color: var(--_brand---colors--palette--carbon);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team_image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.team_info {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: 1 / 1.1;
  background-color: var(--_brand---colors--palette--white);
  opacity: 0;
  width: 80%;
  max-height: 70%;
  color: var(--_brand---colors--palette--black);
  border-radius: .25em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team_position {
  opacity: .67;
  color: var(--_brand---colors--palette--black);
  align-self: flex-end;
}

.team_meta {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--_brand---colors--palette--black);
  flex-direction: column;
  display: flex;
}

.team_intro {
  color: var(--_brand---colors--palette--black);
  font-size: var(--_brand---typography--text--tiny);
  line-height: var(--_brand---line-height--body);
  font-weight: var(--_brand---font-weight--normal);
  margin-top: 0;
  margin-bottom: 0;
}

.section_awards {
  background-color: var(--_brand---colors--palette--black);
  color: var(--_brand---colors--palette--black);
  padding-top: 2em;
  padding-bottom: 8em;
  position: relative;
}

.awards_component {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  padding: 2.5em;
  display: flex;
}

.awards_wrap {
  flex-direction: column;
  display: flex;
}

.awards_item {
  position: relative;
  overflow: hidden;
}

.awards_content {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--_brand---colors--palette--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 1.5em 1em;
  display: grid;
  position: relative;
}

.awards_name {
  font-weight: var(--_brand---font-weight--light);
}

.awards_info {
  opacity: .67;
  text-align: center;
}

.awards_count {
  opacity: .67;
  text-align: right;
}

.awards_count.text-size-small {
  font-size: var(--_brand---typography--text--tiny);
}

.awards_hover-bg {
  z-index: 1;
  background-color: var(--_brand---colors--palette--white);
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.awards_btn {
  box-sizing: border-box;
  width: 14em;
  margin: 2em auto 0;
  display: block;
}



.works_component {
  padding: 8em 2.5em 4em;
}

.works_component.is--hero {
  padding-top: 12em;
}

.works_heading-row {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100ch;
  margin-bottom: 6em;
  display: flex;
}

.works_heading {
  max-width: 22em;
  color: var(--_brand---colors--palette--black);
  font-size: var(--_brand---typography--heading--works);
  line-height: var(--_brand---line-height--heading);
  font-weight: var(--_brand---font-weight--normal);
  letter-spacing: -.02em;
  max-width: 22em;
  font-size: var(--_brand---typography--heading--heading-2);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.1;
}

.works_cards {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  perspective: 60em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.works_card {
  aspect-ratio: 16 / 9;
  will-change: transform;
  border-radius: 2.5em;
  width: 100%;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  transform: perspective(1000px);
}

.works_cursor {
  z-index: 10;
  grid-column-gap: .1875em;
  grid-row-gap: .1875em;
  opacity: 0;
  pointer-events: none;
  will-change: transform;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.works_cursor-item {
  background-color: var(--_brand---colors--palette--grey);
  color: var(--_brand---colors--palette--white);
  font-weight: var(--_brand---font-weight--semibold);
  white-space: nowrap;
  padding: .3125em .5em;
}

.works_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.works_card_name-wrap {
  pointer-events: none;
  align-items: flex-end;
  padding: 2em;
  display: flex;
  position: absolute;
  inset: 0;
}

.works_card_name {
  color: var(--_brand---colors--palette--white);
  font-weight: var(--_brand---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

.section_statement {
  background-color: var(--_brand---colors--palette--white);
  min-height: 100vh;
  color: var(--_brand---colors--palette--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.statement_component {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.statement_text {
  color: var(--_brand---colors--palette--black);
  font-size: var(--_brand---typography--heading--statement);
  line-height: var(--_brand---line-height--slack);
  font-weight: var(--_brand---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

.statement_break {
  height: 1em;
  display: block;
}

.statement_image-wrap {
  vertical-align: middle;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  width: 1.725em;
  height: 1.2em;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.statement_inline-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.image.works-v2-card_bg-image, .image.cover {
  height: 100%;
}

.arrow-link_text {
  display: inline-block;
  position: relative;
  color: var(--_brand---colors--palette--ivory);
}

.arrow-link.is--on-light .arrow-link_text {
  color: var(--_brand---colors--palette--black);
}

.index-list.is--on-light .index-list_item {
  color: var(--_brand---colors--palette--black);
  border-bottom-color: rgba(8, 9, 9, 0.1);
}

.arrow-link_line {
  background-color: var(--_brand---colors--palette--bronze);
  width: 0%;
  height: 1px;
  color: var(--_brand---colors--palette--bronze);
  position: absolute;
  bottom: 0;
  left: 0;
}

.arrow-link_line.is--black {
  background-color: var(--_brand---colors--palette--black);
  color: var(--_brand---colors--palette--black);
}



.text-size-small {
  font-size: var(--_brand---typography--text--small-compact);
  line-height: var(--_brand---line-height--relaxed);
}

.text-weight-normal {
  font-weight: var(--_brand---font-weight--normal);
}

.contact-hero_submit-btn {
  box-sizing: border-box;
  background-color: var(--_brand---colors--palette--grey);
  width: 100%;
  max-width: 20em;
  color: var(--_brand---colors--palette--white);
  font-size: var(--_brand---typography--text--small);
  line-height: var(--_brand---line-height--tight);
  font-weight: var(--_brand---font-weight--normal);
  text-align: center;
  cursor: pointer;
  border-style: none;
  border-radius: .2857em;
  padding: 1em 2em;
}

.contact-hero_submit-btn:hover {
  background-color: #2a2a2a;
}

.section_contact-hero {
  background-color: var(--_brand---colors--palette--white);
  color: var(--_brand---colors--palette--black);
  position: relative;
}

.contact-hero_component {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  padding-top: 10em;
  padding-bottom: 8em;
  display: flex;
}

.contact-hero_left {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-hero_heading {
  max-width: 60%;
  font-weight: var(--_brand---font-weight--normal);
  margin-top: 0;
  margin-bottom: 0;
}

.contact-hero_heading.heading-style-h2 {
  font-size: var(--_brand---typography--heading--display);
  line-height: var(--_brand---line-height--heading);
  font-weight: var(--_brand---font-weight--medium);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-hero_right {
  flex-direction: column;
  width: 50%;
  margin-left: auto;
  display: flex;
}

.contact-hero_form-v2 {
  flex-direction: column;
  display: flex;
}

/* Calendly inline embed that replaced the contact form. A white card so the
   widget's own chrome reads cleanly against the section. Given its own column,
   it breaks the hero's 50% right column to the full width so the calendar and
   time slots lay out side by side, and it is tall enough that the widget never
   needs its own inner scrollbar. */
.contact-hero_right:has(.contact-hero_calendly) {
  width: 100%;
  margin-left: 0;
}

.contact-hero_calendly {
  width: 100%;
  min-height: 1000px;
  background-color: #fff;
  border-radius: 0.75em;
  overflow: hidden;
}

.contact-hero_calendly iframe {
  display: block;
  width: 100%;
  min-height: 1000px;
  border: 0;
}

/* On narrow screens Calendly stacks the calendar above the time list, so it
   needs more height to avoid an inner scroll. */
@media screen and (max-width: 767px) {
  .contact-hero_calendly,
  .contact-hero_calendly iframe {
    min-height: 1300px;
  }
}



.arrow-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: inline-flex;
}



.progressive-blur_wrap {
  z-index: 999;
  pointer-events: none;
  width: 100%;
  height: 6.5rem;
  position: fixed;
  inset: auto 0% 0%;
  overflow: clip;
  transform: rotate(180deg);
}

.progressive-blur_panel {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  padding: 0;
  position: absolute;
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
}

.progressive-blur_panel.is-9 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
  mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
}

.progressive-blur_panel.is-8 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
  mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
}

.progressive-blur_panel.is-1 {
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  -webkit-mask: linear-gradient(#000 0% 10%, #0000 30%);
  mask: linear-gradient(#000 0% 10%, #0000 30%);
}

.progressive-blur_panel.is-6 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
  mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
}

.progressive-blur_panel.is-4 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
  mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
}

.progressive-blur_panel.is-3 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
  mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
}

.progressive-blur_panel.is-5 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
  mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
}

.progressive-blur_panel.is-10 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
  mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
}

.progressive-blur_panel.is-2 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  -webkit-mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
  mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
}

.progressive-blur_panel.is-7 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
  mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
}

.works-v3_card-wrap {
  position: sticky;
  top: 5em;
}

.contact-hero_form {
  flex-direction: column;
  display: flex;
}

.contact-hero_field {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #08090926;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.contact-hero_field-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  font-size: var(--_brand---typography--text--small);
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.contact-hero_field-icon {
  width: .875em;
  height: .875em;
  color: var(--_brand---colors--palette--black);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-hero_field-label {
  color: var(--_brand---colors--palette--black);
  flex-shrink: 0;
}

.contact-hero_input {
  color: var(--_brand---colors--palette--mid-gray);
  font-size: var(--_brand---typography--text--tiny);
  font-weight: var(--_brand---font-weight--normal);
  text-align: right;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.contact-hero_submit {
  justify-content: flex-start;
  margin-top: 2.5em;
  display: flex;
}

.contact-hero_submit.is--center {
  justify-content: center;
  align-items: center;
}

.blog-list {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image {
  aspect-ratio: 2 / 1.6;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.blog-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.blog-icon {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff40;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  transform: translate(2.5rem);
}

.opacity_60 {
  opacity: .87;
  font-size: var(--_brand---typography--text--small);
}

.blog-link {
  z-index: 999;
  position: absolute;
  inset: 0%;
}

.image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image-2.is-contain {
  object-fit: contain;
  object-position: 50% 100%;
}

.blog-title {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  max-width: 50ch;
  display: flex;
}

.blog-animation {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: .5rem;
  right: .5rem;
  overflow: hidden;
}

.heading-style-h5 {
  font-size: var(--_brand---typography--heading--heading-5);
  line-height: var(--_brand---line-height--relaxed);
}

.icon-img {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.section_explore {
  z-index: 9;
  background-color: #ebebeb;
  position: relative;
}

.text-size-regular-2 {
  font-size: var(--_brand---typography--text--regular);
}

.slider-nav {
  display: none;
}

.testimonial-overlay {
  z-index: 2;
  background-image: linear-gradient(#1c1b1a00, #1c1b1a99);
  width: 100%;
  height: 10rem;
  position: absolute;
  inset: auto 0% 0%;
}

.services_title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.services_title.min-wdith {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: center;
  max-width: none;
}

.big-number {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.slider-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.numbers_paragraph {
  opacity: .8;
  max-width: none;
}

.bubble-text {
  max-width: 15ch;
}

.heading_component {
  z-index: 9;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading_component.is--center {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}

.text-size-large {
  font-size: var(--_brand---typography--text--large);
  line-height: var(--_brand---line-height--relaxed);
}

.numbers_component {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}

.quote-icon {
  width: 1.2rem;
  margin-bottom: .5rem;
}

.section_about {
  position: relative;
  overflow: clip;
}

.heading-style-h2-2 {
  font-size: var(--_brand---typography--heading--large);
  line-height: 1.2;
}

.heading-style-h2-2.text-weight-medium {
  line-height: var(--_brand---line-height--subheading);
  font-weight: var(--_brand---font-weight--medium);
}

.bubble {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  display: flex;
}

.icon_animation {
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: .9rem;
  display: flex;
}

.lines_bg {
  z-index: 2;
  pointer-events: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lines_bg.is--light {
  opacity: .78;
}

.lines_bg.is--black {
  opacity: .6;
}

.left-arrow {
  opacity: .6;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--_brand---colors--palette--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  inset: -5rem 3.5rem auto auto;
}

.left-arrow:hover {
  opacity: .3;
}

.about-hero {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20vh;
  padding-bottom: 6rem;
  display: flex;
}

.testimonial-video {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.slider_image {
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.slider_image.is--square {
  border-radius: 4px;
}

.section_testimonial {
  position: relative;
}

.heading-style-h3-2 {
  font-size: var(--_brand---typography--heading--medium);
  line-height: 1.2;
}

.heading-style-h3-2.text-weight-normal {
  line-height: var(--_brand---line-height--tight);
  font-weight: var(--_brand---font-weight--normal);
}

.growth {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: var(--_brand---colors--palette--green);
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.growth.is--bottom {
  margin-top: 0;
  margin-bottom: .3rem;
}

.about_subtitle {
  opacity: .8;
  max-width: 80ch;
  line-height: var(--_brand---line-height--airy);
  margin-top: 1rem;
}

.explore_btn {
  flex-flow: column;
  width: 19rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon_wrap {
  display: flex;
}

.icon_wrap.one {
  margin-right: 40%;
}

.icon_wrap.fifth {
  margin-top: 45%;
  margin-right: 82%;
}

.icon_wrap.fifth.no-margin {
  margin-top: 0%;
  margin-right: 0%;
}

.icon_wrap.fourth {
  margin-top: 20%;
  margin-left: 30%;
}

.icon_wrap.fourth.no-margin {
  margin-top: 0%;
  margin-left: 0%;
}

.icon_wrap.sixth {
  margin-left: 25%;
}

.icon_wrap.sixth.no-margin {
  margin-left: 0%;
}

.icon_wrap.two {
  margin-left: 80%;
}

.icon_wrap.three {
  margin-top: 35%;
}

.growth_icon {
  justify-content: center;
  align-items: center;
  width: .625rem;
  height: .625rem;
  display: flex;
}

.section_image {
  position: relative;
}

.elipse {
  background-color: #96794a;
  border-radius: 50%;
  width: .3rem;
  min-width: .3rem;
  max-width: .3rem;
  height: .3rem;
  min-height: .3rem;
  max-height: .3rem;
}

.elipse.is--large {
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  min-height: .5rem;
}

.elipse.is--large.black {
  opacity: .1;
  background-color: #141414;
}

.text-size-huge {
  font-size: 6vw;
  line-height: .9;
}

.text-size-huge.is--large {
  font-size: var(--_brand---typography--display--xlarge);
  line-height: var(--_brand---line-height--display);
}

.text-size-huge.is--small {
  font-size: var(--_brand---typography--display--medium);
  line-height: var(--_brand---line-height--cropped);
}

.bento_top-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading_subtitle {
  opacity: .8;
  max-width: 64ch;
}

.bg_animation {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider_component {
  z-index: 9;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.container-huge {
  width: 100%;
  max-width: 100vw;
}

.lines_line {
  opacity: .4;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  width: 25%;
  height: 100%;
}

.lines_line.is--left {
  border-right-style: none;
  border-right-width: 0;
}

.lines_line.is--left.is--black {
  border-left-color: #ebebeb1a;
}

.lines_line.is--right {
  border-left-style: none;
  border-left-width: 0;
}

.lines_line.is--right.is--black {
  border-right-color: #ebebeb1a;
}

.lines_line.is-black {
  border-left-color: #ebebeb1a;
  border-right-color: #ebebeb1a;
}

.heading-style-h1-2 {
  font-size: var(--_brand---typography--display--mega);
  letter-spacing: -1.3vw;
  line-height: 1;
}

.heading-style-h1-2.is--work {
  font-size: var(--_brand---typography--display--massive);
  line-height: var(--_brand---line-height--display);
  font-weight: var(--_brand---font-weight--semibold);
  letter-spacing: -.5px;
}

.bubble-img {
  border: 2px solid #ebebeb;
  border-radius: 50%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  margin-left: -1rem;
  overflow: hidden;
}

.text-weight-medium {
  font-weight: var(--_brand---font-weight--medium);
}

.right-arrow {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--_brand---colors--palette--white);
  background-color: #080909;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  inset: -5rem 0% auto auto;
}

.right-arrow:hover {
  opacity: .8;
}

.logos_card {
  aspect-ratio: 1;
  background-color: #0e0f0f;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15vw;
  min-width: 17rem;
  margin-right: 1rem;
  padding: 5rem 3rem;
  display: flex;
}

.about_heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.numbers_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin-top: 6rem;
}

.slider-item {
  flex: none;
  max-width: 22rem;
  min-height: 27rem;
  margin-right: 1.5rem;
}

.explore_component {
  z-index: 4;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-top: 1.1em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.slider-bottom {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.logo_img.is-large {
  width: 65%;
  max-width: 8rem;
  font-size: var(--_brand---typography--display--large);
}

.bubble-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.numbers_subtitle {
  opacity: .7;
  max-width: 85%;
  margin-top: 2rem;
}

.slider-mask {
  width: 22rem;
  min-height: 27rem;
  overflow: visible;
}

.slider {
  grid-row-gap: 3em;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 27rem;
  display: flex;
  position: relative;
}

.slider-testimonial {
  background-color: #f3f2ee;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 27rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-testimonial.is--video {
  color: var(--_brand---colors--text--white);
  justify-content: flex-end;
  align-items: flex-start;
}

.image-placeholder {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.about_image {
  z-index: 9;
  height: 70vh;
  position: relative;
  overflow: clip;
}

.numbers_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100ch;
  margin-right: 4rem;
  display: flex;
}

.text-size-small-2 {
  font-size: var(--_brand---typography--text--small);
}

.image-parallax {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 110%;
}

.testimonial-quote {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 80.8rem;
  margin-left: auto;
  margin-right: auto;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bg_animation-wrap {
  grid-column-gap: 15%;
  grid-row-gap: 15%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.bg_animation-wrap.is--bottom {
  padding-bottom: 5%;
}

.bg_animation-wrap.is--top {
  justify-content: flex-start;
  align-items: center;
}

.section_logos {
  color: var(--_brand---colors--palette--white);
  background-color: #080909;
  position: relative;
}

.logos_subtitle {
  opacity: .7;
  text-align: right;
  max-width: 67ch;
  margin-top: 5rem;
  margin-left: auto;
}

.logos_heading {
  max-width: 120ch;
  margin-top: 2rem;
}

.logos_content {
  z-index: 5;
  padding-top: 20vh;
  padding-bottom: 10rem;
  position: relative;
}

.logos {
  z-index: 5;
  padding-bottom: 12rem;
  position: relative;
}

.logos_list {
  display: flex;
}

.bento_vertical {
  color: var(--_brand---colors--palette--white);
  background-image: url("assets/images/69e001789372dd3d88e47e30_vertical_card-bg.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  display: flex;
  position: relative;
}

.section_bento {
  position: relative;
}

.bento_component {
  z-index: 5;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  padding-top: 15vh;
  padding-bottom: 12rem;
  display: flex;
  position: relative;
}

.bento_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bento_icon-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.cursor-chat {
  letter-spacing: .6px;
  background-color: #2e90fa;
  border: .1rem solid #1570ef;
  border-radius: 1.5rem .125rem 1.5rem 1.5rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: .4rem 1.25rem .4rem 1rem;
  display: flex;
}

.cursor-chat.is--green {
  background-color: #12b76a;
  border-color: #039855;
  border-top-left-radius: .125rem;
  border-top-right-radius: 1.5rem;
  margin-left: 1rem;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: .9rem;
}

.bento_animation {
  flex: 1;
  position: relative;
}

.cursor-img {
  width: 1.3rem;
  margin-bottom: -.3rem;
}

.bento_vertical-top {
  margin-top: 4rem;
  margin-left: 4rem;
  margin-right: 4rem;
}

.bent_paragraph {
  max-width: 24ch;
}

.bento_vertical-paragraph {
  border-left: 1px solid #ebebeb;
  max-width: 35ch;
  margin: auto 3.5rem 3rem;
  padding-left: 1rem;
}

.bento_top {
  min-height: 27rem;
  color: var(--_brand---colors--palette--white);
  background-color: #080909;
  background-image: url("assets/images/69dff82f60e88c6acfb5e153_card-bg.avif");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .25rem;
  flex-flow: column;
  transition: background-position .9s;
  display: flex;
  overflow: hidden;
}

.bento_top:hover {
  background-image: url("assets/images/69dff82f60e88c6acfb5e153_card-bg.avif");
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cursor-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.cursor-wrap.is--left {
  margin-top: -2%;
  margin-right: 35%;
}

.cursor-wrap.is--right {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5%;
  margin-left: 45%;
}

.bento_bottom {
  background-color: #fff;
  background-image: url("assets/images/69e001789372dd3d88e47e2c_card_bg-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 27rem;
  transition: background-position 1s;
  display: flex;
  overflow: hidden;
}

.bento_bottom:hover {
  background-position: 50% 20%;
}

.bento_paragraph {
  border-left: 1px solid #141414;
  max-width: 45ch;
  padding-left: 1rem;
}

.bento_top-img {
  width: 60%;
  height: 100%;
}

.figma {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10%;
  display: flex;
}

.bento_top-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  padding-left: 3.5rem;
  display: flex;
}

.bento-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bento-title.is--bottom {
  justify-content: flex-start;
  align-items: flex-end;
}

.bento_bottom-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 2.5rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: flex;
}

._404 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.form {
  flex-flow: column;
  display: flex;
}

.field-label {
  font-weight: var(--_brand---font-weight--medium);
  text-align: center;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  margin-bottom: 1rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 275px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-line {
  background-color: #3f3f3f;
  width: 100%;
  height: 1px;
}

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.style-guide-content {
  margin-bottom: 8rem;
}

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-style-guide {
  z-index: 9;
  background-color: #ebebeb;
  padding-top: 10em;
  position: relative;
}

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.style-guide-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_brand---colors--palette--black);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.style-guide-button:hover {
  opacity: .5;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.divider-2 {
  z-index: 2;
  opacity: .08;
  background-color: #000;
  width: 100%;
  height: 1px;
  position: relative;
}

.opacity_85 {
  opacity: .8;
}

.section_instructions-hero {
  color: var(--_brand---colors--palette--black);
  background-color: #ebebeb;
  position: relative;
}

.instructions-hero_component {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10em;
  padding-bottom: 4em;
  display: flex;
}

.instructions-hero_heading {
  color: var(--_brand---colors--palette--black);
  margin-top: 0;
  margin-bottom: 0;
}

.instructions-hero_heading.heading-style-h1 {
  font-size: var(--_brand---typography--heading--alternative);
  line-height: var(--_brand---line-height--heading);
  font-weight: var(--_brand---font-weight--medium);
}

.instructions-hero_subtitle {
  max-width: 52ch;
  color: var(--_brand---colors--palette--grey);
  margin-top: 0;
  margin-bottom: 0;
}

.section_instructions {
  color: var(--_brand---colors--palette--black);
  background-color: #ebebeb;
  position: relative;
}

.instructions_component {
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 10em;
  display: flex;
}

.instructions_note {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: #0809090a;
  border-radius: .25em;
  flex-direction: column;
  margin-bottom: 2em;
  padding: 2em;
  display: flex;
}

.instructions_note-body {
  max-width: 68ch;
  color: var(--_brand---colors--palette--grey);
  margin-top: 0;
  margin-bottom: 0;
}

.instructions_group {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  border-top: 1px solid #0809091f;
  flex-direction: column;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.instructions_group:first-of-type {
  border-top-style: none;
  padding-top: 2em;
}

.instructions_group-head {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 6em 1fr;
  align-items: baseline;
  display: grid;
}

.instructions_index {
  color: var(--_brand---colors--palette--black);
  line-height: var(--_brand---line-height--display);
  letter-spacing: .08em;
}

.instructions_group-text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.instructions_group-heading {
  color: var(--_brand---colors--palette--black);
  margin-top: 0;
  margin-bottom: 0;
}

.instructions_group-description {
  max-width: 64ch;
  color: var(--_brand---colors--palette--grey);
  margin-top: 0;
  margin-bottom: 0;
}

.instructions_items {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  padding-left: 8em;
  display: flex;
}

.instructions_attr-list {
  flex-direction: column;
  display: flex;
}

.instructions_attr {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid #08090914;
  grid-template-rows: auto;
  grid-template-columns: 18em 1fr;
  align-items: baseline;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  display: grid;
}

.instructions_attr:first-child {
  border-top-style: none;
  padding-top: 0;
}

.instructions_attr-name {
  color: var(--_brand---colors--palette--black);
  font-size: var(--_brand---typography--text--code);
  letter-spacing: 0;
  word-break: break-word;
}

.instructions_attr-description {
  max-width: 68ch;
  color: var(--_brand---colors--palette--grey);
  margin-top: 0;
  margin-bottom: 0;
}

.instructions_attr-description.text-size-regular {
  font-size: var(--_brand---typography--text--regular);
  line-height: var(--_brand---line-height--body);
  font-size: var(--_brand---typography--text--regular);
}

.instructions_steps {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.instructions_step {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-top: 1px solid #08090914;
  grid-template-rows: auto;
  grid-template-columns: 5em 1fr;
  align-items: baseline;
  padding-top: 1em;
  padding-bottom: 1em;
  display: grid;
}

.instructions_step:first-child {
  border-top-style: none;
  padding-top: 0;
}

.instructions_step-number {
  color: var(--_brand---colors--palette--black);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.instructions_step-text {
  max-width: 64ch;
  color: var(--_brand---colors--palette--grey);
  margin-top: 0;
  margin-bottom: 0;
}

.instructions_snippet {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: var(--_brand---colors--background--light-elevated);
  color: var(--_brand---colors--palette--carbon);
  border-radius: .375em;
  flex-direction: column;
  padding: 1.5em 1.75em;
  display: flex;
}

.instructions_snippet-label {
  opacity: .6;
  color: var(--_brand---colors--palette--carbon);
  letter-spacing: .08em;
}

.instructions_snippet-label.text-style-allcaps.text-size-tiny {
  font-size: var(--_brand---typography--text--tiny);
  line-height: var(--_brand---line-height--relaxed);
  font-size: var(--_brand---typography--text--tiny);
}

.instructions_snippet-body {
  color: var(--_brand---colors--palette--carbon);
  font-size: var(--_brand---typography--text--small);
  line-height: var(--_brand---line-height--loose);
  white-space: pre;
  font-size: var(--_brand---typography--text--small);
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
  overflow-x: auto;
}

.code-block {
  border-radius: .3rem;
}

.section_sg-hero {
  color: var(--_brand---colors--palette--black);
  background-color: #ebebeb;
  position: relative;
}

.sg-hero_component {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10em;
  padding-bottom: 4em;
  display: flex;
}

.sg-hero_heading {
  color: var(--_brand---colors--palette--black);
  margin-top: 0;
  margin-bottom: 0;
}

.sg-hero_subtitle {
  max-width: 44ch;
  color: var(--_brand---colors--palette--grey);
  font-size: var(--_brand---typography--text--regular);
  margin-top: 0;
  margin-bottom: 0;
}

.section_sg {
  color: var(--_brand---colors--palette--black);
  background-color: #ebebeb;
  position: relative;
}

.sg_tabs {
  padding-top: 2em;
  padding-bottom: 10em;
}

.sg_tab-menu {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-bottom: 1px solid #0809091f;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.sg_tab-link {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: var(--_brand---colors--palette--grey);
  cursor: pointer;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-items: baseline;
  margin-bottom: -1px;
  margin-right: 1.5em;
  padding: 1em 1.5em 1em 0;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.sg_tab-link:hover {
  color: #080909;
}

.sg_tab-link.w--current {
  background-color: #0000;
  border-bottom-color: #000;
}

.sg_tab-index {
  color: var(--_brand---colors--palette--black);
  letter-spacing: .08em;
}

.sg_tab-label {
  font-size: var(--_brand---typography--text--medium);
  line-height: var(--_brand---line-height--tight);
  font-size: var(--_brand---typography--text--medium);
  line-height: 1.3;
}

.sg_tab-content {
  width: 100%;
}

.sg_group {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  border-top: 1px solid #0809091f;
  flex-direction: column;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.sg_group:first-child {
  border-top-style: none;
  padding-top: 2em;
}

.sg_group-head {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 6em 1fr;
  align-items: baseline;
  display: grid;
}

.sg_index {
  color: var(--_brand---colors--palette--black);
  line-height: var(--_brand---line-height--display);
  letter-spacing: .08em;
}

.sg_group-text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.sg_group-heading {
  color: var(--_brand---colors--palette--black);
  margin-top: 0;
  margin-bottom: 0;
}

.sg_group-description {
  max-width: 60ch;
  color: var(--_brand---colors--palette--grey);
  margin-top: 0;
  margin-bottom: 0;
}

.sg_items {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  padding-left: 8em;
  display: flex;
}

.sg-type_row {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid #08090914;
  grid-template-rows: auto;
  grid-template-columns: 14em 1fr;
  align-items: baseline;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  display: grid;
}

.sg-type_row:first-child {
  border-top-style: none;
  padding-top: 0;
}

.sg-type_meta {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  display: flex;
}

.sg-type_name {
  color: var(--_brand---colors--palette--black);
}

.sg-type_spec {
  color: var(--_brand---colors--palette--grey);
}

.sg-type_sample {
  color: var(--_brand---colors--palette--black);
  margin-top: 0;
  margin-bottom: 0;
}

.sg-type_sample.text-size-medium {
  font-size: var(--_brand---typography--text--medium-compact);
  line-height: var(--_brand---line-height--body);
  font-size: var(--_brand---typography--text--medium);
}

.sg-type_sample.text-size-huge {
  font-size: var(--_brand---typography--text--huge);
  line-height: var(--_brand---line-height--cropped);
}

.sg-type_sample.heading-style-h2 {
  font-size: var(--_brand---typography--heading--heading-2);
  line-height: var(--_brand---line-height--heading);
}

.sg-type_sample.text-size-regular {
  font-size: var(--_brand---typography--text--regular);
  line-height: var(--_brand---line-height--body);
}

.sg-type_sample.text-weight-normal {
  font-weight: var(--_brand---font-weight--normal);
}

.sg-color_grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.sg-color_card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.sg-color_swatch {
  aspect-ratio: 4 / 3;
  background-color: var(--_brand---colors--palette--white);
  border: 1px solid #08090914;
  border-radius: .375em;
  width: 100%;
}

.sg-color_swatch._2 {
  background-color: var(--_brand---colors--palette--pure-white);
}

.sg-color_swatch._3 {
  background-color: var(--_brand---colors--palette--carbon);
}

.sg-color_swatch._4 {
  background-color: var(--_brand---colors--palette--black);
}

.sg-color_swatch._5 {
  background-color: var(--_brand---colors--palette--grey);
}

.sg-color_swatch._6 {
  background-color: var(--_brand---colors--palette--bronze);
}

.sg-color_meta {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.sg-color_name {
  color: var(--_brand---colors--palette--black);
  font-weight: var(--_brand---font-weight--medium);
}

.sg-color_hex {
  color: var(--_brand---colors--palette--grey);
}

.sg-color_dot {
  border: 1px solid #0809091f;
  border-radius: 100rem;
  width: .9em;
  min-width: .9em;
  max-width: .9em;
  height: .9em;
  min-height: .9em;
  max-height: .9em;
}

.sg-color_dot.is--white {
  background-color: #ebebeb;
}

.sg-color_dot.is--pure-white {
  background-color: #fff;
}

.sg-color_dot.is--carbon {
  background-color: #0e0f0f;
}

.sg-color_dot.is--black {
  background-color: #080909;
}

.sg-color_dot.is--grey {
  background-color: #141414;
}

.sg-color_dot.is--orange {
  background-color: #96794a;
}

.sg-semantic_group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid #08090914;
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 0;
  display: flex;
}

.sg-semantic_group:first-child {
  border-top-style: none;
  padding-top: 0;
}

.sg-semantic_rows {
  flex-direction: column;
  display: flex;
}

.sg-semantic_row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid #0809090f;
  grid-template-rows: auto;
  grid-template-columns: 1.5em 1fr auto;
  align-items: center;
  padding-top: .875em;
  padding-bottom: .875em;
  display: grid;
}

.sg-semantic_row:first-child {
  border-top-style: none;
}

.sg-semantic_name {
  color: var(--_brand---colors--palette--black);
}

.sg-semantic_hex {
  color: var(--_brand---colors--palette--grey);
  font-variant-numeric: tabular-nums;
}

.sg-space_rows {
  flex-direction: column;
  display: flex;
}

.sg-space_row {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid #0809090f;
  grid-template-rows: auto;
  grid-template-columns: 8em 6em 1fr;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: grid;
}

.sg-space_row:first-child {
  border-top-style: none;
}

.sg-space_name {
  color: var(--_brand---colors--palette--black);
}

.sg-space_value {
  color: var(--_brand---colors--palette--grey);
  font-variant-numeric: tabular-nums;
}

.sg-space_visual {
  align-items: center;
  display: flex;
}

.sg-space_bar {
  background-color: #141414;
  border-radius: .125rem;
  height: 1.25rem;
}

.sg-space_bar.is--tiny {
  width: .25rem;
}

.sg-space_bar.is--xxsmall {
  width: .5rem;
}

.sg-space_bar.is--xsmall {
  width: .75rem;
}

.sg-space_bar.is--custom1 {
  width: 1.25rem;
}

.sg-space_bar.is--custom2 {
  width: 2rem;
}

.sg-space_bar.is--custom3 {
  width: 3rem;
}

.sg-space_bar.is--xlarge {
  width: 4rem;
  font-size: var(--_brand---typography--display--large);
}

.sg-space_bar.is--xxlarge {
  width: 5rem;
  font-size: var(--_brand---typography--display--medium);
}

.sg-space_bar.is--huge {
  width: 6rem;
}

.sg-space_bar.is--xhuge {
  width: 8rem;
}

.sg-space_bar.is--xxhuge {
  width: 10rem;
}

.sg-space_bar.is--section-medium {
  width: 7rem;
}

.sg-container_rows {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.sg-container_row {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  display: flex;
}

.sg-container_meta {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.sg-container_name {
  color: var(--_brand---colors--palette--black);
}

.sg-container_value {
  color: var(--_brand---colors--palette--grey);
  font-variant-numeric: tabular-nums;
}

.sg-container_bar {
  background-color: #141414;
  border-radius: .125rem;
  height: .375em;
}

.sg-container_bar.is--small {
  width: 1rem;
}

.sg-container_bar.is--medium {
  width: 1.5rem;
}

.sg-container_bar.is--large {
  width: 2.5rem;
}





@media screen and (max-width: 991px) {
  body {
    --_brand---typography--primary-font: "Overusedgrotesk Vf", Arial, sans-serif;
    --_brand---colors--text--black: var(--_brand---colors--palette--black);
    --_brand---typography--text--medium: 1.125rem;
    --_brand---line-height--body: 1.55;
    --_brand---font-weight--normal: 400;
    --_brand---typography--heading--heading-1: 4.5em;
    --_brand---line-height--heading: 1.1;
    --_brand---font-weight--medium: 500;
    --_brand---typography--heading--heading-2: 3.25em;
    --_brand---font-weight--bold: 700;
    --_brand---typography--heading--heading-3: 2.25em;
    --_brand---font-weight--semibold: 600;
    --_brand---typography--heading--heading-4: 1.5em;
    --_brand---line-height--snug: 1.25;
    --_brand---typography--heading--heading-5: 1.25em;
    --_brand---line-height--tight: 1.3;
    --_brand---typography--heading--heading-6: 1em;
    --_brand---line-height--relaxed: 1.5;
    --_brand---typography--text--regular: 1rem;
    --_brand---colors--text--secondary: var(--_brand---colors--palette--grey);
    --_brand---colors--palette--white: #fbf8ed;
    --_brand---colors--palette--black: #080909;
    --_brand---scale--font: max(16px, calc(clamp(768px, 100vw, 991px) / 52.125));
    --_brand---typography--display--hero-viewport: 6.5vh;
    --_brand---typography--heading--alternative: 4.8em;
    --_brand---typography--text--medium-compact: 1.125em;
    --_brand---font-weight--light: 300;
    --_brand---typography--text--tiny: 1rem;
    --_brand---typography--text--small-compact: .875em;
    --_brand---scale--container-medium: calc(var(--_brand---scale--container) * .875);
    --_brand---scale--container: clamp(768px, 100vw, 991px);
    --_brand---typography--text--small: 1rem;
    --_brand---colors--palette--grey: #141414;
    --_brand---colors--palette--bronze: #96794a;
  --_brand---colors--palette--bronze-deep: #6b5636;
  --_brand---colors--palette--ivory: #fbf8ed;
  --_brand---colors--palette--ivory-dim: #f1ead6;
  --_brand---colors--palette--charcoal: #242424;
    --_brand---typography--heading--banner: 4.5em;
    --_brand---line-height--display: 1;
    --_brand---colors--palette--pure-white: #fff;
    --_brand---colors--text--white: var(--_brand---colors--palette--white);
    --_brand---typography--heading--brands: 2.75em;
    --_brand---typography--heading--team: 2.75em;
    --_brand---line-height--subheading: 1.2;
    --_brand---colors--palette--carbon: #0e0f0f;
    --_brand---typography--heading--works: 3.25em;
    --_brand---typography--heading--statement: 2.7em;
    --_brand---line-height--slack: 1.35;
    --_brand---line-height--loose: 1.6;
    --_brand---typography--display--xlarge: 6.5em;
    --_brand---typography--heading--display: 5.3em;
    --_brand---typography--display--hero: 4em;
    --_brand---colors--palette--mid-gray: #595959;
    --_brand---typography--text--large: 1.25rem;
    --_brand---typography--heading--large: 3.5rem;
    --_brand---typography--heading--medium: 3.4rem;
    --_brand---colors--palette--green: #329216;
    --_brand---line-height--airy: 1.7;
    --_brand---typography--display--medium: 5rem;
    --_brand---line-height--cropped: .9;
    --_brand---typography--display--mega: 28vw;
    --_brand---typography--display--massive: 7rem;
    --_brand---typography--display--large: 6rem;
    --_brand---typography--text--code: .95em;
    --_brand---colors--background--light-elevated: var(--_brand---colors--palette--pure-white);
    --_brand---typography--text--huge: 6.5em;
    --_brand---colors--palette--cream: #fbf8ed;
    --_brand---typography--text--huge-viewport: 14vw;
    --_brand---line-height--default: 1.4;
    --_brand---scale--container-small: calc(var(--_brand---scale--container) * .6733);
    --_brand---colors--link--primary: var(--_brand---colors--palette--bronze);
    --_brand---colors--text--accent: var(--_brand---colors--palette--bronze);
    --_brand---colors--border--primary: var(--_brand---colors--palette--grey);
    --_brand---colors--background--tertiary: var(--_brand---colors--palette--grey);
    --_brand---colors--background--light: var(--_brand---colors--palette--white);
    --_brand---colors--background--primary: var(--_brand---colors--palette--black);
    --_brand---colors--background--accent: var(--_brand---colors--palette--bronze);
    --_brand---colors--background--secondary: var(--_brand---colors--palette--carbon);
    --_brand---colors--border--accent: var(--_brand---colors--palette--bronze);
    --_brand---typography--heading--compact: 3.25em;
  }

  .heading-style-h2.text-weight-normal {
    font-size: 3em;
  }

  .heading-style-h2.text-weight-medium {
    font-size: 4.8em;
  }

  .heading-style-h4 {
    text-decoration: none;
  }

  .text-size-tiny, .text-style-allcaps {
    font-size: var(--_brand---typography--text--tiny);
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar_component {
    grid-template-columns: 1fr auto;
  }

  .navbar_menu {
    display: none;
  }

  .banner_component {
    border-radius: 2.5em;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .pricing_component {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 8em;
  }

  .pricing_heading-row {
    flex-direction: column;
  }

  .pricing_title-wrap {
    margin-right: 0;
  }

  .pricing_grid {
    grid-template-columns: 1fr;
  }

  .pricing_content {
    padding-bottom: 3em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .footer_component {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .footer_grid {
    grid-template-columns: 1fr;
  }

  .footer_list {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    flex-wrap: wrap;
  }

  .footer_bottom {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section_brands {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .brands_inner {
    padding: 2em;
  }

  .brands_heading-row {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .brands_heading {
    max-width: 100%;
  }

  .brands_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 6em;
  }

  .section_team {
    padding-top: 3em;
    padding-bottom: 6em;
  }

  .team_component {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .heading-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .team_heading {
    margin-left: 0;
  }

  .team_grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: 1fr 1fr;
  }

  .section_awards {
    padding-top: 3em;
    padding-bottom: 6em;
  }

  .awards_content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .awards_btn {
    width: auto;
  }

  .works_component {
    padding: 5rem 0 2.5em;
  }

  .works_cards {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .statement_component {
    max-width: 36em;
  }

  .works-v2-hero_component {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-top: 12rem;
    padding-bottom: 5em;
  }

  .works-v2-hero_heading {
    max-width: 80%;
    font-size: 3.2em;
  }

  .works-v2-hero_heading.hero {
    font-size: 3.4em;
  }

  .works-v2-hero_grid {
    gap: 3em 1.5em;
  }

  .works-v3_component {
    padding-top: 12em;
    padding-bottom: 3em;
  }

  .works-v3_heading-row {
    padding-left: 0%;
    padding-right: 0%;
  }

  .works-v3_card._w-inline-block {
    aspect-ratio: 1;
  }

  .contact-hero_component {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-top: 12em;
    padding-bottom: 6em;
  }

  .contact-hero_heading.heading-style-h2 {
    max-width: none;
  }

  .contact-hero_right {
    width: 100%;
    margin-left: 0;
  }

  .contact-v2_component {
    padding-top: 10rem;
    padding-bottom: 3em;
  }

  .contact-v2_form-wrap {
    width: 70%;
  }

  .contact-v3_component {
    padding-top: 12rem;
    padding-bottom: 0;
  }

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

  .blog-hero_component {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-top: 12rem;
    padding-bottom: 6em;
  }

  .blog-hero_heading {
    max-width: 85%;
  }

  .blog-hero_card-image {
    min-height: 22em;
  }

  .blog-hero_card-content {
    padding: 2em 2.5em;
  }

  .blog-v3-hero_component {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-top: 12em;
    padding-bottom: 6em;
  }

  .blog-v3-hero_heading {
    max-width: 80%;
  }

  .blog-v3-hero_grid {
    gap: 3em 1.5em;
  }

  .blog-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .services_title {
    margin-right: 0;
  }

  .services_title.min-wdith {
    min-width: auto;
  }

  .heading_component {
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .heading_component.is--center {
    justify-content: center;
    align-items: center;
  }

  .numbers_component {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .about-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 12rem;
    padding-bottom: 3rem;
  }

  .about_subtitle {
    margin-top: 0;
  }

  .text-size-huge {
    font-size: 14vw;
    line-height: 1;
  }

  .slider_component {
    padding-top: 0;
    padding-bottom: 8rem;
  }

  .about_heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .numbers_grid {
    grid-column-gap: 2rem;
    margin-top: 3rem;
  }

  .explore_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .numbers_subtitle {
    margin-top: 0;
  }

  .numbers_content {
    margin-right: 0;
  }

  .logos_subtitle {
    text-align: left;
    margin-top: 2rem;
    margin-left: 0;
  }

  .logos_content {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .logos {
    padding-bottom: 6rem;
  }

  .bento_vertical {
    aspect-ratio: 4 / 5;
  }

  .bento_component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .bento_grid {
    grid-template-columns: 1fr;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

  .section-style-guide {
    margin-top: 4rem;
  }

  .style-guide-header {
    grid-row-gap: 2rem;
  }

  .instructions-hero_component {
    padding-top: 8em;
    padding-bottom: 3em;
  }

  .instructions_component {
    padding-bottom: 7em;
  }

  .instructions_group {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .instructions_group-head {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 4em 1fr;
  }

  .instructions_items {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    padding-left: 5.5em;
  }

  .instructions_attr {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 14em 1fr;
  }

  .instructions_snippet-label.text-style-allcaps.text-size-tiny {
    text-decoration: none;
  }

  .sg-hero_component {
    padding-top: 8em;
    padding-bottom: 3em;
  }

  .sg_tabs {
    padding-top: 1.5em;
    padding-bottom: 7em;
  }

  .sg_group {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .sg_group-head {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 4em 1fr;
  }

  .sg_items {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    padding-left: 5.5em;
  }

  .sg-type_row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 11em 1fr;
  }

  .sg-color_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .post_heading {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 12rem;
    padding-bottom: 3rem;
  }

  .post_image {
    height: 50vh;
  }

  .post_heading-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
  }

  .footer_component-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer {
    position: relative;
  }

  .post_content {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .share-wrap {
    margin-bottom: 4rem;
  }

  .heading-style-h2 {
    max-width: none;
    font-size: 5.3em;
  }

  .work-image_component.is--bottom {
    padding-bottom: 6rem;
  }

  .work-post_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .work-post_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 12rem;
    padding-bottom: 5rem;
  }

  .specs {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_brand---typography--primary-font: "Overusedgrotesk Vf", Arial, sans-serif;
    --_brand---colors--text--black: var(--_brand---colors--palette--black);
    --_brand---typography--text--medium: 1.125rem;
    --_brand---line-height--body: 1.55;
    --_brand---font-weight--normal: 400;
    --_brand---typography--heading--heading-1: 3em;
    --_brand---line-height--heading: 1.1;
    --_brand---font-weight--medium: 500;
    --_brand---typography--heading--heading-2: 2.5em;
    --_brand---font-weight--bold: 700;
    --_brand---typography--heading--heading-3: 1.875em;
    --_brand---font-weight--semibold: 600;
    --_brand---typography--heading--heading-4: 1.5em;
    --_brand---line-height--snug: 1.25;
    --_brand---typography--heading--heading-5: 1.25em;
    --_brand---line-height--tight: 1.3;
    --_brand---typography--heading--heading-6: 1em;
    --_brand---line-height--relaxed: 1.5;
    --_brand---typography--text--regular: 1rem;
    --_brand---colors--text--secondary: var(--_brand---colors--palette--grey);
    --_brand---colors--palette--white: #fbf8ed;
    --_brand---colors--palette--black: #080909;
    --_brand---scale--font: max(16px, calc(clamp(480px, 100vw, 767px) / 34.375));
    --_brand---typography--display--hero-viewport: 3rem;
    --_brand---typography--heading--alternative: 3em;
    --_brand---typography--text--medium-compact: 1.125em;
    --_brand---font-weight--light: 300;
    --_brand---typography--text--tiny: 1rem;
    --_brand---typography--text--small-compact: .875em;
    --_brand---scale--container-medium: calc(var(--_brand---scale--container) * .875);
    --_brand---scale--container: clamp(480px, 100vw, 767px);
    --_brand---typography--text--small: 1rem;
    --_brand---colors--palette--grey: #141414;
    --_brand---colors--palette--bronze: #96794a;
  --_brand---colors--palette--bronze-deep: #6b5636;
  --_brand---colors--palette--ivory: #fbf8ed;
  --_brand---colors--palette--ivory-dim: #f1ead6;
  --_brand---colors--palette--charcoal: #242424;
    --_brand---typography--heading--banner: 3.25em;
    --_brand---line-height--display: 1;
    --_brand---colors--palette--pure-white: #fff;
    --_brand---colors--text--white: var(--_brand---colors--palette--white);
    --_brand---typography--heading--brands: 3.25em;
    --_brand---typography--heading--team: 2.1em;
    --_brand---line-height--subheading: 1.2;
    --_brand---colors--palette--carbon: #0e0f0f;
    --_brand---typography--heading--works: 2.5em;
    --_brand---typography--heading--statement: 1.8em;
    --_brand---line-height--slack: 1.35;
    --_brand---line-height--loose: 1.6;
    --_brand---typography--display--xlarge: 3.75em;
    --_brand---typography--heading--display: 4.9em;
    --_brand---typography--display--hero: 4em;
    --_brand---colors--palette--mid-gray: #595959;
    --_brand---typography--text--large: 1.25rem;
    --_brand---typography--heading--large: 3rem;
    --_brand---typography--heading--medium: 1.5rem;
    --_brand---colors--palette--green: #329216;
    --_brand---line-height--airy: 1.7;
    --_brand---typography--display--medium: 5rem;
    --_brand---line-height--cropped: .9;
    --_brand---typography--display--mega: 28vw;
    --_brand---typography--display--massive: 5rem;
    --_brand---typography--display--large: 6rem;
    --_brand---typography--text--code: .95em;
    --_brand---colors--background--light-elevated: var(--_brand---colors--palette--pure-white);
    --_brand---typography--text--huge: 6.5em;
    --_brand---colors--palette--cream: #fbf8ed;
    --_brand---typography--text--huge-viewport: 6vw;
    --_brand---line-height--default: 1.4;
    --_brand---scale--container-small: calc(var(--_brand---scale--container) * .6733);
    --_brand---colors--link--primary: var(--_brand---colors--palette--bronze);
    --_brand---colors--text--accent: var(--_brand---colors--palette--bronze);
    --_brand---colors--border--primary: var(--_brand---colors--palette--grey);
    --_brand---colors--background--tertiary: var(--_brand---colors--palette--grey);
    --_brand---colors--background--light: var(--_brand---colors--palette--white);
    --_brand---colors--background--primary: var(--_brand---colors--palette--black);
    --_brand---colors--background--accent: var(--_brand---colors--palette--bronze);
    --_brand---colors--background--secondary: var(--_brand---colors--palette--carbon);
    --_brand---colors--border--accent: var(--_brand---colors--palette--bronze);
    --_brand---typography--heading--compact: 2.1em;
  }

  .heading-style-h1 {
    font-size: 3em;
  }

  .heading-style-h2.text-weight-normal {
    font-size: 2.5em;
  }

  .heading-style-h2.text-weight-medium {
    font-size: 3.1em;
  }

  .heading-style-h3 {
    font-size: 1.875em;
  }

  .text-style-allcaps.text-size-tiny {
    font-size: 1em;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_wrap {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .navbar_component {
    grid-template-columns: 1fr auto;
  }

  .arc-marquee_wrap {
    height: 22rem;
  }

  .faq_component {
    padding-bottom: 6em;
  }

  .faq_answer {
    padding-top: 1em;
  }

  .pricing_title-wrap {
    min-width: auto;
  }

  .pricing_content {
    padding: 1.5em;
  }

  .footer_component {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-top: 4em;
  }

  .footer_grid {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .footer_list {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .footer_link {
    height: 2.1em;
  }

  .footer_credit {
    margin-bottom: 2em;
  }

  .footer_credits {
    flex-wrap: wrap;
  }

  .footer_pages-links {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-wrap: wrap;
  }

  .footer_bottom {
    justify-content: center;
    align-items: flex-end;
  }

  .section_brands {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .brands_grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .brands_logo.is--large {
    font-size: 3.75em;
  }

  .section_team {
    padding-top: 2.5em;
    padding-bottom: 5em;
  }

  .team_grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .team_card {
    aspect-ratio: 2 / 2.5;
  }

  .awards_content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .awards_name {
    grid-area: 1 / 1 / 2 / 2;
  }

  .awards_info {
    text-align: left;
    grid-area: 2 / 1 / 3 / 3;
  }

  .awards_count {
    grid-area: 1 / 2 / 2 / 3;
  }

  .works_heading-row {
    margin-bottom: 3em;
  }

  .statement_component {
    max-width: 100%;
  }

  .works-v2-hero_component {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    padding-bottom: 4em;
  }

  .works-v2-hero_heading {
    max-width: 100%;
  }

  .works-v2-hero_heading.hero {
    font-size: 2.5em;
  }

  .works-v2-hero_grid {
    grid-template-columns: 1fr;
    row-gap: 3em;
  }

  .works-v3_heading-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: flex-start;
  }

  .works-v3_heading, .works-v3_info-col {
    max-width: none;
  }

  .works-v3_card._w-inline-block {
    aspect-ratio: 2 / 3;
  }

  .text-size-small.text-style-allcaps {
    font-size: .875rem;
  }

  .contact-hero_component {
    padding-bottom: 4em;
  }

  .contact-hero_right {
    width: 100%;
  }

  .contact-v2_component {
    padding-bottom: 2em;
  }

  .contact-v2_form-wrap {
    width: 100%;
  }

  .blog-hero_component {
    padding-bottom: 4em;
  }

  .blog-hero_heading {
    max-width: 100%;
  }

  .blog-hero_card {
    flex-direction: column;
  }

  .blog-hero_card-image-wrap {
    width: 100%;
    padding: .75em .75em 0;
  }

  .blog-hero_card-image {
    min-height: 15em;
  }

  .blog-hero_card-content {
    width: 100%;
    padding: 1.5em;
  }

  .blog-v3-hero_component {
    padding-bottom: 4em;
  }

  .blog-v3-hero_heading {
    max-width: 100%;
  }

  .blog-v3-hero_heading.hero {
    font-size: 2em;
  }

  .blog-v3-hero_grid {
    grid-template-columns: 1fr;
    row-gap: 3em;
  }

  .contact-hero_field {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-hero_input {
    width: 100%;
    font-size: var(--_brand---typography--text--tiny);
    text-align: left;
  }

  .blog-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .numbers_component {
    padding-bottom: 4rem;
  }

  .about-hero {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-bottom: 4rem;
  }

  .explore_btn {
    min-width: auto;
  }

  .slider_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .numbers_grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .numbers_subtitle {
    max-width: none;
    margin-top: 0;
  }

  .logos_content {
    padding-top: 6rem;
  }

  .bento_vertical-top {
    max-width: 40ch;
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .bento_vertical-paragraph {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }

  .cursor-wrap.is--left {
    margin-right: 52%;
  }

  .cursor-wrap.is--right {
    margin-left: 48%;
  }

  .bento_top-wrap {
    padding-left: 2.5rem;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 5.7rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .instructions-hero_component {
    padding-top: 6em;
    padding-bottom: 2.5em;
  }

  .instructions_component {
    padding-bottom: 5em;
  }

  .instructions_note {
    padding: 1.5em;
  }

  .instructions_group {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .instructions_group-head {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    grid-template-columns: 1fr;
  }

  .instructions_items {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    padding-left: 0;
  }

  .instructions_attr {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .instructions_step {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr;
  }

  .instructions_snippet {
    padding: 1.25em;
  }

  .instructions_snippet-label.text-style-allcaps.text-size-tiny {
    text-align: left;
  }

  .text-style-allcaps-2.text-size-tiny {
    font-size: 1em;
  }

  .sg-hero_component {
    padding-top: 10em;
    padding-bottom: 2.5em;
  }

  .sg_tabs {
    padding-bottom: 5em;
  }

  .sg_tab-menu {
    flex-flow: row;
    margin-bottom: 1.5em;
    overflow: auto hidden;
  }

  .sg_tab-link {
    flex-shrink: 0;
    margin-right: 1em;
    padding-right: 1em;
  }

  .sg_group {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .sg_group-head {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    grid-template-columns: 1fr;
  }

  .sg_items {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    padding-left: 0;
  }

  .sg-type_row {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    grid-template-columns: 1fr;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .sg-color_grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .sg-space_row {
    grid-column-gap: 1em;
    grid-row-gap: .5em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 5em;
  }

  .sg-space_name {
    grid-area: 1 / 1;
  }

  .sg-space_value {
    text-align: right;
    grid-area: 1 / 2;
  }

  .sg-space_visual {
    grid-area: 2 / 1 / auto / -1;
  }

  .post_heading {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-bottom: 3rem;
  }

  .text-rich-text p {
    font-size: var(--_brand---typography--text--small);
  }

  .heading-style-h2 {
    font-size: 4.9em;
  }

  .work-image_component.is--bottom {
    padding-bottom: 4rem;
  }

  .work-post_content {
    text-align: left;
  }

  .brands_card-v2 {
    padding: 3em 2em;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_brand---typography--primary-font: "Overusedgrotesk Vf", Arial, sans-serif;
    --_brand---colors--text--black: var(--_brand---colors--palette--black);
    --_brand---typography--text--medium: 1.125rem;
    --_brand---line-height--body: 1.55;
    --_brand---font-weight--normal: 400;
    --_brand---typography--heading--heading-1: 2.5em;
    --_brand---line-height--heading: 1.1;
    --_brand---font-weight--medium: 500;
    --_brand---typography--heading--heading-2: 2em;
    --_brand---font-weight--bold: 700;
    --_brand---typography--heading--heading-3: 2.25em;
    --_brand---font-weight--semibold: 600;
    --_brand---typography--heading--heading-4: 1.5em;
    --_brand---line-height--snug: 1.25;
    --_brand---typography--heading--heading-5: 1.25em;
    --_brand---line-height--tight: 1.3;
    --_brand---typography--heading--heading-6: 1em;
    --_brand---line-height--relaxed: 1.5;
    --_brand---typography--text--regular: 1rem;
    --_brand---colors--text--secondary: var(--_brand---colors--palette--grey);
    --_brand---colors--palette--white: #fbf8ed;
    --_brand---colors--palette--black: #080909;
    --_brand---scale--font: max(16px, calc(clamp(320px, 100vw, 479px) / 24.375));
    --_brand---typography--display--hero-viewport: 2.6rem;
    --_brand---typography--heading--alternative: 2.5em;
    --_brand---typography--text--medium-compact: 1.125em;
    --_brand---font-weight--light: 300;
    --_brand---typography--text--tiny: 1rem;
    --_brand---typography--text--small-compact: .875em;
    --_brand---scale--container-medium: calc(var(--_brand---scale--container) * .875);
    --_brand---scale--container: clamp(320px, 100vw, 479px);
    --_brand---typography--text--small: 1rem;
    --_brand---colors--palette--grey: #141414;
    --_brand---colors--palette--bronze: #96794a;
  --_brand---colors--palette--bronze-deep: #6b5636;
  --_brand---colors--palette--ivory: #fbf8ed;
  --_brand---colors--palette--ivory-dim: #f1ead6;
  --_brand---colors--palette--charcoal: #242424;
    --_brand---typography--heading--banner: 2.25em;
    --_brand---line-height--display: 1;
    --_brand---colors--palette--pure-white: #fff;
    --_brand---colors--text--white: var(--_brand---colors--palette--white);
    --_brand---typography--heading--brands: 2em;
    --_brand---typography--heading--team: 2em;
    --_brand---line-height--subheading: 1.2;
    --_brand---colors--palette--carbon: #0e0f0f;
    --_brand---typography--heading--works: 2.2em;
    --_brand---typography--heading--statement: 1.8em;
    --_brand---line-height--slack: 1.35;
    --_brand---line-height--loose: 1.6;
    --_brand---typography--display--xlarge: 2.75em;
    --_brand---typography--heading--display: 3em;
    --_brand---typography--display--hero: 2em;
    --_brand---colors--palette--mid-gray: #595959;
    --_brand---typography--text--large: 1.25rem;
    --_brand---typography--heading--large: 2rem;
    --_brand---typography--heading--medium: 3.4rem;
    --_brand---colors--palette--green: #329216;
    --_brand---line-height--airy: 1.7;
    --_brand---typography--display--medium: 3rem;
    --_brand---line-height--cropped: .9;
    --_brand---typography--display--mega: 27vw;
    --_brand---typography--display--massive: 3rem;
    --_brand---typography--display--large: 4.7rem;
    --_brand---typography--text--code: .95em;
    --_brand---colors--background--light-elevated: var(--_brand---colors--palette--pure-white);
    --_brand---typography--text--huge: 6.5em;
    --_brand---colors--palette--cream: #fbf8ed;
    --_brand---typography--text--huge-viewport: 6vw;
    --_brand---line-height--default: 1.4;
    --_brand---scale--container-small: calc(var(--_brand---scale--container) * .6733);
    --_brand---colors--link--primary: var(--_brand---colors--palette--bronze);
    --_brand---colors--text--accent: var(--_brand---colors--palette--bronze);
    --_brand---colors--border--primary: var(--_brand---colors--palette--grey);
    --_brand---colors--background--tertiary: var(--_brand---colors--palette--grey);
    --_brand---colors--background--light: var(--_brand---colors--palette--white);
    --_brand---colors--background--primary: var(--_brand---colors--palette--black);
    --_brand---colors--background--accent: var(--_brand---colors--palette--bronze);
    --_brand---colors--background--secondary: var(--_brand---colors--palette--carbon);
    --_brand---colors--border--accent: var(--_brand---colors--palette--bronze);
    --_brand---typography--heading--compact: 2em;
  }

  .heading-style-h1 {
    font-size: 2.5em;
  }

  .heading-style-h2 {
    font-size: 2em;
  }

  .text-size-regular.text-weight-light {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button.footer {
    width: 100%;
  }

  .navbar_component {
    grid-template-columns: 1fr auto;
  }

  .arc-marquee_wrap {
    height: 18rem;
  }

  .arc-marquee_item {
    top: 15vh;
  }

  .brands_tag {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    white-space: nowrap;
    flex-flow: row;
    display: flex;
  }

  .banner_component {
    border-radius: 1.5em;
    min-height: 50vh;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 6em 1.5em;
  }

  .banner_btn {
    width: 100%;
  }

  .faq_heading-row {
    margin-bottom: 2em;
  }

  .faq_heading.text-weight-medium {
    font-size: 1.875rem;
  }

  .pricing_component {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .pricing_heading-row {
    flex-flow: column;
    justify-content: flex-start;
  }

  .pricing_title-wrap {
    min-width: auto;
    max-width: none;
  }

  .pricing_content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    padding: 1.4em 1.5em 1.5em;
  }

  .pricing_top {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
  }

  .pricing_name {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column-reverse wrap;
    align-items: flex-start;
  }

  .pricing_bottom {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
    margin-bottom: 1em;
  }

  .footer_newsletter {
    padding-right: 0;
  }

  .footer_cta._w-inline-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero_bottom {
    padding-top: 18vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_scroll-indicator {
    display: none;
  }

  .section_brands {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brands_inner {
    padding-left: 0;
    padding-right: 0;
  }

  .brands_grid {
    grid-template-columns: 1fr 1fr;
  }

  .brands_logo.is--large {
    font-size: 2.75em;
  }

  .team_component {
    padding-left: 0;
    padding-right: 0;
  }

  .team_heading {
    max-width: none;
  }

  .team_grid {
    grid-template-columns: 1fr;
  }

  .team_card {
    aspect-ratio: 4 / 5;
  }

  .awards_component {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .awards_info {
    font-size: var(--_brand---typography--text--tiny);
  }

  .awards_btn {
    width: 100%;
  }

  .section_works {
    padding-bottom: 4rem;
  }

  .works_component {
    padding: 2em 0;
  }

  .works_component.is--home {
    padding-top: 4rem;
  }

  .works_cards {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    perspective: none;
  }

  .works_card {
    aspect-ratio: 2 / 3;
  }

  .section_statement {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .works-v2-hero_component {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-bottom: 3em;
  }

  .works-v2-hero_grid {
    row-gap: 2.5em;
  }

  .works-v3_component {
    padding-bottom: 2em;
  }

  .works-v3_heading-row {
    padding-left: 0%;
    padding-right: 0%;
  }

  .works-v3_card {
    aspect-ratio: 16 / 10;
  }

  .works-v3_card._w-inline-block {
    aspect-ratio: 2 / 3;
  }

  .text-size-small.text-style-allcaps {
    font-size: .875rem;
  }

  .contact-hero_submit-btn {
    max-width: 100%;
  }

  .contact-hero_component {
    padding-bottom: 3em;
  }

  .contact-hero_left {
    flex-flow: column;
  }

  .contact-hero_heading.heading-style-h2 {
    max-width: none;
  }

  .blog-hero_component {
    padding-bottom: 3em;
  }

  .blog-hero_heading.hero {
    font-size: 2em;
  }

  .blog-hero_card-image {
    min-height: 12em;
  }

  .blog-hero_card-content {
    padding: 1.25em;
  }

  .blog-hero_card-title.text-weight-normal {
    font-size: 1.4em;
  }

  .blog-v3-hero_component {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-bottom: 3em;
  }

  .blog-v3-hero_grid {
    row-gap: 2.5em;
  }

  .contact-hero_field {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-hero_input {
    text-align: left;
    width: 100%;
  }

  .blog-list {
    grid-row-gap: 3.2rem;
  }

  .big-number {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .numbers_paragraph {
    max-width: none;
  }

  .numbers_component {
    padding-top: 4rem;
  }

  .left-arrow {
    top: auto;
    bottom: -4rem;
    left: 1rem;
  }

  .about-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .about_subtitle {
    margin-top: 0;
  }

  .explore_btn {
    width: 100%;
  }

  .icon_wrap.fifth {
    margin-top: 146%;
  }

  .text-size-huge.is--small {
    max-width: 100%;
  }

  .bento_top-content {
    margin-bottom: 2rem;
    padding-right: 1.5rem;
  }

  .bg_animation, .bg_animation.is--none {
    display: none;
  }

  .right-arrow {
    inset: auto 1.75rem -4rem 5.75rem;
  }

  .logos_card {
    min-width: 10rem;
    padding: 0 1.5rem;
  }

  .about_heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .numbers_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .explore_component {
    padding-top: 1rem;
  }

  .slider-mask {
    width: 100%;
  }

  .about_image {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .logos_subtitle {
    margin-top: 1rem;
  }

  .logos_content {
    padding-bottom: 4rem;
  }

  .bento_vertical {
    aspect-ratio: auto;
    width: 100%;
  }

  .bento_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-bottom: 4rem;
  }

  .cursor-chat {
    font-size: .75rem;
  }

  .bento_vertical-top {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bent_paragraph {
    max-width: none;
  }

  .bento_vertical-paragraph {
    margin-left: 1.5rem;
  }

  .cursor-wrap.is--left {
    margin-top: 20%;
    margin-right: 49%;
  }

  .bento_paragraph {
    max-width: none;
  }

  .bento_top-img {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .figma {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .bento_top-wrap {
    flex-flow: column;
    padding-left: 1.5rem;
  }

  .bento-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .bento_bottom-content {
    margin-bottom: 1.5rem;
    margin-left: 1rem;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .license-component {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    margin-bottom: 2.5rem;
    display: flex;
  }

  .instructions-hero_component {
    padding-top: 6rem;
  }

  .instructions_snippet {
    padding-left: 1em;
    padding-right: 1em;
  }

  .sg-hero_component {
    padding-top: 10em;
  }

  .sg_tab-menu {
    flex-flow: wrap;
    overflow: visible;
  }

  .sg-color_grid {
    grid-template-columns: 1fr;
  }

  .post_heading {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 2rem;
  }

  .text-rich-text p {
    font-size: var(--_brand---typography--text--regular);
  }

  .post_info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    font-size: .8rem;
  }

  .footer_component-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .share-wrap {
    margin-top: 3rem;
  }

  .heading-style-h2 {
    max-width: none;
    font-size: 3em;
  }

  .text-block-2 {
    font-size: var(--_brand---typography--text--small);
  }

  .specs_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .work-image {
    aspect-ratio: 1;
  }

  .specs_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    padding-bottom: 2rem;
    font-size: .75rem;
  }

  .work-post_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .specs {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .work-post_subtitle {
    margin-top: 0;
  }

  .specs_left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .brands_card-v2 {
    padding: 0 1.5em;
  }

  .div-block-2 {
    margin-top: -15vh;
  }
}

#w-node-da0f3f6d-8345-0b3c-f092-2ac0d1aec8c1-9cf5cfb7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_18759a26-89f7-a38f-c54c-038cdbd3a691-1b03ad9f, #w-node-_18759a26-89f7-a38f-c54c-038cdbd3a6b5-1b03ad9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.section_brands,
.section_numbers,
.section_bento,
.section_testimonial,
.section_banner,
.section_explore,
.section_pricing,
.section_faq,
.section_footer,
.section_image,
.section_contact-hero {
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}

/* ============================================================================
   HSON Custom Styles - High-End Polish
   ============================================================================ */

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Light navbar variant */
.navbar_wrap.is--light {
  background-color: rgba(251, 248, 237, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  border-bottom: 1px solid rgba(8, 9, 9, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.navbar_wrap.is--light .navbar_logo img {
  height: 1.8em;
  display: block;
  transition: opacity 0.2s ease;
}

.navbar_wrap.is--light .navbar_logo img:hover {
  opacity: 0.8;
}

.navbar_wrap.is--light .navbar_logo {
  color: var(--_brand---colors--palette--black);
  font-size: var(--_brand---typography--heading--heading-4);
  font-weight: var(--_brand---font-weight--bold);
}

.navbar_wrap.is--light .navbar_link {
  color: var(--_brand---colors--palette--black);
  transition: color 0.25s ease;
  position: relative;
}

.navbar_wrap.is--light .navbar_link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--_brand---colors--palette--bronze);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar_wrap.is--light .navbar_link:hover::after,
.navbar_wrap.is--light .navbar_link.w--current::after {
  width: 100%;
}

.navbar_wrap.is--light .navbar_link:hover {
  color: var(--_brand---colors--palette--bronze);
}

.navbar_wrap .navbar_logo img {
  height: 1.8em;
  display: block;
  transition: opacity 0.2s ease;
}

.navbar_wrap .navbar_logo img:hover {
  opacity: 0.8;
}

/* Hybrid light section on dark background (brands section = services) */
.section_light {
  background-color: var(--_brand---colors--palette--ivory);
  color: var(--_brand---colors--palette--black);
  position: relative;
}

/* Service card for HSON */
.section_services-cards {
  background-color: var(--_brand---colors--palette--black);
  color: var(--_brand---colors--palette--black);
  padding-top: 6em;
  padding-bottom: 8em;
  position: relative;
}

.service_card {
  box-sizing: border-box;
  background: linear-gradient(135deg, rgba(14, 15, 15, 0.95) 0%, rgba(20, 20, 20, 0.95) 100%);
  color: var(--_brand---colors--palette--white);
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5em;
  display: flex;
  border: 1px solid rgba(235, 235, 235, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.service_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--_brand---colors--palette--bronze) 0%, rgba(150, 121, 74, 0.3) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service_card:hover {
  transform: translateY(-4px);
  border-color: rgba(150, 121, 74, 0.2);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.service_card:hover::before {
  transform: scaleX(1);
}

.service_card-icon {
  width: 3em;
  height: 3em;
  color: var(--_brand---colors--palette--bronze);
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(150, 121, 74, 0.1);
  border-radius: 0.75em;
  padding: 0.75em;
  transition: all 0.3s ease;
}

.service_card:hover .service_card-icon {
  background: rgba(150, 121, 74, 0.15);
  transform: scale(1.05);
}

.service_card-icon svg {
  width: 100%;
  height: 100%;
}

.service_card-title {
  font-size: var(--_brand---typography--heading--heading-4);
  font-weight: var(--_brand---font-weight--semibold);
  line-height: var(--_brand---line-height--snug);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0.75em;
  color: var(--_brand---colors--palette--white);
}

.service_card-text {
  opacity: 0.8;
  font-size: var(--_brand---typography--text--small);
  line-height: var(--_brand---line-height--relaxed);
  margin-top: 0;
  margin-bottom: 0;
}

.service_card-list {
  grid-column-gap: 0.6em;
  grid-row-gap: 0.6em;
  flex-direction: column;
  margin-top: 1.75em;
  display: flex;
}

.service_card-list-item {
  grid-column-gap: 0.7em;
  grid-row-gap: 0.7em;
  align-items: center;
  font-size: var(--_brand---typography--text--tiny);
  line-height: var(--_brand---line-height--relaxed);
  opacity: 0.85;
  display: flex;
  padding: 0.25em 0;
}

.service_card-list-item::before {
  content: "";
  background-color: var(--_brand---colors--palette--bronze);
  width: 0.35em;
  min-width: 0.35em;
  height: 0.35em;
  min-height: 0.35em;
  border-radius: 100rem;
  display: inline-block;
  flex-shrink: 0;
}

/* Process steps */
.process_grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.process_card {
  background: linear-gradient(135deg, rgba(14, 15, 15, 0.95) 0%, rgba(20, 20, 20, 0.95) 100%);
  color: var(--_brand---colors--palette--white);
  border-radius: 1em;
  padding: 2.5em;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(235, 235, 235, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.process_card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--_brand---colors--palette--bronze) 0%, rgba(150, 121, 74, 0.3) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.process_card:hover {
  transform: translateY(-4px);
  border-color: rgba(150, 121, 74, 0.2);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.process_card:hover::after {
  transform: scaleX(1);
}

.process_number {
  font-size: var(--_brand---typography--display--medium);
  font-weight: var(--_brand---font-weight--bold);
  line-height: var(--_brand---line-height--display);
  color: var(--_brand---colors--palette--bronze);
  opacity: 0.6;
  margin-bottom: 0.5em;
  font-variant-numeric: tabular-nums;
}

.process_title {
  font-size: var(--_brand---typography--heading--heading-4);
  font-weight: var(--_brand---font-weight--semibold);
  line-height: var(--_brand---line-height--snug);
  margin-top: 0;
  margin-bottom: 0.5em;
  color: var(--_brand---colors--palette--white);
}

.process_desc {
  opacity: 0.8;
  font-size: var(--_brand---typography--text--small);
  line-height: var(--_brand---line-height--relaxed);
  margin-top: 0;
  margin-bottom: 0;
}

/* Industry tags grid */
.industry_grid {
  grid-column-gap: 0.8em;
  grid-row-gap: 0.8em;
  flex-flow: wrap;
  display: flex;
}

.industry_tag {
  background: linear-gradient(135deg, rgba(14, 15, 15, 0.95) 0%, rgba(20, 20, 20, 0.95) 100%);
  color: var(--_brand---colors--palette--white);
  border-radius: 100rem;
  padding: 0.75em 1.75em;
  font-size: var(--_brand---typography--text--small);
  line-height: var(--_brand---line-height--relaxed);
  border: 1px solid rgba(235, 235, 235, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}

.industry_tag:hover {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.95) 0%, rgba(30, 30, 30, 0.95) 100%);
  border-color: rgba(150, 121, 74, 0.3);
  transform: translateY(-2px);
}

/* Service detail page - service detail sections */
.service_detail {
  margin-bottom: 4em;
  padding: 2.5em;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 1em;
  border: 1px solid rgba(8, 9, 9, 0.08);
  transition: all 0.3s ease;
}

.service_detail:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(8, 9, 9, 0.12);
}

.service_detail:last-child {
  margin-bottom: 0;
}

.service_detail-header {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  align-items: baseline;
  display: flex;
  margin-bottom: 1em;
}

.service_detail-index {
  color: var(--_brand---colors--palette--bronze);
  font-size: var(--_brand---typography--text--tiny);
  font-weight: var(--_brand---font-weight--semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex-shrink: 0;
  padding: 0.25em 0.75em;
  background: rgba(150, 121, 74, 0.1);
  border-radius: 0.5em;
}

.service_detail-title {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--_brand---colors--palette--black);
}

.service_detail-desc {
  opacity: 0.85;
  max-width: 70ch;
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: var(--_brand---line-height--airy);
}

.service_detail-list {
  grid-column-gap: 1.5em;
  grid-row-gap: 0.75em;
  flex-direction: column;
  display: flex;
}

.service_detail-list-item {
  grid-column-gap: 0.9em;
  grid-row-gap: 0.9em;
  align-items: center;
  font-size: var(--_brand---typography--text--regular);
  display: flex;
  padding: 0.5em 0;
}

.service_detail-list-item::before {
  content: "";
  background-color: var(--_brand---colors--palette--bronze);
  width: 0.4em;
  min-width: 0.4em;
  height: 0.4em;
  min-height: 0.4em;
  border-radius: 100rem;
  display: inline-block;
  flex-shrink: 0;
}

/* Filter bar for work page */
.filter_bar {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
  padding: 1.5em;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 1em;
  border: 1px solid rgba(8, 9, 9, 0.08);
}

.filter_group {
  grid-column-gap: 0.6em;
  grid-row-gap: 0.6em;
  align-items: center;
  display: flex;
}

.filter_label {
  opacity: 0.7;
  font-size: var(--_brand---typography--text--tiny);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: var(--_brand---font-weight--semibold);
}

.filter_tag {
  cursor: pointer;
  background-color: transparent;
  color: var(--_brand---colors--palette--black);
  border: 1px solid rgba(8, 9, 9, 0.15);
  border-radius: 100rem;
  padding: 0.4em 1.2em;
  font-size: var(--_brand---typography--text--tiny);
  transition: all 0.25s ease;
  font-weight: var(--_brand---font-weight--normal);
}

.filter_tag:hover {
  background-color: rgba(8, 9, 9, 0.05);
  border-color: rgba(8, 9, 9, 0.25);
}

.filter_tag.is--active {
  background-color: var(--_brand---colors--palette--grey);
  color: var(--_brand---colors--palette--white);
  border-color: var(--_brand---colors--palette--grey);
}

/* Contact form improvements */
select.contact-hero_input {
  text-align: right;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  color: var(--_brand---colors--palette--mid-gray);
  font-size: var(--_brand---typography--text--tiny);
  font-weight: var(--_brand---font-weight--normal);
  direction: rtl;
  cursor: pointer;
}

select.contact-hero_input option {
  direction: ltr;
  text-align: left;
}

.contact-hero_field {
  transition: all 0.2s ease;
}

.contact-hero_field:hover {
  border-bottom-color: var(--_brand---colors--palette--bronze);
}

.contact-hero_input:focus {
  color: var(--_brand---colors--palette--black);
}

textarea.contact-hero_input {
  resize: vertical;
  min-height: 120px;
}

.contact-hero_submit-btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-hero_submit-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.contact-hero_submit-btn:hover::before {
  width: 300px;
  height: 300px;
}

/* Footer light logo */
.footer_logo img {
  height: 2em;
  display: block;
  transition: opacity 0.2s ease;
}

.footer_logo img:hover {
  opacity: 0.8;
}

/* About page differentiators */
.diff_grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.diff_card {
  background: linear-gradient(135deg, rgba(14, 15, 15, 0.95) 0%, rgba(20, 20, 20, 0.95) 100%);
  color: var(--_brand---colors--palette--white);
  border-radius: 1em;
  padding: 3em;
  border: 1px solid rgba(235, 235, 235, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.diff_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, var(--_brand---colors--palette--bronze) 0%, rgba(150, 121, 74, 0.3) 100%);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.diff_card:hover {
  transform: translateY(-4px);
  border-color: rgba(150, 121, 74, 0.2);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.diff_card:hover::before {
  height: 100%;
}

.diff_icon {
  width: 2.5em;
  height: 2.5em;
  color: var(--_brand---colors--palette--bronze);
  margin-bottom: 1.5em;
  background: rgba(150, 121, 74, 0.1);
  border-radius: 0.75em;
  padding: 0.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.diff_card:hover .diff_icon {
  background: rgba(150, 121, 74, 0.15);
  transform: scale(1.05);
}

.diff_title {
  font-size: var(--_brand---typography--heading--heading-5);
  font-weight: var(--_brand---font-weight--semibold);
  margin-top: 0;
  margin-bottom: 0.75em;
  color: var(--_brand---colors--palette--white);
}

.diff_text {
  opacity: 0.85;
  font-size: var(--_brand---typography--text--small);
  line-height: var(--_brand---line-height--relaxed);
  margin-top: 0;
  margin-bottom: 0;
}

/* Location list */
.location_grid {
  grid-column-gap: 0.8em;
  grid-row-gap: 0.8em;
  flex-flow: wrap;
  display: flex;
}

.location_tag {
  background: linear-gradient(135deg, rgba(8, 9, 9, 0.95) 0%, rgba(20, 20, 20, 0.95) 100%);
  color: var(--_brand---colors--palette--white);
  border-radius: 0.75em;
  padding: 1em 1.75em;
  font-size: var(--_brand---typography--text--small);
  font-weight: var(--_brand---font-weight--medium);
  border: 1px solid rgba(235, 235, 235, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}

.location_tag:hover {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.95) 0%, rgba(30, 30, 30, 0.95) 100%);
  border-color: rgba(150, 121, 74, 0.3);
  transform: translateY(-2px);
}

/* Contact details */
.contact_details {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.contact_detail-item {
  grid-column-gap: 1em;
  grid-row-gap: 0.4em;
  flex-direction: column;
  display: flex;
  padding: 1.5em;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0.75em;
  border: 1px solid rgba(8, 9, 9, 0.08);
  transition: all 0.3s ease;
}

.contact_detail-item:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(8, 9, 9, 0.12);
}

.contact_detail-label {
  opacity: 0.7;
  font-size: var(--_brand---typography--text--tiny);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: var(--_brand---font-weight--semibold);
}

.contact_detail-value {
  font-size: var(--_brand---typography--text--medium-compact);
  font-weight: var(--_brand---font-weight--medium);
}

/* Enhanced button styles */
.button {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
  transform: translateY(-2px);
}

.button_bg {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Enhanced section spacing */
.section_brands,
.section_light {
  position: relative;
}

.section_brands::before,
.section_light::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(8, 9, 9, 0.1) 50%, transparent 100%);
}

/* Enhanced typography */
.heading-style-h1,
.heading-style-h2,
.heading-style-h3 {
  letter-spacing: -0.02em;
}

/* Smooth transitions for all interactive elements */
a, button, .filter_tag, .industry_tag, .location_tag {
  transition: all 0.25s ease;
}

/* Enhanced card shadows */
.service_card,
.process_card,
.diff_card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.service_card:hover,
.process_card:hover,
.diff_card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 991px) {
  .process_grid {
    grid-template-columns: 1fr 1fr;
  }

  .diff_grid {
    grid-template-columns: 1fr;
  }
  
  .service_card,
  .process_card,
  .diff_card {
    padding: 2em;
  }
}

@media screen and (max-width: 767px) {
  .process_grid {
    grid-template-columns: 1fr;
  }

  .service_detail-header {
    flex-direction: column;
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
  }
  
  .service_detail {
    padding: 1.5em;
  }
  
  .filter_bar {
    padding: 1em;
  }
}

/* ============================================================================
   HSON Premium Redesign — Ivory / Bronze system additions
   ============================================================================ */

/* Hero tag — bronze-tinted pill instead of flat grey badge */
.hero_tag {
  background-color: rgba(150, 121, 74, 0.16);
  color: var(--_brand---colors--palette--ivory);
  border: 1px solid rgba(150, 121, 74, 0.32);
  border-radius: 100rem;
}

[data-magnetic] {
  will-change: transform;
}

/* ---------------------------------------------------------------------------
   Index List — condensed numbered service rows (homepage teaser)
   --------------------------------------------------------------------------- */
.index-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4em;
}

.index-list_item {
  display: flex;
  align-items: baseline;
  gap: 1.25em;
  padding: 1.15em 0;
  border-bottom: 1px solid rgba(251, 248, 237, 0.14);
  text-decoration: none;
  color: var(--_brand---colors--palette--ivory);
}

.index-list_index {
  font-size: var(--_brand---typography--text--tiny);
  font-weight: var(--_brand---font-weight--semibold);
  color: var(--_brand---colors--palette--bronze);
  font-variant-numeric: tabular-nums;
  min-width: 1.8em;
  flex-shrink: 0;
}

/* Service icon sits between the index number and the title. The row is
   baseline-aligned for the text, so the icon centres itself instead. */
.index-list_icon {
  flex-shrink: 0;
  align-self: center;
  width: 1.35em;
  height: 1.35em;
  color: var(--_brand---colors--palette--bronze);
  opacity: 0.7;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.index-list_icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.index-list_item:hover .index-list_icon {
  opacity: 1;
  transform: scale(1.12);
}

.index-list_title {
  flex: 1;
  font-size: var(--_brand---typography--heading--heading-5);
  font-weight: var(--_brand---font-weight--normal);
  letter-spacing: -0.01em;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s ease;
}

.index-list_arrow {
  opacity: 0;
  transform: translateX(-8px);
  color: var(--_brand---colors--palette--bronze);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  width: 1.1em;
  display: flex;
  align-items: center;
}

.index-list_item:hover .index-list_arrow {
  opacity: 1;
  transform: translateX(0);
}

.index-list_item:hover .index-list_title {
  transform: translateX(6px);
  color: var(--_brand---colors--palette--bronze);
}

@media screen and (max-width: 767px) {
  .index-list {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------------------------
   Ticker — continuous marquee strip for industries / locations
   --------------------------------------------------------------------------- */
.ticker {
  width: 100%;
  padding: 0.4em 0;
}

.ticker_item {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  white-space: nowrap;
  font-size: var(--_brand---typography--heading--heading-4);
  font-weight: var(--_brand---font-weight--normal);
  letter-spacing: -0.01em;
}

.ticker_item::before {
  content: "";
  width: 0.32em;
  height: 0.32em;
  min-width: 0.32em;
  border-radius: 100rem;
  background-color: var(--_brand---colors--palette--bronze);
  flex-shrink: 0;
}

.ticker.is--on-dark .ticker_item {
  color: var(--_brand---colors--palette--ivory);
  opacity: 0.5;
}

.ticker.is--on-light .ticker_item {
  color: var(--_brand---colors--palette--black);
  opacity: 0.68;
}

@media screen and (max-width: 767px) {
  .ticker_item {
    font-size: var(--_brand---typography--heading--heading-5);
  }
}

/* ---------------------------------------------------------------------------
   Proof cards — placeholder testimonials / social proof
   --------------------------------------------------------------------------- */
.proof_label {
  opacity: 0.55;
  font-size: var(--_brand---typography--text--tiny);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}

.proof_card {
  background-color: var(--_brand---colors--palette--ivory-dim);
  border: 1px solid rgba(8, 9, 9, 0.06);
  border-radius: 1em;
  padding: 2.5em;
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.proof_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.proof_mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3em;
  line-height: 0.6;
  color: var(--_brand---colors--palette--bronze);
  opacity: 0.55;
}

.proof_quote {
  font-size: var(--_brand---typography--text--medium-compact);
  line-height: var(--_brand---line-height--airy);
  opacity: 0.85;
  margin: 0;
}

.proof_meta {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  margin-top: auto;
  padding-top: 0.5em;
  border-top: 1px solid rgba(8, 9, 9, 0.08);
}

.proof_name {
  font-weight: var(--_brand---font-weight--semibold);
  font-size: var(--_brand---typography--text--small);
}

.proof_role {
  opacity: 0.55;
  font-size: var(--_brand---typography--text--tiny);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .proof_grid {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------------------------
   Accordion — interactive service index (services.html)
   --------------------------------------------------------------------------- */
.accordion_list {
  border-top: 1px solid rgba(8, 9, 9, 0.1);
}

.accordion_item {
  border-bottom: 1px solid rgba(8, 9, 9, 0.1);
}

.accordion_header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.75em;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 2.25em 0;
  font-family: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.accordion_index {
  font-size: var(--_brand---typography--text--small);
  font-weight: var(--_brand---font-weight--semibold);
  color: var(--_brand---colors--palette--bronze);
  font-variant-numeric: tabular-nums;
  min-width: 2em;
  flex-shrink: 0;
}

.accordion_title-row {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  min-width: 0;
}

.accordion_title {
  font-size: var(--_brand---typography--heading--heading-3);
  font-weight: var(--_brand---font-weight--normal);
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
  margin: 0;
}

.accordion_teaser {
  opacity: 0.55;
  font-size: var(--_brand---typography--text--small);
  max-width: 50ch;
}

.accordion_header:hover .accordion_title {
  color: var(--_brand---colors--palette--bronze-deep);
}

.accordion_toggle {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(8, 9, 9, 0.15);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion_toggle-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7em;
  height: 1px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}

.accordion_toggle-line.is--vertical {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion_item.is--active .accordion_toggle-line.is--vertical {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion_item.is--active .accordion_toggle {
  background-color: var(--_brand---colors--palette--black);
  color: var(--_brand---colors--palette--ivory);
  border-color: var(--_brand---colors--palette--black);
}

.accordion_item.is--active .accordion_header .accordion_title {
  color: var(--_brand---colors--palette--bronze-deep);
}

.accordion_panel {
  height: 0;
  overflow: hidden;
}

.accordion_panel-inner {
  padding: 0 4.75em 2.75em 4.75em;
}

.accordion_desc {
  max-width: 68ch;
  opacity: 0.8;
  line-height: var(--_brand---line-height--airy);
  margin-top: 0;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .accordion_header {
    gap: 1em;
    padding: 1.75em 0;
  }

  .accordion_title {
    font-size: var(--_brand---typography--heading--heading-4);
  }

  .accordion_panel-inner {
    padding: 0 0 2em 0;
  }

  .accordion_toggle {
    width: 2em;
    height: 2em;
  }

  .accordion_teaser {
    display: none;
  }
}

/* ---------------------------------------------------------------------------
   Editorial split — About mission / pull-quote layout
   --------------------------------------------------------------------------- */
.editorial_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4em;
  align-items: start;
}

.editorial_quote {
  font-size: var(--_brand---typography--heading--heading-3);
  font-weight: var(--_brand---font-weight--normal);
  line-height: var(--_brand---line-height--snug);
  letter-spacing: -0.01em;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .editorial_grid {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}

/* ---------------------------------------------------------------------------
   Contact form — focus underline sweep
   --------------------------------------------------------------------------- */
.contact-hero_field {
  position: relative;
}

.contact-hero_field::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: var(--_brand---colors--palette--bronze);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.contact-hero_field:focus-within::after {
  transform: scaleX(1);
}

/* ---------------------------------------------------------------------------
   Section background variants — prevents adjacent sections from reading as
   one undifferentiated block when two dark (or two light) sections meet.
   --------------------------------------------------------------------------- */
.section_brands.is--charcoal {
  background-color: var(--_brand---colors--palette--charcoal);
}

.section_light.is--dim {
  background-color: var(--_brand---colors--palette--ivory-dim);
}

/* Hero tag text — dark accent, not ivory, since the hero sits on a light backdrop */
.hero_tag {
  color: var(--_brand---colors--palette--bronze-deep);
}

/* ---------------------------------------------------------------------------
   Footer — professional 4-column layout with a real bottom bar
   --------------------------------------------------------------------------- */
.footer_grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr 0.9fr;
  gap: 3em;
  grid-row-gap: 3em;
  grid-column-gap: 3em;
}

.footer_brand {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.footer_newsletter-subtitle {
  max-width: 32ch;
}

.footer_meta {
  opacity: 0.55;
  font-size: var(--_brand---typography--text--tiny);
  line-height: var(--_brand---line-height--relaxed);
  max-width: 28ch;
  margin-top: 1.5em;
}

.footer_social {
  color: var(--_brand---colors--palette--white);
  font-size: var(--_brand---typography--text--regular);
  align-items: center;
  gap: 0.6em;
  margin-top: 1.25em;
  opacity: 0.7;
  text-decoration: none;
  transition: opacity 0.25s ease;
  display: inline-flex;
}

.footer_social:hover {
  opacity: 1;
}

.footer_social svg {
  width: 1.15em;
  height: 1.15em;
  flex-shrink: 0;
}

.footer_wrap {
  grid-row-gap: 1.25em;
  grid-column-gap: 1.25em;
}

.footer_title {
  font-size: var(--_brand---typography--text--tiny);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer_links {
  grid-row-gap: 0.9em;
  grid-column-gap: 0.9em;
}

.footer_link {
  height: auto;
  display: inline-block;
  font-size: var(--_brand---typography--text--regular);
  font-weight: var(--_brand---font-weight--normal);
  opacity: 0.7;
  transition: opacity 0.25s ease;
}

.footer_link:hover {
  opacity: 1;
}

.footer_link .is--footer,
.footer_link .is--hover {
  display: block;
}

.footer_link .is--hover {
  position: absolute;
  top: 100%;
  left: 0;
}

.footer_bottom-bar {
  border-top: 1px solid rgba(251, 248, 237, 0.12);
  padding-top: 2em;
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}

.footer_bottom-bar .footer_opacity-60 {
  font-size: var(--_brand---typography--text--tiny);
}

@media screen and (max-width: 991px) {
  .footer_grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .footer_grid {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------------------------
   Process section — scroll-drawn progress line above the 4 step cards
   --------------------------------------------------------------------------- */
.process_progress {
  width: 100%;
  height: 1px;
  background-color: rgba(8, 9, 9, 0.1);
  position: relative;
  overflow: hidden;
  margin: 3em 0;
}

.process_progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--_brand---colors--palette--bronze);
  transform: scaleX(0);
  transform-origin: left center;
}

/* Banner background — clipped so the scroll-driven zoom parallax has no overflow gaps */
.banner_image-bg {
  overflow: hidden;
}

/* ---------------------------------------------------------------------------
   About hero — two-column split with a compact stat block, so the hero
   doesn't read as text-on-the-left / empty-space-on-the-right
   --------------------------------------------------------------------------- */
.about-hero_grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3em;
  align-items: start;
}

.about-hero_stats {
  display: flex;
  flex-direction: column;
  gap: 1.75em;
  padding-top: 0.5em;
  padding-left: 2.5em;
  border-left: 1px solid rgba(8, 9, 9, 0.1);
  margin-top: 0.5em;
}

.about-hero_stat-number {
  font-size: var(--_brand---typography--heading--heading-2);
  font-weight: var(--_brand---font-weight--medium);
  color: var(--_brand---colors--palette--bronze);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.about-hero_stat-label {
  opacity: 0.6;
  font-size: var(--_brand---typography--text--small);
  margin-top: 0.4em;
  max-width: 22ch;
  line-height: var(--_brand---line-height--snug);
}

@media screen and (max-width: 991px) {
  .about-hero_grid {
    grid-template-columns: 1fr;
  }

  .about-hero_stats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2em;
    border-left: none;
    border-top: 1px solid rgba(8, 9, 9, 0.1);
    padding-left: 0;
    padding-top: 2em;
    margin-top: 2em;
  }
}

/* ---------------------------------------------------------------------------
   Our Story — three-beat origin narrative (About page)
   --------------------------------------------------------------------------- */
.story_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
}

.story_beat-label {
  font-size: var(--_brand---typography--text--small);
  font-weight: var(--_brand---font-weight--semibold);
  color: var(--_brand---colors--palette--bronze-deep);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.85em;
}

.story_beat-text {
  opacity: 0.8;
  line-height: var(--_brand---line-height--airy);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .story_grid {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}

/* Decorative oversized quote mark on the About mission statement */
.editorial_mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4em;
  line-height: 0.5;
  color: var(--_brand---colors--palette--bronze);
  opacity: 0.6;
  display: block;
  margin-bottom: 0.2em;
}

/* ==========================================================================
   Services Page — detailed service cards
   ========================================================================== */

.section_brands .service_detail {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(251, 248, 237, 0.08);
}

.section_brands .service_detail:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(150, 121, 74, 0.2);
}

.section_brands .service_detail-title {
  color: var(--_brand---colors--palette--ivory);
}

.section_brands .service_detail-desc {
  color: var(--_brand---colors--palette--ivory);
}

.section_brands .service_detail-list-item {
  color: var(--_brand---colors--palette--ivory);
}

.section_brands .service_detail-index {
  color: var(--_brand---colors--palette--bronze);
  background: rgba(150, 121, 74, 0.15);
}

@media screen and (max-width: 991px) {
  .services-together-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================================
   Services Page — PREMIUM REDESIGN
   ========================================================================== */

/* --- Hero meta stat strip --- */
.svc-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
  margin-top: 3em;
}

.svc-hero-stat {
  padding-left: 2.5em;
  border-left: 1px solid rgba(8, 9, 9, 0.14);
}

.svc-hero-stat:first-child {
  padding-left: 0;
  border-left: none;
}

.svc-hero-stat__num {
  font-size: var(--_brand---typography--heading--heading-3);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--_brand---colors--palette--bronze);
  font-variant-numeric: tabular-nums;
}

.svc-hero-stat__label {
  margin-top: 0.7em;
  font-size: var(--_brand---typography--text--tiny);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
}

/* --- Service index / jump nav --- */
.svc-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
  margin-top: 3.5em;
}

.svc-index__group-title {
  display: flex;
  align-items: center;
  gap: 0.75em;
  font-size: var(--_brand---typography--text--tiny);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--_brand---colors--palette--bronze);
  padding-bottom: 1.1em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid rgba(8, 9, 9, 0.12);
}

.svc-index__link {
  display: flex;
  align-items: baseline;
  gap: 1em;
  padding: 1em 0;
  text-decoration: none;
  color: var(--_brand---colors--palette--black);
  border-bottom: 1px solid rgba(8, 9, 9, 0.07);
  transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s ease;
}

.svc-index__link:hover {
  padding-left: 0.6em;
  color: var(--_brand---colors--palette--bronze);
}

.svc-index__num {
  min-width: 1.7em;
  flex-shrink: 0;
  font-size: var(--_brand---typography--text--tiny);
  font-weight: var(--_brand---font-weight--semibold);
  color: var(--_brand---colors--palette--bronze);
  font-variant-numeric: tabular-nums;
}

.svc-index__name {
  flex: 1;
  font-size: var(--_brand---typography--text--medium-compact);
  letter-spacing: -0.01em;
}

.svc-index__arrow {
  opacity: 0;
  transform: translateX(-6px);
  color: var(--_brand---colors--palette--bronze);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.svc-index__link:hover .svc-index__arrow {
  opacity: 1;
  transform: translateX(0);
}

/* --- Premium service cards --- */
.svc-list {
  display: flex;
  flex-direction: column;
  gap: 1.75em;
  margin-top: 4em;
}

.svc-card {
  --svc-bg: rgba(8, 9, 9, 0.02);
  --svc-border: rgba(8, 9, 9, 0.09);
  --svc-rule: rgba(8, 9, 9, 0.09);
  --svc-title: var(--_brand---colors--palette--black);
  --svc-text: var(--_brand---colors--palette--black);
  --svc-case-bg: rgba(150, 121, 74, 0.05);
  position: relative;
  overflow: hidden;
  padding: 3.25em;
  border-radius: 1.5em;
  background: var(--svc-bg);
  border: 1px solid var(--svc-border);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              border-color 0.5s ease, box-shadow 0.5s ease;
}

.svc-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--_brand---colors--palette--bronze) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.svc-card:hover {
  transform: translateY(-5px);
  border-color: rgba(150, 121, 74, 0.35);
  box-shadow: 0 28px 70px -24px rgba(0, 0, 0, 0.28);
}

.svc-card:hover::before {
  opacity: 1;
}

.svc-card__ghost {
  position: absolute;
  top: 0.15em;
  right: 0.3em;
  font-size: 10em;
  line-height: 1;
  font-weight: var(--_brand---font-weight--semibold);
  color: var(--_brand---colors--palette--bronze);
  opacity: 0.06;
  pointer-events: none;
  font-variant-numeric: tabular-nums;
}

.svc-card__head {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1.4em;
}

.svc-card__num {
  padding: 0.4em 0.95em;
  font-size: var(--_brand---typography--text--tiny);
  font-weight: var(--_brand---font-weight--semibold);
  letter-spacing: 0.14em;
  color: var(--_brand---colors--palette--bronze);
  border: 1px solid rgba(150, 121, 74, 0.32);
  border-radius: 100rem;
  font-variant-numeric: tabular-nums;
}

.svc-card__pill {
  font-size: var(--_brand---typography--text--tiny);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.5;
  color: var(--svc-text);
}

.svc-card__title {
  margin: 0 0 0.55em;
  max-width: 22ch;
  font-size: var(--_brand---typography--heading--heading-3);
  line-height: var(--_brand---line-height--snug);
  letter-spacing: -0.025em;
  color: var(--svc-title);
}

/* Icon sits inline ahead of the service name, sized relative to the heading. */
.svc-card__icon {
  width: 0.85em;
  height: 0.85em;
  margin-right: 0.42em;
  color: var(--_brand---colors--palette--bronze);
  vertical-align: -0.1em;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.svc-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.svc-card__lead {
  margin: 0;
  max-width: 70ch;
  line-height: var(--_brand---line-height--airy);
  opacity: 0.82;
  color: var(--svc-text);
}

.svc-card__body {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2.75em;
  margin-top: 2.4em;
  padding-top: 2.4em;
  border-top: 1px solid var(--svc-rule);
}

.svc-card__label {
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin-bottom: 1.1em;
  font-size: var(--_brand---typography--text--tiny);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--_brand---colors--palette--bronze);
}

.svc-card__label::before {
  content: "";
  width: 1.6em;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.svc-card__who {
  margin: 0;
  line-height: var(--_brand---line-height--airy);
  opacity: 0.8;
  color: var(--svc-text);
}

.svc-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.9em;
}

.svc-card__item {
  display: flex;
  gap: 0.85em;
  line-height: var(--_brand---line-height--relaxed);
  opacity: 0.85;
  color: var(--svc-text);
}

.svc-card__item::before {
  content: "";
  flex-shrink: 0;
  margin-top: 0.6em;
  width: 0.4em;
  height: 0.4em;
  border-radius: 100rem;
  background: var(--_brand---colors--palette--bronze);
}

.svc-card__case {
  margin-top: 2.4em;
  padding: 1.6em 1.85em;
  border-left: 2px solid var(--_brand---colors--palette--bronze);
  border-radius: 0 0.7em 0.7em 0;
  background: var(--svc-case-bg);
  font-size: var(--_brand---typography--text--small);
  line-height: var(--_brand---line-height--airy);
  opacity: 0.92;
  color: var(--svc-text);
}

.svc-card__case-label {
  display: block;
  margin-bottom: 0.55em;
  font-size: var(--_brand---typography--text--tiny);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--_brand---colors--palette--bronze);
}

/* Dark-section overrides */
.section_brands .svc-card {
  --svc-bg: rgba(251, 248, 237, 0.03);
  --svc-border: rgba(251, 248, 237, 0.09);
  --svc-rule: rgba(251, 248, 237, 0.1);
  --svc-title: var(--_brand---colors--palette--ivory);
  --svc-text: var(--_brand---colors--palette--ivory);
  --svc-case-bg: rgba(150, 121, 74, 0.09);
}

.section_brands .svc-card:hover {
  box-shadow: 0 28px 70px -24px rgba(0, 0, 0, 0.5);
}

/* --- Premium "work together" scenario cards --- */
.svc-scenarios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
  margin-top: 3em;
}

.svc-scenario {
  position: relative;
  overflow: hidden;
  padding: 2.5em;
  border-radius: 1.25em;
  background: rgba(8, 9, 9, 0.02);
  border: 1px solid rgba(8, 9, 9, 0.09);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              border-color 0.5s ease, box-shadow 0.5s ease;
}

.svc-scenario:hover {
  transform: translateY(-4px);
  border-color: rgba(150, 121, 74, 0.3);
  box-shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.2);
}

.svc-scenario__title {
  margin: 0 0 0.9em;
  font-size: var(--_brand---typography--heading--heading-5);
  line-height: var(--_brand---line-height--tight);
  letter-spacing: -0.01em;
  color: var(--_brand---colors--palette--black);
}

.svc-scenario__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 1.2em;
}

.svc-scenario__tag {
  padding: 0.35em 0.85em;
  font-size: var(--_brand---typography--text--tiny);
  letter-spacing: 0.02em;
  color: var(--_brand---colors--palette--bronze-deep);
  background: rgba(150, 121, 74, 0.09);
  border: 1px solid rgba(150, 121, 74, 0.18);
  border-radius: 100rem;
}

.svc-scenario__desc {
  margin: 0;
  line-height: var(--_brand---line-height--airy);
  opacity: 0.78;
  color: var(--_brand---colors--palette--black);
}

/* --- Responsive --- */
@media screen and (max-width: 991px) {
  .svc-index {
    grid-template-columns: 1fr;
    gap: 2.5em;
  }
  .svc-card {
    padding: 2.25em;
  }
  .svc-card__body {
    grid-template-columns: 1fr;
    gap: 2em;
  }
  .svc-card__ghost {
    font-size: 7em;
  }
  .svc-card__title {
    font-size: var(--_brand---typography--heading--heading-4);
  }
  .svc-scenarios {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .svc-hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75em 1.5em;
  }
  .svc-hero-stat {
    padding-left: 0;
    border-left: none;
  }
  .svc-card {
    padding: 1.75em;
  }
  .svc-card__head {
    flex-wrap: wrap;
    gap: 0.7em;
  }
  .svc-card__ghost {
    display: none;
  }
}

/* ---------------------------------------------------------------------------
   Team — "Meet the team" cards (/team)
   Monogram avatars stand in until real headshots are supplied; swapping in an
   <img> inside .people_avatar needs no other change.
   --------------------------------------------------------------------------- */

.people_grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.people_card {
  background-color: var(--_brand---colors--palette--pure-white);
  border: 1px solid rgba(8, 9, 9, 0.08);
  border-radius: 1.25em;
  padding: 2em;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease;
}

.people_card:hover {
  border-color: rgba(150, 121, 74, 0.4);
  transform: translateY(-4px);
}

.people_avatar {
  width: 3.4em;
  height: 3.4em;
  color: var(--_brand---colors--palette--bronze);
  background-color: rgba(150, 121, 74, 0.1);
  border: 1px solid rgba(150, 121, 74, 0.28);
  border-radius: 100rem;
  margin-bottom: 1.25em;
  font-size: var(--_brand---typography--text--regular);
  font-weight: var(--_brand---font-weight--semibold);
  letter-spacing: 0.04em;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.people_avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.people_name {
  margin: 0;
  color: var(--_brand---colors--palette--black);
  font-size: var(--_brand---typography--heading--heading-5);
  font-weight: var(--_brand---font-weight--medium);
  letter-spacing: -0.015em;
  line-height: var(--_brand---line-height--snug);
}

.people_role {
  margin-top: 0.35em;
  color: var(--_brand---colors--palette--bronze);
  font-size: var(--_brand---typography--text--tiny);
  font-weight: var(--_brand---font-weight--semibold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.people_bio {
  margin: 1em 0 0;
  color: var(--_brand---colors--palette--black);
  font-size: var(--_brand---typography--text--small);
  line-height: var(--_brand---line-height--relaxed);
  opacity: 0.7;
}

/* ---------------------------------------------------------------------------
   Trusted partners — wordmark slider + full grid (/partners, home strip)
   .partner_mark / .partner_plate are typographic stand-ins for real logos. To
   swap in artwork, drop an <img> inside and the layout holds.
   --------------------------------------------------------------------------- */

.partners_marquee {
  width: 100%;
  overflow: hidden;
}

.partners_ticker {
  padding: 0;
}

/* Logo tiles. The supplied logos are mostly dark artwork (Peugeot, Vuse, Keth,
   VW) and the slider sits on black, so they cannot go straight onto the page —
   they would vanish. Each sits on its own white tile instead, which also keeps
   every brand's real colours rather than recolouring someone's trademark, and
   copes with the mixed sources (transparent PNG, white JPEG, colour tiles like
   Kumo and Ludo Star) in one consistent treatment. */
.partner_mark,
.partner_plate {
  background-color: #fff;
  border-radius: 0.75em;
  /* Tiles sit on a ~4:3 card instead of the old wide 12 × 5.4em strip, so each
     logo gets a more balanced, less letterbox-thin plate. Width drives the box;
     aspect-ratio derives the height so the marquee still measures item widths. */
  width: 8.5em;
  aspect-ratio: 4 / 3;
  height: auto;
  padding: 0.9em 1.1em;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* A soft resting lift so the white tiles read as cards against the black
     strip, not flat cut-outs. */
  box-shadow: 0 0.4em 1em rgba(8, 9, 9, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-flex;
}

.partner_mark img,
.partner_plate img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

/* Fallback for a partner with no logo supplied yet. */
.partner_mark.is--text,
.partner_plate.is--text {
  color: var(--_brand---colors--palette--black);
  font-size: var(--_brand---typography--text--small);
  font-weight: var(--_brand---font-weight--medium);
  text-align: center;
  white-space: nowrap;
}

.partner_mark:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.75em 1.75em rgba(8, 9, 9, 0.35);
}

.partners_grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

/* The full list sits on the light section: the white tiles need a hairline so
   they read as cards against the ivory rather than floating. */
.partners_grid .partner_plate {
  border: 1px solid rgba(8, 9, 9, 0.1);
  width: 100%;
  /* On the light grid the hairline border carries the card edge; drop the
     resting lift the marquee tiles use, keep the 4:3 aspect from the base. */
  box-shadow: none;
}

.partners_grid .partner_plate:hover {
  border-color: rgba(150, 121, 74, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 0.6em 1.5em rgba(8, 9, 9, 0.08);
}

@media screen and (max-width: 991px) {
  .people_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .people_grid {
    grid-template-columns: 1fr;
  }

  .people_card {
    padding: 1.6em;
  }

  .partners_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Marquee tiles shrink on phones; the 4:3 aspect-ratio from the base rule
     derives the height, so no fixed height here (a set height would cancel it).
     The grid plates stay width:100% and stay 4:3 automatically. */
  .partner_mark {
    width: 7em;
    padding: 0.7em 0.9em;
  }
}
/* ---------------------------------------------------------------------------
   Stacked hero (/home-duplicate) — big H1, a 3D curved image wall, then the
   description.

   The wall is a concave cylinder, not the site's arc-marquee: the stage owns the
   perspective, the track keeps a real 3D space (preserve-3d), and
   hson.curve-hero.js positions each panel with translate3d(x, 0, z) rotateY(...)
   so panels toward the edges turn away from the camera and sit further back.
   The side fades dissolve the wall into the page instead of cutting it off.
   --------------------------------------------------------------------------- */

.section_hero.is--stacked {
  padding-top: 19vh;
  padding-bottom: 4em;
  overflow: hidden;
}

.hero-stack {
  text-align: center;
  width: 100%;
}

.hero-stack_heading {
  max-width: 14ch;
  margin: 0 auto;
  color: var(--_brand---colors--palette--black);
  font-size: var(--_brand---typography--display--xlarge);
  font-weight: var(--_brand---font-weight--normal);
  line-height: 1.1;
  letter-spacing: -0.03em;
  position: relative;
}

/* The stage is deliberately taller than the panels: overflow is hidden to clip
   the wall's ends, so it needs headroom or it shears off each panel's drop
   shadow. That headroom is dead space, which is what the negative margins claw
   back — they keep the visible gaps around the wall tight even though the stage
   box is much bigger than the images inside it. Adjust STAGE_PAD below if you
   change either height: it is (curve-stage height - curve-panel height) / 2. */
.hero-stack_curve {
  width: 100%;
  margin-top: -1.75em;  /* stage headroom is 4.5em; net gap under the H1 ~2.75em */
  margin-bottom: -2.5em; /* net gap above the description ~2em */
  position: relative;
}

.curve-stage {
  perspective: 1150px;
  perspective-origin: 50% 50%;
  width: 100%;
  height: 28em;
  position: relative;
  overflow: hidden;
}

.curve-track {
  transform-style: preserve-3d;
  position: absolute;
  inset: 0;

  /* Held back until hson.curve-hero.js has positioned the panels, then faded
     in. Without this the hero flashes: the panels are absolutely stacked at the
     stage centre, so they render as one oversized image until the script runs.
     The failsafe reveals them anyway if the script never arrives — paired with
     the nth-child fallback below, that degrades to a plain row rather than a
     pile. */
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: hson-curve-reveal 0s linear 4s forwards;
}

.curve-stage.is-ready .curve-track {
  opacity: 1;
  animation: none;
}

@keyframes hson-curve-reveal {
  to {
    opacity: 1;
  }
}

.curve-panel {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
  border-radius: 0.5em;
  width: 15em;
  height: 19em;
  margin-top: -9.5em;
  transition: opacity 0.35s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  box-shadow: 0 1.5em 3em rgba(8, 9, 9, 0.18);
}

/* CSS fallback layout. The panels share one absolute origin, so with no
   transform they would all sit on top of each other. This lays the first five
   out as a plain row (the script overrides transform on every frame, so this
   only ever shows if the script is missing or has not run yet). Offsets are
   (index - 3) * 16em - 7.5em: 15em panel + 1em gap, less half a panel, because
   left:50% anchors the panel's left edge to the centre. */
.curve-panel:nth-child(1) {
  transform: translate3d(-39.5em, 0, 0);
}
.curve-panel:nth-child(2) {
  transform: translate3d(-23.5em, 0, 0);
}
.curve-panel:nth-child(3) {
  transform: translate3d(-7.5em, 0, 0);
}
.curve-panel:nth-child(4) {
  transform: translate3d(8.5em, 0, 0);
}
.curve-panel:nth-child(5) {
  transform: translate3d(24.5em, 0, 0);
}
.curve-panel:nth-child(n + 6) {
  opacity: 0;
}

.curve-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

/* Dissolve both ends of the wall into the page background. */
.curve-fade {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, var(--_brand---colors--palette--white) 8%, rgba(251, 248, 237, 0));
  width: 14em;
  position: absolute;
  inset: 0 auto 0 -1px;
}

.curve-fade.is--right {
  background-image: linear-gradient(270deg, var(--_brand---colors--palette--white) 8%, rgba(251, 248, 237, 0));
  inset: 0 -1px 0 auto;
}

.hero-stack_text {
  max-width: 52ch;
  margin: 0 auto;
  color: var(--_brand---colors--palette--black);
  font-size: var(--_brand---typography--text--regular);
  line-height: var(--_brand---line-height--airy);
  opacity: 0.8;
  position: relative;
}

@media screen and (max-width: 991px) {
  .section_hero.is--stacked {
    padding-top: 17vh;
  }

  .hero-stack_curve {
    margin-top: -1em;
    margin-bottom: -1.75em;
  }

  .curve-stage {
    perspective: 900px;
    height: 22em;
  }

  .curve-panel {
    width: 11em;
    height: 15em;
    margin-top: -7.5em;
  }

  .curve-fade {
    width: 7em;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack_heading {
    max-width: 12ch;
  }

  .hero-stack_curve {
    margin-top: -0.75em;
    margin-bottom: -1.25em;
  }

  .curve-stage {
    perspective: 620px;
    height: 17em;
  }

  .curve-panel {
    width: 8em;
    height: 11.5em;
    margin-top: -5.75em;
  }

  .curve-fade {
    width: 3.5em;
  }

  .hero-stack_text {
    max-width: 38ch;
    font-size: var(--_brand---typography--text--small);
  }
}

/* ---------------------------------------------------------------------------
   Typewriter heading reveal (data-text-highlight) — see initTextHighlight().
   The caret is `currentColor`, so it inherits each section's text colour, and
   blinks via CSS while the JS re-parents it to follow the last typed letter.
   --------------------------------------------------------------------------- */
.typewriter_caret {
  display: inline-block;
  width: 0.08em;
  height: 1.05em;
  margin-left: 0.06em;
  background-color: currentColor;
  vertical-align: -0.14em;
  animation: typewriter-blink 0.85s steps(1, end) infinite;
}

@keyframes typewriter-blink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .typewriter_caret { display: none; }
}
