:root {
  --page-max: 1920px;
  --side: clamp(32px, 6.25vw, 120px);
  --text: #000;
  --muted: rgba(0, 0, 0, 0.6);
  --white-muted: rgba(255, 255, 255, 0.6);
  --white-soft: rgba(255, 255, 255, 0.8);
  --brand-blue: #005a9c;
  --hover-red: var(--brand-blue);
  --hover-ease: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --footer-height: clamp(620px, 38vw, 760px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scrollbar-width: none;
}

body {
  margin: 0;
  background: #f3f3f3;
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

body.is-loading {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
  letter-spacing: 0;
}

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

.content-reveal {
  opacity: 0;
  translate: 0 30px;
  transition:
    opacity 1450ms cubic-bezier(0.25, 0.74, 0.22, 0.99),
    translate 1650ms cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition-delay: 0ms;
  will-change: opacity, translate;
}

.content-reveal--fade {
  translate: none;
}

.content-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
  transition-delay: var(--content-reveal-delay, 0ms);
}

.service-title.content-reveal,
.service-item p.content-reveal {
  translate: 0 10px;
  transition:
    opacity 680ms cubic-bezier(0.25, 0.74, 0.22, 0.99),
    translate 820ms cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.service-title.content-reveal.is-visible,
.service-item p.content-reveal.is-visible {
  translate: 0 0;
}

.service-item img.content-reveal,
.service-item img.content-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
  transition: none;
}

.about__globe.content-reveal {
  translate: none;
  transform: translate3d(0, 30px, 0);
  transition:
    opacity 2400ms cubic-bezier(0.25, 0.74, 0.22, 0.99),
    transform 2600ms cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.about__globe.content-reveal:not(.is-visible) {
  opacity: 0;
}

.about__globe.content-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .content-reveal {
    opacity: 1;
    translate: none;
    transition: none;
  }
}

.site-shell {
  width: min(100%, var(--page-max));
  margin: 0 auto;
  background: #fff;
  overflow-x: clip;
  overflow-y: visible;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 600ms ease-out;
}

.page-loader.is-exiting {
  opacity: 0;
}

.page-loader__dissolve {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.page-loader__dissolve {
  z-index: 9999;
}

.page-loader__dissolve.is-active {
  opacity: 1;
}

.page-loader__dissolve.is-clearing {
  opacity: 0;
  transition: opacity 80ms ease-out;
}

.page-loader__counter {
  position: relative;
  z-index: 1;
  color: #eaeaea;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 80px;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: 0;
}

.about,
.showroom,
.service {
  position: relative;
  height: 1080px;
}

.hero {
  position: relative;
  height: 100vh;
  height: 100dvh;
  color: #fff;
  overflow: hidden;
}

.hero__media,
.showroom__bg,
.contact__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero__media {
  overflow: hidden;
  background: #111;
}

.hero__track {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
  clip-path: none;
  transform: translate3d(100%, 0, 0);
  backface-visibility: hidden;
  contain: paint;
  will-change: transform, opacity;
}

.hero__slide.is-active {
  opacity: 1;
  z-index: 2;
  clip-path: none;
  transform: translate3d(0, 0, 0);
}

.hero__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 1;
  transform: scale(1.035);
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
}

.hero__video {
  background: #111;
}

.showroom__bg,
.contact__bg {
  object-fit: cover;
}

body.is-hero-entering .hero__slide.is-active .hero__image {
  opacity: 0.78;
  transform: scale(1.12);
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.08) 43%, rgba(0, 0, 0, 0.58) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.22) 100%);
}

.hero__dots {
  position: absolute;
  z-index: 4;
  right: var(--side);
  bottom: 92px;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    transform 720ms cubic-bezier(0.25, 0.74, 0.22, 0.99),
    opacity 620ms cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.hero__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #fff;
  opacity: 0.4;
  cursor: pointer;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.hero__dot.is-active {
  opacity: 1;
  transform: scale(1.08);
}

.hero__dot:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
}

.topbar {
  --topbar-opacity: 1;
  --topbar-y: 0px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  width: min(100%, var(--page-max));
  height: 80px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--side);
  background: rgba(0, 0, 0, 0.05);
  opacity: var(--topbar-opacity);
  transform: translate3d(-50%, var(--topbar-y), 0);
  transition:
    transform 980ms cubic-bezier(0.25, 0.74, 0.22, 0.99),
    opacity 840ms cubic-bezier(0.25, 0.74, 0.22, 0.99),
    background-color 320ms ease,
    box-shadow 320ms ease;
  will-change: transform, opacity;
}

