
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/lora-italic-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/lora-italic-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/figtree-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Figtree";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/figtree-italic.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/open-sauce-sans-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/open-sauce-sans-italic.ttf") format("truetype");
}

html {
  min-height: 100%;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #fff;
  max-width: 100%;
  overflow-x: clip;
}

body {
  color: #000;
  font-family: "Avenir", "Avenir Next", "Avenir Next Condensed", sans-serif;
  cursor: none;
  width: 100%;
}

:root {
  --cursor-circle-size: 1.08rem;
  --default-o-cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Ccircle cx='18' cy='18' r='7.5' fill='black'/%3E%3C/svg%3E")
      18 18,
    auto;
  --arrow-cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M6 16h14' stroke='%23ff6a00' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M15 9l8 7-8 7' fill='none' stroke='%23ff6a00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 16 16,
    pointer;
  --asterisk-cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Ctext x='24' y='35' text-anchor='middle' font-size='42' font-family='Avenir Next, Avenir, sans-serif' font-weight='700' fill='black'%3E*%3C/text%3E%3C/svg%3E") 24 24,
    pointer;
  --asterisk-cursor-invert: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Ctext x='24' y='35' text-anchor='middle' font-size='42' font-family='Avenir Next, Avenir, sans-serif' font-weight='700' fill='white'%3E*%3C/text%3E%3C/svg%3E") 24 24,
    pointer;
}

body.menu-open {
  overflow: hidden;
}

.is-hidden-section {
  display: none !important;
}

:root {
  --header-progress: 0;
  --wordmark-scale: 1;
  --wordmark-shift-y: 0px;
  --hero-freeze-offset: 0px;
  --hero-logo-space: 11rem;
  --hero-box-gap: 0.7rem;
  --subtitle-flow-offset: 0px;
  --header-mask-extra: calc((1 - var(--header-progress)) * 2.25rem);
  --header-pad-x: 18px;
  --header-pad-top: 12px;
  --header-row-pad-y: 0.82rem;
  --wordmark-base-size: 10rem;
  --subtitle-pad-left: 1.5rem;
  --wordmark-optical-left: 0.12em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  pointer-events: none;
  height: 0;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: calc(
    var(--hero-logo-space) +
    var(--hero-box-gap) +
    var(--header-mask-extra)
  );
  background: #fff;
  z-index: 0;
}

.sticky-header-bar {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.96rem;
  width: 100%;
  min-height: calc(var(--cursor-circle-size) + (var(--header-row-pad-y) * 2));
  padding: var(--header-row-pad-y) var(--header-pad-x);
  background: #fff;
  opacity: 1;
  transform: translateY(calc((-100% + 100%) * 0));
  clip-path: none;
  overflow: visible;
  z-index: 3;
}

.invert-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--cursor-circle-size);
  height: var(--cursor-circle-size);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  pointer-events: auto;
  cursor: pointer;
  flex: 0 0 auto;
  isolation: isolate;
  overflow: visible;
  margin-right: 0.32rem;
  transition:
    background-color 220ms ease,
    transform 160ms ease,
    box-shadow 220ms ease;
}

.invert-toggle::before,
.invert-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.invert-toggle::before {
  border-radius: 50%;
  background: #000;
  transform: scale(1.28);
}

.invert-toggle::after {
  border-radius: 50%;
  background: #fff;
  transform: translate(0.5rem, -0.15rem) scale(0.84);
}

.invert-toggle:hover {
  transform: none;
  cursor: var(--asterisk-cursor-invert);
}

.invert-toggle:hover::before {
  transform: translate(-0.03rem, 0) rotate(-10deg) scale(1.36);
}

.invert-toggle:hover::after {
  transform: translate(0.52rem, -0.16rem) rotate(-10deg) scale(0.9);
}

.invert-toggle[aria-pressed="true"] {
  background: transparent !important;
}

