﻿@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../../fonts/cormorant-garamond-latin-normal.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("../../fonts/dm-sans-latin-normal.woff2") format("woff2");
}
:root {
  --ink: #171711;
  --paper: #eee9df;
  --line: rgba(23, 23, 17, 0.22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --pad: clamp(22px, 4vw, 72px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--ink);
}
body.marquetry-page {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: clip;
}
.marquetry-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mq-section {
  padding: clamp(90px, 12vw, 190px) var(--pad);
}
.mq-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: #ffffffb8;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.mq-kicker span {
  display: grid;
  width: 29px;
  height: 29px;
  border: 1px solid #ffffff59;
  border-radius: 50%;
  place-items: center;
  font-size: 8px;
}
.mq-kicker.dark {
  color: #1717119c;
}
.mq-kicker.dark span {
  border-color: #17171140;
}
.mq-heading {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(55px, 8vw, 128px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.86;
}
.mq-heading em {
  font-weight: 400;
  color: #896942;
}
.mq-hero {
  position: relative;
  min-height: 100svh;
  background: var(--ink);
  color: #f4efe6;
  overflow: hidden;
}
.mq-hero__media {
  position: absolute;
  inset: 0 0 0 45%;
}
.mq-hero__media img {
  filter: saturate(0.8);
  animation: hero 1.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.mq-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #171711 0 36%,
    #171711c7 52%,
    transparent 83%
  );
}
.mq-hero__content {
  position: relative;
  display: flex;
  z-index: 1;
  min-height: 100svh;
  padding: clamp(150px, 20vh, 230px) var(--pad);
  flex-direction: column;
  justify-content: center;
}
.mq-display {
  margin: 55px 0 0;
  padding: 0;
  font-family: var(--serif);
  font-size: clamp(78px, 13vw, 210px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.72;
  overflow: visible;
}
.mq-display .char {
  display: inline-block;
  transform: translateY(110%);
  animation: char 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(120ms + var(--i) * 55ms);
}
.mq-hero__intro {
  max-width: 520px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 31px);
  line-height: 1.35;
}
.mq-scroll {
  position: absolute;
  z-index: 2;
  right: var(--pad);
  bottom: 40px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}
