:root {
  --evergreen: #17372d;
  --evergreen-deep: #102b23;
  --ink: #1b322b;
  --muted: #66726b;
  --ivory: #f5f4ef;
  --paper: #fbfaf7;
  --line: #d8dcd3;
  --terracotta: #bf5d36;
  --terracotta-dark: #a94d2b;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --container: 1320px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}
body:has(dialog[open]) { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { cursor: pointer; }
.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; z-index: 20; top: 12px; left: 12px; transform: translateY(-160%);
  padding: 10px 14px; color: var(--white); background: var(--evergreen);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  min-height: 108px; padding: 24px clamp(24px, 5vw, 80px);
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  background: var(--ivory);
}
.wordmark {
  color: var(--ink); font-family: var(--serif); font-size: clamp(2rem, 3.3vw, 3rem);
  letter-spacing: -.05em; line-height: 1; text-decoration: none; white-space: nowrap;
}
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.8vw, 44px); }
.site-nav a { font-weight: 600; font-size: .96rem; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--terracotta-dark); }
.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 56px;
  padding: 0 32px; border: 1px solid transparent; color: var(--white);
  background: var(--terracotta); font-weight: 700; text-decoration: none;
  transition: background .2s ease, transform .2s var(--ease);
}
.button:hover, .button:focus-visible { background: var(--terracotta-dark); transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, .dialog-close:focus-visible {
  outline: 3px solid #e3a183; outline-offset: 4px;
}
.button-small { min-height: 62px; padding-inline: 38px; font-size: .98rem; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 6px 0; background: var(--ink); }

.hero {
  min-height: min(720px, calc(100vh - 108px)); position: relative; display: flex;
  overflow: hidden; background: var(--evergreen);
}
.hero-image {
  position: absolute; inset: 0 0 0 34%; background-image: url("../assets/field-and-form-hero.webp");
  background-size: cover; background-position: center; 
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, var(--evergreen) 0%, rgba(23,55,45,.96) 25%, rgba(23,55,45,.28) 58%, transparent 78%);
}
.hero-copy {
  position: relative; z-index: 1; width: min(620px, 54%); padding: clamp(72px, 10vw, 150px) clamp(32px, 7vw, 104px);
  color: var(--white); align-self: stretch; display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
}
.hero-kicker, .eyebrow {
  margin: 0 0 22px; color: currentColor; font-size: .76rem; font-weight: 700;
  letter-spacing: .16em; line-height: 1.2; text-transform: uppercase;
}
.hero h1, h2, h3, p { margin-top: 0; }
.hero h1 {
  max-width: 650px; margin-bottom: 26px; font-family: var(--serif);
  font-size: clamp(3.7rem, 7vw, 7.8rem); font-weight: 400; letter-spacing: -.07em; line-height: .9;
}
.hero-summary { max-width: 360px; margin-bottom: 40px; color: rgba(255,255,255,.82); font-size: clamp(1.1rem, 1.8vw, 1.45rem); line-height: 1.45; }

