@font-face {
  font-family: "Suisse BP Intl";
  src: url("assets/fonts/Suisse_BP_Intl.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse BP Intl";
  src: url("assets/fonts/Suisse_BP_Intl-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --bg: #f7f7f7;
  --text: #000;
  --dark: #000;
  --dark-text: #fff;
  --muted: #767773;
  --filter: #9b9c96;
  --chip: #f1f1f1;
  --gutter: 60px;
  --gap: 10px;
  --header-h: 78.7188px;
  --type: "Suisse BP Intl", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--type);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 17.6px;
  margin: 0;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

button,
a {
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

body.has-dodo-cursor .work-card-media img,
body.has-dodo-cursor .studio-work-float img {
  cursor: none !important;
}

.dodo-cursor {
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.16));
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 42px;
  left: 0;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translate3d(-100px, -100px, 0);
  transition: none;
  user-select: none;
  will-change: transform;
  z-index: 10000;
}

.dodo-cursor.is-visible {
  opacity: 1;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header {
  color: #000;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header-main {
  display: block;
  height: var(--header-h);
  padding: 20px var(--gutter);
  pointer-events: none;
}

.header-main-inner {
  display: flex;
  height: 38.7188px;
  pointer-events: auto;
  width: 100%;
}

.header-logo {
  height: 38.7188px;
  padding-right: 20px;
  width: 300px;
}

.header-logo a,
.header-nav-logo,
.header-nav-inner-logo {
  display: block;
}

.header-logo img {
  height: 44px;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
  transform: translateY(-3px);
  width: auto;
}

.header-main-left {
  display: flex;
  flex: 1;
  height: 36px;
}

.header-main-nav {
  display: flex;
  gap: 4px;
  height: 36px;
}

.header-main-nav-link,
.is-email-link {
  align-items: center;
  display: flex;
  font-size: 20px;
  height: 36px;
  line-height: 18px;
  padding: 10px 12px 8px;
  transition: background-color 140ms ease;
}

.header-main-nav-link:hover,
.is-email-link:hover,
.header-main-nav-link:focus-visible,
.is-email-link:focus-visible {
  background: rgba(0, 0, 0, 0.08);
  outline: 0;
}

.is-email-link {
  justify-content: center;
  min-width: 0;
}

.header-mobile {
  display: none;
}

.page-homeV2 {
  min-height: 100vh;
  padding: 117px var(--gutter) 20px;
  position: relative;
}

.page-inner {
  width: 100%;
}

.home-hero {
  height: clamp(680px, calc(100vh - 132px), 820px);
  margin: 0 0 46.2px;
  position: relative;
  width: 100%;
}

.home-hero-inner,
.home-galleryv2 {
  height: 100%;
  position: relative;
  width: 100%;
}

.home-galleryv2 {
  overflow: visible;
}

.home-gallery-itemv2 {
  align-items: center;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-gallery-itemv2.is-active {
  display: flex;
  opacity: 1;
}

.home-gallery-itemv2.layout-margin {
  padding: 0;
}

.home-hero-image {
  height: 100%;
  max-height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
  width: auto;
}

.home-gallery-canvas {
  align-items: center;
  background: transparent;
  border-radius: 0;
  display: flex;
  gap: 10px;
  height: 100%;
  justify-content: center;
  overflow: visible;
  width: 100%;
}

.home-gallery-canvas img,
.hero-duo img,
.hero-single img {
  border-radius: 0;
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: none;
  object-fit: contain;
  width: auto;
}

.hero-duo,
.hero-single {
  align-items: center;
  display: flex;
  gap: 0;
  height: 100%;
  justify-content: center;
  max-width: calc(100vw - (var(--gutter) * 2));
  overflow: visible;
  width: auto;
}

.hero-duo img,
.hero-single img {
  flex: 0 0 auto;
}

.home-gallery-nav {
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.home-gallery-nav button {
  cursor: default;
}

.home-introText {
  font-size: 62px;
  letter-spacing: -2.17px;
  line-height: 52.7px;
  margin: 55px 0 240px;
  width: 100%;
}

.home-introText p {
  margin: 0;
}

.intro-keyword {
  color: var(--filter);
  font-size: inherit;
  line-height: inherit;
  transition: color 140ms ease;
}

.intro-keyword:hover,
.intro-keyword:focus-visible {
  color: var(--text);
  outline: 0;
}

.intro-hover-preview {
  align-items: center;
  display: flex;
  height: 148px;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translate(-50%, calc(-100% - 22px));
  transition: opacity 90ms ease;
  width: 148px;
  z-index: 95;
}

.intro-hover-preview.is-visible {
  opacity: 1;
}

.intro-hover-preview img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.home-selectedWork {
  margin: 0 0 240px;
}

.selectedWork-header {
  display: flex;
  gap: 10px;
  height: 140.75px;
  margin: 0 0 160px;
  width: 100%;
}

.selectedWork-header-title {
  padding-right: 30px;
  width: 25.405%;
}

.selectedWork-header h1,
.home-capabilities h1 {
  font-size: 62px;
  font-weight: 400;
  letter-spacing: -2.17px;
  line-height: 52.7px;
  margin: 0;
}

.selectedWork-header-view {
  color: var(--filter);
  display: flex;
  width: calc(50% - 10px);
}

.selectedWork-header-view a,
.filter-list a {
  color: var(--filter);
  transition: color 140ms ease;
}

.selectedWork-header-view a:hover,
.selectedWork-header-view a:focus-visible,
.filter-list a:hover,
.filter-list a:focus-visible,
.filter-list a.is-active {
  color: var(--text);
  outline: 0;
}

.filter-wrapper {
  display: flex;
  gap: 10px;
  position: relative;
}

.selectedWork-header-filter {
  width: 24.61%;
}

.selectedWork-header-filter .filter-all-item {
  display: none;
}

.filter-title-wrapper {
  padding-right: 10px;
  position: absolute;
  right: 100%;
  top: 0;
}

.filter-title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 17.6px;
  margin: 0;
}

.filter-list {
  color: var(--filter);
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 17.6px;
}

.filter-preview {
  align-items: center;
  border-radius: 0;
  display: flex;
  height: 210px;
  justify-content: center;
  opacity: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  right: calc(100% + 118px);
  top: -4px;
  transform: translateY(6px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  width: 210px;
}

.filter-preview.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.filter-preview img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.selectedWork-modules {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.selectedWork-row {
  align-items: flex-start;
  display: flex;
  gap: var(--gap);
  width: 100%;
}

.work-card {
  color: var(--muted);
  display: block;
  position: relative;
}

.work-card:hover,
.work-card:focus-visible {
  color: #000;
  outline: 0;
}

.work-card.w-58 {
  width: calc(58.333333% - 5px);
}

.work-card.w-41 {
  width: calc(41.666667% - 5px);
}

.work-card.w-83 {
  width: 83.333333%;
}

.work-card.w-66 {
  width: calc(66.666667% - 5px);
}

.work-card.w-33 {
  width: calc(33.333333% - 5px);
}

.work-card.is-centered {
  margin-left: 8.333333%;
}

.work-card-media {
  align-items: center;
  background: transparent;
  border-radius: 0;
  display: flex;
  justify-content: center;
  overflow: visible;
  position: relative;
  width: 100%;
}

.w-58 .work-card-media,
.w-41 .work-card-media {
  aspect-ratio: 764.156 / 865.406;
  height: auto;
}

.w-83 .work-card-media {
  aspect-ratio: 1099.98 / 618.734;
  height: auto;
}

.w-33 .work-card-media {
  aspect-ratio: 436.656 / 497.297;
  height: auto;
}

.w-66 .work-card-media {
  aspect-ratio: 873.344 / 861.391;
  height: auto;
}

.work-card-media img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: opacity 180ms ease;
  width: auto;
}

.work-card:hover .work-card-media img,
.work-card:focus-visible .work-card-media img {
  opacity: 0.94;
}

.work-card:hover .work-card-content,
.work-card:focus-visible .work-card-content {
  color: #000;
}

.work-card-content {
  color: var(--muted);
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 12px;
  letter-spacing: -0.48px;
  line-height: 14.08px;
  margin: calc(16px - var(--work-content-bottom-gap, 0px)) 0 0 var(--work-content-left, 0px);
  max-width: 100%;
  width: var(--work-content-width, 100%);
}

.work-card-titleWrap {
  display: block;
}

.work-card-title,
.work-card-description {
  display: inline;
}

.work-card-title {
  padding-right: 4px;
}

.work-card-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.work-card-roles span {
  align-items: center;
  background: var(--chip);
  border-radius: 2px;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  letter-spacing: -0.48px;
  line-height: 10.8px;
  min-height: 25.1719px;
  padding: 7.2px;
}

.home-capabilities {
  display: flex;
  justify-content: space-between;
  margin: 240px 0;
  min-height: 398px;
  padding-top: 0;
}

.home-capabilities h1 {
  width: 520px;
}

.home-capabilities-filter {
  margin-right: 184px;
  width: 330px;
}

.page-workIndex {
  min-height: 100vh;
  padding: 117px var(--gutter) 20px;
}

.work-index-hero {
  display: flex;
  justify-content: space-between;
  min-height: 360px;
  padding-bottom: 115px;
}

.work-index-hero h1 {
  font-size: 92px;
  font-weight: 400;
  letter-spacing: -3.22px;
  line-height: 78.2px;
  margin: 0;
}

.work-index-title p {
  color: var(--filter);
  font-size: 20px;
  letter-spacing: -0.6px;
  line-height: 17.6px;
  margin: 16px 0 0;
}

.work-index-filter {
  margin-right: 184px;
  margin-top: 4px;
  width: 330px;
}

.work-index-grid {
  display: grid;
  gap: 96px 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 190px;
}

.work-index-card {
  min-width: 0;
}

.work-index-empty {
  color: var(--filter);
  font-size: 42px;
  grid-column: 1 / -1;
  letter-spacing: -1.58px;
  line-height: 37px;
}

.work-index-card .work-card-media {
  aspect-ratio: auto;
  height: clamp(520px, 56vh, 700px);
}

.work-index-card .work-card-media img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.footer-main {
  margin-top: 40px;
  padding: 0 var(--gutter) 20px;
}

.footer-contact {
  border-top: 1px solid #000;
  min-height: 620px;
  padding-top: 12px;
}

.footer-contact h2,
.footer-contact a {
  display: block;
  font-size: 62px;
  font-weight: 400;
  letter-spacing: -2.17px;
  line-height: 52.7px;
  margin: 0;
}

.footer-contact a {
  color: var(--filter);
  overflow-wrap: anywhere;
  transition: color 140ms ease;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--text);
  outline: 0;
}

.footer-supermark {
  color: #000;
  font-size: clamp(118px, 17.7vw, 320px);
  letter-spacing: -0.06em;
  line-height: 0.84;
  margin: 0 0 22px -0.045em;
  overflow: visible;
  padding-top: 0.06em;
}

.footer-supermark span {
  display: block;
  white-space: nowrap;
}

.footer-inner {
  display: grid;
  font-size: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  letter-spacing: -0.6px;
  line-height: 14.08px;
  min-height: 44px;
}

.project-overlay {
  background: var(--bg);
  bottom: 0;
  display: none;
  left: 0;
  overflow-y: auto;
  padding: 100px var(--gutter) 60px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
}

.project-overlay.is-open {
  display: block;
}

.project-overlay-header {
  display: flex;
  font-size: 44px;
  justify-content: space-between;
  letter-spacing: -1.32px;
  line-height: 38.72px;
  margin-bottom: 70px;
}

.project-overlay-header button {
  font-size: 20px;
  letter-spacing: -0.6px;
  line-height: 17.6px;
  padding: 10px 12px 8px;
}

.project-overlay-header button:hover {
  background: rgba(0, 0, 0, 0.08);
}

.project-overlay-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(12, 1fr);
}

.project-overlay-grid figure {
  grid-column: span 6;
  margin: 0 0 70px;
}

.project-overlay-grid figure:nth-child(3n) {
  grid-column: 3 / span 8;
}

.project-overlay-grid img {
  border-radius: 0;
  height: auto;
  width: 100%;
}

.theme-dark {
  background: var(--dark);
  color: var(--dark-text);
}

.theme-dark .header {
  color: var(--dark-text);
}

.theme-dark .header-main-nav-link:hover,
.theme-dark .is-email-link:hover,
.theme-dark .header-main-nav-link:focus-visible,
.theme-dark .is-email-link:focus-visible {
  background: #8d8d8d;
  color: #000;
}

.theme-dark .header-menu-toggle {
  background: #151515;
}

.theme-dark .header-menu-toggle span {
  background: #fff;
}

.page-studio {
  background: #000;
  color: #fff;
  min-height: 100vh;
}

.studio-main {
  padding: 110px var(--gutter) 20px;
}

.studio-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  min-height: 790px;
  padding-bottom: 150px;
  position: relative;
}

.studio-lede {
  font-size: 62px;
  letter-spacing: -2.17px;
  line-height: 52.7px;
  margin: 0;
  max-width: 1240px;
  padding-top: 250px;
}

.studio-information {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  padding: 18px 0 160px;
}

.studio-information h2 {
  font-size: 62px;
  font-weight: 400;
  letter-spacing: -2.17px;
  line-height: 52.7px;
  margin: 0;
}

.studio-info-grid {
  display: grid;
  gap: 80px 10px;
  grid-template-columns: 1fr 1fr;
}

.studio-info-block {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  min-height: 260px;
  padding-top: 20px;
  scroll-margin-top: 118px;
}

.studio-info-block h3,
.studio-info-block p,
.studio-info-block a,
.studio-info-block li {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 17.6px;
  margin: 0;
}

.studio-info-block h3 {
  color: #fff;
  margin-bottom: 28px;
}

.studio-info-block p,
.studio-info-block a,
.studio-info-block li {
  color: #777;
}

.studio-info-block a {
  display: block;
  transition: color 140ms ease;
}

.studio-info-block a:hover,
.studio-info-block a:focus-visible {
  color: #fff;
  outline: 0;
}

.studio-method {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 170px;
  padding-top: 18px;
}

.studio-method h2 {
  font-size: 62px;
  font-weight: 400;
  letter-spacing: -2.17px;
  line-height: 52.7px;
  margin: 0;
}

.studio-method-list {
  display: grid;
  gap: 0;
}

.studio-method article {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  display: grid;
  gap: 10px;
  grid-template-columns: 68px 0.9fr 1.4fr;
  min-height: 150px;
  padding: 18px 0 34px;
}

.studio-method article:first-child {
  border-top: 0;
}

.studio-method span,
.studio-method h3,
.studio-method p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 17.6px;
  margin: 0;
}