.topbar.is-scrolled {
  background: rgba(8, 8, 8, 0.88);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.topbar.is-hidden {
  --topbar-y: -102%;
}

body.is-loading.is-hero-entering .topbar {
  transition: none;
}

body.is-loading.is-hero-entering .hero__image {
  transition: none;
}

body.is-hero-entering .topbar {
  --topbar-opacity: 0;
  --topbar-y: -28px;
}

body.menu-open .topbar {
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
}

.brand {
  grid-column: 1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.nav-links {
  grid-column: 2;
  display: flex;
  gap: 120px;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links a,
.nav-actions .language,
.mobile-menu a,
.footer nav a {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.nav-actions {
  grid-column: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 80px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.language-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-actions .language {
  gap: 7px;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-transform: uppercase;
  cursor: pointer;
}

.language-chevron {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 220ms ease;
}

.language-menu.is-open .language-chevron {
  transform: translateY(1px) rotate(225deg);
}

.language-menu__list {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 80;
  min-width: 138px;
  padding: 8px 0;
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 8px, 0);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.language-menu.is-open .language-menu__list {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
}

.language-menu__list button {
  display: block;
  width: 100%;
  border: 0;
  padding: 10px 14px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.language-menu__list button:hover,
.language-menu__list button:focus-visible,
.language-menu__list button[aria-checked="true"] {
  background: var(--brand-blue);
  color: #fff;
  outline: none;
}

.quote-button,
.dark-button,
.light-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 0;
  min-height: 40px;
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background-color 0.65s var(--hover-ease),
    border-color 0.65s var(--hover-ease),
    color 0.65s var(--hover-ease);
}

.quote-button,
.dark-button {
  background: #000;
  color: #fff;
}

.quote-button {
  line-height: 20px;
  text-transform: none;
}

.text-flip {
  display: inline-block;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  vertical-align: top;
}

.text-flip-inner {
  display: block;
  transform: translate3d(0, 0, 0);
  transition: transform 0.65s var(--hover-ease);
  will-change: transform;
}

.text-flip-line {
  display: block;
  height: 1em;
  line-height: 1;
  white-space: nowrap;
}

.text-flip--button {
  line-height: 20px;
  height: 20px;
}

.text-flip--button .text-flip-line {
  height: 20px;
  line-height: 20px;
}

.nav-links a:hover .text-flip-inner,
.nav-links a:focus-visible .text-flip-inner,
.mobile-menu a:hover .text-flip-inner,
.mobile-menu a:focus-visible .text-flip-inner,
.footer nav a:hover .text-flip-inner,
.footer nav a:focus-visible .text-flip-inner,
.quote-button:hover .text-flip-inner,
.quote-button:focus-visible .text-flip-inner,
.dark-button:hover .text-flip-inner,
.dark-button:focus-visible .text-flip-inner,
.light-button:hover .text-flip-inner,
.light-button:focus-visible .text-flip-inner {
  transform: translate3d(0, -50%, 0);
}

.quote-button:hover,
.quote-button:focus-visible,
.dark-button:hover,
.dark-button:focus-visible,
.light-button:hover,
.light-button:focus-visible {
  background: var(--hover-red);
  color: #fff;
}

.quote-button:focus-visible,
.dark-button:focus-visible,
.light-button:focus-visible,
.menu-button:focus-visible,
.brand:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 3px;
}

.menu-button {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: #000;
  color: #fff;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.menu-button span {
  width: 16px;
  height: 1px;
  background: currentColor;
}

.mobile-menu {
  display: none;
}

.hero h1 {
  position: absolute;
  left: var(--side);
  bottom: clamp(86px, 10.5vh, 113px);
  z-index: 3;
  width: min(980px, calc(100% - var(--side) * 2));
  margin: 0;
  font-size: 68px;
  line-height: 68px;
  font-weight: 500;
}

.hero__bottom-line {
  position: absolute;
  z-index: 3;
  left: var(--side);
  right: var(--side);
  bottom: 72px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left center;
  transition:
    transform 760ms cubic-bezier(0.25, 0.74, 0.22, 0.99),
    opacity 620ms cubic-bezier(0.25, 0.74, 0.22, 0.99);
  will-change: transform, opacity;
}

.scroll-mark {
  position: absolute;
  left: var(--side);
  bottom: 20px;
  z-index: 3;
  width: 32px;
  height: 32px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 620ms cubic-bezier(0.25, 0.74, 0.22, 0.99);
  animation: scroll-nudge 1.35s ease-in-out infinite;
  will-change: transform, opacity;
}

.scroll-mark img {
  width: 100%;
  height: 100%;
}

.scroll-mark:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
}

.scroll-copy {
  position: absolute;
  z-index: 3;
  right: var(--side);
  bottom: 25px;
  margin: 0;
  color: var(--white-muted);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    transform 720ms cubic-bezier(0.25, 0.74, 0.22, 0.99),
    opacity 620ms cubic-bezier(0.25, 0.74, 0.22, 0.99);
  will-change: transform, opacity;
}

body.is-loading.is-hero-entering .hero__bottom-line,
body.is-loading.is-hero-entering .scroll-mark,
body.is-loading.is-hero-entering .scroll-copy,
body.is-loading.is-hero-entering .hero__dots {
  transition: none;
}

body.is-hero-entering .hero__bottom-line {
  opacity: 0;
  transform: scaleX(0.82);
}

body.is-hero-entering .scroll-mark {
  opacity: 0;
}

body.is-hero-entering .scroll-copy {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

body.is-hero-entering .hero__dots {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

@keyframes scroll-nudge {
  0%,
  100% {
    transform: translate3d(0, -3px, 0);
  }

  50% {
    transform: translate3d(0, 7px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-mark {
    animation: none;
  }
}

.about {
  background: #fff;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  align-items: center;
  gap: clamp(48px, 5vw, 96px);
  padding: clamp(72px, 8vh, 104px) var(--side);
}

.about__image,
.about__globe {
  width: min(100%, 82vh, 800px);
  width: min(100%, 82dvh, 800px);
  height: auto;
  aspect-ratio: 1 / 1;
}

.about__image {
  object-fit: cover;
  object-position: center;
}

.about__globe {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  isolation: isolate;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.about__globe.is-dragging {
  cursor: grabbing;
}

.about__globe canvas {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.globe-css-stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.globe-css-card {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
  background: #fff;
  pointer-events: none;
  will-change: transform, opacity;
}

.globe-static-stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  background: #fff;
  border-radius: 50%;
}

.globe-static-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.about__globe::before,
.about__globe::after {
  display: none;
}

.globe-stage {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.globe-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--card-w, 58px);
  height: var(--card-h, 78px);
  transform:
    translate3d(var(--gx), var(--gy), 0)
    translate(-50%, -50%)
    rotate(var(--gr))
    scale(var(--gs));
  opacity: var(--go);
  z-index: var(--gz);
  overflow: hidden;
  border: var(--card-border, 1px solid rgba(0, 0, 0, 0.08));
  border-radius: var(--card-radius, 0);
  background: var(--card-bg, #fff);
  box-shadow: var(--card-shadow, 0 8px 22px rgba(0, 0, 0, 0.12));
  will-change: transform, opacity;
}

.globe-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.22));
  pointer-events: none;
  opacity: var(--card-after, 1);
}

.globe-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: var(--image-opacity, 1);
}

.globe-card--post {
  padding: 6px;
  display: grid;
  gap: 4px;
  align-content: start;
}

.globe-card--post img {
  height: 62%;
}

.globe-card--post span {
  display: block;
  height: 4px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  opacity: var(--image-opacity, 1);
}

.globe-card--post span:nth-child(3) {
  width: 72%;
}

.globe-card--story {
  width: var(--card-w, 42px);
  height: var(--card-h, 76px);
}

.globe-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-left-color: transparent;
  border-bottom-color: transparent;
  opacity: var(--globe-orbit-opacity);
  pointer-events: none;
}

.globe-orbit--wide {
  width: min(54vw, 760px);
  height: min(18vw, 250px);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.globe-orbit--tall {
  width: min(22vw, 320px);
  height: min(42vw, 570px);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(18deg);
  opacity: var(--globe-tall-opacity);
}

.about__content {
  position: relative;
  z-index: 4;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: max-content;
  max-width: min(720px, calc(100vw - (var(--side) * 2)));
  margin: 0;
}

.about h2,
.service h2,
.showroom h2,
.contact h2,
.clients h2 {
  margin: 0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
}

.about h2 {
  font-size: clamp(36px, 2.5vw, 40px);
  line-height: 1.14;
}

.split-title {
  overflow: visible;
  display: block;
  white-space: normal;
  overflow-wrap: break-word;
}

.split-title .split-word {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
}

.split-title .split-word:not(:last-child) {
  margin-right: 0.25em;
}

.split-title .split-char {
  display: inline-block;
  line-height: 1.12;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  will-change: transform, opacity;
}

.split-title.is-split-complete .split-char {
  will-change: auto;
}

.about__text {
  margin-top: clamp(36px, 4.4vh, 48px);
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 20px;
  max-width: 600px;
}

.about__text p {
  margin: 0 0 0;
}

.about__text p + p {
  margin-top: 0;
}

.about__text .dark-button {
  margin-top: clamp(28px, 3.5vh, 40px);
  text-transform: capitalize;
}

.showroom {
  --showroom-scroll-steps: 20;
  --showroom-side: clamp(40px, 6.25vw, 120px);
  --showroom-gallery-right: var(--showroom-side);
  --showroom-gallery-left: calc(
    100% - var(--showroom-gallery-right) - var(--showroom-feature-width)
  );
  --showroom-feature-top: clamp(180px, 29.8dvh, 322px);
  --showroom-feature-width: clamp(400px, 26.4vw, 540px);
  --showroom-feature-height: clamp(190px, 12.85vw, 263px);
  --showroom-feature-move: 0px;
  --showroom-feature-y: 0px;
  --showroom-feature-opacity: 0;
  --showroom-shade-opacity: 0;
  --showroom-progress-opacity: 0;
  --showroom-progress-x: -10%;
  --showroom-progress-bottom: clamp(64px, 7.9dvh, 84px);
  --showroom-thumb-width: clamp(82px, 6.25vw, 120px);
  --showroom-thumb-height: clamp(48px, 3.54vw, 68px);
  --showroom-thumb-pad: 0px;
  --showroom-active-thumb-pad: 4px;
  --showroom-active-thumb-x: 0px;
  --showroom-active-thumb-width: var(--showroom-thumb-width);
  --showroom-active-thumb-height: var(--showroom-thumb-height);
  --showroom-thumbs-gap: clamp(20px, 2.96dvh, 32px);
  --showroom-thumbs-width: calc(
    var(--showroom-thumb-width) * 5 + var(--showroom-thumbs-gap) * 4
  );
  --showroom-progress-safe-gap: clamp(55px, 9.72dvh, 105px);
  --showroom-copy-width: min(410px, 36vw);
  --showroom-thumbs-top: min(
    calc(var(--showroom-feature-top) + var(--showroom-feature-height) + var(--showroom-thumbs-gap)),
    calc(
      100dvh - var(--showroom-progress-bottom) - var(--showroom-progress-safe-gap) -
        var(--showroom-thumb-height)
    )
  );
  color: #fff;
  height: calc(100vh * var(--showroom-scroll-steps));
  height: calc(100dvh * var(--showroom-scroll-steps));
  overflow: visible;
}

.showroom__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.showroom__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--showroom-shade-opacity));
  backdrop-filter: none;
  transition: background 650ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;
}

.showroom__bg {
  filter: none;
  transition:
    opacity 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    transform 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: opacity, transform;
}

.showroom__bg--next {
  opacity: 0;
  filter: none;
  transform: scale(1);
  z-index: 0;
}

.showroom__bg--active {
  z-index: 0;
}

.showroom.is-bg-switching .showroom__bg--active {
  opacity: 0;
  filter: none;
  transform: scale(1);
}

.showroom.is-bg-switching .showroom__bg--next {
  opacity: 1;
  filter: none;
  transform: scale(1);
}

.showroom.is-bg-switching .showroom__shade {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: none;
}

.showroom__copy {
  position: absolute;
  z-index: 4;
  left: var(--showroom-side);
  top: auto;
  bottom: calc(
    100dvh - var(--showroom-thumbs-top) - var(--showroom-thumb-height) -
      var(--showroom-active-thumb-pad)
  );
  width: var(--showroom-copy-width);
}

.showroom__copy h2,
.showroom__copy p {
  overflow: hidden;
}

.showroom__copy h2 {
  padding-bottom: 0.18em;
  margin-bottom: -0.18em;
}

.showroom__copy p {
  margin: 36px 0 0;
  color: var(--white-soft);
  font-size: 16px;
  line-height: 24px;
}

.showroom__word {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  transition:
    opacity 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    transform 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 0ms;
  will-change: opacity, transform;
}

.showroom__copy.is-active .showroom__word {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--word-delay, 0ms);
}

