:root {
  --paper: #f3f0e9;
  --ink: #342b25;
  --muted: #736b61;
  --rule: #cfc9be;
  --oxblood: #60352e;
  --dark: #302923;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --gutter: clamp(22px, 4.5vw, 82px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.is-locked {
  overflow: hidden;
}
::selection {
  background: #9d6151;
  color: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button {
  color: inherit;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid #9d6151;
  outline-offset: 7px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
em {
  font-weight: 400;
}
button:disabled {
  cursor: default;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  padding: 14px 20px;
  background: var(--ink);
  color: var(--paper);
  z-index: 100;
}
.skip-link:focus {
  top: 14px;
}
.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--gutter);
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(243, 240, 233, 0.96);
  border-bottom: 1px solid transparent;
  transition:
    height 0.3s,
    border-color 0.3s;
  backdrop-filter: blur(14px);
}
.site-header.scrolled {
  height: 76px;
  border-color: var(--rule);
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand-monogram {
  font: 500 49px/0.85 var(--serif);
  letter-spacing: -5px;
  padding-right: 5px;
}
.brand-name {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1.5px;
}
.brand-name > span {
  display: block;
  font-size: 9px;
  letter-spacing: 1.15px;
}
.desktop-nav {
  display: flex;
  gap: 32px;
  margin-left: 20px;
  font-size: 14px;
}
.desktop-nav sup {
  font-size: 10px;
  padding-left: 3px;
}
.desktop-nav a,
.header-contact {
  position: relative;
}
.desktop-nav a:after,
.header-contact:after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 1px;
  left: 0;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.desktop-nav a:hover:after,
.header-contact:hover:after {
  transform: scaleX(1);
}
.header-contact {
  font-size: 14px;
}
.header-contact span {
  margin-left: 30px;
  font-size: 22px;
}
.menu-toggle,
.mobile-nav {
  display: none;
}
.hero-heading {
  padding: 34px var(--gutter) 26px;
}
.hero-eyebrow {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 1.8px;
}
.hero-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 14px;
}
.hero h1 {
  font: 400 clamp(84px, 10.9vw, 174px)/1.03 var(--serif);
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.hero h1 em {
  color: var(--oxblood);
  letter-spacing: -0.065em;
}
.word-reveal {
  display: inline-block;
  overflow: hidden;
  padding-bottom: 0.13em;
  margin-bottom: -0.13em;
  vertical-align: bottom;
}
.word-reveal > span,
.word-reveal > em {
  display: inline-block;
  animation: title-enter 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.word-reveal:nth-child(2) > em {
  animation-delay: 0.15s;
}
.hero-intro {
  font-size: 14px;
  line-height: 1.7;
  max-width: 250px;
  margin-top: 35px;
}
.hero-visual {
  display: block;
  position: relative;
  margin: 0 24px;
  height: clamp(440px, 57vw, 690px);
  overflow: hidden;
  background: #a99c87;
  animation: photo-enter 1.5s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}
.hero-visual img {
  transform: scale(1.06);
  object-position: 50% 57%;
  will-change: transform;
}
.hero-image-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(29, 23, 18, 0.55));
}
.hero-caption {
  position: absolute;
  bottom: 47px;
  left: calc(var(--gutter) - 24px);
  color: #fff;
  display: grid;
  gap: 8px;
}
.hero-caption > span:first-child {
  font-size: 11px;
  letter-spacing: 1.8px;
}
.hero-caption > span:nth-child(2) {
  font: 400 clamp(32px, 3vw, 48px)/1 var(--serif);
}
.discover-orbit {
  position: absolute;
  right: calc(var(--gutter) + 10px);
  bottom: 50px;
  width: 111px;
  height: 111px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  transition:
    background 0.3s,
    color 0.3s,
    transform 0.4s;
}
.discover-orbit > span:first-child {
  font-size: 10px;
  letter-spacing: 1.6px;
  line-height: 1.5;
  text-align: center;
}
.orbit-arrow {
  font-size: 23px;
  line-height: 1;
}
.hero-visual:hover .discover-orbit {
  background: var(--paper);
  color: var(--ink);
  transform: rotate(-8deg);
}
.hero-location {
  position: absolute;
  top: 28px;
  left: calc(var(--gutter) - 24px);
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #fff;
  text-shadow: 0 1px 4px #292017;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  margin: 20px var(--gutter) 0;
  font-size: 10px;
  letter-spacing: 1.3px;
}
.hero-bottom > span:last-child {
  letter-spacing: 0.3px;
}
.hero-bottom > span:last-child span {
  display: inline-block;
  margin-left: 24px;
  animation: nudge 2.5s ease-in-out infinite;
}
.section-pad {
  padding: 130px var(--gutter);
}
.section-kicker {
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 1.7;
}
.section-no {
  margin-right: 25px;
  color: #9c9285;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 10vw;
  margin-top: 45px;
}
.introduction h2 {
  font: 400 clamp(48px, 5.5vw, 86px)/1.07 var(--serif);
  letter-spacing: -0.035em;
}
.introduction h2 em {
  color: var(--oxblood);
}
.intro-copy {
  max-width: 350px;
  padding-top: 8px;
}
.intro-copy p + p {
  margin-top: 22px;
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 0 0 9px;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  margin-top: 33px;
  text-align: left;
}
.text-link span {
  font-size: 22px;
  transition: transform 0.25s;
}
.text-link:hover span {
  transform: translate(3px, -3px);
}
.projects {
  padding-top: 35px;
  padding-bottom: 100px;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-top: 1px solid var(--rule);
  padding-top: 37px;
  margin-bottom: 64px;
}
.section-top h2 {
  font: 400 clamp(46px, 5.6vw, 87px)/1.1 var(--serif);
  letter-spacing: -0.04em;
  margin-top: 24px;
}
.section-top > p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  padding-bottom: 8px;
}
.project-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 100px 6vw;
  align-items: start;
}
.project-image {
  position: relative;
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #a99c87;
  text-align: left;
}
.project-image img {
  transition:
    transform 1s cubic-bezier(0.2, 0.6, 0.3, 1),
    filter 1s;
}
.project-image:hover img {
  transform: scale(1.045);
  filter: brightness(0.91);
}
.project-one .project-image {
  aspect-ratio: 1.24;
}
.project-one .project-image img {
  object-position: 47% 50%;
}
.project-two {
  margin-top: 170px;
}
.project-two .project-image {
  aspect-ratio: 0.89;
}
.project-two .project-image img {
  object-position: 55% 50%;
}
.project-tag {
  position: absolute;
  top: 22px;
  left: 22px;
  font-size: 10px;
  letter-spacing: 1.3px;
  padding: 6px 10px;
  background: var(--paper);
}
.project-open {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  font-size: 28px;
  line-height: 1.4;
  filter: drop-shadow(0 1px 4px #000);
}
.hover-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--paper);
  font-size: 10px;
  letter-spacing: 1px;
  opacity: 0;
  transform: translate(-50%, -40%);
  transition:
    opacity 0.3s,
    transform 0.3s;
  pointer-events: none;
}
.project-image:hover .hover-label {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.project-caption {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}
.project-title {
  padding: 0;
  font: 500 clamp(29px, 2.4vw, 38px)/1.3 var(--serif);
  letter-spacing: -0.025em;
  text-align: left;
}
.project-title:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.project-caption p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 5px;
}
.project-number {
  font: 400 26px/1.4 var(--serif);
  color: var(--muted);
}
.project-three {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 10vw;
  margin-top: 0;
}
.project-three .project-image {
  aspect-ratio: 1.12;
}
.project-three .project-image img {
  object-position: 50% 61%;
}
.project-three h3 {
  font: 400 clamp(46px, 5.4vw, 80px)/1.04 var(--serif);
  letter-spacing: -0.025em;
  margin: 28px 0;
}
.project-three-copy {
  max-width: 440px;
}
.project-three-copy > p {
  font-size: 15px;
  color: var(--muted);
  max-width: 320px;
}
.project-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  border-top: 1px solid var(--rule);
  padding-top: 20px;
  margin-top: 40px;
  color: var(--muted);
}
.project-meta > span:last-child {
  font: 400 24px/1 var(--serif);
}
.concept-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 65px;
}
.atelier {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  background: var(--dark);
  color: var(--paper);
  min-height: 850px;
}
.atelier-image {
  position: relative;
  overflow: hidden;
  min-height: 700px;
}
.atelier-image img {
  object-position: 40% 55%;
}
.atelier-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent 40%);
}
.atelier-image > span {
  position: absolute;
  z-index: 1;
  left: var(--gutter);
  bottom: 40px;
  font-size: 10px;
  letter-spacing: 2px;
}
.atelier-copy {
  padding: 100px 5vw 75px 7vw;
}
.atelier h2 {
  font: 400 clamp(50px, 5.2vw, 78px)/1.05 var(--serif);
  letter-spacing: -0.035em;
  margin-top: 47px;
}
.atelier h2 em {
  color: #c7ac8e;
}
.atelier-body {
  max-width: 390px;
  margin-top: 37px;
  font-size: 15px;
  color: #d5cfc5;
}
.atelier-body p + p {
  margin-top: 20px;
}
.atelier-signature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #655a4f;
}
.atelier-signature > span:first-child {
  font: italic 400 30px/1 var(--serif);
}
.atelier-signature > span:last-child {
  font-size: 9px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #c2b8a9;
}
.approach {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 7vw;
  padding-top: 140px;
  padding-bottom: 145px;
}
.approach-heading h2 {
  font: 400 clamp(42px, 4.3vw, 66px)/1.08 var(--serif);
  letter-spacing: -0.04em;
  margin-top: 35px;
}
.approach-heading > p {
  margin-top: 27px;
  font-size: 14px;
  color: var(--muted);
}
.steps {
  padding-top: 7px;
}
.steps details {
  border-top: 1px solid var(--rule);
}
.steps details:last-child {
  border-bottom: 1px solid var(--rule);
}
.steps summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 25px 0;
  cursor: pointer;
}
.steps summary::-webkit-details-marker {
  display: none;
}
.step-num {
  font-size: 11px;
  color: var(--muted);
  flex: 0 0 20px;
}
.steps summary > span:nth-child(2) {
  font: 500 clamp(23px, 2.5vw, 34px)/1.1 var(--serif);
  letter-spacing: -0.02em;
}
.step-icon {
  width: 14px;
  height: 14px;
  margin-left: auto;
  position: relative;
  flex-shrink: 0;
}
.step-icon:before,
.step-icon:after {
  content: "";
  position: absolute;
  background: var(--ink);
  height: 1px;
  width: 14px;
  left: 0;
  top: 7px;
}
.step-icon:after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.steps details[open] .step-icon:after {
  transform: rotate(0);
}
.step-body {
  padding: 0 12px 30px 44px;
  animation: body-enter 0.35s ease;
}
.step-body p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
}
.step-body > span {
  display: block;
  font-size: 9px;
  letter-spacing: 1.2px;
  margin-top: 25px;
}
.contact {
  background: var(--oxblood);
  color: var(--paper);
  padding-top: 64px;
  padding-bottom: 45px;
  position: relative;
  overflow: hidden;
}
.contact-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-top > span {
  font-size: 10px;
  letter-spacing: 1.3px;
}
.contact .section-no {
  color: #c5a995;
}
.contact-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 4vw;
  align-items: center;
  margin: 65px 0 85px;
}
.contact h2 {
  font: 400 clamp(72px, 9.5vw, 148px)/0.96 var(--serif);
  letter-spacing: -0.045em;
}
.contact h2 em {
  color: #dfc5ad;
}
.contact-aside {
  justify-self: end;
  max-width: 340px;
}
.contact-aside > p {
  font-size: 15px;
  color: #e2d1c7;
}
.contact-button {
  margin-top: 36px;
  border-bottom: 1px solid #b08879;
  padding: 0 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  font-size: 15px;
}
.contact-button > span:last-child {
  font-size: 31px;
  transition: transform 0.3s;
}
.contact-button:hover > span:last-child {
  transform: translate(4px, -4px);
}
.contact-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-size: 10px;
  letter-spacing: 1.3px;
  line-height: 1.8;
  padding-top: 30px;
  border-top: 1px solid #88594b;
}
.contact-bottom > span:last-child {
  text-align: right;
}
footer {
  padding: 50px var(--gutter) 25px;
}
.footer-name {
  font: 400 clamp(58px, 12.1vw, 190px)/1.1 var(--serif);
  letter-spacing: -0.065em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  white-space: nowrap;
}
.footer-name > span {
  font-family: var(--sans);
  font-size: 0.33em;
  letter-spacing: 0;
  padding-right: 10px;
  transition: transform 0.3s;
}
.footer-name:hover > span {
  transform: translate(4px, -4px);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-size: 10px;
  color: var(--muted);
  border-top: 1px solid var(--rule);
  padding-top: 23px;
  margin-top: 27px;
}
.footer-bottom button {
  font-size: 10px;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.reveal {
  transition:
    opacity 0.8s,
    transform 1s cubic-bezier(0.2, 0.6, 0.3, 1);
}
.js .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(30px);
}
dialog {
  padding: 0;
  border: none;
  background: var(--paper);
  color: var(--ink);
  max-width: 1400px;
  width: 94vw;
  max-height: 92dvh;
  overflow: auto;
}
dialog::backdrop {
  background: rgba(30, 25, 21, 0.82);
  backdrop-filter: blur(7px);
}
dialog[open] {
  animation: dialog-enter 0.4s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.dialog-close {
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  padding: 7px 13px;
  background: var(--paper);
}
.dialog-close > span {
  font: 300 30px/1 var(--sans);
}
.project-detail {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  min-height: 740px;
}
.detail-photo {
  min-height: 740px;
  background: #a99c87;
}
.detail-photo img {
  object-position: 50% 50%;
}
.detail-copy {
  padding: 85px 45px 30px;
}
.detail-copy h2 {
  font: 400 62px/1.02 var(--serif);
  letter-spacing: -0.04em;
  margin: 25px 0;
}
.detail-intro {
  font: 400 27px/1.3 var(--serif);
  margin-bottom: 25px;
}
.detail-copy dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 15px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 22px 0;
  margin: 25px 0;
}
.detail-copy dt {
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--muted);
  text-transform: uppercase;
}
.detail-copy dd {
  font-size: 14px;
  margin: 4px 0 0;
}
.detail-copy > p:not(.section-kicker):not(.detail-intro) {
  font-size: 14px;
  color: var(--muted);
}
.detail-copy .detail-fiction {
  font-size: 11px !important;
  margin-top: 23px;
  line-height: 1.6;
}
.detail-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  border-top: 1px solid var(--rule);
  padding-top: 20px;
}
.detail-pagination button {
  border: 1px solid var(--rule);
  width: 45px;
  height: 45px;
  font-size: 22px;
}
.detail-pagination button:hover {
  background: var(--ink);
  color: var(--paper);
}
.detail-pagination span {
  font-size: 12px;
  letter-spacing: 2px;
}
.text-dialog {
  max-width: 700px;
}
.text-dialog-inner {
  padding: 80px 65px 60px;
}
.text-dialog h2 {
  font: 400 62px/1 var(--serif);
  letter-spacing: -0.035em;
  margin: 30px 0;
}
.text-dialog h2 em {
  color: var(--oxblood);
}
.text-dialog p:not(.section-kicker) {
  font-size: 15px;
  color: var(--muted);
  margin: 20px 0;
}
.text-dialog strong {
  font-weight: 500;
  color: var(--ink);
}
@keyframes title-enter {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes photo-enter {
  from {
    clip-path: inset(15% 3% 0);
  }
  to {
    clip-path: inset(0);
  }
}
@keyframes nudge {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@keyframes body-enter {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dialog-enter {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1800px) {
  body {
    max-width: 2200px;
    margin: 0 auto;
  }
  .hero-visual {
    height: 760px;
  }
  .hero h1 {
    font-size: 195px;
  }
  .intro-copy {
    max-width: 430px;
  }
  .atelier-copy {
    padding-left: 120px;
  }
  .atelier-body {
    max-width: 500px;
  }
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 21px;
    margin-left: 0;
  }
  .header-contact {
    font-size: 12px;
  }
  .header-contact span {
    margin-left: 15px;
  }
  .hero h1 {
    font-size: 11.1vw;
  }
  .hero-intro {
    font-size: 12px;
  }
  .hero-heading {
    padding-top: 25px;
  }
  .hero-visual {
    height: 58vw;
    min-height: 420px;
  }
  .intro-grid {
    gap: 6vw;
    grid-template-columns: 1.2fr 1fr;
  }
  .section-pad {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .projects {
    padding-top: 20px;
  }
  .project-grid {
    gap: 75px 5vw;
  }
  .project-two {
    margin-top: 130px;
  }
  .atelier {
    min-height: 750px;
  }
  .atelier-copy {
    padding-top: 75px;
    padding-bottom: 55px;
    padding-left: 6vw;
  }
  .atelier-signature {
    display: block;
  }
  .atelier-signature > span:last-child {
    display: block;
    margin-top: 15px;
  }
  .approach {
    gap: 5vw;
  }
  .contact-main {
    grid-template-columns: 1.3fr 1fr;
  }
  .contact-button {
    gap: 15px;
  }
  .detail-copy {
    padding: 85px 30px 30px;
  }
  .detail-copy h2 {
    font-size: 49px;
  }
  .footer-bottom {
    align-items: start;
  }
  .footer-bottom p:nth-child(2) {
    max-width: 290px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 80px;
  }
  .site-header {
    height: 78px;
    padding: 0 22px;
  }
  .site-header.scrolled {
    height: 68px;
  }
  .brand-monogram {
    font-size: 43px;
  }
  .brand-name {
    font-size: 10px;
    letter-spacing: 1.3px;
  }
  .brand-name > span {
    font-size: 8px;
    letter-spacing: 0.8px;
  }
  .brand {
    gap: 11px;
  }
  .desktop-nav,
  .header-contact {
    display: none;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0 12px 12px;
    font-size: 12px;
  }
  .menu-toggle i {
    display: block;
    width: 20px;
    height: 10px;
    position: relative;
  }
  .menu-toggle i:before,
  .menu-toggle i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 1px;
    background: var(--ink);
    transition:
      transform 0.3s,
      top 0.3s;
  }
  .menu-toggle i:after {
    top: 7px;
  }
  .menu-toggle[aria-expanded="true"] i:before {
    top: 3px;
    transform: rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] i:after {
    top: 3px;
    transform: rotate(-45deg);
  }
  .mobile-nav {
    display: flex;
    position: fixed;
    z-index: 29;
    inset: 68px 0 0;
    background: var(--paper);
    padding: 60px 28px 35px;
    flex-direction: column;
    gap: 25px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition:
      opacity 0.3s,
      transform 0.3s,
      visibility 0.3s;
    overflow: auto;
  }
  .mobile-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-nav > a {
    font: 400 47px/1.2 var(--serif);
    letter-spacing: -0.035em;
  }
  .mobile-nav sup {
    font: 400 15px var(--sans);
    vertical-align: top;
  }
  .mobile-nav > a:nth-child(4) {
    font-family: var(--sans);
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--rule);
    padding-top: 25px;
    margin-top: 15px;
  }
  .mobile-nav p {
    font-size: 10px;
    letter-spacing: 1.3px;
    margin-top: auto;
    padding-top: 30px;
  }
  .hero-heading {
    padding: 20px 22px 24px;
  }
  .hero-eyebrow {
    font-size: 8px;
    letter-spacing: 0.9px;
    gap: 15px;
  }
  .hero-eyebrow > span:first-child {
    max-width: 155px;
  }
  .hero-eyebrow > span:last-child {
    text-align: right;
    max-width: 120px;
  }
  .hero-title-row {
    display: block;
    padding-top: 18px;
  }
  .hero h1 {
    font-size: 17.1vw;
    line-height: 1.04;
    letter-spacing: -0.065em;
  }
  .hero-intro {
    font-size: 12px;
    margin-top: 14px;
    line-height: 1.55;
    text-align: right;
    max-width: none;
  }
  .hero-visual {
    margin: 0 12px;
    height: 58svh;
    min-height: 370px;
    max-height: 650px;
  }
  .hero-visual img {
    object-position: 52% 50%;
  }
  .hero-caption {
    bottom: 30px;
    left: 22px;
    max-width: 230px;
    gap: 10px;
  }
  .hero-caption > span:first-child {
    font-size: 9px;
  }
  .hero-caption > span:nth-child(2) {
    font-size: 30px;
  }
  .discover-orbit {
    width: 78px;
    height: 78px;
    right: 20px;
    bottom: 29px;
  }
  .discover-orbit > span:first-child {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .orbit-arrow {
    font-size: 20px;
  }
  .hero-location {
    left: 22px;
    top: 21px;
    font-size: 8px;
    letter-spacing: 0.7px;
  }
  .hero-bottom {
    font-size: 8px;
    letter-spacing: 0.7px;
    margin: 17px 22px 0;
    gap: 15px;
  }
  .hero-bottom > span:last-child span {
    margin-left: 7px;
  }
  .section-pad {
    padding: 75px 25px;
  }
  .section-kicker {
    font-size: 10px;
    letter-spacing: 1.1px;
  }
  .section-no {
    margin-right: 18px;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 28px;
  }
  .introduction h2 {
    font-size: 54px;
    line-height: 1.05;
  }
  .intro-copy {
    max-width: 430px;
    padding-top: 0;
    padding-left: 36px;
  }
  .intro-copy p {
    font-size: 14px;
  }
  .intro-copy p + p {
    margin-top: 17px;
  }
  .text-link {
    font-size: 13px;
    gap: 35px;
    margin-top: 25px;
  }
  .projects {
    padding-top: 15px;
    padding-bottom: 65px;
  }
  .section-top {
    display: block;
    padding-top: 30px;
    margin-bottom: 34px;
  }
  .section-top h2 {
    font-size: 49px;
    margin-top: 20px;
    line-height: 1.04;
  }
  .section-top > p {
    margin-top: 20px;
    font-size: 13px;
  }
  .project-grid {
    display: block;
  }
  .project-one .project-image {
    aspect-ratio: 1.03;
  }
  .project-two {
    margin-top: 48px;
    margin-left: 30px;
  }
  .project-two .project-image {
    aspect-ratio: 0.92;
  }
  .project-caption {
    margin-top: 16px;
  }
  .project-title {
    font-size: 29px;
  }
  .project-caption p {
    font-size: 11px;
    line-height: 1.5;
  }
  .project-number {
    font-size: 22px;
  }
  .project-tag {
    top: 15px;
    left: 15px;
    font-size: 9px;
  }
  .project-three {
    display: block;
    margin-top: 50px;
  }
  .project-three .project-image {
    aspect-ratio: 1.06;
  }
  .project-three-copy {
    margin-top: 26px;
  }
  .project-three h3 {
    font-size: 50px;
    margin: 18px 0;
  }
  .project-three h3 br {
    display: none;
  }
  .project-three-copy > p {
    font-size: 14px;
  }
  .project-meta {
    margin-top: 30px;
    font-size: 11px;
  }
  .concept-note {
    font-size: 10px;
    margin-top: 40px;
  }
  .atelier {
    display: flex;
    flex-direction: column-reverse;
    min-height: 0;
  }
  .atelier-copy {
    padding: 60px 28px 50px;
  }
  .atelier h2 {
    font-size: 59px;
    margin-top: 28px;
  }
  .atelier-body {
    font-size: 14px;
    margin-top: 27px;
    max-width: 500px;
  }
  .atelier-signature {
    display: flex;
    margin-top: 32px;
  }
  .atelier-signature > span:last-child {
    font-size: 8px;
    margin-top: 0;
  }
  .atelier-signature > span:first-child {
    font-size: 30px;
  }
  .atelier-image {
    height: 470px;
    min-height: 0;
  }
  .atelier-image img {
    object-position: 50% 57%;
  }
  .atelier-image > span {
    left: 28px;
    bottom: 25px;
  }
  .approach {
    display: block;
    padding-top: 70px;
    padding-bottom: 75px;
  }
  .approach-heading h2 {
    font-size: 48px;
    margin-top: 25px;
  }
  .approach-heading > p {
    font-size: 13px;
    margin-top: 22px;
  }
  .steps {
    margin-top: 38px;
  }
  .steps summary {
    padding: 23px 0;
    gap: 17px;
  }
  .steps summary > span:nth-child(2) {
    font-size: 28px;
  }
  .step-body {
    padding-left: 37px;
  }
  .step-body p {
    font-size: 14px;
  }
  .step-body > span {
    font-size: 8px;
    letter-spacing: 0.6px;
  }
  .contact {
    padding: 45px 25px 30px;
  }
  .contact-top > span {
    display: none;
  }
  .contact-main {
    display: block;
    margin: 42px 0 40px;
  }
  .contact h2 {
    font-size: 19vw;
    letter-spacing: -0.05em;
  }
  .contact-aside {
    margin: 35px 0 0 35px;
    max-width: 340px;
  }
  .contact-aside > p {
    font-size: 14px;
  }
  .contact-button {
    font-size: 13px;
    margin-top: 22px;
    padding-bottom: 10px;
  }
  .contact-bottom {
    font-size: 8px;
    letter-spacing: 0.8px;
    gap: 25px;
    padding-top: 25px;
  }
  .contact-bottom > span:first-child {
    max-width: 110px;
  }
  .footer-name {
    font-size: 12.2vw;
    letter-spacing: -0.065em;
    gap: 12px;
  }
  .footer-name > span {
    padding: 0;
  }
  footer {
    padding: 35px 24px 25px;
  }
  .footer-bottom {
    display: block;
    font-size: 10px;
    margin-top: 20px;
    padding-top: 20px;
  }
  .footer-bottom p {
    margin-bottom: 11px;
    max-width: 100% !important;
  }
  .footer-bottom button {
    font-size: 10px;
  }
  .hover-label {
    display: none;
  }
  .project-detail {
    display: block;
    min-height: 0;
  }
  .detail-photo {
    height: 48svh;
    min-height: 290px;
    max-height: 430px;
  }
  .detail-copy {
    padding: 35px 25px 25px;
  }
  .detail-copy h2 {
    font-size: 51px;
    margin: 22px 0;
  }
  .detail-intro {
    font-size: 26px;
  }
  .dialog-close {
    right: 12px;
    top: 12px;
    gap: 12px;
    font-size: 11px;
    padding: 5px 10px;
  }
  .dialog-close > span {
    font-size: 27px;
  }
  dialog {
    max-height: 94dvh;
    width: 94vw;
  }
  .text-dialog-inner {
    padding: 75px 28px 40px;
  }
  .text-dialog h2 {
    font-size: 51px;
  }
  .text-dialog p:not(.section-kicker) {
    font-size: 14px;
  }
  .detail-copy dl {
    margin: 20px 0;
  }
  .detail-copy dd {
    font-size: 13px;
  }
  .detail-copy dt {
    font-size: 9px;
  }
}
@media (max-width: 370px) {
  .hero h1 {
    font-size: 16.7vw;
  }
  .hero-caption > span:nth-child(2) {
    font-size: 26px;
  }
  .hero-caption {
    max-width: 180px;
  }
  .discover-orbit {
    width: 64px;
    height: 64px;
    right: 15px;
  }
  .introduction h2 {
    font-size: 47px;
  }
  .section-top h2 {
    font-size: 44px;
  }
  .steps summary > span:nth-child(2) {
    font-size: 24px;
  }
  .atelier-signature {
    display: block;
  }
  .atelier-signature > span:last-child {
    margin-top: 15px;
  }
  .hero-bottom {
    font-size: 7px;
  }
  .brand-name {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .js .reveal:not(.is-visible) {
    opacity: 1;
    transform: none;
  }
  .hero-visual img {
    transform: none !important;
  }
  .project-image:hover img {
    transform: none;
  }
}