body.is-inverted .invert-toggle::before {
  inset: 50% auto auto 50%;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

body.is-inverted .invert-toggle::after {
  inset: 50% auto auto 50%;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 -0.58rem 0 #fff,
    0.41rem -0.41rem 0 #fff,
    0.58rem 0 0 #fff,
    0.41rem 0.41rem 0 #fff,
    0 0.58rem 0 #fff,
    -0.41rem 0.41rem 0 #fff,
    -0.58rem 0 0 #fff,
    -0.41rem -0.41rem 0 #fff;
  transform: translate(-50%, -50%);
}

body.is-inverted .invert-toggle:hover {
  cursor: var(--asterisk-cursor);
}

body.is-inverted .invert-toggle:hover::before {
  transform: translate(-50%, -50%) scale(1.14);
}

body.is-inverted .invert-toggle:hover::after {
  transform: translate(-50%, -50%) rotate(18deg);
}

.wordmark-shell {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  padding: var(--header-row-pad-y) var(--header-pad-x) 0;
  box-sizing: border-box;
  z-index: 4;
}

.wordmark-link {
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
}

.wordmark {
  margin-right: auto;
}

.home-page .wordmark-link {
  opacity: 0;
  transform: translateY(1.2rem);
  transition:
    opacity 820ms ease,
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.home-page.is-wordmark-ready .wordmark-link {
  opacity: 1;
  transform: translateY(0);
}

.menu-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  width: 2.15rem;
  height: 2.15rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background-color: transparent;
  background-image: url("/menu-button-home.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    transform 160ms ease,
    border-color 160ms ease;
}

body:not(.home-page) .menu-button {
  border: 0 !important;
  background-color: transparent !important;
  background-image: url("/menu-button-home.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.menu-button-line {
  display: none;
  width: 0.72rem;
  height: 1.5px;
  border-radius: 999px;
  background: #fff;
}

body:not(.home-page) .menu-button-line {
  display: none !important;
}

.menu-button:hover {
  background: #000;
  transform: scale(1.04);
  cursor: var(--asterisk-cursor-invert);
}

.home-page,
.home-page .site-header::before,
.home-page .sticky-header-bar,
.home-page .wordmark,
.home-page .subtitle,
.home-page .subtitle-eyebrow,
.home-page .subtitle-headline,
.home-page .subtitle-rolling-phrase,
.home-page .impact-marquee-section,
.home-page .impact-marquee-line,
.home-page .photo-scatter-section,
.home-page .philosophy-section,
.home-page .philosophy-copy,
.home-page .philosophy-orbit-text,
.home-page .boxes-section,
.home-page .outline-box-wide,
.home-page .outline-box,
.home-page .outline-box-title,
.home-page .clients-section,
.home-page .clients-label,
.home-page .clients-line,
.home-page .dual-boxes-section,
.home-page .dual-outline-box,
.home-page .dual-box-copy,
.home-page .cta-section,
.home-page .cta-text,
.home-page .bottom-grid-section,
.home-page .bottom-box,
.home-page .bottom-box-text,
.home-page .bottom-link,
.home-page .boxes-grid,
.home-page .dual-boxes-grid,
.home-page .service-tag,
.home-page .cta-section::after {
  transition:
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    opacity 220ms ease;
}

.home-page .invert-toggle {
  overflow: visible;
  border-radius: 0;
  background: transparent;
  margin-right: 0.32rem;
}

.home-page .invert-toggle:hover {
  background: transparent;
  transform: none;
  cursor: var(--asterisk-cursor-invert);
}

.home-page .invert-toggle::before,
.home-page .invert-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.home-page .invert-toggle::before {
  border-radius: 50%;
  background: #000;
  transform: scale(1.28);
}

.home-page .invert-toggle::after {
  border-radius: 50%;
  background: #fff;
  transform: translate(0.5rem, -0.15rem) scale(0.84);
}

.home-page .invert-toggle:hover::before {
  transform: translate(-0.03rem, 0) rotate(-10deg) scale(1.36);
}

.home-page .invert-toggle:hover::after {
  transform: translate(0.52rem, -0.16rem) rotate(-10deg) scale(0.9);
}

.home-page.is-inverted {
  background: #000;
  color: #fff;
}

.home-page.is-inverted .site-header::before,
.home-page.is-inverted .sticky-header-bar {
  background: #000;
}

.home-page.is-inverted .wordmark {
  color: #fff;
}

.home-page.is-inverted .invert-toggle {
  background: transparent;
}

.home-page.is-inverted .invert-toggle[aria-pressed="true"] {
  background: transparent;
  box-shadow: none;
}

.home-page.is-inverted .invert-toggle::before {
  inset: 50% auto auto 50%;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.home-page.is-inverted .invert-toggle::after {
  inset: 50% auto auto 50%;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 -0.58rem 0 #fff,
    0.41rem -0.41rem 0 #fff,
    0.58rem 0 0 #fff,
    0.41rem 0.41rem 0 #fff,
    0 0.58rem 0 #fff,
    -0.41rem 0.41rem 0 #fff,
    -0.58rem 0 0 #fff,
    -0.41rem -0.41rem 0 #fff;
  transform: translate(-50%, -50%);
}

.home-page.is-inverted .invert-toggle:hover::before {
  transform: translate(-50%, -50%) scale(1.14);
}

.home-page.is-inverted .invert-toggle:hover::after {
  transform: translate(-50%, -50%) rotate(18deg);
}

.home-page.is-inverted .menu-button {
  filter: invert(1);
}

.home-page.is-inverted .menu-button:hover {
  background-color: #fff;
  filter: none;
  transform: scale(1.07) rotate(3deg);
  box-shadow: 0 0 0 0.24rem rgba(255, 255, 255, 0.14);
  cursor: var(--asterisk-cursor);
}

.home-page.is-inverted .invert-toggle:hover {
  cursor: var(--asterisk-cursor);
  background-color: transparent;
  transform: none;
}

.home-page.is-inverted .subtitle {
  background: #000;
  color: #fff;
}

.home-page.is-inverted .subtitle-eyebrow {
  color: rgba(255, 255, 255, 0.48);
}

.home-page.is-inverted .impact-marquee-section {
  background: #000;
}

.home-page.is-inverted .impact-marquee-line {
  color: #fff;
}

.home-page.is-inverted .photo-scatter-section {
  background: #000;
}

.home-page.is-inverted .photo-scatter-copy {
  color: #fff;
}

.home-page.is-inverted .philosophy-section,
.home-page.is-inverted .boxes-section,
.home-page.is-inverted .dual-boxes-section,
.home-page.is-inverted .cta-section,
.home-page.is-inverted .bottom-grid-section {
  background: #000;
}

.home-page.is-inverted .philosophy-copy,
.home-page.is-inverted .outline-box-title,
.home-page.is-inverted .dual-box-copy,
.home-page.is-inverted .cta-text,
.home-page.is-inverted .bottom-box-text,
.home-page.is-inverted .bottom-link,
.home-page.is-inverted .bottom-box {
  color: #fff;
}

.home-page.is-inverted .philosophy-orbit-text {
  color: rgba(255, 255, 255, 0.16);
}

.home-page.is-inverted .section-label,
.home-page.is-inverted .boxes-label,
.home-page.is-inverted .clients-label {
  color: rgba(255, 255, 255, 0.62);
}

.home-page.is-inverted .outline-box-wide,
.home-page.is-inverted .outline-box {
  background: #000;
}

.home-page.is-inverted .boxes-grid {
  border-top-color: #fff;
  border-left-color: #fff;
}

.home-page.is-inverted .outline-box {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.home-page.is-inverted .outline-box:hover {
  background: #141414;
}

.home-page.is-inverted .outline-box-wide:hover {
  background: #000;
}

.home-page.is-inverted .service-box {
  background: #000;
  color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.home-page.is-inverted .service-box .outline-box-title {
  color: #fff;
}

.home-page.is-inverted .service-box:hover {
  background: #fff;
  color: #000;
}

.home-page.is-inverted .service-box:hover .outline-box-title {
  color: #000;
}

.home-page.is-inverted .service-tag {
  background: #fff;
  color: #000;
}

.home-page.is-inverted .service-box:hover .service-tag {
  background: #000;
  color: #fff;
}

.home-page.is-inverted .clients-section {
  background: #000;
}

.home-page.is-inverted .clients-label {
  color: #c2b6b0;
}

.home-page.is-inverted .clients-line {
  color: #fff;
}

.home-page.is-inverted .inline-subpage-link-clients {
  color: #fff;
}

.home-page.is-inverted .dual-boxes-grid,
.home-page.is-inverted .bottom-grid {
  border-left-color: #fff;
}

.home-page.is-inverted .dual-outline-box,
.home-page.is-inverted .bottom-box {
  background: #000;
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.home-page.is-inverted .dual-boxes-grid,
.home-page.is-inverted .bottom-grid-section {
  border-top-color: #fff;
}

.home-page.is-inverted .dual-box-link,
.home-page.is-inverted .bottom-box-map {
  color: #fff;
}

.home-page.is-inverted .cta-section {
  border-top-color: #fff;
}

.home-page.is-inverted .cta-section::after {
  background: #fff;
}

.home-page.is-inverted .bottom-box-map:hover .bottom-address-line,
.home-page.is-inverted .bottom-box:first-child .bottom-link:hover,
.home-page.is-inverted .bottom-box:nth-child(3) .bottom-link[href^="mailto:"]:hover {
  text-decoration-color: #fff;
}

body:not(.home-page).is-inverted {
  background: #000;
  color: #fff;
}

body:not(.home-page).is-inverted .site-header,
body:not(.home-page).is-inverted .sticky-header-bar,
body:not(.home-page).is-inverted .subpage-main,
body:not(.home-page).is-inverted .subpage-content-spacer,
body:not(.home-page).is-inverted .thoughts-main,
body:not(.home-page).is-inverted .post-main,
body:not(.home-page).is-inverted .cta-section,
body:not(.home-page).is-inverted .bottom-grid-section {
  background: #000;
  color: #fff;
}

body:not(.home-page).is-inverted .wordmark,
body:not(.home-page).is-inverted .thoughts-title,
body:not(.home-page).is-inverted .thoughts-kicker,
body:not(.home-page).is-inverted .thought-date,
body:not(.home-page).is-inverted .thought-summary,
body:not(.home-page).is-inverted .thought-title,
body:not(.home-page).is-inverted .post-meta,
body:not(.home-page).is-inverted .post-title,
body:not(.home-page).is-inverted .post-body,
body:not(.home-page).is-inverted .post-body span,
body:not(.home-page).is-inverted .services-intro,
body:not(.home-page).is-inverted .cta-text,
body:not(.home-page).is-inverted .dual-box-copy,
body:not(.home-page).is-inverted .dual-box-link,
body:not(.home-page).is-inverted .bottom-box-text,
body:not(.home-page).is-inverted .bottom-link,
body:not(.home-page).is-inverted .bottom-box-map {
  color: #fff;
}

body:not(.home-page).is-inverted .menu-button {
  filter: invert(1);
}

body:not(.home-page).is-inverted .invert-toggle {
  background: #fff;
}

body:not(.home-page).is-inverted .thoughts-list,
body:not(.home-page).is-inverted .thought-card,
body:not(.home-page).is-inverted .post-back,
body:not(.home-page).is-inverted .services-feature-section,
body:not(.home-page).is-inverted .services-feature-row,
body:not(.home-page).is-inverted .dual-boxes-grid,
body:not(.home-page).is-inverted .bottom-grid {
  border-left-color: #fff;
}

body:not(.home-page).is-inverted .services-feature-section,
body:not(.home-page).is-inverted .services-feature-row,
body:not(.home-page).is-inverted .dual-outline-box,
body:not(.home-page).is-inverted .bottom-box {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

body:not(.home-page).is-inverted .thoughts-list,
body:not(.home-page).is-inverted .thought-card,
body:not(.home-page).is-inverted .post-back,
body:not(.home-page).is-inverted .services-feature-section,
body:not(.home-page).is-inverted .services-feature-row,
body:not(.home-page).is-inverted .dual-boxes-grid,
body:not(.home-page).is-inverted .bottom-grid-section,
body:not(.home-page).is-inverted .bottom-box,
body:not(.home-page).is-inverted .bottom-grid,
body:not(.home-page).is-inverted .cta-section {
  border-top-color: #fff;
}

body:not(.home-page).is-inverted .dual-outline-box,
body:not(.home-page).is-inverted .bottom-box {
  background: #000;
}

body:not(.home-page).is-inverted .thought-card:hover {
  background: #fff;
  color: #000;
}

body:not(.home-page).is-inverted .thought-card:hover .thought-date,
body:not(.home-page).is-inverted .thought-card:hover .thought-summary,
body:not(.home-page).is-inverted .thought-card:hover .thought-title {
  color: #000;
}

body:not(.home-page).is-inverted .post-back {
  color: #fff;
}

body:not(.home-page).is-inverted .services-page-section,
body:not(.home-page).is-inverted .services-feature-section {
  background: #000;
  color: #fff;
}

body:not(.home-page).is-inverted .services-list-section {
  background: #000;
  color: #fff;
}

body:not(.home-page).is-inverted .cta-section::after {
  background: #fff;
}

body:not(.home-page).is-inverted .bottom-box-map:hover .bottom-address-line,
body:not(.home-page).is-inverted .bottom-box:first-child .bottom-link:hover,
body:not(.home-page).is-inverted
  .bottom-box:nth-child(3)
  .bottom-link[href^="mailto:"]:hover,
body:not(.home-page).is-inverted .dual-box-link:hover {
  text-decoration-color: #fff;
}

body:not(.home-page).is-inverted .services-list li,
body:not(.home-page).is-inverted .services-feature-number,
body:not(.home-page).is-inverted .services-feature-title,
body:not(.home-page).is-inverted .services-feature-copy {
  color: inherit;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.2rem 1rem 2rem;
  background: #000;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    visibility 180ms ease;
}

.menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-overlay-header {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.menu-close {
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 1rem;
  cursor: pointer;
}

.menu-close:hover,
.menu-link:hover,
.cta-link:hover,
.footer-link:hover,
.outline-box:hover,
.wordmark-link:hover {
  cursor: var(--asterisk-cursor);
}

.menu-overlay-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.8rem;
  margin-left: auto;
  margin-top: 3.2rem;
  text-align: right;
}

.menu-link {
  color: #fff;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: clamp(2.8rem, 8vw, 4.8rem);
  font-weight: 700;
  letter-spacing: 0.012em;
  line-height: 0.96;
  white-space: nowrap;
  text-decoration: none;
}

.menu-link:hover {
  cursor: none;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.05em;
}

.menu-overlay-footer {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.25;
  max-width: none;
  white-space: nowrap;
}

.base-circle-cursor,
.menu-blend-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.base-circle-cursor {
  z-index: 70;
  width: var(--cursor-circle-size);
  height: var(--cursor-circle-size);
  border-radius: 999px;
  background: #fff;
  mix-blend-mode: difference;
  opacity: 1;
  transition: opacity 120ms ease;
}

.base-circle-cursor.is-hidden {
  opacity: 0;
}

.section-cursor-label {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 89;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.58rem 0.32rem;
  border: 0;
  background: #000;
  color: #fff;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translate(calc(-100% - 1rem), -50%);
  transition: opacity 120ms ease;
}

.section-cursor-label.is-visible {
  opacity: 1;
}

.menu-blend-cursor {
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.525rem;
  height: 3.525rem;
  color: #fff;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: 4.05rem;
  font-weight: 800;
  line-height: 1;
  mix-blend-mode: difference;
  opacity: 0;
  transition: opacity 120ms ease;
}

.menu-blend-cursor.is-visible {
  opacity: 1;
}

.wordmark-link:hover {
  cursor: none;
}

.header-inner {
  box-sizing: border-box;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: calc(
      var(--hero-logo-lock-space, var(--hero-logo-space)) +
      var(--hero-box-gap)
    )
    var(--header-pad-x) 0;
  position: relative;
  z-index: 1;
}

.wordmark {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0;
  color: #000;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: var(--wordmark-base-size);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
  transform-origin: top left;
  transform: translateY(var(--wordmark-shift-y)) scale(var(--wordmark-scale));
  will-change: transform;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wordmark-star {
  color: #ff4d1f;
}

.hero-section {
  min-height: auto;
  transform: none;
}

.hero-media {
  display: none;
}

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

  .subtitle {
    box-sizing: border-box;
    width: auto;
    margin: var(--subtitle-flow-offset) calc(var(--header-pad-x) * -1) 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(3.8rem, 14vw, 5.6rem);
    min-height: clamp(25rem, 82vw, 32rem);
    padding: clamp(3.4rem, 12vw, 5rem) 1.1rem clamp(3.7rem, 13vw, 5.4rem)
      var(--subtitle-pad-left);
    background: #000;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
  }

  .subtitle-eyebrow {
    display: none;
    margin-bottom: clamp(2.1rem, 7vw, 3.3rem);
    color: rgba(255, 255, 255, 0.48);
    font-size: clamp(0.58rem, 2.7vw, 0.82rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .subtitle-headline {
    display: block;
    max-width: 15ch;
    font-size: clamp(1.78rem, 9vw, 3.35rem);
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.18;
  }

  .subtitle-line {
    display: block;
  }

  .subtitle-line-desktop {
    display: none;
  }

  .subtitle-rolling-phrase {
    display: block;
    margin-top: clamp(0.8rem, 3vw, 1.3rem);
    color: #ff4d1f;
    font-family: "Lora", Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.26;
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 240ms ease,
      transform 240ms ease;
  }

  .subtitle-line-desktop .subtitle-rolling-phrase {
    display: none;
  }

  .subtitle-rolling-phrase.is-fading-out {
    opacity: 0;
    transform: translateY(-0.25em);
  }

  .subtitle-rolling-phrase.is-fading-in {
    opacity: 1;
    transform: translateY(0);
  }

  .subtitle-footnote {
    display: block;
    max-width: 36ch;
    color: rgba(255, 255, 255, 0.72);
    font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
    font-size: clamp(0.58rem, 2.1vw, 0.74rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.35;
  }

.inline-subpage-link {
  display: inline-block;
  margin-top: 1.2rem;
  color: #000;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: clamp(1.15rem, 3.4vw, 1.55rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-decoration: none;
}

.inline-subpage-link-light {
  box-sizing: border-box;
  display: block;
  margin-top: -4.8rem;
  margin-left: calc(var(--header-pad-x) * -1);
  margin-right: calc(var(--header-pad-x) * -1);
  padding: 0 1.1rem 6.25rem var(--subtitle-pad-left);
  background: #000;
  color: #fff;
}

.inline-subpage-link:hover {
  color: #ff6a00;
  cursor: var(--arrow-cursor);
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 0.05em;
}

.inline-subpage-link-clients {
  margin-top: 1.3rem;
  padding: 0 12px 0 8px;
  color: #fff;
}

.inline-subpage-link-boxes {
  margin-top: 1.3rem;
  font-weight: 300;
}

.service-section-link {
  margin: 1.3rem 0 0;
  padding: 0 12px 0 8px;
}

.section-link-target:hover {
  cursor: var(--arrow-cursor);
}

.section-link-target:focus-visible {
  outline: 2px solid #ff6a00;
  outline-offset: -2px;
}

.impact-marquee-section {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 10vw, 8.5rem) 0;
  background: #fff;
}

.impact-marquee-row {
  overflow: hidden;
  width: 100%;
  padding: 0.16em 0 0.22em;
}

.impact-marquee-row + .impact-marquee-row {
  margin-top: clamp(0.7rem, 1.8vw, 1.35rem);
}

.impact-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.impact-marquee-row-left .impact-marquee-track {
  animation: impact-marquee-left 49s linear infinite;
}

.impact-marquee-row-right .impact-marquee-track {
  animation: impact-marquee-right 46s linear infinite;
}

.impact-marquee-row:nth-child(2) .impact-marquee-track {
  animation-duration: 52s;
  animation-delay: -8s;
}

.impact-marquee-row:nth-child(3) .impact-marquee-track {
  animation-duration: 44s;
  animation-delay: -15s;
}

.impact-marquee-row:nth-child(4) .impact-marquee-track {
  animation-duration: 55s;
  animation-delay: -23s;
}

.impact-marquee-row:nth-child(5) .impact-marquee-track {
  animation-duration: 49s;
  animation-delay: -31s;
}

.impact-marquee-row:nth-child(6) .impact-marquee-track {
  animation-duration: 57s;
  animation-delay: -38s;
}

.impact-marquee-line {
  display: inline-block;
  padding-right: clamp(2.2rem, 6vw, 5rem);
  color: #000;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: clamp(2.25rem, 8vw, 4.85rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.08;
  white-space: nowrap;
}

.impact-marquee-section.section-link-target:hover,
.impact-marquee-section.section-link-target:hover * {
  cursor: var(--arrow-cursor);
}

.photo-scatter-section.section-link-target:hover,
.photo-scatter-section.section-link-target:hover * {
  cursor: var(--arrow-cursor);
}

.photo-scatter-section {
  position: relative;
  height: clamp(40rem, 88vh, 62rem);
  padding-top: clamp(5rem, 12vw, 10rem);
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}

.photo-scatter-copy {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.35rem, 1.2vw, 1.1rem);
  padding: clamp(2.2rem, 7vw, 6.8rem) var(--header-pad-x);
  color: #000;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  pointer-events: none;
  overflow: hidden;
}

.photo-scatter-line {
  position: relative;
  display: flex;
  align-items: baseline;
  width: max-content;
  max-width: calc(100vw - (var(--header-pad-x) * 2));
  min-height: 1em;
  margin: 0;
  color: inherit;
  font-size: clamp(2.65rem, 7.15vw, 7.8rem);
  letter-spacing: 0;
  line-height: 0.86;
  white-space: nowrap;
  text-transform: none;
  text-wrap: nowrap;
  transform: translateX(var(--scatter-copy-shift, 0));
}

.photo-scatter-line-courage {
  --scatter-copy-shift: 0;
  align-self: flex-start;
  font-size: clamp(2.65rem, 7.15vw, 7.8rem);
  font-weight: 900;
  letter-spacing: 0.012em;
}

.photo-scatter-line-modification {
  --scatter-copy-shift: clamp(1.25rem, 5vw, 5.6rem);
  align-self: flex-start;
  font-size: clamp(2rem, 5.75vw, 6.1rem);
  font-weight: 200;
}

.photo-scatter-line-resonance {
  --scatter-copy-shift: clamp(3rem, 17vw, 17rem);
  align-self: flex-start;
  font-size: clamp(2.25rem, 6.35vw, 6.85rem);
  font-weight: 500;
  text-align: left;
}

.photo-scatter-type {
  display: inline-block;
  min-width: var(--scatter-type-width, 0);
}

@media (min-width: 1280px) {
  .photo-scatter-copy {
    padding-left: clamp(7rem, 10vw, 16rem);
    padding-right: clamp(6rem, 9vw, 14rem);
  }
}

.photo-scatter-stage {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.photo-scatter-frame {
  position: absolute;
  top: var(--scatter-y, 50%);
  left: var(--scatter-x, 50%);
  z-index: var(--scatter-z, 1);
  width: var(--scatter-width, 28vw);
  max-width: min(40rem, 88vw);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(var(--scatter-scale, 0.98));
  transform-origin: center;
  transition:
    opacity 180ms ease,
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.photo-scatter-frame.is-over-copy {
  z-index: 30 !important;
}

.photo-scatter-frame.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.photo-scatter-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: var(--scatter-aspect, 4 / 3);
}

.photo-scatter-frame[data-fit="cover"] {
  aspect-ratio: var(--scatter-aspect, 4 / 3);
}

.photo-scatter-frame[data-fit="cover"] img {
  height: 100%;
  object-fit: cover;
}

.page-content {
  min-height: 240vh;
  overflow-x: hidden;
}

.boxes-section {
  margin-top: -1.5px;
  padding: 11rem 0 0;
  background: #fff;
}

.boxes-label {
  margin: 0 0 1.2rem;
  padding: 0 12px 0 8px;
  color: #c2b6b0;
  font-size: clamp(1rem, 2.8vw, 1.35rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.outline-box-wide {
  display: block;
  aspect-ratio: unset;
  height: auto;
  min-height: 0;
  margin: 0 0 -1.5px;
  background: #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 1rem var(--header-pad-x) 1.1rem;
}

.boxes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.outline-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: 0;
  border-left: 0;
  padding: 0.9rem;
  box-sizing: border-box;
  transition: background-color 180ms ease;
}

.outline-box:hover {
  background: #efefef;
}

.outline-box-wide:hover {
  background: #fff;
  cursor: none;
}

.service-box {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1.1rem;
  overflow: hidden;
  background: #000;
  color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

.service-box:hover {
  background: #fff;
  color: #000;
  cursor: none;
}

.service-box:hover * {
  cursor: none;
}

.home-page .service-box.section-link-target:hover,
.home-page .service-box.section-link-target:hover * {
  cursor: var(--arrow-cursor);
}

.service-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  gap: 0.22rem;
  transition: transform 220ms ease;
}

.service-title {
  color: inherit;
  letter-spacing: 0.015em;
  transition: color 160ms ease;
}

.service-body {
  position: absolute;
  top: calc(100% + 0.38rem);
  left: 0;
  right: 0;
  margin: 0;
  color: inherit;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: clamp(0.9rem, 2.3vw, 1.14rem);
  font-weight: 300;
  letter-spacing: -0.015em;
  line-height: 1.14;
  opacity: 0;
  transform: translateY(0.55rem);
  transition:
    opacity 180ms ease,
    transform 220ms ease;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.36rem 0.62rem 0.3rem;
  background: #fff;
  color: #000;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1;
  white-space: nowrap;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

.service-box:hover .service-copy {
  transform: translateY(-3.45rem);
}

.service-box:hover .service-body {
  opacity: 1;
  transform: translateY(0);
}

.service-box:hover .service-tag {
  background: #000;
  color: #fff;
}

.outline-box.outline-box-wide {
  display: block;
  aspect-ratio: auto;
  height: auto;
  min-height: 0;
  margin: 0 0 -1.5px;
  padding: 1rem var(--header-pad-x) 1.1rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.outline-box-title {
  margin: 0;
  color: #000;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: clamp(1.35rem, 5.1vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.94;
  text-wrap: balance;
}

.service-box .outline-box-title {
  color: inherit;
}

.outline-box-title-wide {
  font-size: clamp(1.35rem, 4.4vw, 2.15rem);
  font-weight: 400;
  line-height: 1.08;
  max-width: 42ch;
}

.philosophy-section {
  position: relative;
  padding: 60vh 12px 24vh 8px;
  overflow: hidden;
}

.philosophy-orbit-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: min(92vw, 32rem);
  height: auto;
  color: rgba(0, 0, 0, 0.14);
  font-family: "Avenir", "Avenir Next", "Avenir Next Condensed", sans-serif;
  font-size: 1.55rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  word-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
  text-rendering: geometricPrecision;
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: philosophy-orbit-spin 38s linear infinite;
}

.philosophy-orbit-text text {
  fill: currentColor;
}

@keyframes philosophy-orbit-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.philosophy-asterisk {
  position: relative;
  z-index: 1;
  margin: 0 0 clamp(1rem, 2.2vw, 2.2rem);
  color: #000;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: clamp(2.35rem, 7.1vw, 4.9rem);
  font-weight: 900;
  letter-spacing: -0.012em;
  line-height: 0.75;
}

.philosophy-mark {
  position: absolute;
  top: calc(18vh - 4.5rem);
  left: min(42rem, 47%);
  margin: 0;
  color: rgba(255, 154, 64, 0.2);
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: clamp(54rem, 150vw, 110rem);
  font-weight: 800;
  line-height: 0.8;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.section-label {
  position: relative;
  margin: 0 0 24px;
  color: #c2b6b0;
  font-size: clamp(1rem, 2.8vw, 1.35rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.philosophy-copy {
  position: relative;
  margin: 0;
  color: #000;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: clamp(2.35rem, 7.1vw, 4.9rem);
  font-weight: 900;
  letter-spacing: -0.012em;
  line-height: 1.08;
  white-space: nowrap;
  z-index: 1;
}

.philosophy-section .inline-subpage-link {
  position: relative;
  margin-top: 1.5rem;
  z-index: 1;
}

.clients-section {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 1.5rem 0 1.8rem;
  background: #000;
}

.clients-label {
  margin: 0 0 1.4rem;
  padding: 0 12px 0 8px;
  color: #c2b6b0;
  font-size: clamp(1rem, 2.8vw, 1.35rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.clients-marquee {
  overflow: hidden;
  width: 100%;
  padding-bottom: 0.3em;
}

.clients-track {
  display: flex;
  width: max-content;
  animation: clients-marquee 34s linear infinite;
}

.clients-line {
  display: inline-block;
  padding-right: 2.4rem;
  color: #fff;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: clamp(2rem, 7vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.12;
  white-space: nowrap;
}

.dual-boxes-section {
  margin-top: -1px;
  padding: 0;
  background: #fff;
}

.dual-boxes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.dual-outline-box {
  display: flex;
  min-width: 0;
  aspect-ratio: 1.55 / 1;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.dual-outline-box-image {
  position: relative;
  overflow: hidden;
  cursor: var(--asterisk-cursor);
}

.dual-outline-box-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 216, 150, 0.28), transparent 28%),
    linear-gradient(
      0deg,
      rgba(255, 123, 54, 0.26) 0%,
      rgba(255, 183, 92, 0.16) 45%,
      rgba(255, 241, 196, 0.05) 74%,
      transparent 100%
    );
  opacity: 0;
  pointer-events: none;
  transform: translateY(18%);
  transition:
    opacity 760ms ease,
    transform 1100ms ease;
}

.dual-box-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition:
    filter 1100ms ease,
    transform 1300ms ease;
}

.dual-outline-box-image:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.dual-outline-box-image:hover .dual-box-image {
  filter: saturate(1.08) brightness(1.035) contrast(0.99);
  transform: scale(1.008);
}

.dual-outline-box-text {
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  box-sizing: border-box;
  gap: 0.9rem;
}

.dual-box-copy {
  margin: 0;
  color: #000;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: clamp(1.45rem, 4.3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.98;
  text-wrap: balance;
}

.dual-box-link {
  color: inherit;
  text-decoration: none;
}

.dual-box-link:hover {
  cursor: var(--asterisk-cursor);
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.05em;
}

.dual-box-copy-secondary {
  font-size: clamp(0.98rem, 2.5vw, 1.3rem);
  font-weight: 400;
  line-height: 1.15;
}

.cta-section {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10rem 8px 0.05rem;
  background: #fff;
  pointer-events: auto;
  z-index: 1;
  border-top: 1px solid #000;
}

.home-page .cta-language-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

.home-page .cta-language-grid-active .cta-language-grid {
  pointer-events: auto;
}

.home-page .cta-language-cell {
  pointer-events: auto;
}

.cta-link {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: max-content;
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 0;
  pointer-events: none;
}

.home-page .cta-language-grid-active .cta-link {
  position: relative;
  z-index: 1;
}

.cta-section:hover {
  cursor: none;
}

.cta-section::after {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  bottom: -0.08em;
  height: 0.24em;
  background: #000;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition:
    opacity 140ms ease,
    transform 140ms ease;
}

.cta-section:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.cta-blend-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.525rem;
  height: 3.525rem;
  color: #fff;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: 4.05rem;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
  mix-blend-mode: difference;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 120ms ease;
}

.cta-blend-cursor.is-visible {
  opacity: 1;
}

.cta-text {
  margin: 0;
  color: #000;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: clamp(4.8rem, 18vw, 11rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.9;
}

.home-page .cta-section.cta-language-grid-active .cta-text {
  white-space: nowrap;
  font-family: var(--cta-label-font-family, "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif);
  font-style: var(--cta-label-font-style, normal);
  font-weight: var(--cta-label-font-weight, 800);
  font-size: var(--cta-label-font-size, clamp(4.8rem, 18vw, 11rem));
  letter-spacing: var(--cta-label-letter-spacing, -0.03em);
  line-height: var(--cta-label-line-height, 0.9);
  transition:
    opacity 140ms ease,
    transform 140ms ease;
}

.home-page .cta-section.cta-language-grid-active .cta-text.is-ghosted {
  opacity: 0;
  transform: translateY(0.05em);
}

.bottom-grid-section {
  position: relative;
  margin-top: 0;
  border-top: 1px solid #000;
  background: #fff;
  z-index: 3;
}

.bottom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-left: 1px solid #000;
}

.bottom-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.32rem;
  min-width: 0;
  padding: 1.35rem 0.9rem 5.6rem;
  background: #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}

.bottom-box-text,
.bottom-link {
  margin: 0;
  color: #000;
  font-family: "Avenir Next", "Avenir", "Avenir Next Condensed", sans-serif;
  font-size: clamp(0.92rem, 2.7vw, 1.2rem);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.18;
  text-decoration: none;
}

.bottom-link:hover,
.bottom-box-map:hover {
  cursor: var(--asterisk-cursor);
}

.bottom-box-map:hover .bottom-address-line {
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 0.06em;
}

.bottom-box:first-child .bottom-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 0.06em;
}

.bottom-box:nth-child(3) .bottom-link[href^="mailto:"]:hover {
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 0.06em;
}

@media (pointer: coarse) {
  .cta-link:hover {
    cursor: var(--asterisk-cursor);
  }

  .cta-blend-cursor {
    display: none;
  }

  .menu-link:hover {
    cursor: var(--asterisk-cursor);
  }

  .menu-blend-cursor {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .philosophy-orbit-text {
    animation: none;
  }

  .impact-marquee-track {
    animation: none !important;
    transform: translateX(0) !important;
  }

  .photo-scatter-frame {
    transition: none;
  }

  .photo-scatter-line {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .sticky-header-bar {
    align-items: center;
    gap: 0.88rem;
    min-height: calc(var(--cursor-circle-size) + (var(--header-row-pad-y) * 2));
    padding: var(--header-row-pad-y) var(--header-pad-x);
  }

  .home-page .site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 30;
    width: 100%;
    max-width: 100vw;
    height: auto;
    background: #fff;
    overflow: visible;
    pointer-events: none;
  }

  .home-page,
  .home-page .page-content,
  .home-page .hero-section {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .home-page .site-header::before {
    display: block;
    height: calc(
      var(--hero-logo-space) +
      var(--hero-box-gap) +
      var(--header-mask-extra)
    );
    background: #fff;
  }

  .home-page .sticky-header-bar {
    position: relative;
    z-index: 4;
    background: #fff;
  }

  .wordmark-shell {
    padding: var(--header-row-pad-y) var(--header-pad-x) 0;
  }

  .home-page .wordmark-shell {
    position: absolute;
    inset: 0 auto auto 0;
    width: calc(100vw - 6.2rem);
    max-width: calc(100vw - 6.2rem);
    padding: var(--header-row-pad-y) var(--header-pad-x) 0;
    box-sizing: border-box;
    overflow: visible;
    pointer-events: none;
    z-index: 4;
  }

  .home-page .wordmark {
    font-size: var(--mobile-wordmark-size, clamp(4rem, 16.5vw, 4.8rem));
    line-height: 0.9;
    letter-spacing: -0.05em;
    transform: none;
  }

  .home-page .wordmark-link {
    display: inline-block;
    width: max-content;
    max-width: 100%;
    pointer-events: auto;
  }

  .home-page .header-inner {
    padding-top: calc(var(--hero-logo-lock-space, var(--hero-logo-space)) + var(--hero-box-gap));
    padding-left: 0;
    padding-right: 0;
  }

  .home-page .subtitle,
  .home-page .subtitle-headline,
  .home-page .subtitle-rolling-phrase,
  .home-page .philosophy-section,
  .home-page .philosophy-copy {
    max-width: 100%;
  }

  .home-page .subtitle {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
    gap: clamp(2.35rem, 8vw, 3.1rem);
    min-height: clamp(18.5rem, 76vw, 22rem);
    margin-top: 0;
    padding: clamp(4.1rem, 13vw, 4.8rem) clamp(0.72rem, 3.1vw, 1.08rem)
      clamp(1.15rem, 4.2vw, 1.7rem) clamp(0.72rem, 3.1vw, 1.08rem);
    overflow: hidden;
  }

  .home-page .subtitle-headline {
    max-width: 100%;
    font-size: clamp(1.82rem, 7.25vw, 2.16rem);
    letter-spacing: 0.024em;
    line-height: 1.28;
  }

  .home-page .subtitle-rolling-phrase {
    margin-top: clamp(1.05rem, 3.6vw, 1.35rem);
    font-size: clamp(1.84rem, 7.45vw, 2.18rem);
    letter-spacing: 0.012em;
    line-height: 1.28;
  }

  .home-page .subtitle-footnote {
    max-width: 100%;
    margin-top: auto;
    font-size: clamp(0.58rem, 1.9vw, 0.66rem);
    line-height: 1.5;
  }

  .home-page .subtitle-line-mobile,
  .home-page .subtitle-footnote-line {
    display: block;
  }

  .home-page .subtitle-line-mobile {
    white-space: normal;
  }

  .home-page .subtitle-rolling-phrase-mobile {
    display: block;
    white-space: normal;
  }

  .home-page .philosophy-section {
    overflow: hidden;
  }

  .home-page .impact-marquee-track {
    animation-duration: 32s;
  }

  .photo-scatter-frame {
    transition:
      opacity 150ms ease,
      transform 210ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .photo-scatter-section {
    height: clamp(34rem, 78vh, 48rem);
    padding-top: clamp(4rem, 18vw, 6.5rem);
  }

  .photo-scatter-copy {
    gap: clamp(0.42rem, 2.6vw, 0.9rem);
    padding: clamp(2.6rem, 13vw, 5.4rem) 10px;
  }

  .photo-scatter-line {
    max-width: calc(100vw - 20px);
    font-size: clamp(2rem, 10.2vw, 3.1rem);
    line-height: 0.9;
  }

  .photo-scatter-line-courage {
    --scatter-copy-shift: 0;
    font-size: clamp(2rem, 10.2vw, 3.1rem);
    letter-spacing: 0.012em;
  }

  .photo-scatter-line-modification {
    --scatter-copy-shift: 1vw;
    font-size: clamp(1.32rem, 6.95vw, 2.06rem);
  }

  .photo-scatter-line-resonance {
    --scatter-copy-shift: 5vw;
    font-size: clamp(1.6rem, 8.25vw, 2.55rem);
  }

  .photo-scatter-frame {
    width: var(--scatter-width-mobile, var(--scatter-width, 58vw));
    max-width: 82vw;
  }

  .home-page .philosophy-copy {
    font-size: clamp(2.15rem, 8.8vw, 2.9rem);
    line-height: 1.04;
    white-space: normal;
    overflow-wrap: normal;
  }

  .menu-overlay {
    padding: 1rem 1rem 1.6rem;
  }

  .menu-overlay-nav {
    gap: 0.7rem;
    margin-top: 2.2rem;
  }

  .menu-link {
    font-size: clamp(1.95rem, 8.8vw, 3.05rem);
    letter-spacing: 0.012em;
    line-height: 0.96;
  }

  .menu-overlay-footer {
    font-size: 0.46rem;
    letter-spacing: -0.008em;
    max-width: none;
    left: 1rem;
    right: 1rem;
    bottom: 0.95rem;
  }
}

@media (min-width: 768px) {
  :root {
    --header-pad-x: 18px;
    --header-pad-top: 20px;
    --header-row-pad-y: 1rem;
    --hero-box-gap: 1.1rem;
    --header-mask-extra: calc((1 - var(--header-progress)) * 3.2rem);
    --wordmark-base-size: 12rem;
    --subtitle-pad-left: calc(var(--header-pad-x) + 0.24em);
  }

  .subtitle {
    width: auto;
    margin: var(--subtitle-flow-offset) calc(var(--header-pad-x) * -1) 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(2.9rem, 4vw, 4.8rem);
    min-height: clamp(19rem, 24vw, 25.5rem);
    padding: clamp(5.7rem, 6.8vw, 8.2rem) clamp(3.2rem, 5.8vw, 5.6rem)
      clamp(1.45rem, 1.8vw, 2.15rem) clamp(1.8rem, 2.8vw, 3.6rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-align: left;
  }

  .subtitle-eyebrow {
    margin-bottom: clamp(2.6rem, 3.2vw, 4.2rem);
    font-size: clamp(0.72rem, 0.78vw, 0.95rem);
  }

  .subtitle-headline {
    max-width: none;
    font-size: clamp(3.1rem, 4.05vw, 5.05rem);
    letter-spacing: 0.025em;
    line-height: 1.25;
  }

  .subtitle-line-desktop {
    display: block;
    white-space: nowrap;
  }

  .subtitle-line-mobile {
    display: none;
  }

  .subtitle-rolling-phrase {
    display: inline;
    margin-top: 0;
    margin-left: clamp(0.65rem, 1vw, 1.1rem);
    white-space: nowrap;
  }

  .subtitle-line-desktop .subtitle-rolling-phrase {
    display: inline;
  }

  .subtitle-rolling-phrase-mobile {
    display: none;
  }

  .subtitle-footnote {
    width: min(100%, 71rem);
    max-width: none;
    font-size: clamp(0.62rem, 0.68vw, 0.82rem);
    margin-top: auto;
  }

  .inline-subpage-link {
    margin-top: 1.4rem;
    font-size: clamp(1.3rem, 1.35vw, 1.7rem);
  }

  .inline-subpage-link-light {
    margin-top: -5.6rem;
    margin-left: calc(var(--header-pad-x) * -1);
    margin-right: calc(var(--header-pad-x) * -1);
    padding: 0 24vw 7rem var(--subtitle-pad-left);
  }

  .menu-button {
    width: 2.45rem;
    height: 2.45rem;
  }

  .invert-toggle {
    width: var(--cursor-circle-size);
    height: var(--cursor-circle-size);
  }

  .menu-button-line {
    display: none;
  }

  .home-page.home-video-hero {
    --home-video-hero-height: clamp(31rem, 42vw, 44rem);
  }

  .home-page.home-video-hero .site-header {
    z-index: 40;
  }

  .home-page.home-video-hero .site-header::before {
    height: calc(var(--cursor-circle-size) + (var(--header-row-pad-y) * 2) + 1.9rem);
    background: #000;
    opacity: 0;
    transform: translateY(-100%);
    transition:
      background-color 220ms ease,
      opacity 220ms ease,
      transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .home-page.home-video-hero.home-video-hero-past .site-header::before {
    opacity: 1;
    transform: translateY(0);
  }

  .home-page.home-video-hero .sticky-header-bar {
    background: transparent;
  }

  .home-page.home-video-hero .wordmark {
    color: #fff;
  }

  .home-page.home-video-hero .invert-toggle::before {
    background:
      center / contain no-repeat
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath fill='%23fff' d='M25.2 29.7c-7.3 0-13.2-5.9-13.2-13.2 0-5.1 2.9-9.6 7.2-11.9-1.1 1-3.3 3.4-3.3 7.9 0 6 4.8 10.9 10.9 10.9 1.8 0 3.5-.4 5-1.2-1.8 4.5-6.2 7.5-11.6 7.5z'/%3E%3C/svg%3E");
    transform: scale(1.38);
  }

  .home-page.home-video-hero .invert-toggle::after {
    display: none;
  }

  .home-page.home-video-hero .invert-toggle[aria-pressed="true"]::before {
    inset: 50% auto auto 50%;
    width: 0.58rem;
    height: 0.58rem;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
  }

  .home-page.home-video-hero .invert-toggle[aria-pressed="true"]::after {
    display: block;
    inset: 50% auto auto 50%;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background: #fff;
    box-shadow:
      0 -0.58rem 0 #fff,
      0.41rem -0.41rem 0 #fff,
      0.58rem 0 0 #fff,
      0.41rem 0.41rem 0 #fff,
      0 0.58rem 0 #fff,
      -0.41rem 0.41rem 0 #fff,
      -0.58rem 0 0 #fff,
      -0.41rem -0.41rem 0 #fff;
    transform: translate(-50%, -50%);
  }

  .home-page.home-video-hero .menu-button {
    filter: invert(1);
  }

  .home-page.home-video-hero .menu-button:hover {
    background-color: rgba(255, 255, 255, 0.14);
    filter: invert(1);
    box-shadow: 0 0 0 0.22rem rgba(255, 255, 255, 0.16);
  }

  .home-page.home-video-hero .hero-section {
    position: relative;
    overflow: hidden;
  }

  .home-page.home-video-hero .hero-media {
    position: absolute;
    inset: 0 0 auto 0;
    display: block;
    height: var(--home-video-hero-height);
    overflow: hidden;
    z-index: 0;
    background:
      radial-gradient(circle at 22% 24%, rgba(234, 165, 95, 0.34), transparent 30%),
      linear-gradient(112deg, rgba(54, 27, 26, 0.18), rgba(12, 8, 15, 0.08));
  }

  .home-page.home-video-hero .hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(12, 8, 10, 0.08), rgba(12, 8, 10, 0.18)),
      repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.06) 0,
        rgba(255, 255, 255, 0.06) 1px,
        transparent 1px,
        transparent 4px
      );
    pointer-events: none;
  }

  .home-page.home-video-hero .hero-video {
    transform: scale(1.045);
    filter: saturate(1.06) contrast(1.02) brightness(0.86);
  }

  .home-page.home-video-hero .header-inner {
    min-height: calc(var(--home-video-hero-height) + clamp(12rem, 16vw, 16rem));
    padding-top: var(--home-video-hero-height);
    z-index: 2;
  }

  .home-page.home-video-hero .subtitle {
    margin: 0 calc(var(--header-pad-x) * -1) 0;
    gap: clamp(1.9rem, 2.4vw, 2.8rem);
    min-height: clamp(11.5rem, 13.4vw, 14rem);
    padding: clamp(1.75rem, 2.4vw, 2.55rem) clamp(2rem, 3.2vw, 3.5rem)
      clamp(1.35rem, 1.8vw, 1.95rem) clamp(1.8rem, 2.8vw, 3.4rem);
  }

  .home-page.home-video-hero .subtitle-headline {
    max-width: none;
    font-size: clamp(2.55rem, 2.95vw, 3.7rem);
    letter-spacing: 0.012em;
    line-height: 1.17;
  }

  .home-page.home-video-hero .subtitle-line-desktop {
    white-space: nowrap;
  }

  .home-page.home-video-hero .subtitle-rolling-phrase {
    margin-left: clamp(0.45rem, 0.85vw, 0.9rem);
  }

  .home-page.home-video-hero .subtitle-footnote {
    width: auto;
    max-width: none;
    font-size: clamp(0.54rem, 0.58vw, 0.68rem);
    color: rgba(255, 255, 255, 0.68);
    white-space: nowrap;
  }

  .menu-overlay {
    padding: 1.6rem 2.2rem 2.5rem;
  }

  .menu-overlay-nav {
    gap: 1rem;
    margin-top: 3.8rem;
  }

  .menu-link {
    font-size: clamp(4rem, 5.2vw, 5.8rem);
    letter-spacing: 0.012em;
  }

  .boxes-section {
    padding: 18rem 0 0;
  }

  .boxes-label {
    margin-bottom: 1.5rem;
    padding: 0 18px;
    font-size: clamp(1.1rem, 1.2vw, 1.4rem);
  }

  .outline-box-wide {
    min-height: 0;
    padding: 1.15rem var(--header-pad-x) 1.2rem;
  }

  .boxes-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }

  .outline-box {
    padding: 1.1rem;
  }

  .outline-box.outline-box-wide {
    min-height: 0;
    padding: 1.15rem var(--header-pad-x) 1.2rem;
  }

  .outline-box-title {
    font-size: clamp(1.6rem, 1.7vw, 2.4rem);
    line-height: 0.96;
  }

  .outline-box-title-wide {
    font-size: clamp(1.7rem, 1.9vw, 2.45rem);
    font-weight: 400;
    line-height: 1.05;
    max-width: 52ch;
  }

  .philosophy-section {
    padding: 24rem 42px 24vh 18px;
  }

  .philosophy-orbit-text {
    width: min(50vw, 52rem);
    min-width: 32rem;
    font-size: 1.65rem;
  }

  .philosophy-mark {
    top: calc(0.4rem + 8vh - 2.5rem);
    left: min(38rem, 45%);
    font-size: clamp(66rem, 72vw, 110rem);
  }

  .section-label {
    margin-bottom: 28px;
    font-size: clamp(1.1rem, 1.2vw, 1.4rem);
  }

  .philosophy-copy {
    font-size: clamp(4.8rem, 6vw, 7.2rem);
    letter-spacing: -0.008em;
    line-height: 1.03;
  }

  .philosophy-asterisk {
    margin-bottom: clamp(1.2rem, 1.8vw, 2rem);
    font-size: clamp(4.8rem, 6vw, 7.2rem);
    letter-spacing: -0.008em;
  }

  .clients-section {
    margin-top: 0;
    padding: 1.8rem 0 2rem;
  }

  .clients-label {
    margin-bottom: 1.7rem;
    padding: 0 18px;
    font-size: clamp(1.1rem, 1.2vw, 1.4rem);
  }

  .clients-line {
    padding-right: 3.2rem;
    font-size: clamp(3rem, 4vw, 4.8rem);
    letter-spacing: -0.016em;
    line-height: 1.1;
  }

  .inline-subpage-link-clients {
    padding: 0 18px;
  }

  .dual-boxes-section {
    padding: 0;
  }

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

  .dual-outline-box-text {
    padding: 1.3rem;
    gap: 1.1rem;
  }

  .dual-outline-box {
    aspect-ratio: 1.55 / 1;
  }

  .dual-box-copy {
    font-size: clamp(2rem, 2.1vw, 2.8rem);
    line-height: 1;
  }

  .dual-box-copy-secondary {
    font-size: clamp(1.1rem, 1.05vw, 1.35rem);
    line-height: 1.2;
  }

  .cta-section {
    display: flex;
    align-items: flex-start;
    padding: 12rem 18px 0.08rem;
  }

  .cta-text {
    font-size: clamp(8rem, 16vw, 18rem);
    letter-spacing: -0.02em;
  }

  .home-page .cta-section.cta-language-grid-active .cta-text {
    font-size: var(--cta-label-font-size, clamp(8rem, 16vw, 18rem));
  }

  .bottom-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bottom-box {
    gap: 0.38rem;
    padding: 1.55rem 1.15rem 6.8rem;
  }

  .bottom-box-text,
  .bottom-link {
    font-size: clamp(0.92rem, 0.98vw, 1.12rem);
    line-height: 1.18;
  }
}

@keyframes clients-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes impact-marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes impact-marquee-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}
