/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .lowercase {
    text-transform: lowercase;
  }
}
@font-face {
  font-family: "Marcus Sans";
  src: url("/fonts/marcus-sans.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Marcus Serif";
  src: url("/fonts/marcus-serif.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
}
:root {
  --ink: #0c0c0b;
  --ink-soft: #121210;
  --paper: #ece9e1;
  --muted: #8f8e87;
  --line: rgba(236, 233, 225, 0.16);
  --line-strong: rgba(236, 233, 225, 0.34);
  --accent: #c5bea9;
  --header-height: 76px;
  --gutter: clamp(20px, 3.6vw, 60px);
  --section-space: clamp(96px, 11vw, 176px);
  --content-max: 2160px;
  --text-body: clamp(1rem, .96rem + .08vw, 1.0625rem);
  --text-caption: clamp(.75rem, .73rem + .05vw, .8125rem);
  --text-label: clamp(.6875rem, .67rem + .05vw, .75rem);
  --text-nav: clamp(.75rem, .72rem + .08vw, .8125rem);
  --font-sans: "Marcus Sans";
  --font-serif: "Marcus Serif";
}
* {
  box-sizing: border-box;
}
html {
  background: var(--ink);
  color-scheme: dark;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: var(--text-body);
  line-height: 1.55;
  overflow-x: hidden;
}
body.menu-is-open, body.lightbox-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, textarea {
  color: inherit;
  font: inherit;
}
button {
  cursor: pointer;
}
img, video {
  display: block;
}
::selection {
  background: var(--accent);
  color: var(--ink);
}
:focus-visible {
  outline: 1px solid var(--paper);
  outline-offset: 5px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: var(--gutter);
  z-index: 200;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}
.skip-link:focus {
  transform: translateY(0);
}
.section-shell {
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section-kicker {
  margin: 0;
  color: var(--muted);
  font-size: var(--text-label);
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}
.text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line-strong);
  font-size: var(--text-caption);
  letter-spacing: .045em;
  text-transform: uppercase;
  transition: border-color 180ms ease;
}
.text-link:hover {
  border-color: var(--paper);
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: var(--header-height);
  padding-inline: var(--gutter);
  border-bottom: 1px solid transparent;
  transition: background 260ms ease, border-color 260ms ease;
}
.site-header--solid {
  background: rgba(12, 12, 11, .94);
  border-color: var(--line);
}
.site-logo {
  justify-self: start;
  font-family: var(--font-serif), Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1;
}
.desktop-nav {
  display: flex;
  gap: clamp(27px, 2.6vw, 42px);
  align-items: center;
}
.desktop-nav a {
  position: relative;
  padding-block: 9px;
  color: rgba(236,233,225,.66);
  font-size: var(--text-nav);
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: color 180ms ease;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--paper);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] {
  color: var(--paper);
}
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}
.header-actions {
  justify-self: end;
  display: flex;
  gap: 28px;
  align-items: center;
}
.language-switch {
  display: flex;
  gap: 6px;
  align-items: center;
  color: rgba(241,239,232,.4);
  font-size: var(--text-label);
  letter-spacing: .11em;
}
.language-switch button {
  padding: 6px 1px;
  border: 0;
  background: none;
  color: inherit;
}
.language-switch button[aria-pressed="true"], .language-switch button:hover {
  color: var(--paper);
}
.menu-button {
  display: none;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  border: 0;
  background: none;
  font-size: var(--text-label);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.menu-glyph {
  position: relative;
  width: 20px;
  height: 10px;
}
.menu-glyph i {
  position: absolute;
  left: 0;
  width: 20px;
  height: 1px;
  background: currentColor;
  transition: transform 200ms ease, top 200ms ease;
}
.menu-glyph i:first-child {
  top: 2px;
}
.menu-glyph i:last-child {
  top: 8px;
}
.menu-button[aria-expanded="true"] .menu-glyph i:first-child {
  top: 5px;
  transform: rotate(45deg);
}
.menu-button[aria-expanded="true"] .menu-glyph i:last-child {
  top: 5px;
  transform: rotate(-45deg);
}
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(var(--header-height) + 54px) var(--gutter) 30px;
  background: var(--ink);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms;
}
.mobile-menu--open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu nav {
  display: flex;
  flex-direction: column;
}
.mobile-menu nav a {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-serif), Georgia, serif;
  font-size: clamp(2.5rem, 2rem + 2.5vw, 3.5rem);
  line-height: 1.04;
}
.mobile-menu-foot {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: var(--text-caption);
}
.hero {
  position: relative;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
  background: #161a16;
}
.hero-poster, .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-video {
  z-index: 1;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(4,5,4,.32) 0%, rgba(4,5,4,.05) 45%, rgba(4,5,4,.42) 100%);
}
.hero-content {
  position: absolute;
  z-index: 3;
  inset: auto var(--gutter) clamp(72px, 8vh, 96px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.hero-content h1 {
  margin: 0;
  font-family: var(--font-serif), Georgia, serif;
  font-size: clamp(3.75rem, 2.7rem + 4.5vw, 7rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .84;
  text-shadow: 0 3px 25px rgba(0,0,0,.16);
}
.hero-eyebrow {
  order: 2;
  margin: 0 0 2px;
  font-size: var(--text-label);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sound-toggle {
  position: absolute;
  z-index: 4;
  right: var(--gutter);
  bottom: 31px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 0;
  border: 0;
  background: none;
  font-size: var(--text-label);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sound-bars {
  display: flex;
  gap: 2px;
  align-items: end;
  width: 15px;
  height: 12px;
}
.sound-bars i {
  width: 1px;
  background: currentColor;
  animation: sound 1.1s ease-in-out infinite alternate;
}
.sound-bars i:nth-child(1) {
  height: 5px;
}
.sound-bars i:nth-child(2) {
  height: 11px;
  animation-delay: -.35s;
}
.sound-bars i:nth-child(3) {
  height: 7px;
  animation-delay: -.7s;
}
.sound-bars.is-muted i {
  animation: none;
  height: 1px;
}
@keyframes sound {
  to {
    height: 3px;
  }
}
.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 30px;
  left: var(--gutter);
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: var(--text-label);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.scroll-cue i {
  position: relative;
  width: 44px;
  height: 1px;
  overflow: hidden;
  background: rgba(241,239,232,.35);
}
.scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--paper);
  transform: translateX(-100%);
  animation: scroll-line 2.2s ease-in-out infinite;
}
@keyframes scroll-line {
  55%,100% {
    transform: translateX(100%);
  }
}
.selected-work {
  padding-top: clamp(92px, 9vw, 138px);
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(48px, 5.5vw, 76px);
}
.section-heading h2 {
  margin: 0;
  font-family: var(--font-serif), Georgia, serif;
  font-size: clamp(2rem, 1.65rem + 1.55vw, 3rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1;
}
.editorial-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row;
  align-items: start;
  gap: clamp(92px, 11vw, 168px) 0;
  width: 100%;
}
.gallery-entry {
  position: relative;
  grid-column: 1 / -1;
  margin: 0;
}
.gallery-entry--full {
  grid-column: 1 / -1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.gallery-entry--wide {
  grid-column: 2 / 12;
}
.gallery-entry--portrait-left {
  grid-column: 1 / 6;
}
.gallery-entry--portrait-right {
  grid-column: 8 / 13;
}
.gallery-entry--offset {
  grid-column: 3 / 11;
}
.gallery-entry figure {
  margin: 0;
}
.media-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #151512;
  cursor: zoom-in;
  text-align: left;
}
.media-button img {
  width: 100%;
  height: auto;
  transition: transform 760ms cubic-bezier(.22,.61,.36,1);
}
.media-button:hover img {
  transform: scale(1.006);
}
.gallery-entry figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
  color: var(--muted);
  font-size: var(--text-caption);
  letter-spacing: .02em;
}
.gallery-entry--full figcaption {
  padding-inline: var(--gutter);
}
.gallery-video-wrap {
  position: relative;
  overflow: hidden;
  background: #151512;
}
.gallery-video-wrap video {
  width: 100%;
  height: auto;
  max-height: 86svh;
  object-fit: contain;
  background: #050505;
}
.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 560ms ease, transform 640ms cubic-bezier(.22,.61,.36,1);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.intro-statement {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 34px;
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}
.statement-copy {
  grid-column: 4 / 12;
  max-width: 860px;
  margin: 0;
  font-family: var(--font-serif), Georgia, serif;
  font-size: clamp(2.25rem, 1.8rem + 1.9vw, 3.75rem);
  font-weight: 400;
  letter-spacing: -.024em;
  line-height: 1.07;
}
.intro-statement .text-link {
  grid-column: 4 / 8;
  justify-self: start;
}
.field-notes {
  padding-top: clamp(68px, 7vw, 108px);
  border-top: 1px solid var(--line);
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: grid;
  place-items: center;
  padding: 4vh 4vw;
  background: rgba(5,5,4,.97);
  animation: lightbox-in 180ms ease both;
}
@keyframes lightbox-in {
  from {
    opacity: 0;
  }
}
.lightbox-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.lightbox-media {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
.lightbox-media img {
  width: auto;
  height: auto;
  max-width: min(88vw, 2600px);
  max-height: 82svh;
  object-fit: contain;
}
.lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
}
.lightbox-close span::before, .lightbox-close span::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 9px;
  width: 25px;
  height: 1px;
  background: var(--paper);
}
.lightbox-close span::before {
  transform: rotate(45deg);
}
.lightbox-close span::after {
  transform: rotate(-45deg);
}
.lightbox-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(88vw, 1100px);
  min-height: 42px;
  color: var(--muted);
  font-size: var(--text-label);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lightbox-meta p {
  display: flex;
  gap: 18px;
  margin: 0;
}
.lightbox-meta a {
  color: var(--paper);
}
.lightbox-arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  font-size: 23px;
  transform: translateY(-50%);
}
.lightbox-arrow--previous {
  left: 0;
}
.lightbox-arrow--next {
  right: 0;
}
.contact-block {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(420px, 1.15fr);
  gap: clamp(66px, 9vw, 136px);
  padding-top: calc(var(--section-space) * .82);
  padding-bottom: calc(var(--section-space) * .72);
  border-top: 1px solid var(--line);
}
.contact-copy h2 {
  max-width: 510px;
  margin: 20px 0 26px;
  font-family: var(--font-serif), Georgia, serif;
  font-size: clamp(2.75rem, 2.05rem + 3vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}
.contact-copy > p:not(.section-kicker) {
  max-width: 420px;
  color: var(--muted);
}
.direct-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: clamp(42px, 5vw, 68px);
  color: var(--muted);
  font-size: var(--text-caption);
}
.direct-links a {
  margin-top: 8px;
  color: var(--paper);
  border-bottom: 1px solid var(--line);
}
.contact-form {
  padding-top: 12px;
}
.form-field {
  position: relative;
  display: grid;
  grid-template-columns: 118px 1fr;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.form-field label {
  padding-top: 4px;
  color: var(--muted);
  font-size: var(--text-label);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.form-field input, .form-field textarea {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  border-radius: 0;
  font-family: var(--font-serif), Georgia, serif;
  font-size: clamp(1.3125rem, 1.25rem + .25vw, 1.5rem);
  resize: vertical;
}
.form-field input::placeholder, .form-field textarea::placeholder {
  color: rgba(241,239,232,.26);
  opacity: 1;
}
.form-field input:focus-visible, .form-field textarea:focus-visible {
  outline: 0;
}
.form-field:focus-within {
  border-color: var(--paper);
}
.field-error {
  grid-column: 2;
  margin: 8px 0 0;
  color: #d9a69b;
  font-size: var(--text-caption);
}
.submit-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 34px;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--paper);
  background: transparent;
  font-size: var(--text-caption);
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color 180ms ease, padding 180ms ease;
}
.submit-button:hover {
  padding-inline: 8px;
  color: var(--accent);
}
.submit-button:disabled {
  cursor: default;
  opacity: .65;
}
.form-status {
  min-height: 24px;
  margin-top: 18px;
  color: var(--muted);
  font-size: var(--text-caption);
}
.contact-location {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 100px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: var(--text-label);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contact-location p {
  margin: 0;
}
.inner-page {
  padding-top: calc(var(--header-height) + clamp(68px, 7vw, 108px));
}
.page-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: clamp(90px, 11vw, 168px);
}
.page-intro .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: 44px;
}
.page-intro h1 {
  margin: 0;
  font-family: var(--font-serif), Georgia, serif;
  font-size: clamp(4rem, 2.5rem + 6.5vw, 9rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .82;
}
.page-intro-copy {
  align-self: end;
  max-width: 520px;
  margin: 0 0 0 auto;
  color: var(--muted);
  font-size: var(--text-body);
}
.work-gallery-shell {
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.about-header {
  padding-bottom: clamp(68px, 8vw, 118px);
}
.about-header h1 {
  max-width: 980px;
  margin: 36px 0 0;
  font-family: var(--font-serif), Georgia, serif;
  font-size: clamp(3.5rem, 2.25rem + 5.5vw, 7.375rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .9;
}
.about-grid {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: clamp(66px, 9vw, 140px);
  align-items: start;
}
.about-visual img {
  width: 100%;
  height: auto;
}
.about-visual > p {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: var(--text-label);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.about-copy {
  padding-top: 4vw;
}
.about-copy > p {
  margin: 0 0 28px;
  font-family: var(--font-serif), Georgia, serif;
  font-size: clamp(1.625rem, 1.35rem + 1.15vw, 2.25rem);
  letter-spacing: -.012em;
  line-height: 1.22;
}
.about-copy .text-link {
  margin-top: 30px;
}
.approach-list {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: clamp(66px, 9vw, 140px);
  padding: var(--section-space) 0;
}
.approach-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.approach-list li {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-family: var(--font-serif), Georgia, serif;
  font-size: clamp(1.375rem, 1.15rem + .95vw, 2rem);
}
.contact-page {
  padding-top: calc(var(--header-height) + clamp(50px, 7vw, 110px));
}
.contact-page .contact-block {
  border-top: 0;
}
.privacy-page {
  max-width: 1250px;
}
.privacy-page > header {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  padding-bottom: clamp(90px, 12vw, 180px);
}
.privacy-page > header .section-kicker {
  grid-column: 1/-1;
  margin-bottom: 50px;
}
.privacy-page > header h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(3.5rem,2.25rem + 5.5vw,7.25rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .9;
}
.privacy-page > header > p:last-child {
  align-self: end;
  margin: 0;
  color: var(--muted);
  font-size: var(--text-label);
  text-transform: uppercase;
  letter-spacing: .1em;
}
.privacy-sections {
  padding-bottom: var(--section-space);
}
.privacy-sections section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}
.privacy-sections section>span {
  color: var(--muted);
  font-size: var(--text-label);
  letter-spacing: .14em;
}
.privacy-sections h2 {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem,1.5rem + .8vw,2rem);
  font-weight: 400;
}
.privacy-sections p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}
.project-header {
  padding-bottom: clamp(74px, 8vw, 118px);
}
.back-link {
  display: inline-block;
  margin-bottom: clamp(54px,6vw,84px);
  color: var(--muted);
  font-size: var(--text-label);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.project-title-row {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 60px;
  align-items: end;
}
.project-title-row>div>p {
  margin: 0 0 17px;
  color: var(--muted);
  font-size: var(--text-label);
  letter-spacing: .1em;
}
.project-title-row h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(3.75rem,2.15rem + 6.8vw,8.125rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .84;
}
.project-intro {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: var(--text-body);
}
.project-header dl {
  display: flex;
  gap: 80px;
  margin: 70px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}
.project-header dl div {
  display: grid;
  gap: 7px;
}
.project-header dt {
  color: var(--muted);
  font-size: var(--text-label);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.project-header dd {
  margin: 0;
  font-size: var(--text-caption);
}
.project-hero img {
  width: 100%;
  height: auto;
  max-height: 100svh;
  object-fit: cover;
}
.project-sections {
  padding-top: var(--section-space);
}
.project-media {
  margin: 0 0 var(--section-space);
}
.project-media img,.project-media video {
  width: 100%;
  height: auto;
  max-height: 90svh;
  object-fit: contain;
}
.project-media--contained {
  width: min(62%,900px);
  margin-inline: auto;
}
.project-media--split {
  width: 67%;
  margin-left: auto;
}
.related-work {
  padding-top: 40px;
  padding-bottom: var(--section-space);
  border-top: 1px solid var(--line);
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 150px;
  padding: 42px var(--gutter) 30px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: var(--text-label);
  letter-spacing: .07em;
  text-transform: uppercase;
}
.site-footer > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-brand {
  color: var(--paper);
  font-family: var(--font-serif);
  font-size: 26px;
  letter-spacing: 0;
  text-transform: none;
}
.footer-links {
  display: flex;
  gap: 30px;
}
.footer-links a:hover {
  color: var(--paper);
}
.language-redirect {
  display: grid;
  place-items: center;
  min-height: 100svh;
  background: var(--ink);
}
.brand-mark {
  font-family: Georgia,serif;
  font-size: 42px;
}
.redirect-line {
  position: absolute;
  bottom: 15vh;
  width: 80px;
  height: 1px;
  overflow: hidden;
  background: var(--line);
}
.redirect-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--paper);
  animation: scroll-line 1.8s ease infinite;
}
@media (max-width: 960px) {
  :root {
    --header-height: 68px;
  }
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .desktop-nav {
    display: none;
  }
  .menu-button {
    display: flex;
  }
  .hero-content {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 13px;
  }
  .hero-eyebrow {
    order: initial;
  }
  .contact-block {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .contact-copy h2 {
    max-width: 760px;
  }
  .direct-links {
    margin-top: 45px;
  }
  .page-intro {
    grid-template-columns: 1fr;
  }
  .page-intro-copy {
    margin: 65px 0 0;
  }
  .about-grid {
    gap: 8vw;
  }
  .about-copy {
    padding-top: 0;
  }
  .about-copy>p {
    font-size: 30px;
  }
  .approach-list {
    gap: 8vw;
  }
  .project-title-row {
    grid-template-columns: 1fr;
  }
  .project-intro {
    margin-top: 20px;
  }
  .project-media--contained {
    width: 80%;
  }
}
@media (max-width: 640px) {
  :root {
    --gutter: 20px;
    --section-space: 92px;
  }
  .site-logo {
    font-size: 21px;
  }
  .header-actions {
    gap: 16px;
  }
  .mobile-menu {
    padding-bottom: 24px;
  }
  .mobile-menu nav a {
    font-size: clamp(2.5rem,2.15rem + 1.7vw,3rem);
  }
  .mobile-menu-foot {
    flex-direction: column;
    gap: 7px;
  }
  .hero {
    min-height: 540px;
  }
  .hero-content {
    bottom: 76px;
  }
  .hero-content h1 {
    line-height: .9;
  }
  .hero-eyebrow {
    letter-spacing: .13em;
  }
  .sound-toggle {
    right: 20px;
    bottom: 21px;
  }
  .scroll-cue {
    bottom: 22px;
  }
  .scroll-cue span {
    display: none;
  }
  .scroll-cue i {
    width: 28px;
  }
  .selected-work {
    padding-top: 76px;
  }
  .section-heading {
    margin-bottom: 42px;
  }
  .editorial-gallery {
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 68px 0;
  }
  .gallery-entry--full {
    grid-column: 1/-1;
  }
  .gallery-entry--wide {
    grid-column: 1/-1;
  }
  .gallery-entry--portrait-left {
    grid-column: 1/6;
  }
  .gallery-entry--portrait-right {
    grid-column: 2/7;
  }
  .gallery-entry--offset {
    grid-column: 1/-1;
  }
  .gallery-entry figcaption {
    line-height: 1.35;
  }
  .gallery-entry figcaption span:last-child {
    text-align: right;
  }
  .intro-statement {
    row-gap: 26px;
  }
  .statement-copy {
    grid-column: 1/-1;
  }
  .intro-statement .text-link {
    grid-column: 1/-1;
  }
  .lightbox {
    padding: 24px 14px;
  }
  .lightbox-media img {
    max-width: 94vw;
    max-height: 76vh;
  }
  .lightbox-meta {
    width: 94vw;
    align-items: flex-start;
    gap: 12px;
  }
  .lightbox-meta p {
    flex-direction: column;
    gap: 2px;
  }
  .lightbox-arrow {
    top: auto;
    bottom: 50px;
  }
  .lightbox-arrow--previous {
    left: 25%;
  }
  .lightbox-arrow--next {
    right: 25%;
  }
  .lightbox-close {
    right: 0;
  }
  .contact-block {
    gap: 50px;
  }
  .form-field {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .field-error {
    grid-column: 1;
  }
  .contact-location {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    line-height: 1.5;
  }
  .inner-page {
    padding-top: calc(var(--header-height) + 58px);
  }
  .page-intro {
    padding-bottom: 94px;
  }
  .page-intro .section-kicker {
    margin-bottom: 34px;
  }
  .page-intro-copy {
    margin-top: 42px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .about-visual {
    width: 88%;
  }
  .approach-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .privacy-page>header,.privacy-sections section {
    grid-template-columns: 1fr;
  }
  .privacy-page>header>p:last-child {
    margin-top: 38px;
  }
  .privacy-sections section {
    gap: 15px;
  }
  .privacy-sections h2 {
    font-size: 28px;
  }
  .project-header dl {
    gap: 35px;
    flex-wrap: wrap;
  }
  .project-media--contained,.project-media--split {
    width: 100%;
    margin-left: 0;
  }
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
    min-height: 190px;
  }
  .footer-links {
    gap: 24px;
  }
}
@media (min-width: 1920px) {
  .editorial-gallery {
    max-width: var(--content-max);
    margin-inline: auto;
  }
}
@media (orientation: landscape) and (max-height: 560px) {
  .hero {
    min-height: 100svh;
  }
  .hero-content {
    bottom: 56px;
  }
  .gallery-video-wrap video, .project-media video {
    max-height: 78svh;
  }
  .lightbox {
    padding-block: 10px;
  }
  .lightbox-media img {
    max-height: 68svh;
  }
  .lightbox-meta {
    min-height: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