.showroom__feature {
  position: absolute;
  z-index: 3;
  left: auto;
  right: var(--showroom-gallery-right);
  top: var(--showroom-feature-top);
  width: var(--showroom-feature-width);
  height: var(--showroom-feature-height);
  overflow: hidden;
  border-radius: 0;
  isolation: isolate;
  opacity: var(--showroom-feature-opacity);
  translate: 0 var(--showroom-feature-y);
  transform: translate3d(var(--showroom-feature-move), 0, 0);
  pointer-events: none;
  transition: opacity 650ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: transform, translate, opacity;
}

.showroom.is-gallery-visible {
  --showroom-feature-opacity: 1;
  --showroom-feature-y: 0px;
}

.showroom.is-gallery-resetting .showroom__feature,
.showroom.is-gallery-resetting .showroom__feature img,
.showroom.is-gallery-resetting .showroom__thumb,
.showroom.is-gallery-resetting .showroom__thumb img {
  transition: none !important;
}

.showroom__feature-track {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(var(--showroom-feature-track-x, 0%), 0, 0);
  transition: transform 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
}

.showroom__feature-slide {
  position: relative;
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}

.showroom__feature img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  opacity: 1;
  filter: none;
  transform: scale(1);
}

.showroom__thumbs {
  position: absolute;
  z-index: 5;
  left: auto;
  right: var(--showroom-gallery-right);
  top: var(--showroom-thumbs-top);
  width: var(--showroom-thumbs-width);
  display: flex;
  gap: var(--showroom-thumbs-gap);
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
  overflow: visible;
}

