:root {
  --navy: #07152b;
  --navy-soft: #0e203a;
  --gold: #b9852d;
  --gold-light: #d7b36a;
  --ivory: #f6f3ec;
  --white: #fff;
  --ink: #102039;
  --muted: #596579;
}

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

.site-header {
  position: absolute; z-index: 10; inset: 0 0 auto; height: 100px; padding: 22px clamp(24px, 6vw, 92px);
  display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 90px; height: 64px; object-fit: contain; border-right: 1px solid var(--gold); padding-right: 14px; }
.brand-name { font-family: "Libre Caslon Display", serif; text-transform: uppercase; letter-spacing: .14em; font-size: 14px; line-height: 1.15; }
.brand-name small { display: block; font-family: "DM Sans", sans-serif; font-size: 7px; letter-spacing: .32em; color: var(--gold-light); }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 45px); font-size: 13px; }
nav a:not(.nav-cta) { opacity: .82; }
.nav-cta { border: 1px solid rgba(255,255,255,.42); padding: 13px 20px; }

.hero { min-height: 780px; color: var(--white); background: var(--navy); position: relative; overflow: hidden; padding: 190px clamp(24px, 8vw, 128px) 90px; }
.hero-content { max-width: 780px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 25px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .22em; font-weight: 600; font-size: 11px; }
.eyebrow.dark { color: var(--gold); }
h1, h2 { font-family: "Libre Caslon Display", serif; font-weight: 400; letter-spacing: -.035em; margin: 0; }
h1 { font-size: clamp(56px, 7.2vw, 104px); line-height: .96; }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { color: #cbd2dc; max-width: 650px; font-size: clamp(17px, 1.65vw, 22px); line-height: 1.6; margin: 35px 0; }
.hero-actions { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.button { display: inline-block; padding: 17px 25px; font-weight: 600; font-size: 13px; }
.button-gold { background: var(--gold); color: var(--white); }
.text-link { font-size: 13px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.35); }

.intro { padding: 115px clamp(24px, 8vw, 128px); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
h2 { color: var(--navy); font-size: clamp(42px, 5vw, 70px); line-height: 1.03; }
.intro-copy { padding-top: 30px; color: var(--muted); line-height: 1.75; max-width: 600px; }
.intro-copy .lead { color: var(--ink); font-family: "Libre Caslon Display", serif; font-size: 24px; line-height: 1.45; }
.dark-link { color: var(--navy); border-color: var(--gold); display: inline-block; margin-top: 15px; }

.service-preview { background: var(--navy); color: var(--white); padding: 105px clamp(24px, 8vw, 128px); display: grid; grid-template-columns: .8fr 1.4fr; gap: 8vw; }
.service-preview h2, .contact-preview h2 { color: var(--white); }
.service-list article { display: grid; grid-template-columns: 55px 1fr; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.18); }
.service-list article > span { color: var(--gold-light); font-family: "Libre Caslon Display", serif; font-size: 20px; grid-row: span 2; }
.service-list h3 { margin: 0 0 8px; font-family: "Libre Caslon Display", serif; font-size: 24px; font-weight: 400; }
.service-list p { color: #aeb8c8; margin: 0; line-height: 1.6; font-size: 13px; }
.centered { text-align: center; max-width: 830px; margin: 0 auto 65px; }
.centered > p:last-child { color: var(--muted); max-width: 650px; line-height: 1.7; margin: 25px auto 0; }
.approach { padding: 110px clamp(24px, 8vw, 128px); }
.approach-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d8d3c8; border-bottom: 1px solid #d8d3c8; }
.approach-grid article { padding: 40px 30px 45px; border-right: 1px solid #d8d3c8; }.approach-grid article:last-child { border: 0; }
.approach-grid span { color: var(--gold); font-family: "Libre Caslon Display", serif; font-size: 28px; }
.approach-grid h3 { font-family: "Libre Caslon Display", serif; font-size: 27px; font-weight: 400; margin: 50px 0 12px; }
.approach-grid p { color: var(--muted); line-height: 1.65; font-size: 13px; }
.outcomes { background: var(--navy); color: var(--white); padding: 100px clamp(24px, 8vw, 128px); }
.outcomes h2 { color: var(--white); }.outcomes-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 8vw; align-items: end; }
.outcomes ul { list-style: none; margin: 0; padding: 0; }.outcomes li { border-top: 1px solid rgba(255,255,255,.17); padding: 20px 0; color: #c3cbd6; }.outcomes li span { color: var(--gold-light); margin-right: 25px; font-size: 11px; }
.leadership { padding: 110px clamp(24px, 8vw, 128px); }
.leader-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.leader-card { background: var(--white); display: grid; grid-template-columns: .9fr 1fr; min-height: 420px; }
.leader-photo { min-height: 420px; overflow: hidden; }.leader-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }
.leader-card > div:last-child { padding: 48px 36px; align-self: center; }.leader-card h3 { color: var(--navy); font-family: "Libre Caslon Display", serif; font-size: 31px; font-weight: 400; margin: 8px 0 20px; }
.leader-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }.leader-card .leader-role { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 600; }
.contact { padding: 110px clamp(24px, 8vw, 128px); background: var(--navy-soft); color: var(--white); display: grid; grid-template-columns: 1fr .8fr; gap: 10vw; }
.contact h2 { color: var(--white); }.contact-intro > p:last-child { color: #bac3d0; line-height: 1.75; max-width: 570px; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }form label { color: #bec7d3; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }form label:last-of-type { grid-column: 1 / -1; }
input, textarea { display: block; width: 100%; margin-top: 10px; padding: 12px 2px; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); font: inherit; outline: 0; resize: vertical; }input:focus,textarea:focus { border-color: var(--gold-light); }button { border: 0; cursor: pointer; justify-self: start; }
footer { background: #050f20; color: rgba(255,255,255,.5); padding: 35px clamp(24px, 8vw, 128px); display: flex; align-items: center; justify-content: space-between; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }footer .brand { color: var(--white); }
.thanks-page { background: var(--navy); color: var(--white); min-height: 100vh; display: grid; place-items: center; }.thanks-page main { max-width: 850px; padding: 50px; text-align: center; }.thanks-page h1 { font-size: clamp(48px,7vw,90px); }.thanks-page p:not(.eyebrow) { color: #bac3d0; font-size: 18px; margin: 30px; }

@media (max-width: 820px) {
  .site-header { height: 82px; }.site-header nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 720px; padding-top: 155px; }
  .intro, .service-preview, .outcomes-grid, .contact { display: block; }
  .intro-copy, .service-list { margin-top: 55px; }
  .approach-grid { grid-template-columns: 1fr 1fr; }.approach-grid article:nth-child(2) { border-right: 0; }.leader-grid { grid-template-columns: 1fr; }.contact form { margin-top: 60px; }footer { gap: 20px; flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .site-header { padding-left: 16px; padding-right: 16px; }
  .brand { gap: 8px; }
  .brand-logo { width: 70px; height: 54px; padding-right: 10px; }
  .brand-name { display: block; font-size: 11px; }
  .nav-cta { padding: 10px 11px; font-size: 11px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .approach-grid { grid-template-columns: 1fr; }.approach-grid article { border-right: 0; border-bottom: 1px solid #d8d3c8; }.leader-card { grid-template-columns: 1fr; }.leader-photo { min-height: 340px; }form { grid-template-columns: 1fr; }form label { grid-column: 1 !important; }
}
