:root {
  --ink: #25302d;
  --muted: #67706b;
  --paper: #f7f3ed;
  --white: #fffdf9;
  --sage: #71806f;
  --sage-dark: #536051;
  --line: #d9d4ca;
  --soft: #e8e7df;
  --clay: #a46f58;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --shell: min(1120px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 112px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  line-height: .9;
}
.brand span {
  font-family: var(--serif);
  font-size: 29px;
  font-style: italic;
}
.brand small {
  margin-top: 7px;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 9px;
  padding-left: 4px;
}
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a {
  text-decoration: none;
  font-size: 14px;
  color: #3e4743;
}
.site-nav a:not(.nav-cta):hover { color: var(--clay); }
.site-nav .nav-cta {
  border: 1px solid var(--ink);
  padding: 9px 14px;
}
.site-nav .nav-cta:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; }

.hero {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding-block: 72px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--sage-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.08;
}
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(48px, 6.2vw, 82px); }
h2 { margin-bottom: 28px; font-size: clamp(36px, 4.2vw, 57px); }
h3 { font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.25; }
.hero-intro { max-width: 570px; color: var(--muted); font-size: 18px; }
.button-row { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sage-dark);
  padding: 11px 20px;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}
.button-primary { background: var(--sage-dark); color: white; }
.button-primary:hover { background: var(--ink); border-color: var(--ink); }
.text-link { text-underline-offset: 5px; font-size: 14px; }
.hero-image { margin: 0; }
.hero-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.hero-image figcaption {
  border-bottom: 1px solid var(--line);
  padding: 10px 0 8px;
  color: var(--muted);
  font-size: 12px;
}

.about {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(48px, 9vw, 120px);
  align-items: center;
  border-top: 1px solid var(--line);
}
.about-photo { max-width: 420px; padding: 16px 16px 0 0; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.about-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.about-copy { max-width: 680px; }
.about-copy > p:not(.eyebrow) { max-width: 600px; color: var(--muted); }
blockquote {
  margin: 38px 0 0;
  border-left: 2px solid var(--clay);
  padding-left: 22px;
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  line-height: 1.45;
}

.project { background: var(--white); border-block: 1px solid var(--line); }
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 52px;
}
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 440px; margin-bottom: 8px; color: var(--muted); }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.project-card { margin: 28px 0 0; }
.project-card-large { margin-top: 0; }
.project-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--soft); }
.project-card figcaption {
  display: flex;
  gap: 12px;
  padding-top: 11px;
  font-size: 13px;
}
.project-card figcaption span { color: var(--clay); }
.project-note {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 50px;
  max-width: 820px;
  margin: 80px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.project-note h3 { margin: 0; }
.project-note p { margin: 0; color: var(--muted); }

.section-heading.compact { grid-template-columns: minmax(0, 720px); margin-bottom: 44px; }
.service-list { border-top: 1px solid var(--line); }
.service-list article {
  display: grid;
  grid-template-columns: 48px 1fr 1.3fr;
  gap: 30px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.service-list article > span { color: var(--clay); font-size: 12px; }
.service-list h3, .service-list p { margin: 0; }
.service-list p { color: var(--muted); }

.process { background: #e9e9e1; }
.process-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process-heading h2 { max-width: 400px; }
.process ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid #c7c8c0; }
.process li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid #c7c8c0;
}
.process li > span { color: var(--clay); font-family: var(--serif); font-size: 19px; }
.process li h3 { margin: 0 0 5px; }
.process li p { margin: 0; color: var(--muted); }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(56px, 9vw, 120px); }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-detail { padding-top: 22px; border-top: 1px solid var(--line); }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.contact-form label { display: grid; gap: 7px; color: #4c5551; font-size: 13px; }
.contact-form label:nth-child(3), .contact-form label:nth-child(4), .contact-form .form-note { grid-column: 1 / -1; }
input, textarea {
  width: 100%;
  border: 1px solid #bdbbb4;
  border-radius: 0;
  background: rgba(255,255,255,.55);
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
}
input:focus, textarea:focus { border-color: var(--sage-dark); box-shadow: 0 0 0 2px rgba(83, 96, 81, .12); }
textarea { resize: vertical; }
.contact-form .button { justify-self: start; }
.form-note { margin: -10px 0 0; color: var(--muted); font-size: 11px; }

.site-footer { padding-block: 44px; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: .7fr 1.6fr .7fr; gap: 30px; align-items: end; }
.brand-footer span { font-size: 24px; }
.footer-inner p { margin: 0; color: var(--muted); font-size: 11px; }
.footer-inner p:last-child { text-align: right; }

@media (max-width: 850px) {
  .section { padding-block: 82px; }
  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    align-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
  }
  .menu-toggle span:not(.sr-only) { width: 22px; height: 1px; display: block; margin-left: auto; background: var(--ink); }
  .site-nav {
    position: absolute;
    inset: 82px 0 auto;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 24px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 12px 0; }
  .site-nav .nav-cta { margin-top: 8px; padding: 11px 14px; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 64px; }
  .hero-copy { max-width: 650px; }
  .hero-image { max-width: 650px; }
  .about, .process-inner, .contact { grid-template-columns: 1fr; gap: 52px; }
  .about-photo { max-width: 360px; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .process-heading h2 { max-width: 620px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner p:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 600px) {
  :root { --shell: min(100% - 28px, 1120px); }
  .header-inner { min-height: 72px; }
  .site-nav { top: 72px; }
  .hero { padding-top: 48px; gap: 42px; }
  h1 { font-size: 46px; }
  h2 { font-size: 37px; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .about-photo { max-width: none; }
  .project-grid { grid-template-columns: 1fr; gap: 14px; }
  .project-card { margin-top: 20px; }
  .project-card:nth-child(2) { grid-row: 1; margin-top: 0; }
  .project-note { grid-template-columns: 1fr; gap: 10px; margin-top: 56px; }
  .service-list article { grid-template-columns: 34px 1fr; gap: 12px; }
  .service-list article p { grid-column: 2; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label, .contact-form label:nth-child(3), .contact-form label:nth-child(4) { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; align-items: start; }
  .footer-inner p:nth-child(2) { grid-column: auto; grid-row: auto; }
  .footer-inner p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
