:root {
  --paper: #f3efe3;
  --paper-deep: #e7e0cf;
  --ink: #292d29;
  --ink-soft: #5d625b;
  --green: #536c5a;
  --green-dark: #34483a;
  --brass: #9a7942;
  --rule: #c8bfa9;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 280px;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(41, 45, 41, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41, 45, 41, 0.018) 1px, transparent 1px);
  background-size: 24px 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(
    115deg,
    transparent 0,
    transparent 7px,
    rgba(87, 75, 50, 0.012) 8px,
    transparent 9px
  );
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
}

.site-header,
main,
footer {
  width: min(calc(100% - 48px), var(--max-width));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  border-bottom: 1px solid var(--rule);
}

.identity {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
}

.identity img {
  display: block;
  border-radius: 6px;
}

.site-header > p,
footer p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.8fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
  min-height: min(710px, calc(100svh - 96px));
  padding: 84px 0 96px;
}

.eyebrow,
.field-note-label,
.section-number {
  margin: 0;
  color: var(--brass);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.field-note-label {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

h1,
h2,
p {
  overflow-wrap: break-word;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  max-width: 860px;
  margin: 22px 0 18px;
  color: var(--green-dark);
  font-size: 6.8rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.lead {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  line-height: 1.25;
}

.intro {
  max-width: 670px;
  margin: 32px 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.field-note {
  position: relative;
  padding: 30px 0 8px 28px;
  border-left: 3px solid var(--green);
}

.field-note::before {
  position: absolute;
  top: 0;
  left: -3px;
  width: 58px;
  height: 3px;
  background: var(--brass);
  content: "";
}

.field-note dl {
  margin: 19px 0 0;
}

.field-note dl div {
  padding: 15px 0;
  border-top: 1px solid var(--rule);
}

.field-note dt {
  color: var(--ink-soft);
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
}

.field-note dd {
  margin: 3px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  line-height: 1.45;
}

.practice {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px 80px;
  padding: 88px 0 92px;
  border-top: 1px solid var(--rule);
}

.section-heading {
  max-width: 420px;
}

h2 {
  margin: 14px 0 0;
  color: var(--green-dark);
  font-size: 3.6rem;
  line-height: 1.08;
}

.practice-copy {
  max-width: 650px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.practice-copy p {
  margin: 0 0 22px;
}

.services {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 20px 0 0;
  padding: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  list-style: none;
}

.services li {
  min-width: 0;
  padding: 28px 22px 32px;
  border-left: 1px solid var(--rule);
}

.services li:first-child {
  border-left: 0;
}

.services span,
.services small {
  display: block;
}

.services span {
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.services small {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 0.79rem;
  line-height: 1.45;
}

.coming-soon {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
  padding: 88px 0 96px;
  border-top: 4px double var(--brass);
}

.coming-soon h2 {
  margin-top: -8px;
}

.coming-soon div > p {
  max-width: 600px;
  margin: 23px 0 0;
  color: var(--ink-soft);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 38px;
  border-top: 1px solid var(--rule);
}

@media (max-width: 900px) {
  h1 {
    font-size: 5.2rem;
  }

  .lead {
    font-size: 2rem;
  }

  h2 {
    font-size: 3rem;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 52px;
    min-height: auto;
  }

  .field-note {
    max-width: 620px;
  }

  .services {
    grid-template-columns: repeat(2, 1fr);
  }

  .services li:nth-child(odd) {
    border-left: 0;
  }

  .services li:nth-child(n + 3) {
    border-top: 1px solid var(--rule);
  }
}

@media (max-width: 640px) {
  .site-header,
  main,
  footer {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .site-header {
    min-height: 78px;
  }

  .site-header > p {
    display: none;
  }

  .identity img {
    width: 38px;
    height: 38px;
  }

  .hero {
    padding: 64px 0 72px;
  }

  h1 {
    font-size: 3.3rem;
  }

  .lead {
    font-size: 1.55rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .intro {
    font-size: 1rem;
  }

  .field-note {
    padding-left: 20px;
  }

  .practice,
  .coming-soon {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 68px 0 72px;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .services li,
  .services li:nth-child(odd) {
    padding: 22px 4px 24px;
    border-top: 1px solid var(--rule);
    border-left: 0;
  }

  .services li:first-child {
    border-top: 0;
  }

  footer {
    flex-direction: column;
    padding-bottom: 30px;
  }
}

@media (max-width: 340px) {
  h1 {
    font-size: 2.65rem;
  }
}

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