:root {
  --ink: #0a1523;
  --ink-soft: #14283e;
  --gold: #cfaa62;
  --gold-light: #eed7a7;
  --paper: #f7f7f3;
  --white: #ffffff;
  --muted: #607082;
  --line: rgba(10, 21, 35, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Inter", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }

.site-header { height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1280px; margin: 0 auto; padding: 0 34px; }
.brand { display: inline-flex; align-items: center; white-space: nowrap; }
.brand img { display: block; width: 91px; height: 91px; object-fit: contain; }
.site-header nav { display: flex; gap: 30px; color: #38495b; font-size: .9rem; }
.site-header nav a:hover, .text-link:hover { color: #9a742f; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 25px; background: var(--ink); color: var(--white); font-weight: 600; font-size: .92rem; border: 1px solid var(--ink); transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--ink-soft); transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 0 19px; font-size: .84rem; }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-weight: 600; font-size: .92rem; }
.text-link span { color: var(--gold); font-size: 1.2rem; }

.hero { min-height: calc(100vh - 112px); max-width: 1280px; margin: 0 auto; padding: 72px 34px 100px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 78px; }
.eyebrow, .section-label { margin: 0 0 22px; color: #96712e; font-family: "Inter", Arial, sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Inter Tight", "Inter", Arial, sans-serif; margin-top: 0; letter-spacing: -.045em; }
h1 { max-width: 760px; margin-bottom: 27px; font-size: clamp(3rem, 5.1vw, 5.5rem); line-height: .95; font-weight: 600; }
.hero-text { max-width: 650px; margin: 0; color: #536577; font-size: 1.14rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }

.gate-visual { position: relative; aspect-ratio: .86; min-height: 550px; overflow: hidden; background: var(--white); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 45px; border: 1px solid rgba(207,170,98,.48); box-shadow: 0 30px 80px rgba(7, 18, 31, .13); }
.gate-visual::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(207, 170, 98, .28); pointer-events: none; }
.hero-logo { display: block; width: min(100%, 485px); height: auto; }
.gate-visual p { position: absolute; left: 45px; right: 45px; bottom: 28px; margin: 0; color: #846732; text-align: center; font-size: .68rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }

.industry-strip { max-width: 1212px; margin: -35px auto 0; padding: 25px 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 25px; color: #536476; font-size: .73rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.industry-strip span:not(:last-child)::after { content: "·"; margin-left: clamp(20px, 3vw, 50px); color: var(--gold); }

.intro, .capabilities, .focus, .leadership { max-width: 1280px; margin: 0 auto; padding-left: 34px; padding-right: 34px; }
.intro { padding-top: 130px; padding-bottom: 130px; display: grid; grid-template-columns: .75fr 1fr; gap: 70px; border-top: 1px solid var(--line); }
.intro .section-label { grid-column: 1 / -1; margin-bottom: -25px; }
h2 { margin-bottom: 0; font-size: clamp(2.35rem, 4vw, 4.25rem); line-height: 1; font-weight: 600; }
.intro > p:last-child, .focus > p { margin: 4px 0 0; color: #526476; font-size: 1.13rem; line-height: 1.8; }

.capabilities { padding-top: 125px; padding-bottom: 130px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 66px; }
.section-heading .section-label { min-width: 130px; }
.section-heading h2 { max-width: 740px; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid article { min-height: 290px; padding: 36px 40px 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid article > span { color: #9b793d; font-family: "Inter", Arial, sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.capability-grid h3 { margin: 55px 0 14px; font-size: 1.48rem; font-weight: 600; }
.capability-grid p { max-width: 460px; margin: 0; color: var(--muted); }

.focus { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; padding-top: 130px; padding-bottom: 130px; border-top: 1px solid var(--line); }
.focus h2 { max-width: 650px; }
.focus > p { padding-top: 53px; }

.leadership { padding-top: 125px; padding-bottom: 140px; }
.leaders { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.leaders article { min-height: 390px; padding: 31px; background: #edf0ef; display: flex; flex-direction: column; justify-content: space-between; }
.initials { width: 49px; height: 49px; display: grid; place-items: center; border: 1px solid rgba(10,21,35,.24); border-radius: 50%; color: #8c6a2e; font-family: "Inter", Arial, sans-serif; font-size: .76rem; font-weight: 700; letter-spacing: .08em; }
.leaders h3 { margin: 40px 0 4px; font-size: 1.42rem; font-weight: 600; }
.leaders .leader-title { margin: 0 0 19px; color: #8b6c35; font-size: .78rem; font-weight: 600; letter-spacing: .045em; text-transform: uppercase; }
.leaders .leader-bio { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.68; }

.contact { padding: 112px max(34px, calc((100vw - 1212px)/2)); background: var(--ink); color: var(--white); }
.contact .section-label { color: var(--gold-light); }
.contact h2 { max-width: 850px; }
.contact > p:not(.section-label) { max-width: 640px; margin: 26px 0 0; color: #aeb9c5; font-size: 1.08rem; }
.contact-actions { display: flex; align-items: center; gap: 31px; margin-top: 38px; }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-light:hover { background: var(--gold-light); border-color: var(--gold-light); }
.text-link.light:hover { color: var(--gold-light); }

footer { max-width: 1280px; margin: 0 auto; min-height: 120px; padding: 35px 34px; display: flex; align-items: center; gap: 30px; color: #6e7985; font-size: .8rem; }
.footer-brand { margin-right: auto; color: var(--ink); }
.footer-brand img { width: 82px; height: 82px; }

@media (max-width: 920px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; gap: 58px; }
  .gate-visual { max-height: 620px; min-height: 500px; }
  .intro, .focus { grid-template-columns: 1fr; gap: 35px; }
  .intro .section-label { margin-bottom: 0; }
  .focus > p { padding-top: 0; }
  .leaders { grid-template-columns: 1fr; }
  .leaders article { min-height: 330px; }
  .industry-strip { margin-top: 0; flex-wrap: wrap; justify-content: flex-start; }
  .industry-strip span:not(:last-child)::after { margin-left: 20px; }
}

@media (max-width: 640px) {
  .site-header { height: 96px; padding: 0 20px; }
  .brand img { width: 78px; height: 78px; }
  .site-header .button { display: none; }
  .hero, .intro, .capabilities, .focus, .leadership { padding-left: 20px; padding-right: 20px; }
  .hero { min-height: auto; padding-top: 62px; padding-bottom: 80px; }
  h1 { font-size: 2.8rem; }
  .hero-actions, .contact-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .gate-visual { min-height: 430px; }
  .industry-strip { padding-left: 20px; padding-right: 20px; }
  .industry-strip span::after { display: none; }
  .intro, .focus { padding-top: 90px; padding-bottom: 90px; }
  .capabilities, .leadership { padding-top: 90px; padding-bottom: 95px; }
  .section-heading { display: block; margin-bottom: 45px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 250px; padding: 29px; }
  .contact { padding: 88px 20px; }
  footer { padding: 35px 20px; align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-brand { margin-bottom: 15px; }
}

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