.studio-method span,
.studio-method p {
  color: #777;
}

.studio-booking {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 120px;
  padding-top: 18px;
}

.studio-booking h2,
.studio-booking p,
.studio-booking a,
.studio-booking span {
  font-weight: 400;
  margin: 0;
}

.studio-booking h2 {
  font-size: 62px;
  letter-spacing: -2.17px;
  line-height: 52.7px;
  max-width: 620px;
}

.studio-booking-content {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  display: grid;
  gap: 28px;
  padding-top: 18px;
}

.studio-booking p,
.studio-booking a,
.studio-booking span {
  font-size: 20px;
  letter-spacing: -0.6px;
  line-height: 17.6px;
}

.studio-booking p,
.studio-booking span {
  color: #777;
  max-width: 520px;
}

.studio-booking a {
  color: #fff;
  display: inline-block;
  width: max-content;
}

.studio-booking a::after {
  content: " ↗";
}

.studio-booking a:hover,
.studio-booking a:focus-visible {
  color: #777;
  outline: 0;
}

.studio-work-float {
  bottom: 28px;
  display: block;
  height: clamp(140px, 12.6vw, 244px);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: clamp(18px, 2.4vw, 46px);
  transform: translate3d(0, 24px, 0) scale(0.98);
  transition:
    opacity 260ms ease,
    transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1),
    visibility 260ms ease;
  visibility: hidden;
  width: clamp(92px, 8.4vw, 160px);
  z-index: 140;
}

