:root {
  --navy: #071c31;
  --navy-2: #0f2d52;
  --steel: #9aa3ad;
  --light: #f5f7f9;
  --white: #ffffff;
  --gold: #c6a46a;
  --text: #152332;
  --muted: #5f6b76;
  --border: #dce2e7;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(7, 28, 49, .96);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 20px;
}
.brand-name { font-size: 15px; font-weight: 700; letter-spacing: .16em; }
.site-nav { display: flex; gap: 28px; }
.site-nav a {
  text-decoration: none;
  font-size: 14px;
  color: rgba(255,255,255,.86);
}
.site-nav a:hover { color: var(--gold); }
.menu-button {
  display: none;
  border: 1px solid rgba(255,255,255,.25);
  color: var(--white);
  background: transparent;
  padding: 8px 12px;
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 50px;
  padding: 80px max(24px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 75% 35%, rgba(198,164,106,.15), transparent 25%),
    linear-gradient(135deg, #071c31, #0c2948);
  color: var(--white);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
}
h1, h2, h3 { margin-top: 0; line-height: 1.15; }
h1 { max-width: 760px; font-size: clamp(42px, 6vw, 76px); letter-spacing: -.04em; }
h2 { font-size: clamp(32px, 4vw, 52px); letter-spacing: -.03em; }
h3 { font-size: 21px; }
.lead {
  max-width: 690px;
  color: rgba(255,255,255,.8);
  font-size: 19px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button {
  display: inline-block;
  padding: 13px 20px;
  border: 1px solid var(--gold);
  text-decoration: none;
  font-weight: 700;
}
.button-primary { background: var(--gold); color: var(--navy); }
.button-secondary { color: var(--white); }
.hero-visual img {
  width: 100%;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 32px 90px rgba(0,0,0,.35);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: -35px auto 0;
  position: relative;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(7,28,49,.12);
}
.trust-strip div { padding: 24px; border-right: 1px solid var(--border); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { margin-top: 4px; color: var(--muted); font-size: 13px; }

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 110px 24px;
}
.split, .founder {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
}
.split p, .founder p { font-size: 17px; color: var(--muted); }
.section-dark {
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background: var(--navy);
  color: var(--white);
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.card {
  min-height: 225px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.04);
}
.card p { color: rgba(255,255,255,.7); }
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
}
.industry-grid div {
  padding: 24px;
  border: 1px solid var(--border);
  font-weight: 700;
}
.founder {
  border-top: 1px solid var(--border);
}
.founder-title { color: var(--gold) !important; font-weight: 700; }

.contact {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  padding: 90px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--light);
}
.contact-card {
  align-self: center;
  padding: 30px;
  background: var(--white);
  border-left: 4px solid var(--gold);
  box-shadow: 0 14px 40px rgba(7,28,49,.08);
}
.contact-card a { color: var(--navy-2); font-weight: 800; overflow-wrap: anywhere; }
.small { color: var(--muted); font-size: 12px; }

footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 26px max(24px, calc((100vw - var(--max)) / 2));
  background: #041321;
  color: rgba(255,255,255,.65);
  font-size: 13px;
}

@media (max-width: 900px) {
  .hero, .split, .founder, .contact { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .trust-strip { grid-template-columns: 1fr 1fr; margin: 0; }
  .cards, .industry-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .brand-name { display: none; }
  .menu-button { display: block; }
  .site-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    flex-direction: column;
    padding: 22px 24px;
    background: var(--navy);
  }
  .site-nav.open { display: flex; }
  .hero { min-height: auto; padding-bottom: 60px; }
  .trust-strip, .cards, .industry-grid { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--border); }
  footer { flex-direction: column; }
}
