:root {
  --ink: #111211;
  --paper: #eeeae2;
  --warm: #d5c9ba;
  --red: #ec174c;
  --line: rgba(17, 18, 17, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 148px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 4.5vw 24px;
  color: white;
  background: linear-gradient(180deg, rgba(5, 6, 6, .46), transparent);
}
.brand {
  flex: 0 1 390px;
  min-width: 0;
}
.brand img {
  width: clamp(290px, 24vw, 390px);
  max-width: 100%;
  height: 104px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 3px 16px rgba(0, 0, 0, .28));
}
.nav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 36px;
  margin-left: 40px;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.nav a { position: relative; padding: 10px 0; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 3px; width: 0; height: 1px; background: var(--red); transition: width .3s ease; }
.nav a:hover::after { width: 100%; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; }

.hero {
  min-height: max(760px, 100svh);
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-top: 148px;
  overflow: hidden;
  color: white;
}
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image {
  object-fit: cover;
  object-position: center 60%;
  filter: blur(2.6px) brightness(.76) saturate(.82);
  animation: heroZoom 16s ease-out both;
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(8,9,9,.80) 0%, rgba(8,9,9,.26) 58%, rgba(8,9,9,.30) 100%),
    linear-gradient(0deg, rgba(8,9,9,.54), transparent 48%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, 86vw);
  padding: 34px 0 max(64px, 9vh) 8vw;
}
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .24em; font-size: 11px; font-weight: 600; }
.eyebrow::before { content: ""; display: inline-block; width: 36px; height: 1px; margin: 0 14px 3px 0; background: var(--red); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
h1, h2 { text-wrap: balance; overflow-wrap: normal; }
h1 { font-size: clamp(58px, min(8vw, 11vh), 126px); line-height: .91; max-width: 1120px; }
.hero-copy { max-width: 520px; margin: 30px 0; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.65; color: rgba(255,255,255,.82); }
.text-link { display: inline-flex; gap: 22px; padding-bottom: 8px; border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; }
.text-link span { color: var(--red); font-size: 16px; }
.hero-index { position: absolute; z-index: 2; right: 4.5vw; top: 48%; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .25em; font-size: 10px; }
.scroll-mark { position: absolute; z-index: 2; bottom: 3.5vh; right: 4.5vw; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; opacity: .7; }

.section-pad { padding: 130px 8vw; }
.section-label { display: flex; gap: 18px; align-items: center; grid-column: 1; align-self: start; }
.section-label span { color: var(--red); font-size: 11px; }
.section-label p { margin: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
.history, .method { display: grid; grid-template-columns: 1fr 2fr 1.45fr; gap: 6vw; }
.history-copy h2, .method-copy h2, .projects h2, .contact h2 {
  font-size: clamp(54px, 6.3vw, 94px);
  line-height: .96;
}
.history-copy > p:not(.eyebrow), .method-copy > p:not(.eyebrow) { max-width: 680px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px, 1.6vw, 24px); line-height: 1.55; color: #3a3936; }
.eyebrow.dark { color: #6a665f; }
.history-image { align-self: end; margin-top: 170px; }
.history-photo-pair { display: grid; gap: 10px; }
.history-photo-pair img { aspect-ratio: 4/3; object-fit: cover; filter: sepia(.12) saturate(.72); }
.history-photo-pair img:last-child { width: 78%; margin: -34px 0 0 -22%; border: 7px solid var(--paper); }
.history-image p { font-size: 11px; line-height: 1.6; color: #65625d; }
.history-image span { display: block; color: var(--red); text-transform: uppercase; letter-spacing: .15em; margin-bottom: 7px; }

.projects { background: var(--ink); color: white; padding-bottom: 8vw; }
.projects-head { display: grid; grid-template-columns: 1fr 3.45fr; gap: 6vw; padding-bottom: 90px; }
.light-label { color: rgba(255,255,255,.65); }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; padding: 0 2vw; }
.project-card {
  position: relative;
  grid-column: span 4;
  min-height: 460px;
  padding: 0;
  border: 0;
  background: #222;
  overflow: hidden;
  color: white;
  cursor: zoom-in;
  text-align: left;
}
.project-card.featured, .project-card.wide { grid-column: span 8; }
.project-card.tall { min-height: 680px; }
.project-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.22), transparent 50%); }
.project-card:hover img { transform: scale(1.035); filter: brightness(.83); }

