:root {
  --bg: #f2f0ea;
  --surface: #e6e3db;
  --ink: #171a17;
  --muted: #62675f;
  --line: rgba(23, 26, 23, .2);
  --accent: #a34b31;
  --dark: #171a17;
  --dark-ink: #f2f0ea;
  --shell: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  margin: 0 auto;
  max-width: var(--shell);
}
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.skip-link { background: var(--ink); color: var(--bg); left: 12px; padding: 10px 14px; position: absolute; top: -80px; z-index: 100; }
.skip-link:focus { top: 12px; }
.site-header {
  align-items: center;
  background: rgba(242, 240, 234, .94);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 74px;
  padding: 0 34px;
  position: relative;
  z-index: 20;
}
.site-brand { font-size: 20px; font-weight: 500; letter-spacing: .18em; }
.site-nav { display: flex; gap: 20px; justify-self: end; }
.site-nav a { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus, .site-nav a[aria-current="page"] { color: var(--accent); }
.external-link { align-items: center; display: inline-flex; gap: 5px; }
.menu-toggle { background: transparent; border: 0; display: none; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.page-hero { border-bottom: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 1fr 2.25fr; padding: 88px 36px 78px; }
.eyebrow { color: var(--accent); font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.page-hero h1, .home-hero h1 { font-size: clamp(58px, 9vw, 126px); font-weight: 400; letter-spacing: -.07em; line-height: .9; margin: 0; }
.page-hero p { color: var(--muted); font-size: 18px; margin: 38px 0 0; max-width: 760px; }
.home-hero { min-height: 720px; overflow: hidden; position: relative; }
.home-hero img { height: 720px; object-fit: cover; width: 100%; }
.home-hero::after { background: linear-gradient(90deg, rgba(14, 15, 13, .7), rgba(14, 15, 13, .08)); content: ""; inset: 0; position: absolute; }
.home-hero-copy { color: #fff; inset: auto 36px 58px; max-width: 900px; position: absolute; z-index: 1; }
.home-hero-copy .eyebrow { color: #fff; }
.home-hero-copy p { font-size: 18px; margin: 30px 0; max-width: 610px; }
.text-link { align-items: center; border-bottom: 1px solid currentColor; display: inline-flex; font-size: 11px; gap: 28px; letter-spacing: .12em; padding-bottom: 6px; text-transform: uppercase; }
.section { border-bottom: 1px solid var(--line); padding: 92px 36px; }
.section-surface { background: var(--surface); }
.section-dark { background: var(--dark); color: var(--dark-ink); }
.section-head { display: grid; gap: 30px; grid-template-columns: 1fr 2fr; margin-bottom: 48px; }
.section-head h2 { font-size: 42px; font-weight: 400; letter-spacing: -.045em; line-height: 1.05; margin: 0; }
.project-grid { display: grid; gap: 18px; grid-template-columns: repeat(12, 1fr); }
.project-card { grid-column: span 6; margin-bottom: 28px; }
.project-card:nth-child(3n) { grid-column: span 12; }
.project-card figure { aspect-ratio: 16 / 10; margin: 0 0 14px; overflow: hidden; }
.project-card:nth-child(3n) figure { aspect-ratio: 2 / 1; }
.project-card img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.project-card:hover img { transform: scale(1.015); }
.project-meta { align-items: baseline; display: flex; gap: 20px; justify-content: space-between; }
.project-meta h3 { font-size: 22px; font-weight: 400; letter-spacing: -.025em; margin: 0; }
.project-meta span { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.practice-item { border-top: 1px solid var(--line); min-height: 280px; padding: 20px 24px 24px 0; }
.practice-item + .practice-item { border-left: 1px solid var(--line); padding-left: 24px; }
.practice-item span { color: var(--accent); font-size: 11px; }
.practice-item h3 { font-size: 27px; font-weight: 400; letter-spacing: -.035em; margin: 82px 0 18px; }
.practice-item p { color: var(--muted); margin: 0; }
.split-feature { display: grid; grid-template-columns: 1.05fr .95fr; }
.split-feature-media { min-height: 600px; }
.split-feature-media img { height: 100%; object-fit: cover; width: 100%; }
.split-feature-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 62px 48px; }
.split-feature-copy h2 { font-size: clamp(40px, 5vw, 68px); font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 18px 0 32px; }
.split-feature-copy p { color: var(--muted); max-width: 560px; }
.statement { background: var(--dark); color: var(--dark-ink); display: grid; gap: 38px; grid-template-columns: 1fr 1fr; padding: 68px 36px; }
.statement h2 { font-size: clamp(42px, 6vw, 82px); font-weight: 400; letter-spacing: -.06em; line-height: .98; margin: 0; }
.statement p { align-self: end; color: rgba(242, 240, 234, .7); font-size: 18px; margin: 0; max-width: 610px; }
.editorial-list { margin-left: calc(33.333% + 10px); }
.editorial-row { border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 54px minmax(180px, .75fr) 1.25fr; padding: 22px 0; }
.editorial-row > span { color: var(--accent); font-size: 11px; padding-top: 5px; }
.editorial-row h3 { font-size: 24px; font-weight: 400; letter-spacing: -.03em; margin: 0; }
.editorial-row p { color: var(--muted); margin: 3px 0 0; max-width: 560px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); }
.step { border-top: 1px solid var(--line); min-height: 230px; padding: 18px 20px 20px 0; }
.step + .step { border-left: 1px solid var(--line); padding-left: 20px; }
.step span { color: var(--accent); font-size: 11px; }
.step h3 { font-size: 23px; font-weight: 400; letter-spacing: -.025em; margin: 62px 0 12px; }
.step p { color: var(--muted); font-size: 13px; margin: 0; }
.gallery-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
.gallery-item { margin: 0; }
.gallery-item:first-child { grid-column: 1 / -1; }
.gallery-item img { aspect-ratio: 16 / 10; height: 100%; object-fit: cover; width: 100%; }
.gallery-item:first-child img { aspect-ratio: 2 / 1; }
.gallery-item figcaption { color: var(--muted); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .1em; padding-top: 10px; text-transform: uppercase; }
.contact-band { background: var(--accent); color: #fff; display: grid; gap: 30px; grid-template-columns: 1fr auto; padding: 58px 36px; }
.contact-band span { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.contact-band h2 { font-size: clamp(44px, 7vw, 88px); font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 14px 0 0; }
.contact-band b { align-self: center; font-size: 34px; font-weight: 400; }
.project-hero { display: grid; grid-template-columns: 1fr 1.25fr; }
.project-hero-copy { display: flex; flex-direction: column; justify-content: space-between; min-height: 650px; padding: 64px 36px 38px; }
.project-hero-copy h1 { font-size: clamp(58px, 7.5vw, 108px); font-weight: 400; letter-spacing: -.07em; line-height: .9; margin: 22px 0 34px; }
.project-hero-copy p { color: var(--muted); font-size: 18px; max-width: 560px; }
.project-facts { border-top: 1px solid var(--line); display: grid; gap: 18px; grid-template-columns: 1fr 1fr; padding-top: 16px; }
.project-facts span { color: var(--muted); display: block; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.project-facts strong { display: block; font-size: 14px; font-weight: 400; margin-top: 4px; }
.project-hero-media { min-height: 650px; }
.project-hero-media img { height: 100%; object-fit: cover; width: 100%; }
.project-body { display: grid; gap: 48px; grid-template-columns: 1fr 2fr; }
.project-body p { color: var(--muted); font-size: 18px; margin: 0 0 22px; max-width: 730px; }
.notice { border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; margin-top: 44px; padding-top: 14px; }
.contact-layout { display: grid; grid-template-columns: .86fr 1.14fr; }
.contact-aside { background: var(--dark); color: var(--dark-ink); display: flex; flex-direction: column; justify-content: space-between; min-height: 790px; padding: 60px 36px 38px; }
.contact-aside h2 { font-size: clamp(40px, 5vw, 70px); font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 18px 0 30px; }
.contact-aside p { color: rgba(242, 240, 234, .68); max-width: 460px; }
.contact-channels { margin-top: 68px; }
.contact-channel { align-items: center; border-top: 1px solid rgba(242, 240, 234, .22); display: flex; justify-content: space-between; padding: 18px 0; }
.contact-channel span { color: rgba(242, 240, 234, .6); display: block; font-size: 10px; letter-spacing: .12em; margin-bottom: 6px; text-transform: uppercase; }
.contact-channel strong { font-size: 15px; font-weight: 400; }
.contact-form-wrap { padding: 60px 48px 72px; }
.contact-form { display: grid; gap: 28px 20px; grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); min-height: 46px; padding: 8px 0; width: 100%; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-color: var(--accent); outline: 2px solid transparent; }
.submit-row { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 24px; grid-column: 1 / -1; grid-template-columns: 1fr auto; margin-top: 10px; padding-top: 24px; }
.submit-row p { color: var(--muted); font-size: 12px; margin: 0; }
.submit-button { background: var(--accent); border: 0; color: #fff; cursor: pointer; font-size: 11px; letter-spacing: .12em; min-height: 52px; padding: 0 20px; text-transform: uppercase; }
.site-footer { background: var(--dark); color: var(--dark-ink); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .12em; padding: 22px 36px; text-transform: uppercase; }
.wp-content { padding: 72px 36px; }
.wp-content > * { max-width: 800px; }

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

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 20px; }
  .menu-toggle { display: block; }
  .site-nav { background: var(--bg); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: 0; padding: 12px 20px 24px; position: absolute; right: 0; top: 74px; }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { border-top: 1px solid var(--line); padding: 16px 0; }
  .page-hero { grid-template-columns: 1fr; padding: 62px 20px 52px; }
  .section { padding: 70px 20px; }
  .section-head { grid-template-columns: 1fr; }
  .home-hero, .home-hero img { height: 620px; min-height: 620px; }
  .home-hero-copy { inset: auto 20px 44px; }
  .split-feature, .project-hero, .contact-layout { grid-template-columns: 1fr; }
  .split-feature-media, .project-hero-media { min-height: 480px; }
  .split-feature-copy { padding: 56px 20px; }
  .statement { grid-template-columns: 1fr; padding: 58px 20px; }
  .editorial-list { margin-left: 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .project-hero-copy { min-height: 540px; padding: 54px 20px 30px; }
  .project-body { grid-template-columns: 1fr; }
  .contact-aside { min-height: 650px; padding: 56px 20px 28px; }
  .contact-form-wrap { padding: 60px 20px; }
  .contact-band { padding: 48px 20px; }
  .site-footer { gap: 24px; padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 620px) {
  .project-card, .project-card:nth-child(3n) { grid-column: 1 / -1; }
  .project-card figure, .project-card:nth-child(3n) figure { aspect-ratio: 4 / 3; }
  .practice-grid, .steps, .gallery-grid { grid-template-columns: 1fr; }
  .practice-item + .practice-item, .step + .step { border-left: 0; padding-left: 0; }
  .practice-item, .step { min-height: 0; }
  .practice-item h3, .step h3 { margin-top: 40px; }
  .editorial-row { grid-template-columns: 42px 1fr; }
  .editorial-row p { grid-column: 2; }
  .gallery-item:first-child { grid-column: auto; }
  .gallery-item img, .gallery-item:first-child img { aspect-ratio: 4 / 3; }
  .project-hero-media { min-height: 380px; }
  .contact-form { grid-template-columns: 1fr; }
  .field-full, .submit-row { grid-column: 1; }
  .submit-row { grid-template-columns: 1fr; }
  .submit-button { width: 100%; }
}

