:root {
  color-scheme: light;
  --paper: #f5f1e8;
  --paper-deep: #eae3d5;
  --ink: #171b18;
  --muted: #5c635d;
  --line: #cfc8ba;
  --accent: #d9542d;
  --accent-dark: #9f3215;
  --forest: #173b32;
  --white: #fffdf8;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 76%, transparent);
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  backdrop-filter: blur(16px);
}

.wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.055em;
  text-decoration: none;
}
.wordmark span { color: var(--accent); }

nav { display: flex; gap: clamp(18px, 3vw, 42px); }
nav a, .footer-links a {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .035em;
  text-decoration: none;
}
nav a:hover, nav a:focus-visible, .footer-links a:hover, .footer-links a:focus-visible { color: var(--accent-dark); }

main { overflow: hidden; }
.hero {
  position: relative;
  min-height: min(790px, calc(100vh - 76px));
  padding: clamp(84px, 12vw, 170px) clamp(24px, 9vw, 140px) 70px;
  isolation: isolate;
}
.hero::after {
  content: "1";
  position: absolute;
  z-index: -1;
  right: 2vw;
  top: -9vw;
  font: 700 clamp(380px, 59vw, 820px)/1 Georgia, serif;
  color: color-mix(in srgb, var(--accent) 10%, transparent);
}

.eyebrow, .section-number {
  margin: 0 0 28px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1, h2, h3, p { text-wrap: pretty; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.055em;
}
h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(58px, 9.2vw, 144px);
  line-height: .91;
}
.hero-copy {
  max-width: 670px;
  margin: 40px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-secondary:hover { background: var(--paper-deep); }
.proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.statement, .company {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(48px, 8vw, 130px);
  padding: clamp(88px, 11vw, 150px) clamp(24px, 7vw, 110px);
}
.statement { background: var(--forest); color: var(--white); }
.statement .section-number { color: #f18a66; }
h2 { margin: 0; font-size: clamp(42px, 5.5vw, 78px); line-height: .98; }
.statement-copy { max-width: 660px; align-self: end; }
.statement-copy p, .company-intro > p:last-child, .contact > p {
  margin: 0 0 24px;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.65;
}
.statement-copy p { color: #c8d4ce; }

.capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}
.capabilities article { min-height: 330px; padding: 54px clamp(24px, 4vw, 62px); border-right: 1px solid var(--line); }
.capabilities article:last-child { border-right: 0; }
.capabilities span { color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.capabilities h3 { max-width: 280px; margin: 80px 0 14px; font: 500 clamp(25px, 2.8vw, 38px)/1.06 Georgia, serif; letter-spacing: -.035em; }
.capabilities p { max-width: 340px; margin: 0; color: var(--muted); line-height: 1.6; }

.company { align-items: start; }
.company-intro > p:last-child { max-width: 620px; margin-top: 32px; color: var(--muted); }
.entity-card { margin: 0; border-top: 2px solid var(--ink); }
.entity-card div { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.entity-card dt { color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.entity-card dd { margin: 0; font-size: 17px; font-weight: 650; }

.contact { padding: clamp(88px, 12vw, 160px) clamp(24px, 9vw, 140px); background: var(--accent); color: #1b100c; }
.contact .section-number { color: #581b0d; }
.contact h2 { max-width: 850px; }
.contact > p { max-width: 660px; margin-top: 32px; color: #5f2113; }
.contact .contact-email {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid currentColor;
  color: var(--ink);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  text-decoration: none;
}
.contact .contact-email:hover, .contact .contact-email:focus-visible { color: #fff7ed; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  padding: 54px clamp(24px, 5vw, 76px) 30px;
  background: var(--ink);
  color: #dce0dc;
}
.site-footer > div:first-child p { max-width: 560px; color: #9ea59f; line-height: 1.55; }
.footer-links { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.copyright { grid-column: 1 / -1; margin: 20px 0 0; padding-top: 24px; border-top: 1px solid #343a35; color: #7f8780; font-size: 12px; }

.legal-page { max-width: 920px; margin: 0 auto; padding: clamp(70px, 10vw, 130px) 24px 120px; }
.legal-page .back-link { display: inline-block; margin-bottom: 60px; color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.legal-page h1 { max-width: 840px; font-size: clamp(52px, 8vw, 96px); }
.legal-meta { margin: 24px 0 70px; color: var(--muted); }
.legal-page h2 { margin: 54px 0 16px; font-family: inherit; font-size: 23px; font-weight: 800; letter-spacing: -.02em; }
.legal-page p, .legal-page li { color: #3f4641; font-size: 16px; line-height: 1.75; }
.legal-page ul { padding-left: 22px; }
.legal-callout { margin: 42px 0; padding: 26px 30px; border-left: 4px solid var(--accent); background: var(--paper-deep); }
.legal-callout p { margin: 0; }

@media (max-width: 760px) {
  .site-header { min-height: 66px; }
  nav a:not(:last-child) { display: none; }
  .hero { min-height: auto; padding-top: 90px; }
  .hero::after { right: -22vw; top: 0; }
  .statement, .company { grid-template-columns: 1fr; }
  .capabilities { grid-template-columns: 1fr; }
  .capabilities article { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .capabilities h3 { margin-top: 52px; }
  .entity-card div { grid-template-columns: 1fr; gap: 8px; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
}

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