.section-pad { padding: clamp(84px, 10vw, 156px) clamp(24px, 7vw, 112px); }
.statement { background: var(--paper); }
.section-rule { height: 1px; margin-bottom: 62px; background: var(--line); }
.statement-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 10vw; max-width: var(--container); margin: 0 auto; }
h2 { font-family: var(--serif); font-size: clamp(3rem, 6.2vw, 6.9rem); font-weight: 400; letter-spacing: -.075em; line-height: .92; }
.statement h2 { max-width: 780px; margin-bottom: 0; }
.large-copy { max-width: 530px; margin-bottom: 32px; color: var(--muted); font-size: clamp(1.2rem, 1.8vw, 1.55rem); line-height: 1.45; }
.text-link { display: inline-flex; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.section-dark { color: var(--white); background: var(--evergreen); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; max-width: var(--container); margin: 0 auto 84px; }
.section-heading .eyebrow { margin-bottom: 14px; color: #b7c8b8; }
.section-heading h2 { margin-bottom: 0; }
.service-list { max-width: var(--container); margin: 0 auto; border-top: 1px solid rgba(255,255,255,.27); }
.service-item {
  display: grid; grid-template-columns: 90px 1fr 40px; gap: 32px; align-items: center;
  padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.27);
}
.service-number { color: #b7c8b8; font-family: var(--serif); font-size: 1.3rem; }
.service-item h3 { margin-bottom: 6px; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.8rem); font-weight: 400; letter-spacing: -.05em; }
.service-item p { max-width: 540px; margin: 0; color: #c0cec4; }
.service-arrow { font-size: 1.8rem; color: #d6a48d; }

.work { max-width: 1500px; margin: 0 auto; }
.work-intro { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; margin-bottom: 78px; }
.work-intro h2 { margin-bottom: 0; }
.work-intro .eyebrow { margin-top: 12px; color: var(--terracotta); }
.work-grid { display: grid; grid-template-columns: 1.05fr .78fr .78fr; gap: clamp(18px, 3vw, 44px); align-items: start; }
.work-card-offset { margin-top: 100px; }
.work-card-visual { aspect-ratio: .78; background: var(--evergreen); }
.work-card-tall .work-card-visual { aspect-ratio: .78; }
.visual-courtyard { background: linear-gradient(150deg, rgba(24,61,48,.2), rgba(24,61,48,.68)), url("../assets/field-and-form-hero.webp") center / cover; }
.visual-entry { aspect-ratio: .88; background: linear-gradient(150deg, #c7b49b, #596a50 52%, #1e392e); }
.visual-meadow { aspect-ratio: .88; background: linear-gradient(145deg, #e0bb77 0 24%, #8ba076 25% 59%, #264b3c 60%); }
.work-card-copy { padding-top: 17px; }
.work-card-copy p { margin-bottom: 2px; font-family: var(--serif); font-size: 1.4rem; }
.work-card-copy span { color: var(--muted); font-size: .92rem; }

.about { display: grid; grid-template-columns: 1fr 1.5fr; gap: 8vw; align-items: center; color: var(--white); background: var(--evergreen-deep); }
.about-mark { display: grid; place-items: center; width: clamp(200px, 25vw, 360px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: #bed0c1; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.2rem); line-height: .75; text-align: center; }
.about-copy { max-width: 730px; }
.about-copy .eyebrow { color: #b7c8b8; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 34px; color: #c0cec4; font-size: 1.2rem; }
.about-copy .text-link { color: var(--white); }

.section-terracotta { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; color: var(--white); background: var(--terracotta); }
.section-terracotta .eyebrow { color: #f5cfbc; }
.section-terracotta h2 { margin: 0; }
.button-light { color: var(--terracotta-dark); background: var(--white); }
.button-light:hover, .button-light:focus-visible { color: var(--ink); background: var(--ivory); }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; align-items: end; padding: 44px clamp(24px, 7vw, 112px); color: var(--white); background: var(--evergreen); }
.site-footer .wordmark { color: var(--white); font-size: 2rem; }
.site-footer p { margin: 0; color: #c0cec4; font-size: .9rem; }
.site-footer p:last-child { justify-self: end; }

.quote-dialog { width: min(600px, calc(100% - 32px)); padding: 0; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.quote-dialog::backdrop { background: rgba(16,43,35,.72); }
.dialog-inner { position: relative; padding: clamp(32px, 6vw, 70px); }
.dialog-inner h2 { margin-bottom: 18px; font-size: clamp(2.8rem, 6vw, 5rem); }
.dialog-intro { color: var(--muted); }
.dialog-close { position: absolute; top: 18px; right: 22px; width: 42px; height: 42px; border: 0; color: var(--ink); background: transparent; font-size: 2rem; line-height: 1; }
form { display: grid; gap: 10px; margin-top: 32px; }
label { font-size: .82rem; font-weight: 700; }
input, textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); color: var(--ink); background: var(--white); }
textarea { resize: vertical; }
form .button { margin-top: 12px; justify-self: start; }
.form-status { min-height: 1.5em; margin: 6px 0 0; color: var(--evergreen); font-weight: 700; }

@media (max-width: 900px) {
  .site-header { min-height: 86px; padding-block: 18px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; z-index: 10; top: 86px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 24px 24px; background: var(--ivory); box-shadow: 0 12px 28px rgba(23,55,45,.13); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .site-nav .button { margin-top: 16px; }
  .hero { min-height: 680px; }
  .hero-image { inset: 0; }
  .hero::after { background: linear-gradient(90deg, rgba(16,43,35,.98), rgba(16,43,35,.67) 56%, rgba(16,43,35,.16)); }
  .hero-copy { width: 100%; max-width: 650px; padding: 90px 24px; }
  .statement-grid, .about { grid-template-columns: 1fr; gap: 44px; }
  .about-mark { width: 180px; }
  .section-heading { display: block; margin-bottom: 54px; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .work-card-tall { grid-row: span 2; }
  .work-card-offset { margin-top: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer p:last-child { justify-self: start; }
}
@media (max-width: 560px) {
  .wordmark { font-size: 2rem; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5.2rem); }
  .hero-summary { font-size: 1.08rem; }
  .section-pad { padding-block: 82px; }
  .service-item { grid-template-columns: 42px 1fr 24px; gap: 12px; }
  .service-item p { font-size: .94rem; }
  .work-intro { display: block; margin-bottom: 44px; }
  .work-intro .eyebrow { margin-bottom: 24px; }
  .work-grid { display: block; }
  .work-card { margin-bottom: 42px; }
  .work-card-visual, .work-card-tall .work-card-visual { aspect-ratio: 1 / 1.16; }
  .site-footer { display: block; }
  .site-footer .wordmark, .site-footer p { display: block; margin-bottom: 18px; }
  .button { width: 100%; }
  form .button { width: auto; }
}
