:root {
  --paper: #f7f4ee;
  --ink: #262522;
  --clay: #a76552;
  --sage: #798477;
  --sand: #ded3c4;
  --white: #fff;
  --line: rgba(38,37,34,.18);
  --space: clamp(1.25rem,3vw,3rem);
  --max: 1240px;
  --sans: "Helvetica Neue",Helvetica,Arial,sans-serif;
  --display: "Arial Narrow","Helvetica Neue",sans-serif
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 300 16px/1.7 var(--sans);
  letter-spacing: .015em
}
body.menu-open {
  overflow: hidden
}
img {
  display: block;
  width: 100%;
  height: auto
}
a {
  color: inherit
}
button,input,textarea {
  font: inherit
}
::selection {
  background: var(--sand)
}
.skip {
  position: fixed;
  z-index: 100;
  top: -5rem;
  left: 1rem;
  background: var(--ink);
  color: white;
  padding: .7rem 1rem
}
.skip:focus {
  top: 1rem
}
.site-header {
  height: 76px;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247,244,238,.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center
}
.nav {
  width: min(100% - 2rem,var(--max));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.brand {
  text-decoration: none;
  font-family: var(--display);
  font-stretch: condensed;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase
}
.menu {
  display: flex;
  gap: clamp(.85rem,2vw,2rem);
  align-items: center
}
.menu a,.language button {
  border: 0;
  background: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .13em;
  padding: .5rem 0;
  color: var(--ink)
}
.menu a:hover,.menu a:focus-visible,.language button:hover,.language button[aria-pressed=true] {
  color: var(--clay)
}
.language {
  display: flex;
  gap: .55rem;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid var(--line)
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
  padding: .6rem
}
:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 4px
}
.hero {
  height: calc(100svh - 76px);
  min-height: 540px;
  position: relative;
  background: #38342f
}
.hero img {
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: .88
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(22,20,17,.5),transparent 65%)
}
.hero-title {
  position: absolute;
  z-index: 1;
  left: max(1rem,calc((100vw - var(--max))/2));
  bottom: clamp(3rem,8vw,7rem);
  color: white;
  margin: 0
}
.hero-title strong {
  display: block;
  font: 500 clamp(3.4rem,9vw,8.5rem)/.83 var(--display);
  letter-spacing: -.055em;
  text-transform: uppercase
}
.hero-title span {
  display: block;
  margin-top: 1.2rem;
  font-size: clamp(.85rem,1.4vw,1.1rem);
  letter-spacing: .32em;
  text-transform: uppercase
}
.section {
  padding: clamp(5rem,10vw,10rem) max(1rem,calc((100vw - var(--max))/2))
}
.eyebrow {
  display: block;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: .72rem;
  color: var(--clay);
  margin-bottom: 1.7rem
}
.title {
  font: 500 clamp(2.7rem,6vw,5.8rem)/.98 var(--display);
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin: 0 0 2rem;
  max-width: 12ch
}
.lede {
  font-size: clamp(1.2rem,2vw,1.6rem);
  line-height: 1.55;
  max-width: 44rem
}
.bio-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--space);
  align-items: start
}
.bio-copy {
  max-width: 48rem
}
.link {
  display: inline-block;
  margin-top: 1.5rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .73rem;
  font-weight: 500
}
.link:hover {
  color: var(--clay)
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px
}
.split-media {
  min-height: 520px
}
.split-media img {
  height: 100%;
  object-fit: cover
}
.split-copy {
  background: var(--sage);
  color: white;
  padding: clamp(3rem,8vw,8rem);
  display: flex;
  flex-direction: column;
  justify-content: center
}
.split-copy.clay {
  background: var(--clay)
}
.split-copy .eyebrow {
  color: inherit;
  opacity: .76
}
.split-copy .title {
  font-size: clamp(2.7rem,5vw,5.5rem)
}
.split-copy p {
  max-width: 32rem
}
.split-copy .link {
  align-self: flex-start
}
.events .split-media {
  order: 2
}
.events .split-copy {
  order: 1
}
.portfolio-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 3rem
}
.portfolio-head .title {
  margin: 0
}
.projects {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(1.2rem,2.5vw,2.5rem)
}
.project a {
  text-decoration: none
}
.project-image {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: var(--sand)
}
.project img {
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease
}
.project a:hover img {
  transform: scale(1.025)
}
.project-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.2rem 0 .35rem;
  font-size: .7rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #6b675f
}
.project h3 {
  font: 500 clamp(1.45rem,2.5vw,2rem)/1.15 var(--display);
  text-transform: uppercase;
  margin: .45rem 0
}
.project p {
  margin: .6rem 0;
  color: #555149
}
.contact {
  background: var(--ink);
  color: white
}
.contact-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(3rem,8vw,8rem)
}
.contact .eyebrow {
  color: var(--sand)
}
.contact a {
  color: white
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem
}
.field-full {
  grid-column: 1/-1
}
label {
  display: block;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .7rem;
  margin-bottom: .4rem
}
input,textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.5);
  background: transparent;
  color: white;
  border-radius: 0;
  padding: .8rem 0
}
textarea {
  min-height: 130px;
  resize: vertical
}
input:focus,textarea:focus {
  border-color: white;
  outline: 0
}
.submit {
  margin-top: 1.5rem;
  border: 1px solid white;
  background: transparent;
  color: white;
  padding: .9rem 1.4rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .72rem;
  cursor: pointer
}
.submit:hover {
  background: white;
  color: var(--ink)
}
.status {
  min-height: 1.7em;
  margin-top: 1rem
}
.footer {
  background: var(--ink);
  color: #bdb8af;
  border-top: 1px solid rgba(255,255,255,.16);
  padding: 1.5rem max(1rem,calc((100vw - var(--max))/2));
  display: flex;
  justify-content: space-between;
  font-size: .75rem
}
.page-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 70vh
}
.page-hero-copy {
  padding: clamp(4rem,9vw,9rem) max(1rem,calc((100vw - var(--max))/2));
  padding-right: clamp(2rem,7vw,7rem);
  display: flex;
  flex-direction: column;
  justify-content: center
}
.page-hero img {
  height: 100%;
  object-fit: cover;
  max-height: 80vh
}
.back {
  display: inline-block;
  margin-bottom: 3rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  text-decoration: none;
  font-size: .7rem
}
.project-image--empty {
  display: grid;
  place-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.project-image--empty span {
  color: var(--clay);
  font: 500 clamp(3rem,7vw,6rem)/1 var(--display);
  letter-spacing: -.05em
}
.back::before {
  content: "← ";
}
.prose {
  max-width: 780px;
  margin: auto
}
.prose p {
  margin: 0 0 1.5rem
}
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem,7vw,7rem);
  align-items: center;
  margin: 5rem 0
}
.feature-row img {
  max-height: 650px;
  object-fit: cover
}
.feature-row:nth-child(even) img {
  order: 2
}
.services {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3rem;
  margin-top: 4rem;
  border-top: 1px solid var(--line);
  padding-top: 3rem
}
.services h3 {
  font: 500 1.6rem var(--display);
  text-transform: uppercase
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1rem
}
.gallery img {
  height: 100%;
  aspect-ratio: 4/5;
  object-fit: cover
}
.portfolio-all .project {
  margin-bottom: 3rem
}
@media(max-width:850px) {
  .menu-toggle {
    display: block
  }
  .menu {
    position: fixed;
    inset: 76px 0 0;
    background: var(--paper);
    padding: 3rem 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start
  }
  .menu.open {
    display: flex
  }
  .menu a {
    font-size: 1.25rem
  }
  .language {
    margin: 1rem 0 0;
    padding: 1.5rem 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
    width: 100%
  }
  .hero {
    height: 80svh
  }
  .bio-grid,.contact-grid,.page-hero {
    grid-template-columns: 1fr
  }
  .split {
    grid-template-columns: 1fr;
    min-height: 0
  }
  .split-media {
    min-height: 66vw
  }
  .events .split-media,.events .split-copy {
    order: initial
  }
  .projects {
    grid-template-columns: 1fr 1fr
  }
  .page-hero-copy {
    padding-block: 5rem
  }
  .page-hero img {
    max-height: 65vh
  }
  .services {
    grid-template-columns: 1fr;
    gap: 1rem
  }
  .feature-row {
    grid-template-columns: 1fr
  }
  .feature-row:nth-child(even) img {
    order: initial
  }
}
@media(max-width:560px) {
  .hero-title strong {
    font-size: clamp(3rem,18vw,5rem)
  }
  .section {
    padding-block: 5rem
  }
  .projects,.form-grid,.gallery {
    grid-template-columns: 1fr
  }
  .portfolio-head {
    display: block
  }
  .portfolio-head .link {
    margin-top: 1.5rem
  }
  .split-media {
    min-height: 100vw
  }
  .split-copy {
    padding: 4rem 1.25rem
  }
  .footer {
    display: block
  }
  .footer span {
    display: block;
    margin-top: .5rem
  }
  .gallery img {
    aspect-ratio: 3/4
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
  *,*::before,*::after {
    animation-duration: .01ms!important;
    transition-duration: .01ms!important
  }
}
/* Detail-page rhythm and wide-screen fixes */ .section.prose  {
    width: min(calc(100% - 2rem), 780px);
    max-width: none;
    padding-inline: 0;
}
.page-hero + .section  {
    padding-top: clamp(3rem, 5vw, 5rem);
}
.portfolio-all  {
    padding-top: 1rem;
}
@media (min-width: 851px)  {
    .split  {
        height: calc(100svh - 76px);
        min-height: 560px;
        max-height: 760px;
  }
    .split-media  {
        min-height: 0;
  }
}
.feature-row.callout  {
    gap: 0;
    background: var(--sage);
    color: var(--white);
}
.feature-row.callout.events-callout  {
    background: var(--clay);
}
.feature-row.callout img  {
    height: 100%;
    min-height: 520px;
}
.feature-row.callout > div  {
    padding: clamp(2.5rem, 6vw, 6rem);
}
.feature-row.callout .eyebrow  {
    color: inherit;
    opacity: 0.76;
}
.feature-row.callout .link  {
    color: inherit;
}
.page-hero-portrait  {
    align-items: start;
    min-height: min(900px, calc(100svh - 76px));
}
.page-hero-portrait .page-hero-copy  {
    align-self: center;
}
.page-hero-portrait img  {
    width: 100%;
    height: min(900px, calc(100svh - 76px));
    max-height: none;
    object-fit: contain;
    object-position: center;
}
.detail-callout  {
    width: 100%;
    height: clamp(620px, 52vw, 760px);
    min-height: 0;
    margin: 0;
    padding: 0;
    align-items: stretch;
    grid-template-columns: 1fr 1fr;
}
.detail-callout img  {
    grid-column: 2;
    order: initial;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    object-fit: cover;
}
.detail-callout > div  {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    max-width: none;
    padding: clamp(3rem, 6vw, 6rem) clamp(2.5rem, 6vw, 6rem) clamp(3rem, 6vw, 6rem) max(1rem, calc((100vw - var(--max)) / 2));
}
.project-detail-hero img  {
    min-height: 520px;
}
.project-detail-placeholder  {
    min-width: 0;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: clamp(2rem, 6vw, 6rem);
    background: var(--sand);
    color: var(--clay);
}
.project-detail-placeholder span  {
    max-width: 100%;
    max-width: 7ch;
    font: 500 clamp(4rem, 7vw, 7rem)/.82 var(--display);
    letter-spacing: -.07em;
    text-transform: uppercase;
}
.project-body  {
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
}
.project-gallery  {
    padding-top: 0;
}
@media (max-width: 850px)  {
    .feature-row.callout img  {
        min-height: 0;
  }
    .page-hero-portrait img  {
        width: 100%;
        height: auto;
        max-height: none;
  }
    .detail-callout  {
        height: auto;
        min-height: 0;
        padding: 4rem 1.25rem;
        grid-template-columns: 1fr;
  }
    .detail-callout > div  {
        grid-column: 1;
        grid-row: auto;
        padding: 0 0 3rem;
  }
    .detail-callout img  {
        grid-column: 1;
        grid-row: auto;
        height: auto;
        max-height: none;
  }
    .project-detail-placeholder  {
        min-height: 420px;
        padding: 2rem;
        overflow: hidden;
  }
    .project-detail-placeholder span  {
        max-width: 100%;
        font-size: clamp(3rem, 15vw, 5rem);
        overflow-wrap: anywhere;
  }
}

/* Prevent long translated labels and dates from widening mobile layouts. */
.projects,
.project,
.project a,
.project-meta,
.page-hero-copy,
.portfolio-intro  {
    min-width: 0;
}

.project-meta  {
    flex-wrap: wrap;
}

.project h3,
.project p,
.lede,
.page-hero-copy h1,
.page-hero-copy p  {
    max-width: 100%;
    overflow-wrap: anywhere;
}

html,
body  {
    max-width: 100%;
    overflow-x: hidden;
}
