:root {
  --ink: #152820;
  --paper: #f3f1ea;
  --line: #b7c1b8;
  --leaf: #257153;
  --mist: #d9e4de;
  --sun: #e8b74e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; height: 76px; justify-content: space-between; padding: 0 clamp(24px, 5vw, 80px); }
.brand, .footer-brand { align-items: center; display: flex; font-family: "DM Mono", monospace; font-size: 14px; font-weight: 500; letter-spacing: .07em; }
.brand-light { color: #5c6961; }
.brand-mark { display: inline-flex; gap: 3px; height: 21px; margin-right: 10px; transform: skewY(-28deg); }
.brand-mark i { background: var(--leaf); display: block; width: 4px; }
.brand-mark i:nth-child(1) { height: 10px; margin-top: 11px; }
.brand-mark i:nth-child(2) { height: 16px; margin-top: 5px; }
.brand-mark i:nth-child(3) { background: var(--sun); height: 21px; }
nav { display: flex; gap: clamp(16px, 3vw, 42px); }
nav a, .header-contact { font-size: 13px; font-weight: 700; }
nav a { color: #405149; }
.header-contact { border-bottom: 1px solid var(--ink); padding-bottom: 3px; }

.hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr); min-height: 650px; }
.hero-copy { align-content: center; padding: 70px clamp(24px, 8vw, 128px); }
.eyebrow, .section-label { color: var(--leaf); font-family: "DM Mono", monospace; font-size: 11px; font-weight: 500; letter-spacing: .11em; margin: 0 0 25px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(48px, 5vw, 80px); letter-spacing: -.04em; line-height: 1.03; margin-bottom: 28px; max-width: 680px; }
.hero-intro { color: #4b5a53; font-size: 17px; line-height: 1.7; margin-bottom: 35px; max-width: 505px; }
.primary-link { background: var(--ink); color: white; display: inline-flex; font-size: 13px; font-weight: 700; gap: 40px; padding: 16px 18px; }
.primary-link span { color: var(--sun); font-size: 17px; line-height: 14px; }
.hero-visual { min-height: 650px; overflow: hidden; position: relative; }
.hero-visual::after { background: linear-gradient(0deg, rgba(9, 31, 21, .7), transparent 55%); content: ""; inset: 0; position: absolute; }
.hero-visual img { height: 100%; object-fit: cover; width: 100%; }
.telemetry, .visual-caption { color: white; font-family: "DM Mono", monospace; position: absolute; z-index: 2; }
.telemetry { background: rgba(15, 35, 27, .88); font-size: 10px; left: 22px; letter-spacing: .13em; padding: 9px 12px; top: 22px; }
.visual-caption { bottom: 42px; font-size: 15px; line-height: 1.5; right: 38px; text-align: right; }
.visual-caption span { color: var(--sun); display: block; font-size: 11px; margin-bottom: 8px; }

.statement { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 80px; grid-template-columns: 1fr 2fr; padding: 110px clamp(24px, 10vw, 160px); }
.statement h2, .capabilities h2, .principal h2 { font-size: clamp(30px, 3.6vw, 54px); letter-spacing: -.035em; line-height: 1.12; margin-bottom: 27px; }
.statement div p { color: #46554d; font-size: 16px; line-height: 1.75; max-width: 690px; }
.capabilities { background: var(--mist); padding: 110px clamp(24px, 10vw, 160px); }
.capabilities-heading { display: grid; grid-template-columns: 1fr 2fr; }
.capability-list { margin-top: 65px; }
.capability-list article { border-top: 1px solid #91a79b; display: grid; gap: 50px; grid-template-columns: 1fr 2fr; padding: 29px 0 32px; }
.capability-list article:last-child { border-bottom: 1px solid #91a79b; }
.capability-number { color: var(--leaf); font-family: "DM Mono", monospace; font-size: 12px; }
.capability-list h3 { font-size: 23px; letter-spacing: -.025em; margin-bottom: 12px; }
.capability-list p { color: #43534a; font-size: 15px; line-height: 1.65; margin-bottom: 0; max-width: 600px; }

.principal { background: var(--ink); color: white; padding: 110px clamp(24px, 18vw, 320px); }
.principal-copy { max-width: 790px; }
.principal-copy .section-label { color: var(--sun); }
.principal-copy h2 { margin-bottom: 6px; }
.role { color: #b6c9bf; font-family: "DM Mono", monospace; font-size: 12px; letter-spacing: .04em; margin-bottom: 32px; }
.principal-copy > p:not(.section-label):not(.role) { color: #d7e0da; font-size: 16px; line-height: 1.75; }
.principal-meta { border-bottom: 1px solid #4a5d53; border-top: 1px solid #4a5d53; display: flex; flex-wrap: wrap; gap: 10px 25px; margin: 34px 0 30px; padding: 16px 0; }
.principal-meta span { color: #b9ccc1; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .08em; }
.location { color: #b9ccc1; font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .05em; margin-bottom: 25px; }
.text-link { border-bottom: 1px solid var(--sun); color: var(--sun); font-size: 13px; font-weight: 700; padding-bottom: 4px; }

footer { background: #10231b; color: white; display: grid; gap: 30px; grid-template-columns: 1.2fr 1fr 1fr auto; padding: 35px clamp(24px, 5vw, 80px); }
footer p, footer a, .copyright { color: #b9c9c0; font-size: 12px; margin: 0; }
footer a { text-decoration: underline; text-decoration-color: var(--sun); text-underline-offset: 4px; }
.copyright { text-align: right; white-space: nowrap; }

@media (max-width: 760px) {
  .site-header { height: 64px; } nav { display: none; } .header-contact { font-size: 12px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 540px; padding-bottom: 65px; padding-top: 65px; }
  .hero-visual { min-height: 410px; } h1 { font-size: clamp(43px, 12vw, 60px); }
  .statement, .capabilities-heading { gap: 22px; grid-template-columns: 1fr; padding-bottom: 75px; padding-top: 75px; }
  .capabilities { padding-bottom: 75px; padding-top: 75px; }
  .capability-list { margin-top: 45px; }.capability-list article { gap: 23px; grid-template-columns: 55px 1fr; }
  .principal { padding-bottom: 70px; padding-top: 70px; }
  footer { grid-template-columns: 1fr; gap: 17px; }.copyright { text-align: left; }
}