:root {
  --paper: #f5f3ed;
  --ink: #20231f;
  --muted: #65685f;
  --olive: #626c4b;
  --olive-deep: #37402a;
  --line: #cbc9be;
  --cream: #e7e3d7;
  --serif: Iowan Old Style, Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max-width: 1280px;
}

* { 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.55;
}

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--olive);
  outline-offset: 4px;
}

.site-header,
.section-shell {
  width: min(calc(100% - 64px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-decoration: none;
}

nav { display: flex; gap: 24px; }
nav a { color: var(--muted); font-size: 0.84rem; text-decoration: none; }
nav a:hover, .text-link:hover, .site-footer a:hover { color: var(--olive); }

.header-action { justify-self: end; font-size: 0.84rem; font-weight: 650; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(56px, 9vw, 152px);
  min-height: calc(100vh - 88px);
  padding-block: clamp(84px, 12vw, 174px) clamp(68px, 8vw, 120px);
  align-items: center;
}

.eyebrow, .section-number {
  margin: 0 0 20px;
  color: var(--olive);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.045em; line-height: 1.01; }

h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(4.25rem, 8.2vw, 8.2rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.65rem, 5vw, 5.2rem); }

.hero-intro { max-width: 560px; color: #43453f; font-size: clamp(1.1rem, 1.5vw, 1.35rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 38px; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 0;
  font: 700 0.78rem/1 var(--sans);
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button-primary { background: var(--olive-deep); color: white; }
.button-primary:hover { background: var(--olive); }
.button-light { background: var(--paper); color: var(--olive-deep); }
.button-light:hover { background: white; }
.text-link { font-size: 0.92rem; }
.hero-note { margin: 46px 0 0; color: var(--muted); font-size: 0.88rem; }
.hero-note a { color: var(--ink); }

.hero-mark {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 4vw, 60px);
  overflow: hidden;
  background: var(--cream);
}

.mark-rule { width: 68px; height: 3px; margin-bottom: auto; background: var(--olive); }
.mark-letters { position: absolute; top: 4%; left: -3%; color: rgba(55, 64, 42, 0.12); font-family: var(--serif); font-size: clamp(14rem, 26vw, 28rem); letter-spacing: -0.14em; line-height: 0.85; }
.hero-mark p { position: relative; z-index: 1; margin: 0; font: clamp(1.45rem, 2.2vw, 2.35rem)/1.12 var(--serif); letter-spacing: -0.04em; }
.mark-index { position: absolute; right: 34px; bottom: 30px; color: var(--olive); font-size: 0.7rem; font-weight: 750; letter-spacing: 0.14em; }

.statement {
  display: grid;
  grid-template-columns: 0.2fr minmax(0, 0.8fr);
  gap: 44px;
  padding-block: clamp(100px, 13vw, 190px);
  border-top: 1px solid var(--line);
}
.statement h2 { max-width: 900px; }
.statement div p { max-width: 600px; color: var(--muted); font-size: 1.08rem; }

.process, .services { padding-block: clamp(90px, 11vw, 160px); border-top: 1px solid var(--line); }
.section-heading { max-width: 730px; }
.section-heading > p:last-child { max-width: 570px; color: var(--muted); font-size: 1.04rem; }

.process-list, .service-list { margin: 64px 0 0; padding: 0; list-style: none; }
.process-list { border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 0.18fr 0.82fr; gap: 30px; padding: 33px 0 37px; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--olive); font-size: 0.74rem; font-weight: 750; letter-spacing: 0.14em; }
.process-list h3 { margin-bottom: 10px; font-size: clamp(1.7rem, 2.5vw, 2.55rem); }
.process-list p { max-width: 470px; margin-bottom: 0; color: var(--muted); }

.services { display: grid; grid-template-columns: 0.83fr 1.17fr; gap: clamp(44px, 9vw, 160px); }
.services .section-heading { align-self: start; }
.service-list { margin-top: 0; border-top: 1px solid var(--line); }
.service-list li { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line); font: clamp(1.55rem, 2.2vw, 2.25rem)/1.2 var(--serif); letter-spacing: -0.035em; }
.service-list li span:last-child { color: var(--olive); font: 400 1.2rem/1 var(--sans); }

.updates { background: var(--olive-deep); color: white; }
.updates-inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(44px, 11vw, 180px); padding-block: clamp(84px, 10vw, 140px); }
.updates .eyebrow { color: #cbd0af; }
.updates h2 { margin-bottom: 0; }
.newsletter-copy { align-self: end; }
.newsletter-copy > p { max-width: 440px; color: #e1e3d5; font-size: 1.05rem; }
form { margin-top: 34px; }
label { display: block; margin-bottom: 8px; color: #e1e3d5; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.email-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
input { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #b8bea7; border-radius: 0; background: transparent; color: white; font: 1rem var(--sans); }
input::placeholder { color: #cbd0c0; }
input[aria-invalid="true"] { border-color: #ffd0c6; }
.form-status { min-height: 25px; margin: 12px 0 0; color: #e1e3d5; font-size: 0.86rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 28px; padding-block: 30px; color: var(--muted); font-size: 0.78rem; }
.site-footer p { margin: 0; }
.site-footer a { color: var(--ink); }

@media (max-width: 768px) {
  .site-header, .section-shell { width: min(calc(100% - 40px), var(--max-width)); }
  .site-header { min-height: 74px; grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 76px 56px; }
  .hero-mark { min-height: 380px; }
  .statement, .services, .updates-inner { grid-template-columns: 1fr; }
  .statement { gap: 6px; }
  .process-list li { grid-template-columns: 0.17fr 0.83fr; }
  .service-list { margin-top: 26px; }
  .site-footer { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 480px) {
  .site-header, .section-shell { width: min(calc(100% - 32px), var(--max-width)); }
  .header-action { font-size: 0.75rem; }
  h1 { font-size: clamp(3.75rem, 18vw, 5rem); }
  .hero-mark { min-height: 330px; padding: 28px; }
  .mark-letters { font-size: 13rem; }
  .email-row { grid-template-columns: 1fr; }
  .button-light { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
