:root {
  --navy: #0c2340;
  --navy-2: #07182d;
  --gold: #c59a3d;
  --gold-2: #b88727;
  --ink: #18202a;
  --muted: #65707c;
  --line: #e5e7ea;
  --paper: #f8f7f4;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  background: var(--navy); color: var(--gold);
  font-family: Georgia, 'Times New Roman', serif; font-size: 27px;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: Georgia, 'Times New Roman', serif; letter-spacing: 2px; font-size: 19px; }
.brand-copy small { margin-top: 5px; font-size: 8px; letter-spacing: 3px; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { text-decoration: none; font-size: 13px; font-weight: 700; color: #394451; }
.nav-cta { color: var(--navy); border-bottom: 2px solid var(--gold); padding-bottom: 3px; }

.hero {
  padding: 110px 0 90px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.90)),
    radial-gradient(circle at 80% 15%, rgba(197,154,61,.18), transparent 28%);
}
.hero-grid { display: grid; grid-template-columns: 1.45fr .7fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--gold-2); font-size: 12px; font-weight: 800; letter-spacing: 2.2px; }
h1, h2, h3 { color: var(--navy); margin-top: 0; }
h1 { max-width: 780px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(48px, 6vw, 76px); line-height: 1.02; font-weight: 500; letter-spacing: -1.5px; margin-bottom: 28px; }
h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 4vw, 50px); line-height: 1.1; font-weight: 500; }
h3 { font-size: 18px; }
.hero-copy { max-width: 735px; font-size: 19px; color: #4f5a66; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.button {
  display: inline-block; padding: 13px 20px; text-decoration: none;
  font-size: 13px; font-weight: 800; letter-spacing: .4px; border: 1px solid var(--navy);
}
.primary { background: var(--navy); color: white; }
.secondary { color: var(--navy); background: transparent; }
.hero-card {
  border-left: 3px solid var(--gold); background: var(--navy);
  color: white; padding: 36px 34px; min-height: 280px; display: flex; flex-direction: column; justify-content: center;
}
.hero-card-label { color: var(--gold); font-size: 11px; letter-spacing: 3px; font-weight: 800; }
.hero-card p { font-family: Georgia, 'Times New Roman', serif; font-size: 25px; line-height: 1.35; margin: 20px 0 16px; }
.hero-card strong { font-size: 14px; color: #e9dfca; }

.principles { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principle-grid div { padding: 28px 30px; border-right: 1px solid var(--line); }
.principle-grid div:first-child { padding-left: 0; }
.principle-grid div:last-child { border-right: 0; }
.principle-grid strong { display: block; color: var(--navy); margin-bottom: 4px; }
.principle-grid span { font-size: 13px; color: var(--muted); }

.section { padding: 96px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .75fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p { color: var(--muted); font-size: 16px; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.service-grid article { padding: 34px 36px 38px 0; border-bottom: 1px solid var(--line); }
.service-grid article:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 44px; }
.service-grid article:nth-child(even) { padding-left: 44px; }
.service-grid article span { color: var(--gold-2); font-size: 12px; font-weight: 800; }
.service-grid h3 { margin: 13px 0 9px; font-size: 21px; }
.service-grid p { margin: 0; color: var(--muted); }

.dark-section { background: var(--navy-2); color: white; }
.dark-section h2 { color: white; }
.gold { color: var(--gold); }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.steps > div { display: grid; grid-template-columns: 50px 1fr; gap: 12px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.steps > div:first-child { padding-top: 0; }
.steps span { color: var(--gold); font-weight: 800; }
.steps strong { font-size: 18px; color: white; }
.steps p { margin: 4px 0 0; color: #b9c1cb; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.about-grid p { font-size: 17px; color: #58636f; }
.founder-card { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-direction: column; }
.founder-card strong { color: var(--navy); font-size: 16px; }
.founder-card span { color: var(--gold-2); font-size: 13px; margin-top: 2px; }

.cta-section { background: var(--navy); padding: 72px 0; color: white; }
.cta-wrap { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.cta-wrap h2 { color: white; margin-bottom: 12px; }
.cta-wrap p:not(.eyebrow) { color: #cbd2d9; max-width: 680px; margin-bottom: 0; }
.gold-button { background: var(--gold); border-color: var(--gold); color: var(--navy); white-space: nowrap; }

footer { padding: 34px 0; border-top: 1px solid #24374f; background: var(--navy-2); color: #aab4bf; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { color: white; }
.footer-brand .brand-mark { background: transparent; border: 1px solid var(--gold); }
.footer-wrap p { margin: 0; font-size: 12px; }

@media (max-width: 820px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { padding: 74px 0 60px; }
  .hero-grid, .section-heading, .approach-grid, .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-card { min-height: auto; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid div, .principle-grid div:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:nth-child(odd), .service-grid article:nth-child(even) { padding: 28px 0; border-right: 0; }
  .section { padding: 70px 0; }
  .cta-wrap, .footer-wrap { align-items: flex-start; flex-direction: column; }
  .gold-button { white-space: normal; }
}