.showroom__thumbs::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: calc(var(--showroom-active-thumb-x) - var(--showroom-active-thumb-pad));
  top: calc(var(--showroom-active-thumb-pad) * -1);
  width: calc(var(--showroom-active-thumb-width) + var(--showroom-active-thumb-pad) * 2);
  height: calc(var(--showroom-active-thumb-height) + var(--showroom-active-thumb-pad) * 2);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition:
    left 360ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
    width 360ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
    height 360ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
    opacity 180ms ease;
  will-change: left, width, height, opacity;
}

.showroom__thumb {
  position: relative;
  flex: 0 0 auto;
  width: var(--showroom-thumb-width);
  height: var(--showroom-thumb-height);
  padding: var(--showroom-thumb-pad);
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
  z-index: 1;
  transition: background 260ms ease;
}

.showroom__thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0);
  border-radius: 0;
  transform: scale(1);
  transition:
    background 240ms ease,
    transform 360ms cubic-bezier(0.18, 0.72, 0.18, 1);
}

.showroom__thumb img {
  position: absolute;
  inset: var(--showroom-thumb-pad);
  z-index: 1;
  display: block;
  width: calc(100% - var(--showroom-thumb-pad) * 2);
  height: calc(100% - var(--showroom-thumb-pad) * 2);
  object-fit: cover;
  border-radius: 0;
  filter: none;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 160ms linear;
  will-change: opacity;
}

.showroom__thumb img.showroom__thumb-img--incoming {
  z-index: 2;
  transform: translateY(0);
}

.showroom__thumb img.showroom__thumb-img--incoming.is-visible {
  transform: translateY(0);
}

.showroom__thumb img.showroom__thumb-img--outgoing {
  z-index: 1;
  transform: translateY(0);
}

.showroom.is-gallery-visible .showroom__thumb {
  transform: translateY(0);
}

.showroom.is-gallery-visible .showroom__thumb img {
  transform: translateY(0);
}

.showroom.is-gallery-visible .showroom__thumb img.showroom__thumb-img--incoming {
  transform: translateY(0);
}

.showroom.is-gallery-visible .showroom__thumb img.showroom__thumb-img--incoming.is-visible {
  transform: translateY(0);
}

.showroom.is-gallery-visible .showroom__thumbs::before {
  opacity: 1;
}

@media (hover: hover) {
  .showroom.is-gallery-visible .showroom__thumbs:hover::before,
  .showroom.is-gallery-visible .showroom__thumbs:focus-within::before {
    opacity: 1;
  }
}

.showroom__thumb:nth-child(1) {
  --showroom-thumb-duration: 600ms;
}

.showroom__thumb:nth-child(2) {
  --showroom-thumb-duration: 700ms;
}

.showroom__thumb:nth-child(3) {
  --showroom-thumb-duration: 800ms;
}

.showroom__thumb:nth-child(4) {
  --showroom-thumb-duration: 900ms;
}

.showroom__thumb:nth-child(5) {
  --showroom-thumb-duration: 1000ms;
}

.showroom__thumb:hover,
.showroom__thumb:focus-visible {
  opacity: 1;
  background: transparent;
}

.showroom__thumb:hover img,
.showroom__thumb:focus-visible img {
  filter: none;
}

.showroom__thumb:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 3px;
}

.showroom__thumb.is-active {
  background: transparent;
}

.showroom.is-gallery-visible .showroom__thumb.is-active {
  opacity: 1;
  transform: translateY(0);
}

.showroom__thumb.is-active::before {
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transform: scale(1);
}

.showroom.is-gallery-visible .showroom__thumb.is-active::before {
  inset: 0;
  background: rgba(255, 255, 255, 0);
}

.showroom__thumb:hover::before {
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transform: scale(1);
}

.showroom__thumb:focus-visible::before {
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transform: scale(1);
}

.showroom__progress {
  position: absolute;
  z-index: 5;
  left: var(--showroom-side);
  right: var(--showroom-side);
  bottom: var(--showroom-progress-bottom);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  pointer-events: auto;
  opacity: var(--showroom-progress-opacity);
  transform: translate3d(var(--showroom-progress-x), 0, 0);
  transition:
    opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    transform 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: opacity, transform;
}

.showroom__progress article {
  min-width: 0;
  color: var(--white-soft);
  cursor: pointer;
  opacity: 0.62;
  transition:
    color 220ms ease,
    opacity 220ms ease;
}

.showroom__progress .line {
  position: relative;
  height: 2px;
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.2);
}

.showroom__progress .line span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  background: #fff;
  transform: scaleX(var(--showroom-progress, 0));
  transform-origin: left center;
  transition: none;
  will-change: transform;
}

.showroom__progress article.is-active {
  color: #fff;
  opacity: 1;
}

.showroom__progress article.is-complete {
  opacity: 0.78;
}

.showroom__progress article.is-current .line span {
  transition-duration: 120ms;
}

.showroom__progress article:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 8px;
}

