:root {
  --ink: #151713;
  --paper: #f5f5f0;
  --white: #ffffff;
  --olive: #6f7c48;
  --olive-bright: #a8b66f;
  --rule: #c9cbc2;
  --muted: #5f625b;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 12px 18px; background: var(--white); }
.skip-link:focus { top: 20px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.nav-wrap { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
nav { display: flex; gap: 30px; }
nav a, .header-contact { font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
nav a:hover, nav a:focus-visible, .header-contact:hover, .header-contact:focus-visible { color: var(--olive-bright); }
.header-contact { justify-self: end; border-bottom: 1px solid currentColor; padding-bottom: 3px; }

.hero { background: var(--ink); color: var(--white); padding-top: 78px; overflow: hidden; }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 7vw; padding-block: 90px 72px; }
.eyebrow, .section-index { margin: 0 0 34px; color: var(--olive-bright); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 32px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(4.6rem, 9vw, 8.4rem); font-weight: 400; line-height: .83; letter-spacing: -.035em; text-transform: uppercase; }
h1 em { color: var(--olive-bright); font-style: normal; }
.lede { max-width: 650px; margin-bottom: 38px; color: #d9dbd3; font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-block; padding: 16px 22px; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.button-primary { background: var(--olive-bright); color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: var(--white); }
.text-link { font-size: .8rem; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.text-link span { margin-left: 8px; color: var(--olive-bright); }

.signal-card { position: relative; align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; min-height: 500px; margin-top: 28px; padding: 24px; background: var(--white); color: var(--ink); }
.signal-card img { width: 100%; aspect-ratio: 1; margin-block: auto; object-fit: contain; }
.signal-line { height: 50px; display: flex; align-items: center; gap: 6px; overflow: hidden; }
.signal-line::after { content: ""; flex: 1; height: 3px; background: var(--olive); }
.signal-line span { display: block; width: 3px; background: var(--olive); }
.signal-line span:nth-child(1), .signal-line span:nth-child(9) { height: 8px; }
.signal-line span:nth-child(2), .signal-line span:nth-child(8) { height: 18px; }
.signal-line span:nth-child(3), .signal-line span:nth-child(7) { height: 30px; }
.signal-line span:nth-child(4), .signal-line span:nth-child(6) { height: 44px; }
.signal-line span:nth-child(5) { height: 20px; }
.hero-strip { width: 100%; overflow: hidden; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); padding: 15px 0; color: var(--olive-bright); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1.1rem; letter-spacing: .14em; white-space: nowrap; }
.hero-strip div { width: max-content; transform: translateX(-28px); }
.hero-strip i { display: inline-block; width: 5px; height: 5px; margin: 0 24px 3px; background: var(--white); border-radius: 50%; }

.section-pad { padding-block: 120px; }
.split-heading, .about-grid { display: grid; grid-template-columns: 1fr 2.2fr; gap: 8vw; }
.section-index { color: var(--olive); }
.split-heading h2, .about .statement { max-width: 900px; margin-bottom: 30px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(3rem, 6vw, 6.4rem); font-weight: 400; line-height: .95; letter-spacing: -.025em; text-transform: uppercase; }
.split-heading > div > p { max-width: 700px; color: var(--muted); font-size: 1.12rem; }

.services { border-top: 1px solid var(--rule); }
.service-list article { display: grid; grid-template-columns: 60px 1fr 190px; gap: 25px; align-items: start; padding: 42px 0; border-bottom: 1px solid var(--rule); }
.service-number, .service-tag { padding-top: 7px; color: var(--olive); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-list h3 { margin-bottom: 10px; font-size: clamp(1.5rem, 2.8vw, 2.6rem); letter-spacing: -.035em; }
.service-list p { max-width: 650px; margin-bottom: 0; color: var(--muted); }
.service-tag { justify-self: end; text-align: right; }

.approach { background: var(--olive); color: var(--white); }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.section-index.light { color: #e3e8cc; }
.approach h2, .contact h2 { max-width: 520px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(4rem, 7vw, 7.2rem); font-weight: 400; line-height: .88; letter-spacing: -.025em; text-transform: uppercase; }
.principles article { position: relative; padding: 34px 0 34px 70px; border-top: 1px solid rgba(255,255,255,.35); }
.principles article:last-child { border-bottom: 1px solid rgba(255,255,255,.35); }
.principles span { position: absolute; left: 0; top: 39px; font-size: .72rem; letter-spacing: .1em; }
.principles h3 { margin-bottom: 8px; font-size: 1.55rem; }
.principles p { max-width: 430px; margin-bottom: 0; color: #edf0df; }

.about .statement { font-size: clamp(3.2rem, 5.5vw, 5.6rem); }
.about-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; margin-top: 62px; border-top: 1px solid var(--rule); padding-top: 28px; color: var(--muted); }

.contact { background: var(--ink); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; }
.contact-action { padding-bottom: 12px; }
.contact-action p { max-width: 430px; color: #cfd1c9; }
.contact-action a { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; border-top: 1px solid #55584f; border-bottom: 1px solid #55584f; color: var(--olive-bright); font-size: clamp(1.1rem, 2.2vw, 1.7rem); font-weight: 700; text-decoration: none; }
.contact-action a:hover, .contact-action a:focus-visible { color: var(--white); }

footer { padding-block: 34px; background: #0d0f0c; color: #aeb1a8; font-size: .73rem; letter-spacing: .04em; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: end; }
.footer-grid div { display: flex; flex-direction: column; }
.footer-grid strong { color: var(--white); font-size: 1rem; }
.footer-grid p { margin-bottom: 0; }

:focus-visible { outline: 3px solid var(--olive-bright); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  nav { display: none; }
  .nav-wrap { grid-template-columns: 1fr auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 78px; }
  .signal-card { min-height: 0; margin: 0; }
  .signal-card img { max-height: 440px; }
  .split-heading, .about-grid, .approach-grid, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .section-pad { padding-block: 88px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
  .site-header { position: absolute; }
  .nav-wrap { min-height: 68px; }
  .header-contact { font-size: .65rem; }
  .hero { padding-top: 68px; }
  .hero-grid { gap: 54px; padding-block: 66px 48px; }
  h1 { font-size: clamp(4.1rem, 21vw, 6.1rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .service-list article { grid-template-columns: 38px 1fr; gap: 12px; }
  .service-tag { display: none; }
  .about-copy { grid-template-columns: 1fr; gap: 8px; margin-top: 40px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > p:last-child { grid-column: 1; }
}
