:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: Consolas, "Courier New", monospace;
  --ink: #302d2e;
  --paper: #f2eee8;
  --paper-deep: #e6dfd6;
  --rose: #a97f80;
  --rose-dark: #8f696b;
  --steel: #8ca3b1;
  --line: rgba(48, 45, 46, 0.18);
}

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

.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  background: rgba(242, 238, 232, 0.92);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { width: 170px; height: 88px; display: flex; align-items: center; overflow: visible; }
.brand img { width: 165px; height: auto; display: block; mix-blend-mode: multiply; }
nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 50px); font-size: 14px; }
nav a { transition: opacity .2s ease; }
nav a:hover { opacity: .6; }
.nav-contact { border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  padding: clamp(64px, 9vw, 130px) clamp(24px, 7vw, 108px) 70px;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker {
  font-family: var(--font-geist-mono), monospace;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 600;
}
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; }
.eyebrow span { width: 30px; height: 1px; background: var(--rose); display: inline-block; }
h1 { font-size: clamp(54px, 6.9vw, 105px); line-height: .93; letter-spacing: -.065em; font-weight: 510; margin: 0; max-width: 860px; }
h1 em, .contact h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--rose-dark); }
.hero-lead { font-size: clamp(18px, 1.6vw, 24px); line-height: 1.5; max-width: 650px; margin: 38px 0 0; color: #5d5758; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 14px; font-weight: 650; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--rose-dark); }
.text-link { font-size: 14px; border-bottom: 1px solid var(--line); padding: 8px 0; display: flex; gap: 18px; }
.locations { font-family: var(--font-geist-mono), monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; margin: 74px 0 0; color: #777071; }
.locations span { color: var(--rose); margin: 0 10px; }

.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 480px; }
.hero-visual::before { content: ""; width: 530px; height: 530px; position: absolute; border: 1px solid rgba(140, 163, 177, .28); border-radius: 50%; }
.barn-frame { position: relative; width: min(31vw, 410px); height: min(34vw, 450px); margin-top: 10px; }
.barn-roof { position: absolute; width: 73%; height: 73%; left: 13.5%; top: 4%; border: 34px solid var(--steel); border-right: 0; border-bottom: 0; transform: rotate(45deg); }
.barn-core { position: absolute; background: var(--rose); width: 74%; height: 67%; bottom: 0; left: 13%; border: 1px solid rgba(48,45,46,.25); }
.barn-core::after { content: ""; position: absolute; inset: 18%; border: 1px solid rgba(255,255,255,.6); }
.code-line { height: 3px; background: rgba(255,255,255,.78); position: absolute; left: 27%; z-index: 2; }
.code-one { top: 35%; width: 43%; }.code-two { top: 48%; width: 29%; }.code-three { top: 61%; width: 38%; }
.node { position: absolute; width: 10px; height: 10px; background: var(--paper); border-radius: 50%; z-index: 3; }
.node-one { left: 23%; top: 33%; }.node-two { right: 24%; top: 46%; }.node-three { left: 32%; top: 59%; }
.connector { position: absolute; background: var(--paper); height: 1px; transform-origin: left; z-index: 1; opacity: .7; }
.connector-one { width: 39%; left: 24%; top: 35%; transform: rotate(18deg); }.connector-two { width: 35%; right: 25%; top: 48%; transform: rotate(150deg); }
.visual-note { position: absolute; bottom: -6px; right: -12px; text-align: right; font-family: var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; line-height: 1.7; }

.proof-strip { background: var(--ink); color: #f7f4ef; min-height: 92px; display: flex; align-items: center; justify-content: space-around; padding: 20px 5vw; font-family: var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.proof-strip span { color: var(--rose); font-size: 22px; font-weight: 200; }
.section { padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 108px); }
.expertise { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; }
.section-kicker { margin: 0 0 28px; color: var(--rose-dark); }
.section-intro h2, .track-record h2 { font-size: clamp(40px, 4.5vw, 68px); line-height: 1.03; letter-spacing: -.045em; font-weight: 500; margin: 0; }
.capability { display: grid; grid-template-columns: 52px 1fr 1fr; gap: 28px; align-items: start; border-top: 1px solid var(--line); padding: 32px 0 42px; }
.capability:last-child { border-bottom: 1px solid var(--line); }
.capability-number { color: var(--rose-dark); font-family: var(--font-geist-mono), monospace; font-size: 11px; }
.capability h3 { margin: 0; font-size: 21px; line-height: 1.25; font-weight: 560; }
.capability > p:last-child { color: #6e6768; margin: 0; line-height: 1.65; font-size: 14px; }

.approach { background: var(--paper-deep); display: grid; grid-template-columns: 1.08fr .92fr; padding-top: 0; padding-bottom: 0; gap: 0; }
.approach-card { background: var(--ink); color: white; padding: clamp(60px, 7vw, 110px); margin-left: calc(clamp(24px, 7vw, 108px) * -1); }
.section-kicker.light { color: #caa6a6; }
blockquote { margin: 65px 0 100px; font-family: Georgia, serif; font-size: clamp(34px, 3.8vw, 58px); line-height: 1.2; letter-spacing: -.025em; max-width: 770px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 28px; }
.principles span { font-family: var(--font-geist-mono), monospace; color: #caa6a6; font-size: 10px; }
.principles p { font-size: 12px; line-height: 1.55; color: #d8d3cf; }
.track-record { padding: clamp(70px, 8vw, 125px) 0 clamp(70px, 8vw, 125px) clamp(48px, 7vw, 110px); }
.track-record h2 { font-size: clamp(36px, 3.5vw, 56px); }
.track-copy { margin: 38px 0 46px; color: #655f60; line-height: 1.75; max-width: 600px; }
.sector-list { display: flex; flex-wrap: wrap; gap: 10px; }
.sector-list span { padding: 10px 14px; border: 1px solid rgba(48,45,46,.23); font-family: var(--font-geist-mono), monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.contact { background: var(--rose); text-align: center; color: var(--ink); }
.contact .section-kicker { color: #f5edeb; }
.contact h2 { font-size: clamp(48px, 7vw, 102px); line-height: .98; letter-spacing: -.055em; font-weight: 520; margin: 0; }
.contact h2 em { color: var(--ink); }
.contact > p:not(.section-kicker) { max-width: 570px; margin: 35px auto; line-height: 1.65; }
.button-light { background: #f7f3ee; margin-top: 12px; }
.button-light:hover { background: white; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: end; background: var(--ink); color: white; padding: 70px clamp(24px, 7vw, 108px); }
.footer-brand { font-size: 42px; letter-spacing: -.07em; font-weight: 700; }.footer-brand span { color: #c8c9ca; }
footer p { color: #a7a1a2; font-size: 12px; line-height: 1.6; margin: 0; }
footer > div { text-align: right; } footer > div a { display: inline-block; margin-bottom: 18px; font-size: 13px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-visual { min-height: 430px; margin-top: 40px; }
  .barn-frame { width: 330px; height: 360px; }
  .expertise { grid-template-columns: 1fr; }
  .approach { grid-template-columns: 1fr; padding: 0; }
  .approach-card { margin: 0; }
  .track-record { padding: 90px 7vw; }
}

@media (max-width: 680px) {
  .site-header { height: 76px; }
  .brand { width: 145px; height: 72px; }.brand img { width: 140px; }
  nav a:not(.nav-contact) { display: none; }
  .hero { min-height: auto; padding-top: 60px; }
  h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 18px; }
  .locations { margin-top: 50px; line-height: 2; }
  .hero-visual { min-height: 350px; margin-top: 20px; transform: scale(.86); }
  .proof-strip { gap: 14px; justify-content: center; flex-wrap: wrap; text-align: center; }
  .proof-strip p { width: 42%; }
  .capability { grid-template-columns: 35px 1fr; gap: 16px; }
  .capability > p:last-child { grid-column: 2; }
  blockquote { margin: 50px 0 65px; }
  .principles { grid-template-columns: 1fr; }
  .principles div { display: grid; grid-template-columns: 35px 1fr; }
  .contact { text-align: left; }
  .contact > p:not(.section-kicker) { margin-left: 0; }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer > div { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