.method { background: #f4f1eb; grid-template-columns: 1fr 2fr 1.45fr; }
.method-signature { padding-top: 26px; border-top: 1px solid var(--line); font-size: 17px !important; font-style: italic; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-self: center; }
.process-grid figure { position: relative; margin: 0; overflow: hidden; }
.process-grid figure:first-child { grid-column: span 2; }
.process-grid .process-wide { grid-column: span 2; }
.process-grid img { aspect-ratio: 4/3; height: 100%; object-fit: cover; filter: saturate(.68); }
.process-grid figure:first-child img { aspect-ratio: 16/10; }
.process-grid .process-wide img { aspect-ratio: 16/9; }

.contact { min-height: 780px; display: grid; grid-template-columns: 1fr 1fr; background: #181918; color: white; }
.contact-image { overflow: hidden; }
.contact-image img { height: 100%; object-fit: cover; filter: brightness(.65) saturate(.7); }
.contact-content { display: flex; flex-direction: column; justify-content: center; padding: 10vw; }
.contact-content > p:not(.eyebrow) { color: rgba(255,255,255,.64); margin: 28px 0 42px; font-size: 18px; }
.contact-button { display: flex; align-items: center; justify-content: space-between; max-width: 420px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; }
.contact-button span { color: var(--red); font-size: 19px; }
.contact-details { display: grid; gap: 10px; margin-top: 80px; font-size: 12px; color: rgba(255,255,255,.58); }
.contact-details p { margin: 0; }

footer { min-height: 250px; display: flex; align-items: center; justify-content: space-between; gap: 56px; padding: 42px 4.5vw; background: #0c0d0c; color: rgba(255,255,255,.46); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
footer img { display: block; width: clamp(420px, 36vw, 580px); height: auto; max-height: none; object-fit: contain; image-rendering: auto; }
.footer-content { display: flex; align-items: center; justify-content: flex-end; gap: clamp(24px, 4vw, 64px); flex: 1; }
.footer-content p { margin: 0; }
.footer-copyright { max-width: 250px; line-height: 1.7; }
.lightbox { width: min(1100px, 92vw); max-width: none; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(5,5,5,.92); backdrop-filter: blur(8px); }
.lightbox img { max-height: 82vh; object-fit: contain; }
.lightbox-close { display: block; margin: 0 0 14px auto; border: 0; background: transparent; color: white; cursor: pointer; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes heroZoom { from { transform: scale(1.075); } to { transform: scale(1.035); } }

@media (max-width: 1280px) {
  .header { min-height: 128px; }
  .brand img { width: clamp(260px, 23vw, 320px); height: 88px; }
  .nav { gap: 24px; font-size: 11px; }
  h1 { font-size: clamp(56px, min(7.5vw, 10.5vh), 96px); }
  .history-copy h2, .method-copy h2, .projects h2, .contact h2 {
    font-size: clamp(50px, 5.7vw, 76px);
  }
  .section-pad { padding: 108px 6vw; }
  .history, .method { grid-template-columns: .72fr 1.75fr 1.15fr; gap: 4vw; }
  .contact-content { padding: 7vw; }
}

@media (max-width: 1080px) {
  .history, .method {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 46px;
  }
  .history-copy, .method-copy { min-width: 0; }
  .history-image, .process-grid {
    grid-column: 2;
    width: min(100%, 760px);
    margin-top: 18px;
  }
  .history-image { justify-self: start; }
  .history-photo-pair { grid-template-columns: 1.35fr .9fr; align-items: end; }
  .history-photo-pair img:last-child {
    width: 100%;
    margin: 0 0 -28px -42px;
  }
  .project-card { min-height: 390px; }
  .project-card.tall { min-height: 580px; }
  .contact { min-height: 680px; }
}

@media (max-width: 1100px) {
  .header { min-height: 104px; padding: 14px 22px 18px; }
  .brand img { width: 235px; height: 70px; }
  .menu-toggle { display: grid; gap: 7px; position: relative; z-index: 2; width: 42px; height: 42px; align-content: center; }
  .menu-toggle span { display: block; height: 1px; background: white; }
  .nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    margin-left: 0;
    background: rgba(12,13,12,.98);
    transform: translateY(-100%);
    transition: transform .4s ease;
  }
  .nav.open { transform: none; }
  .nav a { font-family: Georgia, serif; font-size: 32px; text-transform: none; letter-spacing: -.02em; }
  .hero { min-height: max(720px, 100svh); padding-top: 104px; }
  .hero-content { padding: 32px 24px max(70px, 10vh); width: 100%; }
  h1 { font-size: clamp(54px, 10vw, 82px); line-height: .94; }
  .history-copy h2, .method-copy h2, .projects h2, .contact h2 {
    font-size: clamp(48px, 8vw, 68px);
  }
  .hero-index { display: none; }
  .scroll-mark { right: 24px; }
  .section-pad { padding: 88px 24px; }
  .history, .method, .projects-head { grid-template-columns: 1fr; gap: 48px; }
  .history-copy, .method-copy, .history-image, .process-grid { grid-column: 1; width: 100%; }
  .history-image { margin-top: 10px; }
  .history-photo-pair { grid-template-columns: 1.3fr .8fr; }
  .history-photo-pair img { aspect-ratio: 16/11; }
  .project-grid { grid-template-columns: 1fr; padding: 0 12px; }
  .project-card, .project-card.featured, .project-card.wide { grid-column: 1; min-height: 460px; }
  .project-card.tall { min-height: 540px; }
  .process-grid { margin-top: 20px; }
  .contact { grid-template-columns: 1fr; }
  .contact-image { height: 52vh; }
  .contact-content { padding: 88px 24px; }
  footer { flex-direction: column; text-align: center; }
  .footer-content { flex-direction: column; justify-content: center; gap: 24px; }
}

@media (max-width: 600px) {
  .header { min-height: 88px; padding: 10px 18px 12px; }
  .brand img { width: 190px; height: 58px; }
  .menu-toggle { width: 38px; height: 38px; }
  .nav a { font-size: 29px; }
  .hero { min-height: max(680px, 100svh); padding-top: 88px; }
  .hero-content { padding: 28px 20px max(64px, 10vh); }
  h1 { font-size: clamp(44px, 13vw, 62px); line-height: .96; letter-spacing: -.045em; }
  .hero-copy { margin: 24px 0; font-size: 15px; line-height: 1.55; max-width: 92%; }
  .eyebrow { margin-bottom: 16px; font-size: 9px; }
  .scroll-mark { display: none; }
  .section-pad { padding: 74px 20px; }
  .section-label { gap: 12px; }
  .history, .method, .projects-head { gap: 34px; }
  .history-copy h2, .method-copy h2, .projects h2, .contact h2 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: .98;
  }
  .history-copy > p:not(.eyebrow), .method-copy > p:not(.eyebrow) {
    font-size: 18px;
    line-height: 1.5;
  }
  .history-photo-pair { display: block; }
  .history-photo-pair img { aspect-ratio: 4/3; }
  .history-photo-pair img:last-child {
    width: 72%;
    margin: -24px 0 0 auto;
    border-width: 5px;
  }
  .projects-head { padding-bottom: 54px; }
  .project-grid { gap: 10px; padding: 0 10px; }
  .project-card,
  .project-card.featured,
  .project-card.wide,
  .project-card.tall {
    min-height: 0;
    height: clamp(330px, 112vw, 500px);
  }
  .project-card.featured,
  .project-card.wide { height: clamp(300px, 82vw, 430px); }
  .process-grid { grid-template-columns: 1fr; gap: 9px; }
  .process-grid figure:first-child,
  .process-grid .process-wide { grid-column: 1; }
  .process-grid img,
  .process-grid figure:first-child img,
  .process-grid .process-wide img { aspect-ratio: 4/3; }
  .contact { min-height: 0; }
  .contact-image { height: 42vh; min-height: 320px; }
  .contact-content { padding: 74px 20px; }
  .contact-content > p:not(.eyebrow) { margin: 22px 0 34px; font-size: 16px; }
  .contact-details { margin-top: 54px; overflow-wrap: anywhere; }
  footer { padding: 48px 20px; }
  footer img { width: min(520px, 94vw); }
}

@media (max-width: 380px) {
  .brand img { width: 168px; }
  h1 { font-size: 42px; }
  .history-copy h2, .method-copy h2, .projects h2, .contact h2 { font-size: 38px; }
  .hero-content { padding-left: 16px; padding-right: 16px; }
  .section-pad, .contact-content { padding-left: 16px; padding-right: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
}