.mq-hero__index {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: var(--pad);
  font-size: 10px;
}
.mq-process {
  display: grid;
  grid-template-columns: 0.55fr 1.25fr 0.9fr;
  gap: clamp(35px, 6vw, 110px);
  align-items: start;
}
.mq-process__aside {
  display: flex;
  min-height: 650px;
  flex-direction: column;
  justify-content: space-between;
}
.mq-process__copy {
  padding-top: clamp(100px, 12vw, 180px);
}
.mq-copy {
  margin: clamp(45px, 6vw, 90px) 0 0 clamp(0px, 4vw, 80px);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.8;
}
.mq-stamp {
  display: grid;
  width: 125px;
  height: 125px;
  border: 1px solid #17171140;
  border-radius: 50%;
  place-items: center;
  text-align: center;
  font-family: var(--serif);
  animation: float 5s ease-in-out infinite;
}
.mq-process__image {
  height: min(780px, 68vw);
  margin: 0;
  overflow: hidden;
}
.mq-process__image figcaption {
  margin-top: 12px;
  font-size: 9px;
  text-transform: uppercase;
}
.mq-work {
  background: var(--ink);
  color: var(--paper);
}
.mq-work__header {
  display: grid;
  grid-template-columns: 1fr 2.5fr 1fr;
  gap: 30px;
  align-items: end;
  margin-bottom: clamp(70px, 9vw, 140px);
}
.mq-work__intro {
  max-width: 300px;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #eee9dfa6;
}
.mq-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(22px, 3vw, 48px);
  align-items: start;
}
.mq-gallery__item {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: zoom-in;
}
.mq-gallery__item--wide {
  grid-row: span 2;
}
.mq-gallery__item--detail {
  width: 72%;
  margin-left: auto;
}
.mq-gallery__image {
  display: block;
  overflow: hidden;
}
.mq-gallery__item--wide .mq-gallery__image {
  aspect-ratio: 1/1.14;
}
.mq-gallery__item--tall .mq-gallery__image {
  aspect-ratio: 4/3;
}
.mq-gallery__item--detail .mq-gallery__image {
  aspect-ratio: 1/1.15;
}
.mq-gallery__image img {
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.mq-gallery__item:hover img {
  transform: scale(1.045);
}
.mq-gallery__meta {
  display: flex;
  padding-top: 15px;
  border-top: 1px solid #ffffff2e;
  margin-top: 14px;
  justify-content: space-between;
}
.mq-gallery__meta b {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}
.mq-gallery__meta small {
  color: #ffffff80;
  font-size: 9px;
  text-transform: uppercase;
}
.mq-capabilities {
  background: #d6c7ad;
}
.mq-capabilities__lead {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
  align-items: end;
  margin-bottom: clamp(70px, 10vw, 150px);
}
.mq-capabilities__intro {
  max-width: 330px;
  margin: 0;
  line-height: 1.7;
}
.mq-services {
  border-top: 1px solid var(--line);
}
.mq-service {
  display: grid;
  grid-template-columns: 0.8fr 1.25fr;
  gap: clamp(28px, 7vw, 120px);
  padding: clamp(32px, 4vw, 64px) 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.mq-service:nth-child(even) {
  grid-template-columns: 1.25fr 0.8fr;
}
.mq-service:nth-child(even) .mq-service__image {
  order: 2;
}
.mq-service__image {
  height: clamp(260px, 35vw, 540px);
  margin: 0;
  overflow: hidden;
}
.mq-service__image img {
  filter: saturate(0.75);
  transition: transform 1s;
}
.mq-service:hover img {
  transform: scale(1.04);
}
.mq-service__body {
  display: grid;
  grid-template-columns: 50px 1fr;
}
.mq-service__body h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(43px, 6vw, 92px);
  font-weight: 400;
  line-height: 1;
}
.mq-service__body p {
  grid-column: 2;
  max-width: 530px;
  margin: 28px 0 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7;
}
.mq-direct {
  margin: 55px 0 0 auto;
  width: max-content;
  border-bottom: 1px solid;
  font-size: 13px;
}
.mq-cta {
  padding: clamp(100px, 13vw, 190px) var(--pad) clamp(70px, 8vw, 115px);
  background: #4b251b;
  color: #f3ebdf;
}
.mq-cta__title {
  max-width: 1300px;
  margin: clamp(60px, 8vw, 120px) 0;
  font-family: var(--serif);
  font-size: clamp(50px, 8vw, 128px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}
.mq-cta__title em {
  color: #d5bb91;
  font-weight: 400;
}
.mq-cta__footer {
  display: flex;
  padding-top: 24px;
  border-top: 1px solid #ffffff4d;
  align-items: center;
  justify-content: space-between;
}
.mq-cta__footer p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
}
.mq-cta__footer p i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b9c98e;
}
.mq-cta__footer a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: inherit;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 32px);
  text-decoration: none;
}
.mq-cta__footer svg {
  width: 28px;
  fill: none;
  stroke: currentColor;
}
.mq-lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  padding: 70px;
  background: #0c0c09f7;
  border: 0;
  color: #fff;
}
.mq-lightbox img {
  object-fit: contain;
}
.mq-lightbox__close {
  position: absolute;
  top: 22px;
  right: 28px;
  border: 0;
  background: none;
  color: #fff;
}
.mq-reveal {
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.mq-reveal.is-pending {
  opacity: 0;
  transform: translateY(40px);
}
.mq-reveal.is-visible {
  opacity: 1;
  transform: none;
}
@keyframes hero {
  from {
    opacity: 0;
    transform: scale(1.15);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes char {
  to {
    transform: none;
  }
}
@keyframes float {
  50% {
    transform: translateY(-12px);
  }
}
@media (max-width: 760px) {
  :root {
    --pad: 20px;
  }
  .mq-section {
    padding: 92px var(--pad);
  }
  .mq-hero__media {
    inset: 36% 0 0;
  }
  .mq-hero__shade {
    background: linear-gradient(
      180deg,
      #171711 0 32%,
      #171711c7 49%,
      transparent 76%,
      #171711bf
    );
  }
  .mq-hero__content {
    padding: 118px 20px;
    justify-content: flex-start;
  }
  .mq-display {
    width: 100%;
    max-width: 100%;
    margin: 38px 0 0;
    padding: 0;
    font-size: clamp(58px, 18vw, 90px);
    line-height: 0.82;
    letter-spacing: -0.075em;
    white-space: nowrap;
    overflow: visible;
  }
  .mq-hero__intro {
    max-width: 90%;
    font-size: 20px;
  }
  .mq-scroll {
    right: 20px;
    bottom: 28px;
  }
  .mq-hero__index {
    left: 20px;
    bottom: 28px;
  }
  .mq-process {
    display: flex;
    flex-direction: column;
    gap: 46px;
  }
  .mq-process__aside {
    width: 100%;
    min-height: 0;
    flex-direction: row;
    align-items: center;
  }
  .mq-stamp {
    width: 90px;
    height: 90px;
    font-size: 12px;
  }
  .mq-process__copy {
    padding: 0;
  }
  .mq-heading {
    font-size: clamp(53px, 17vw, 78px);
  }
  .mq-copy {
    margin: 38px 0 0;
    font-size: 16px;
  }
  .mq-process__image {
    width: calc(100% + 20px);
    height: 118vw;
    max-height: 560px;
  }
  .mq-work__header,
  .mq-capabilities__lead {
    display: block;
  }
  .mq-work__header .mq-heading,
  .mq-capabilities__lead .mq-heading {
    margin-top: 55px;
  }
  .mq-work__intro,
  .mq-capabilities__intro {
    margin-top: 30px;
  }
  .mq-gallery {
    display: block;
  }
  .mq-gallery__item {
    display: block;
    width: 100%;
    margin: 0 0 56px;
  }
  .mq-gallery__item--wide .mq-gallery__image,
  .mq-gallery__item--tall .mq-gallery__image {
    aspect-ratio: 4/5;
  }
  .mq-gallery__item--detail {
    width: 78%;
    margin-left: auto;
  }
  .mq-service,
  .mq-service:nth-child(even) {
    display: flex;
    padding: 40px 0;
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
  }
  .mq-service:nth-child(even) .mq-service__image {
    order: 0;
  }
  .mq-service__image {
    height: auto;
    aspect-ratio: 1.15;
  }
  .mq-service__body {
    grid-template-columns: 35px 1fr;
  }
  .mq-service__body h3 {
    font-size: 48px;
  }
  .mq-service__body p {
    margin-top: 20px;
    font-size: 15px;
  }
  .mq-direct {
    width: auto;
    margin-top: 44px;
    line-height: 1.6;
  }
  .mq-cta__title {
    margin: 65px 0 80px;
    font-size: clamp(48px, 14vw, 68px);
  }
  .mq-cta__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
  }
  .mq-cta__footer a {
    width: 100%;
    justify-content: space-between;
  }
  .mq-lightbox {
    padding: 60px 14px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .mq-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .mq-display .char {
    transform: none;
    animation: none;
  }
  .mq-hero__media img,
  .mq-stamp {
    animation: none;
  }
}

.mq-display {
  position: relative;
  z-index: 2;
  color: #d0ae78;
  -webkit-text-fill-color: #d0ae78;
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}
.mq-display .char {
  color: inherit;
  -webkit-text-fill-color: inherit;
}
.mq-display .char:nth-last-child(-n + 3) {
  color: #e0c89e;
  -webkit-text-fill-color: #e0c89e;
}
.mq-hero__intro {
  position: relative;
  z-index: 3;
  max-width: 480px;
  margin-top: clamp(42px, 5vw, 76px);
  color: #f6f0e7;
  font-family: var(--sans);
  font-size: clamp(17px, 1.55vw, 23px);
  font-weight: 300;
  line-height: 1.42;
  letter-spacing: -0.025em;
}
@media (max-width: 760px) {
  .mq-hero__intro {
    max-width: 86%;
    margin-top: 34px;
    font-size: 17px;
    line-height: 1.38;
  }
}
