html {
  min-height: 100%;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #fff;
}

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

:root {
  --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;
}

:root {
  --header-progress: 0;
  --wordmark-scale: 1;
  --wordmark-shift-y: 0px;
  --hero-freeze-offset: 0px;
  --hero-logo-space: 12rem;
  --hero-box-gap: 1.6rem;
  --subtitle-flow-offset: 0px;
  --header-mask-extra: calc((1 - var(--header-progress)) * 2.25rem);
  --header-pad-x: 18px;
  --header-pad-top: 12px;
  --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 {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: var(--header-pad-top) var(--header-pad-x) 0.7rem;
  background: #fff;
  opacity: 1;
  transform: translateY(calc((-100% + 100%) * 0));
  clip-path: inset(0 0 calc((1 - var(--header-progress)) * 100%) 0);
  overflow: hidden;
}

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

.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;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  padding: 0;
  border: 1.5px solid #000;
  border-radius: 999px;
  background: #000;
  opacity: var(--header-progress);
  pointer-events: auto;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    transform 160ms ease,
    border-color 160ms ease;
}

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

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

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 30;
  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;
  gap: 0.8rem;
  margin-top: 3.2rem;
}

.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.018em;
  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: 1.08rem;
  height: 1.08rem;
  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-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;
}

.hero-section {
  min-height: auto;
  transform: translateY(var(--hero-freeze-offset));
  will-change: transform;
}

.subtitle {
  box-sizing: border-box;
  width: auto;
  margin: var(--subtitle-flow-offset) calc(var(--header-pad-x) * -1) 0;
  padding: 6.25rem 1.1rem 6.25rem var(--subtitle-pad-left);
  background: #000;
  color: #fff;
  font-size: clamp(1.35rem, 4.8vw, 2.2rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.14;
}

.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;
}

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

.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;
  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: 52vh 12px 24vh 8px;
}

.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;
}

.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;
}

.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;
}

.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 (max-width: 767px) {
  .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;
    --hero-box-gap: 2.5rem;
    --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;
    padding: 7rem 24vw 7rem var(--subtitle-pad-left);
    font-size: clamp(2.25rem, 2.35vw, 2.95rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.1;
    text-align: left;
  }

  .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;
  }

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

  .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.014em;
  }

  .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: 18rem 42px 24vh 18px;
  }

  .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;
  }

  .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%);
  }
}