.studio-work-float.is-visible {
  opacity: 0.96;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  visibility: visible;
}

.studio-work-float:hover,
.studio-work-float:focus-visible {
  opacity: 1;
  outline: 0;
}

.studio-work-float img {
  background: transparent;
  height: 100%;
  inset: 0;
  object-fit: contain;
  object-position: right bottom;
  opacity: 0;
  position: absolute;
  transition: opacity 420ms ease;
  width: 100%;
}

.studio-work-float img.is-active {
  opacity: 1;
}

.studio-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  display: grid;
  font-size: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  letter-spacing: -0.48px;
  line-height: 14.08px;
  padding: 18px 0 22px;
}

@media (max-width: 1100px) {
  .hero-duo,
  .hero-single {
    max-width: 100%;
    width: 100%;
  }

  .hero-duo img:nth-child(2) {
    display: none;
  }

  .home-hero-image,
  .hero-duo img,
  .hero-single img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }
}

@media (max-width: 900px) {
  :root {
    --gutter: 20px;
    --header-h: 88px;
  }

  body {
    font-size: 18px;
    line-height: 16px;
  }

  .header-main {
    display: none;
  }

  .header-mobile {
    display: block;
  }

  .header-nav {
    align-items: flex-start;
    display: flex;
    height: 88px;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    z-index: 400;
  }

  body.mobile-menu-open .header-nav-logo {
    opacity: 0;
    pointer-events: none;
  }

  .header-nav-logo img,
  .header-nav-inner-logo img {
    height: auto;
    max-width: min(235px, calc(100vw - 130px));
    object-fit: contain;
    object-position: left center;
    width: 235px;
  }

  .header-menu-toggle {
    align-items: center;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 32px;
    justify-content: center;
    margin-top: 0;
    transition: background-color 160ms ease;
    width: 52px;
  }

  .header-menu-toggle:focus-visible {
    outline: 0;
  }

  .theme-dark:not(.mobile-menu-open) .header-menu-toggle {
    background: #151515;
  }

  .theme-dark:not(.mobile-menu-open) .header-menu-toggle span {
    background: #fff;
  }

  body.mobile-menu-open .header-menu-toggle {
    background: rgba(0, 0, 0, 0.06);
  }

  body.mobile-menu-open .header-menu-toggle span {
    background: #000;
  }

  .header-menu-toggle span {
    background: #000;
    display: block;
    height: 2px;
    transition: transform 180ms ease;
    width: 18px;
  }

  .header-menu-toggle.is-open span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .header-menu-toggle.is-open span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .header-nav-mobile-menu {
    background: #c0c1ba;
    bottom: 0;
    color: #000;
    display: none;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 300;
  }

  .header-nav-mobile-menu.is-open {
    display: block;
  }

  .header-nav-inner-logo {
    display: block;
    height: auto;
    left: 20px;
    position: fixed;
    top: 20px;
    z-index: 310;
  }

  .header-nav-inner-logo img {
    height: auto;
    max-width: min(235px, calc(100vw - 130px));
    transform: none;
    width: 235px;
  }

  .header-nav-mobile-menu-inner {
    display: flex;
    flex-direction: column;
    font-size: 52px;
    height: 100dvh;
    letter-spacing: -1.3px;
    line-height: 49.4px;
    padding: 120px 20px 20px;
  }

  .header-nav-mobile-menu li {
    margin-bottom: 0;
  }

  .header-mobile-primary {
    align-self: flex-start;
  }

  .header-mobile-primary a,
  .header-mobile-contact {
    display: inline-block;
  }

  .header-mobile-contact {
    align-self: flex-start;
    font-size: 52px;
    letter-spacing: -1.3px;
    line-height: 49.4px;
    margin-top: auto;
    padding-bottom: 0;
  }

  .page-homeV2 {
    padding: 130px 20px 20px;
  }

  .home-hero {
    height: 480px;
    margin-bottom: 80px;
  }

  .home-gallery-itemv2.layout-margin {
    padding: 0;
  }

  .home-hero-image {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }

  .home-introText {
    font-size: 29px;
    letter-spacing: -1.16px;
    line-height: 26.1px;
    margin: 0 0 140px;
  }

  .intro-hover-preview {
    display: none;
  }

  .selectedWork-header {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 80px;
  }

  .selectedWork-header-title,
  .selectedWork-header-view,
  .selectedWork-header-filter {
    width: 100%;
  }

  .selectedWork-header-view {
    display: none;
  }

  .selectedWork-header-filter .filter-all-item {
    display: block;
  }

  .selectedWork-header h1,
  .home-capabilities h1 {
    font-size: 48px;
    letter-spacing: -1.92px;
    line-height: 42px;
  }

  .filter-wrapper {
    margin-top: 28px;
    padding-left: 96px;
  }

  .filter-preview {
    display: none;
  }

  .filter-title-wrapper {
    left: 0;
    right: auto;
  }

  .selectedWork-row {
    display: block;
  }

  .work-card,
  .work-card.w-58,
  .work-card.w-41,
  .work-card.w-83,
  .work-card.w-66,
  .work-card.w-33 {
    margin: 0 0 54px;
    width: 100%;
  }

  .work-card.is-centered {
    margin-left: 0;
  }

  .w-58 .work-card-media,
  .w-41 .work-card-media,
  .w-83 .work-card-media,
  .w-33 .work-card-media,
  .w-66 .work-card-media {
    aspect-ratio: auto;
    display: block;
    height: auto;
  }

  .work-card-media img {
    height: auto;
    max-height: none;
    max-width: none;
    width: 100%;
  }

  .work-card-content {
    font-size: 16px;
    line-height: 14.08px;
  }

  .home-capabilities {
    display: block;
    margin: 150px 0;
  }

  .home-capabilities h1 {
    width: 100%;
  }

  .home-capabilities-filter {
    margin: 80px 0 0;
    width: 100%;
  }

  .page-workIndex {
    padding: 130px 20px 20px;
  }

  .work-index-hero {
    display: block;
    min-height: auto;
    padding-bottom: 90px;
  }

  .work-index-hero h1 {
    font-size: 54px;
    letter-spacing: -1.92px;
    line-height: 47px;
  }

  .work-index-title p {
    font-size: 18px;
    line-height: 16px;
    margin-top: 10px;
  }

  .work-index-filter {
    margin: 64px 0 0;
    width: 100%;
  }

  .work-index-grid {
    display: block;
    margin-bottom: 130px;
  }

  .work-index-card {
    margin-bottom: 64px;
  }

  .work-index-empty {
    font-size: 28px;
    line-height: 25px;
  }

  .work-index-card .work-card-media {
    height: 520px;
  }

  .footer-contact {
    min-height: 360px;
  }

  .footer-contact h2,
  .footer-contact a {
    font-size: 48px;
    letter-spacing: -1.92px;
    line-height: 42px;
  }

  .footer-supermark {
    font-size: clamp(56px, 15.4vw, 96px);
    line-height: 0.86;
    margin-top: 20px;
  }

  .footer-inner,
  .studio-footer {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .project-overlay {
    padding: 100px 20px 40px;
  }

  .project-overlay-header {
    align-items: start;
    display: grid;
    font-size: 42px;
    grid-template-columns: minmax(0, 1fr) auto;
    line-height: 37px;
  }

  .project-overlay-header button {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .project-overlay-header h2 {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .project-overlay-grid {
    display: block;
  }

  .project-overlay-grid figure,
  .project-overlay-grid figure:nth-child(3n) {
    margin-bottom: 20px;
  }

  .studio-main {
    padding: 130px 20px 20px;
  }

  .studio-hero {
    min-height: auto;
    padding-bottom: 110px;
  }

  .studio-lede,
  .studio-information h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
    line-height: 42px;
  }

  .studio-lede {
    padding-top: 72px;
  }

  .studio-information,
  .studio-info-grid,
  .studio-method,
  .studio-method-list,
  .studio-booking {
    display: block;
  }

  .studio-info-grid {
    margin-top: 80px;
  }

  .studio-info-block {
    min-height: auto;
    padding-bottom: 64px;
  }

  .studio-method {
    margin-bottom: 120px;
  }

  .studio-method h2,
  .studio-booking h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
    line-height: 42px;
    margin-bottom: 72px;
  }

  .studio-method article {
    display: block;
    min-height: auto;
    padding-bottom: 54px;
  }

  .studio-method span,
  .studio-method h3,
  .studio-method p {
    font-size: 18px;
    letter-spacing: -0.54px;
    line-height: 16px;
  }

  .studio-method h3 {
    margin: 12px 0 18px;
  }

  .studio-booking {
    margin-bottom: 120px;
  }

  .studio-booking-content {
    gap: 24px;
  }

  .studio-booking p,
  .studio-booking a,
  .studio-booking span {
    font-size: 18px;
    letter-spacing: -0.54px;
    line-height: 16px;
  }

  .studio-work-float {
    display: none;
  }
}
