:root {
  --navy: #071f39;
  --navy-mid: #0a2b4b;
  --navy-soft: #153956;
  --gold: #c79436;
  --gold-dark: #a87924;
  --gold-text: #8f6618;
  --cream: #f5f2ec;
  --white: #ffffff;
  --ink: #10233c;
  --text: #435065;
  --line: #dfe3e8;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Montserrat", Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.skip-link { position: absolute; top: -100px; left: 16px; z-index: 100; padding: 10px 16px; background: var(--navy); color: #fff; font-size: .8rem; font-weight: 600; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid #ececec; }
.nav-shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.logo-link { flex: 0 0 auto; }
.logo { width: 285px; max-height: 64px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 24px; font-size: .78rem; font-weight: 600; color: #33415a; }
.nav a:not(.btn):hover { color: var(--gold-text); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 6px 0; }

.btn { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .09em; font-size: .74rem; font-weight: 700; transition: .2s ease; cursor: pointer; }
.btn-gold { background: var(--gold); color: white; }
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-1px); }
.btn-outline { border-color: rgba(199,148,54,.8); color: white; background: rgba(4,23,42,.15); }
.btn-outline:hover { background: rgba(255,255,255,.07); }
.btn-nav { min-height: 44px; padding: 0 18px; }

h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; line-height: 1.02; }
h1 { font-size: clamp(3.7rem, 6vw, 6rem); letter-spacing: -.02em; }
h2 { font-size: clamp(2.5rem, 4.4vw, 4.15rem); letter-spacing: -.02em; }
h3 { font-size: 1rem; }
.eyebrow { margin: 0 0 20px; color: #dfb35f; font-size: .73rem; font-weight: 700; letter-spacing: .2em; }
.eyebrow.gold { color: var(--gold-text); }

.hero { background: var(--navy); color: white; }
.hero-copy-wrap { overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 44% 56%; min-height: 575px; }
.hero-copy { padding: 76px 54px 68px 0; align-self: center; }
.hero-copy h1 { max-width: 650px; margin-bottom: 24px; }
.hero-lead { max-width: 540px; font-size: 1.03rem; color: rgba(255,255,255,.85); margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-art { min-height: 575px; background-color: #082642; display: flex; align-items: center; justify-content: center; }
.hero-art picture { width: 100%; }
.hero-art img { width: 100%; height: auto; }
.hero-keywords { background: #082642; border-top: 1px solid rgba(255,255,255,.08); }
.keyword-row { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #d9ad59; text-transform: uppercase; font-size: .68rem; font-weight: 700; letter-spacing: .14em; }

.section { padding: 92px 0; }
.section-white { background: white; }
.section-cream { background: var(--cream); }
.section-navy { background: linear-gradient(110deg, #06213b, #0a3556); color: white; }
.section-heading { max-width: 820px; }
.section-heading.centered { margin: 0 auto 54px; text-align: center; }
.section-heading > p:last-child { color: var(--text); font-size: .95rem; max-width: 760px; margin: 18px auto 0; }

.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.audience-card { text-align: center; padding: 10px 34px 0; min-height: 235px; border-right: 1px solid var(--line); }
.audience-card:last-child { border-right: none; }
.line-icon { color: var(--gold); font-size: 2.8rem; line-height: 1; height: 54px; }
.audience-card h3 { text-transform: uppercase; font-size: .82rem; letter-spacing: .05em; margin: 14px 0; }
.audience-card p { color: var(--text); font-size: .86rem; }
.text-link { display: inline-block; margin-top: 12px; color: var(--gold-text); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.services-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.services-intro h2 { max-width: 620px; }
.services-intro > p { color: var(--text); max-width: 520px; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid #d8d5cf; }
.service-grid article { text-align: center; padding: 28px 16px 4px; border-right: 1px solid #d8d5cf; }
.service-grid article:last-child { border-right: none; }
.service-grid span { color: var(--gold); font-size: 2.2rem; }
.service-grid h3 { font-size: .82rem; margin-top: 12px; line-height: 1.4; }

.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.approach-copy p:not(.eyebrow) { color: rgba(255,255,255,.78); max-width: 520px; }
.gold-rule { width: 64px; height: 2px; background: var(--gold); margin: 18px 0 26px; }
.approach-copy .btn { margin-top: 20px; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 68px 110px 1fr; align-items: center; gap: 0; min-height: 62px; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li:last-child { border-bottom: none; }
.step-num { font-family: "Cormorant Garamond", Georgia, serif; color: var(--gold); font-size: 2rem; }
.process-list strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.2rem; font-weight: 600; }
.process-list p { margin: 0; color: rgba(255,255,255,.72); font-size: .78rem; }

.section-heading.centered.people-heading { margin-bottom: 42px; }
.people-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; max-width: 1020px; margin: 0 auto; }
.person-card { text-align: center; }
.person-photo { width: 100%; height: 230px; object-fit: cover; object-position: center; display: block; background: #eee; }
.person-card h3 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; margin: 15px 0 0; }
.person-card p { margin: 2px 0 0; color: var(--text); font-size: .78rem; }

.insights-top { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 42px; }
.insights-top h2 { max-width: 620px; }
.insights-top > p { color: var(--text); }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.insight-card { background: white; border: 1px solid #e6e0d7; }
.insight-image { height: 190px; background: #0b2432; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.insight-image picture { height: 100%; }
.insight-image img { height: 100%; width: auto; }
.insight-body { padding: 18px 20px 20px; }
.insight-body h3 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; line-height: 1.1; min-height: 64px; }
.insight-body > div { display: flex; justify-content: space-between; gap: 12px; color: var(--gold-text); text-transform: uppercase; font-size: .67rem; font-weight: 700; letter-spacing: .05em; }

.contact-section { background: #082642; color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.contact-copy h2 { max-width: 600px; }
.contact-copy > p:last-child { color: rgba(255,255,255,.76); max-width: 560px; }
.contact-form { background: white; color: var(--ink); padding: 34px; box-shadow: 0 16px 38px rgba(0,0,0,.16); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; font-size: .78rem; font-weight: 700; margin-bottom: 15px; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #d6dbe1; background: #fff; color: #1d2b3d; }
.contact-form input:focus-visible, .contact-form textarea:focus-visible { border-color: var(--gold-dark); outline-offset: 0; }
.form-status { margin: 16px 0 0; font-size: .82rem; font-weight: 600; color: #1e6b3c; }
.form-status:empty { display: none; }
.form-note { margin-bottom: 0; color: #77808d; font-size: .7rem; }

.footer { background: white; padding: 38px 0 28px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 28px; border-bottom: 1px solid #e6e7e9; }
.footer-logo { width: 260px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 24px; font-size: .72rem; color: #33415a; }
.footer-bottom { display: flex; justify-content: space-between; gap: 28px; padding-top: 20px; font-size: .7rem; color: #647084; }
.legal-links { display: flex; gap: 24px; flex-wrap: wrap; }
.compliance-note { margin-top: 16px; padding-top: 14px; border-top: 1px solid #f0f0f0; font-size: .64rem; color: #8a909b; }

@media (max-width: 1080px) {
  .logo { width: 240px; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 22px 20px 28px; background: white; flex-direction: column; align-items: stretch; border-top: 1px solid #eee; box-shadow: 0 14px 24px rgba(0,0,0,.08); }
  .nav.open { display: flex; }
  .nav a:not(.btn) { display: block; padding: 4px 0; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-grid article:nth-child(3) { border-right: none; }
  .service-grid article:nth-child(-n+3) { border-bottom: 1px solid #d8d5cf; }
}

@media (max-width: 820px) {
  .nav-shell { min-height: 78px; }
  .logo { width: 230px; }
  .hero-grid { width: 100%; grid-template-columns: 1fr; }
  .hero-copy { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 62px 0 50px; }
  .hero-art { min-height: 440px; }
  .keyword-row { flex-wrap: wrap; justify-content: center; padding: 14px 0; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-card:nth-child(2) { border-right: 0; }
  .audience-card { border-bottom: 1px solid var(--line); padding-bottom: 30px; margin-bottom: 28px; }
  .audience-card:nth-child(3), .audience-card:nth-child(4) { border-bottom: 0; }
  .services-intro, .approach-grid, .insights-top, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .people-grid { gap: 26px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 72px 0; }
  .logo { width: 205px; }
  h1 { font-size: clamp(3.25rem, 16vw, 4.5rem); }
  h2 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-art { min-height: 330px; }
  .keyword-row { font-size: .62rem; }
  .audience-grid, .people-grid, .insight-grid, .service-grid, .form-row { grid-template-columns: 1fr; }
  .audience-card { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .audience-card:last-child { border-bottom: 0 !important; }
  .service-grid article { border-right: 0 !important; border-bottom: 1px solid #d8d5cf !important; }
  .service-grid article:last-child { border-bottom: 0 !important; }
  .process-list li { grid-template-columns: 58px 92px 1fr; }
  .process-list p { font-size: .72rem; }
  .person-photo { height: 255px; }
  .footer-logo { width: 235px; }
}

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