.showroom__progress p,
.showroom__progress h3 {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.showroom__progress h3 {
  margin-top: 23px;
}

.service {
  --service-stack-head-top: 80px;
  --service-head-pad-top: 80px;
  --service-title-height: 74px;
  --service-tabs-top-gap: 28px;
  --service-tabs-height: 36px;
  --service-header-bottom-gap: 36px;
  --service-card-top: calc(
    var(--service-head-pad-top) + var(--service-title-height) + var(--service-tabs-top-gap) +
      var(--service-tabs-height) + var(--service-header-bottom-gap)
  );
  --service-title-col: clamp(220px, 14.583vw, 280px);
  --service-copy-col: clamp(420px, 27.083vw, 520px);
  --service-image-col: clamp(520px, 35.417vw, 680px);
  --service-col-gap: clamp(48px, 5.208vw, 100px);
  --service-card-height: clamp(360px, 50dvh, 424px);
  --service-item-step: 0px;
  --service-image-height: calc(var(--service-card-height) - 24px);
  --service-copy-top: 21px;
  --service-title-top: 32px;
  height: auto;
  min-height: 0;
  background: #fff;
  overflow: visible;
  padding: 0 var(--side) clamp(80px, 10vh, 120px);
}

.service-head {
  position: sticky;
  z-index: 40;
  top: 0;
  margin: 0 calc(var(--side) * -1);
  padding: var(--service-head-pad-top) var(--side) var(--service-header-bottom-gap);
  background: #fff;
  box-shadow: none;
}

.service-head > h2 {
  margin: 0;
  width: fit-content;
  max-width: 100%;
  height: var(--service-title-height);
  display: flex;
  align-items: flex-start;
  padding-top: 0;
  background: transparent;
  pointer-events: none;
}

.service-tabs {
  position: relative;
  top: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0;
  height: var(--service-tabs-height);
  margin-top: var(--service-tabs-top-gap);
  padding-bottom: 0;
  background: #fff;
  overflow-x: auto;
  overflow-y: hidden;
  color: rgba(0, 0, 0, 0.58);
  cursor: grab;
  scrollbar-width: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
}

.service-tabs::-webkit-scrollbar {
  display: none;
}

.service-tabs.is-dragging {
  cursor: grabbing;
}

.service-tabs a {
  position: relative;
  flex: 0 0 auto;
  max-width: 264px;
  overflow: hidden;
  color: inherit;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 220ms ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.service-tabs a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 28px;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 240ms ease;
}

.service-tabs a:hover,
.service-tabs a:focus-visible,
.service-tabs a.is-active {
  color: #000;
}

.service-tabs a:hover::after,
.service-tabs a:focus-visible::after,
.service-tabs a.is-active::after {
  transform: scaleX(1);
}

.service-list {
  position: relative;
  margin-top: 0;
  height: auto;
}

.service-item {
  position: sticky;
  top: var(--service-card-top);
  scroll-margin-top: var(--service-card-top);
  display: grid;
  grid-template-columns: var(--service-title-col) var(--service-copy-col) var(--service-image-col);
  column-gap: var(--service-col-gap);
  align-items: start;
  height: var(--service-card-height);
  min-height: 0;
  padding-top: 0;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
}

.service-item:nth-child(1) {
  --service-index: 0;
  z-index: 11;
}

.service-item:nth-child(2) {
  --service-index: 1;
  z-index: 12;
}

.service-item:nth-child(3) {
  --service-index: 2;
  z-index: 13;
}

.service-item:nth-child(4) {
  --service-index: 3;
  z-index: 14;
}

.service-item:nth-child(5) {
  --service-index: 4;
  z-index: 15;
}

.service-item:nth-child(6) {
  --service-index: 5;
  z-index: 16;
}

.service-item:nth-child(7) {
  --service-index: 6;
  z-index: 17;
}

.service-title {
  margin-top: var(--service-title-top);
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.service-item p {
  margin: var(--service-copy-top) 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 24px;
}

.service-item img {
  width: 100%;
  height: var(--service-image-height);
  object-fit: cover;
}

.contact {
  position: relative;
  min-height: 912px;
  color: #fff;
  background: #101010;
  overflow: hidden;
}

.contact__bg {
  width: 100%;
  height: 100%;
  object-position: center;
}

.contact__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.contact h2 {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.contact-card {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 168px;
  transform: translateX(-50%);
  width: 624px;
  min-height: 664px;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 20px;
  background: #292929;
  overflow: visible;
}

.field {
  position: relative;
  grid-column: 1 / -1;
  height: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.field--half {
  grid-column: auto;
}

.field input,
.multi-select-trigger,
.select-trigger {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0 8px;
  outline: none;
  font: inherit;
}

.field input::placeholder,
.multi-select-trigger,
.select-trigger {
  color: var(--white-muted);
  opacity: 1;
}

.field input:disabled {
  color: rgba(255, 255, 255, 0.35);
  cursor: not-allowed;
}

.field--custom-select::after,
.field--combo::after,
.field--multi::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.field--combo input {
  padding-right: 34px;
}

.field--split {
  display: grid;
  grid-template-columns: minmax(344px, 0.65fr) minmax(0, 0.35fr);
  gap: 18px;
  height: 48px;
}

.field--split > input {
  min-width: 0;
  padding-left: 8px;
}

.field__segment {
  position: relative;
  min-width: 0;
  height: 100%;
}

.combo-options,
.multi-select-menu,
.select-menu {
  position: absolute;
  z-index: 12;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  display: none;
  max-height: 220px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
  color: #000;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.field.is-open .combo-options,
.field.is-open .multi-select-menu,
.field.is-open > .select-menu,
.field__segment.is-open > .select-menu {
  display: block;
}

.combo-option,
.multi-select-menu label,
.select-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 40px;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: #000;
  font: inherit;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  cursor: pointer;
}

.combo-option:hover,
.combo-option:focus-visible,
.combo-option.is-active,
.multi-select-menu label:hover,
.select-option:hover,
.select-option:focus-visible,
.select-option.is-selected {
  background: #f1f1f1;
}

.multi-select-trigger,
.select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 36px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.multi-select-trigger.has-value,
.select-trigger.has-value {
  color: #fff;
}

.multi-select-menu input {
  width: 16px;
  height: 16px;
  accent-color: var(--brand-blue);
}

.field input:focus-visible,
.multi-select-trigger:focus-visible,
.select-trigger:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 3px;
}

.light-button {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 0;
  background: #fff;
  color: #000;
}

.contact-status {
  grid-column: 1 / -1;
  min-height: 18px;
  margin: -10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.clients {
  position: relative;
  min-height: 773px;
  background: #fff;
  padding-top: 80px;
}

.clients__intro {
  display: grid;
  grid-template-columns: 1fr minmax(420px, 680px);
  gap: clamp(80px, 14.6vw, 280px);
  padding: 0 var(--side);
  align-items: start;
}

.clients__intro p {
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 24px;
}

.clients__intro .dark-button {
  margin-top: 40px;
}

.client-grid {
  --client-logo-cell: 211px;
  --client-logo-count: 10;
  --client-logo-sequence-width: calc(var(--client-logo-cell) * var(--client-logo-count));
  --client-logo-row-offset: -78px;
  --client-logo-row-bleed: 78px;
  --client-logo-duration: 26s;
  --client-logo-width: 148px;
  --client-logo-filter: brightness(0) saturate(100%) invert(61%) sepia(7%) saturate(669%) hue-rotate(176deg) brightness(88%) contrast(84%);
  --client-logo-photo: linear-gradient(rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url("./assets/client-photo.jpg");
  margin-top: 40px;
  width: calc(100% + 180px);
  margin-left: -90px;
  overflow: hidden;
}

.client-logo-row {
  width: 100%;
  height: var(--client-logo-cell);
  overflow: hidden;
}

.client-logo-row--bottom {
  width: calc(100% + var(--client-logo-row-bleed));
  margin-left: var(--client-logo-row-offset);
}

.client-logo-track {
  display: flex;
  width: max-content;
  height: 100%;
  will-change: transform;
  animation-duration: var(--client-logo-duration);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.client-logo-row--top .client-logo-track {
  animation-name: client-logo-loop-left;
}

.client-logo-row--bottom .client-logo-track {
  animation-name: client-logo-loop-right;
  transform: translate3d(calc(-1 * var(--client-logo-sequence-width)), 0, 0);
}

.client-logo-sequence {
  display: grid;
  grid-template-columns: repeat(var(--client-logo-count), var(--client-logo-cell));
  grid-auto-rows: var(--client-logo-cell);
  grid-auto-flow: column;
  flex: 0 0 auto;
}

.client-logo-tile {
  position: relative;
  display: grid;
  place-items: center;
  border: 0;
  overflow: hidden;
  background: #fff;
}

.client-logo-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.client-logo-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--client-logo-photo) center / cover no-repeat;
  opacity: 0;
  transform: scale(1.08);
  transition:
    opacity 360ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.client-logo-row--bottom .client-logo-tile::before {
  border-bottom: 1px solid #ccc;
}

.client-logo-tile > img {
  position: relative;
  z-index: 3;
  width: auto;
  height: 38px;
  max-width: min(72%, var(--client-logo-width));
  max-height: 38px;
  object-fit: contain;
  filter: var(--client-logo-filter);
  opacity: 0.92;
  transition:
    filter 260ms ease,
    opacity 260ms ease,
    transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.client-logo-tile:hover::after,
.client-logo-tile:focus-within::after {
  opacity: 1;
  transform: scale(1);
}

.client-logo-tile:hover > img,
.client-logo-tile:focus-within > img {
  filter: brightness(0) invert(1);
  opacity: 1;
  transform: scale(1.04);
}

.client-logo-row:hover .client-logo-track,
.client-logo-row:focus-within .client-logo-track {
  animation-play-state: paused;
}

@keyframes client-logo-loop-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-1 * var(--client-logo-sequence-width)), 0, 0);
  }
}

@keyframes client-logo-loop-right {
  from {
    transform: translate3d(calc(-1 * var(--client-logo-sequence-width)), 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .client-logo-track {
    animation: none;
    transform: translate3d(0, 0, 0) !important;
  }
}

.client-tile__mark {
  pointer-events: none;
}

.footer-reveal {
  --footer-content-opacity: 1;
  --footer-overlay-opacity: 1;
  --footer-brand-opacity: 0.9;
  position: relative;
  z-index: 2;
  height: var(--footer-height);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  background: #000;
}

.footer-reveal__inner {
  position: relative;
  top: -100vh;
  height: calc(100vh + var(--footer-height));
}

.footer {
  position: sticky;
  top: calc(100vh - var(--footer-height));
  height: var(--footer-height);
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  background: #000;
  color: #fff;
  padding: 80px var(--side) 40px;
}

.footer__overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  background: #000;
  opacity: var(--footer-overlay-opacity);
  will-change: opacity;
}

.footer__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  opacity: var(--footer-content-opacity);
  will-change: opacity;
}

.footer h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 48px;
  line-height: 57.6px;
  font-weight: 400;
}

.footer__social {
  font-size: 48px;
  line-height: 57.6px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__links {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 349px 104px 78px 1fr;
  gap: 120px;
  align-items: start;
  margin-top: 200px;
  opacity: var(--footer-content-opacity);
  will-change: opacity;
}

.footer__contact,
.footer nav {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}

.footer a,
.footer p {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer__contact a {
  text-transform: none;
}

.footer nav a,
.footer__bottom,
.footer__bottom a {
  color: var(--white-muted);
}

.footer nav a {
  transition: color 0.65s var(--hover-ease);
}

.footer nav a:hover,
.footer nav a:focus-visible {
  color: #fff;
}

.footer .footer__social {
  font-size: 48px;
  line-height: 57.6px;
  font-weight: 400;
  text-transform: none;
}

.footer__brand {
  justify-self: end;
  width: 494px;
  height: 152px;
  object-fit: contain;
  object-position: bottom;
  margin-top: 0;
  opacity: var(--footer-brand-opacity);
  transform: none;
  transform-origin: 50% 100%;
  will-change: opacity;
}

.footer__burst {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: none;
  pointer-events: none;
  overflow: hidden;
}

.footer__burst-particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(102px, 12vw, 268px);
  height: auto;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.footer__bottom {
  position: absolute;
  left: var(--side);
  right: var(--side);
  bottom: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  opacity: var(--footer-content-opacity);
  will-change: opacity;
}

.footer__bottom div {
  display: flex;
  gap: 120px;
  align-items: center;
}

.back-top {
  position: absolute;
  right: var(--side);
  top: 300px;
  z-index: 2;
  width: 40px;
  height: 40px;
  opacity: var(--footer-content-opacity);
  will-change: opacity;
}

.back-top img {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}

@media (max-width: 1200px) {
  .nav-links {
    gap: 48px;
  }

  .nav-actions {
    gap: 32px;
  }

  .service {
    --service-title-col: 220px;
    --service-copy-col: minmax(0, 1fr);
    --service-image-col: 420px;
    --service-col-gap: 48px;
    --service-card-height: 360px;
    --service-item-step: 0px;
    --service-image-height: 336px;
  }

  .client-grid {
    --client-logo-cell: 170px;
    --client-logo-row-offset: -62px;
    --client-logo-row-bleed: 62px;
    --client-logo-width: 128px;
    width: 100%;
    margin-left: 0;
    padding: 0 24px;
  }

  .footer__links {
    grid-template-columns: 1.4fr 0.5fr 0.5fr;
    gap: 64px;
  }

  .footer__brand {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

@media (min-width: 761px) and (max-width: 1180px) and (orientation: portrait) {
  :root {
    --side: clamp(48px, 6vw, 72px);
  }

  .showroom {
    --showroom-side: var(--side);
    --showroom-copy-width: clamp(260px, 34vw, 360px);
    --showroom-feature-width: clamp(320px, 42vw, 430px);
    --showroom-feature-height: clamp(156px, 20.5vw, 230px);
    --showroom-feature-top: clamp(230px, 30dvh, 360px);
    --showroom-gallery-right: var(--showroom-side);
    --showroom-gallery-left: calc(100% - var(--showroom-side) - var(--showroom-feature-width));
    --showroom-thumb-width: clamp(56px, 8.1vw, 82px);
    --showroom-thumb-height: clamp(34px, 4.95vw, 52px);
    --showroom-thumbs-gap: clamp(8px, 1.5vw, 14px);
    --showroom-thumbs-width: calc(
      var(--showroom-thumb-width) * 5 + var(--showroom-thumbs-gap) * 4
    );
    --showroom-progress-bottom: clamp(58px, 6.8dvh, 76px);
    --showroom-progress-safe-gap: clamp(46px, 6.3dvh, 72px);
  }

  .showroom__copy p {
    font-size: 14px;
    line-height: 20px;
  }

  .showroom__thumbs {
    right: var(--showroom-gallery-right);
    gap: var(--showroom-thumbs-gap);
  }

  .showroom__progress {
    gap: 12px;
  }

  .showroom__progress p,
  .showroom__progress h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .showroom__progress h3 {
    margin-top: 16px;
  }

  .about {
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 40vw);
    gap: clamp(28px, 4vw, 44px);
    padding: clamp(92px, 8vh, 120px) var(--side);
    overflow: hidden;
  }

  .about__content {
    width: 100%;
    max-width: 520px;
  }

  .about h2 {
    font-size: clamp(34px, 4.1vw, 44px);
    line-height: 1.1;
  }

  .about__text {
    max-width: 430px;
    margin-top: clamp(28px, 3vh, 38px);
  }

  .about__globe {
    width: min(40vw, 42dvh, 430px);
    justify-self: end;
  }

  .service {
    --service-title-col: 190px;
    --service-copy-col: minmax(0, 1fr);
    --service-image-col: minmax(330px, 38vw);
    --service-col-gap: 32px;
    --service-card-height: 340px;
    --service-image-height: 316px;
  }

  .service-head {
    padding-top: 56px;
  }

  .service-tabs a {
    max-width: 230px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 761px) and (max-width: 900px) and (orientation: portrait) {
  :root {
    --side: 40px;
  }

  .topbar {
    height: 72px;
    display: flex;
    justify-content: space-between;
    padding: 0 var(--side);
    background: #111;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .topbar.is-scrolled {
    background: #111;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .menu-button {
    display: flex;
    width: 64px;
    height: 52px;
    gap: 8px;
    margin-left: auto;
  }

  .about {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: center;
    gap: 28px;
    padding: 96px var(--side) 56px;
  }

  .about__content {
    grid-column: 1;
    grid-row: 1;
    max-width: 620px;
  }

  .about__text {
    max-width: 560px;
  }

  .about__globe {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    width: min(54vw, 46dvh, 430px);
  }
}

@media (max-width: 1400px) and (min-width: 1201px) {
  .nav-links {
    gap: clamp(48px, 5vw, 72px);
  }

  .nav-actions {
    gap: clamp(28px, 4vw, 48px);
  }
}

@media (max-width: 1500px) and (min-width: 1201px) {
  .showroom__feature {
    left: auto;
    right: var(--showroom-gallery-right);
    width: var(--showroom-feature-width);
  }

  .showroom__thumbs {
    left: auto;
    right: var(--showroom-gallery-right);
    gap: var(--showroom-thumbs-gap);
  }

  .showroom__thumb {
    width: var(--showroom-thumb-width);
    height: var(--showroom-thumb-height);
  }

  .showroom__thumb.is-active {
    padding: var(--showroom-thumb-pad);
  }

  .client-grid {
    --client-logo-cell: 170px;
    --client-logo-row-offset: -62px;
    --client-logo-row-bleed: 62px;
    --client-logo-width: 128px;
    width: calc(100% + 140px);
    margin-left: -70px;
    padding: 0;
  }

  .footer__links {
    grid-template-columns: 349px 104px 78px minmax(280px, 1fr);
    gap: clamp(40px, 4.2vw, 80px);
  }

  .footer__brand {
    width: min(100%, 380px);
    height: auto;
  }
}

@media (max-height: 980px) and (min-width: 761px) {
  .showroom {
    --showroom-progress-bottom: clamp(64px, 7.9dvh, 82px);
  }
}

@media (max-height: 900px) and (min-width: 761px) {
  .showroom {
    --showroom-progress-bottom: clamp(50px, 7dvh, 64px);
  }

  .showroom__thumb.is-active {
    padding: var(--showroom-thumb-pad);
  }

}

@media (max-height: 760px) and (min-width: 761px) {
  .about {
    --about-pad-top: clamp(30px, 5vh, 42px);
    --about-globe-height: clamp(310px, 49dvh, 390px);
    --about-content-gap-top: clamp(26px, 4vh, 34px);
  }

  .showroom {
    --showroom-progress-bottom: clamp(24px, 4.5vh, 36px);
  }
}

@media (max-width: 760px) {
  :root {
    --side: 20px;
  }

  body {
    background: #fff;
  }

  .site-shell {
    width: 100%;
  }

  .hero,
  .about,
  .showroom,
  .service,
	  .contact,
	  .clients,
	  .footer {
	    height: auto;
	    min-height: auto;
	  }

  .footer-reveal {
    --footer-height: clamp(980px, 118dvh, 1120px);
    height: var(--footer-height);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background: #000;
  }

  .footer-reveal__inner {
    top: -100vh;
    height: calc(100vh + var(--footer-height));
  }

  .footer {
    position: sticky;
    top: calc(100vh - var(--footer-height));
    height: var(--footer-height);
    overflow: hidden;
  }

  .footer__overlay {
    display: block;
  }

  .footer__burst {
    display: none;
  }

  .footer__top,
  .footer__links,
  .footer__bottom,
  .back-top {
    opacity: var(--footer-content-opacity);
    transform: none;
  }

  .footer__brand {
    opacity: 0.9;
    transform: none;
  }

  .hero {
    height: 100vh;
    height: 100dvh;
    padding-top: 72px;
    background: #111;
  }

  .hero__media,
  .hero__shade {
    top: 72px;
    height: calc(100% - 72px);
  }

  .hero__image {
    object-position: center top;
  }

  .topbar {
    height: 72px;
    display: flex;
    justify-content: space-between;
    padding: 0 var(--side);
    background: #111;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .topbar.is-scrolled {
    background: #111;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .menu-button {
    display: flex;
    width: 64px;
    height: 52px;
    gap: 8px;
    margin-left: auto;
  }

  .menu-button span {
    width: 24px;
  }

  .brand {
    width: 44px;
    height: 44px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .mobile-menu {
    position: fixed;
    z-index: 99;
    top: 72px;
    left: var(--side);
    right: var(--side);
    display: none;
    flex-direction: column;
    gap: 1px;
    background: rgba(0, 0, 0, 0.88);
  }

  .mobile-menu a {
    padding: 16px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  body.menu-open .mobile-menu {
    display: flex;
  }

  .hero h1 {
    display: block;
    left: var(--side);
    right: var(--side);
    bottom: clamp(112px, 13vh, 148px);
    width: auto;
    font-size: clamp(34px, 9vw, 46px);
    line-height: 1.06;
    z-index: 2;
  }

  .hero__bottom-line {
    bottom: 66px;
  }

  .scroll-mark {
    bottom: 16px;
    width: 32px;
    height: 32px;
  }

  .scroll-copy {
    right: var(--side);
    bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .about,
  .service {
    padding: 64px var(--side);
  }

  .about {
    height: 100vh;
    height: 100dvh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: center;
    gap: 20px;
    padding: 84px var(--side) 20px;
    overflow: hidden;
  }

  .about__image {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .about__globe {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    justify-self: center;
    width: min(100%, 42dvh);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .about__globe::before,
  .about__globe::after {
    width: min(96vw, 390px);
  }

  .globe-stage {
    width: 100%;
    max-width: 360px;
    height: 100%;
  }

  .globe-orbit--wide {
    width: min(92vw, 360px);
    height: min(32vw, 130px);
  }

  .globe-orbit--tall {
    width: min(42vw, 170px);
    height: min(86vw, 340px);
  }

  .clients__intro {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 40px;
  }

  .about__content {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .about__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .about__text .dark-button {
    margin-top: 16px;
  }

  .about h2,
  .service h2,
  .showroom h2,
  .contact h2,
  .clients h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .footer h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .split-title .split-word {
    white-space: normal;
  }

  .showroom {
    min-height: 920px;
    height: 920px;
    overflow: hidden;
  }

  .showroom__sticky {
    position: relative;
    top: auto;
    height: 920px;
  }

  .showroom__copy {
    left: var(--side);
    right: var(--side);
    top: 96px;
    bottom: auto;
    width: auto;
  }

  .showroom__copy p {
    margin-top: 24px;
  }

  .showroom__feature {
    left: var(--side);
    right: var(--side);
    top: 330px;
    width: auto;
    height: 260px;
  }

  .showroom__thumbs {
    left: var(--side);
    right: var(--side);
    top: 614px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }

  .showroom__thumb,
  .showroom__thumb.is-active {
    width: 100%;
    height: 42px;
  }

  .showroom__thumb.is-active {
    padding: var(--showroom-thumb-pad);
  }

  .showroom__progress {
    left: var(--side);
    right: var(--side);
    bottom: 64px;
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }

  .showroom__progress .line {
    margin-top: 8px;
  }

  .showroom__progress p,
  .showroom__progress h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .showroom__progress h3 {
    margin-top: 16px;
  }

  .service-list {
    margin-top: 24px;
    height: auto;
  }

  .service {
    padding: 0 var(--side) 64px;
    overflow: visible;
  }

  .service-head {
    position: sticky;
    top: 0;
    z-index: 45;
    margin: 0 calc(var(--side) * -1);
    padding: 42px var(--side) 18px;
    background: #fff;
    box-shadow: none;
  }

  .service-head > h2 {
    position: relative;
    top: auto;
    height: auto;
    display: block;
    background: transparent;
  }

  .service-tabs {
    position: relative;
    top: auto;
    height: auto;
    margin-top: 26px;
    padding-bottom: 8px;
    transform: none;
    background: #fff;
  }

  .service-tabs a {
    flex-basis: auto;
    max-width: 220px;
    font-size: 18px;
    line-height: 24px;
  }

  .service-item {
    position: relative;
    top: auto !important;
    left: auto;
    right: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    height: auto;
    min-height: auto;
    padding: 24px 0 32px;
    transform: none;
  }

  .service-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .service-item p {
    margin-top: 0;
  }

  .service-item img {
    height: auto;
    aspect-ratio: 1.55 / 1;
  }

  .contact {
    min-height: 980px;
  }

  .contact h2 {
    top: 64px;
    padding: 0 var(--side);
  }

  .contact-card {
    top: 138px;
    width: calc(100% - 40px);
    min-height: 0;
    grid-template-columns: 1fr;
    row-gap: 18px;
    padding: 28px 20px;
  }

  .field--half {
    grid-column: 1 / -1;
  }

  .field--split {
    height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    border-bottom: 0;
  }

  .field--split > input {
    height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .field__segment {
    height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .combo-options,
  .multi-select-menu,
  .select-menu {
    max-height: 188px;
  }

  .clients {
    padding: 64px 0;
  }

  .clients__intro {
    padding: 0 var(--side);
  }

  .client-grid {
    --client-logo-cell: 156px;
    --client-logo-row-offset: -52px;
    --client-logo-row-bleed: 52px;
    --client-logo-width: 112px;
    margin-top: 40px;
    width: 100%;
    margin-left: 0;
    padding: 0 var(--side);
  }

  .footer {
    padding: calc(64px + max(0px, var(--footer-height) - 100dvh)) var(--side) 40px;
  }

  .footer__top,
  .footer__links {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer__links {
    margin-top: 80px;
  }

  .footer__brand {
    justify-self: start;
    width: min(100%, 360px);
    height: auto;
  }

  .footer__bottom {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 80px;
  }

  .footer__bottom div {
    gap: 32px;
    flex-wrap: wrap;
  }

  .footer a,
  .footer p {
    font-size: 13px;
    line-height: 16px;
  }

  .footer .footer__social {
    font-size: 28px;
    line-height: 34px;
  }

  .back-top {
    right: var(--side);
    top: auto;
    bottom: 212px;
  }
}
