:root {
  --charcoal: #1d1d1d;
  --black: #111111;
  --panel: #262626;
  --panel-soft: #202020;
  --gold: #d3af37;
  --white: #ffffff;
  --gray: #d4d4d4;
  --medium: #8e8e8e;
  --line: rgba(211,175,55,.28);
  --serif: "Libre Caslon Display", Georgia, "Times New Roman", serif;
  --sans: "Inter", Arial, Helvetica, sans-serif;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 80px; }
body { margin: 0; color: var(--gray); background: var(--charcoal); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -80px; padding: 10px 16px; color: var(--black); background: var(--gold); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: sticky; z-index: 100; top: 0; min-height: 78px; color: var(--white); background: rgba(17,17,17,.97); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); letter-spacing: .02em; text-decoration: none; white-space: nowrap; }
.brand img { width: 55px; height: 55px; flex: 0 0 auto; object-fit: contain; background: var(--white); border: 1px solid rgba(211,175,55,.45); }
.brand span { font-family: var(--serif); font-size: 20px; }
.brand strong { font-weight: 400; letter-spacing: .09em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(20px,2.5vw,38px); }
.site-nav a, .footer-nav a { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.site-nav a { position: relative; color: var(--gray); }
.site-nav a::after { content: ""; position: absolute; right: 100%; bottom: -9px; left: 0; height: 1px; background: var(--gold); }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--white); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--gold); }

.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
h1, h2, h3 { margin-top: 0; font-weight: 400; }
h1, h2 { color: var(--white); font-family: var(--serif); letter-spacing: -.025em; line-height: 1.06; }
h1 { max-width: 790px; margin-bottom: 24px; font-size: clamp(48px,5.5vw,76px); }
h2 { margin-bottom: 22px; font-size: clamp(38px,4.2vw,58px); }
.prose p { margin: 0 0 20px; }
.prose p:last-child { margin-bottom: 0; }

.hero { overflow: hidden; color: var(--gray); background: var(--black); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 600px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(330px,.8fr); align-items: stretch; gap: 58px; }
.hero-copy { align-self: center; padding-block: 68px; }
.hero-lead { max-width: 680px; margin: 0; color: var(--gray); font-size: clamp(16px,1.45vw,19px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 23px; color: var(--black); background: var(--gold); border: 1px solid var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .07em; text-decoration: none; }
.button:hover, .button:focus-visible { color: var(--gold); background: transparent; }
.button-dark { margin-top: 32px; }
.text-link, .inline-link { color: var(--white); font-size: 13px; font-weight: 600; text-underline-offset: 7px; }
.text-link span, .inline-link span { margin-left: 8px; color: var(--gold); }
.hero-image { position: relative; min-width: 0; margin: 0; overflow: hidden; border-inline: 1px solid var(--line); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(17,17,17,.42),rgba(17,17,17,.08)); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: grayscale(.35) saturate(.65); }
.hero-image figcaption { position: absolute; z-index: 1; right: 25px; bottom: 24px; left: 25px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.5); color: var(--white); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero-image figcaption span { margin-inline: 8px; color: var(--gold); }

.stats { color: var(--white); background: #171717; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat { min-height: 140px; padding: 26px 30px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.stat:last-child { border-right: 1px solid var(--line); }
.stat strong { font-family: var(--serif); font-size: 44px; font-weight: 400; line-height: 1; }
.stat .word-stat { font-size: 28px; }
.stat span { margin-top: 11px; color: var(--medium); font-size: 12px; letter-spacing: .05em; }

.section { padding-block: 84px; }
.section-alt { background: var(--black); }
.split-intro { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(55px,8vw,112px); align-items: start; }
.split-intro h2 { max-width: 540px; }
.large-prose { padding: 26px 0 0 28px; border-left: 1px solid var(--gold); color: var(--gray); font-size: 17px; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 64px; align-items: end; margin-bottom: 44px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { margin: 0 0 6px; color: var(--medium); }

.preview-grid, .differentiator-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.preview-card, .differentiator-grid article { min-height: 220px; padding: 30px; background: var(--panel); border: 1px solid rgba(255,255,255,.08); border-top: 2px solid var(--gold); }
.preview-card > span, .differentiator-grid article > span { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .14em; }
.preview-card h3, .differentiator-grid h3 { margin: 22px 0 12px; color: var(--white); font-family: var(--serif); font-size: 26px; }
.preview-card p, .differentiator-grid p { margin: 0; color: var(--medium); font-size: 13px; }
.experience-preview { color: var(--gray); background: var(--panel); border-block: 1px solid var(--line); }
.preview-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(55px,8vw,110px); align-items: center; }
.on-dark { color: var(--gray); font-size: 17px; }
.light-link { display: inline-block; margin-top: 14px; }

.contact-section { background: var(--black); }
.contact-minimal { max-width: 850px; display: grid; gap: 24px; padding-block: 8px; border-left: 3px solid var(--gold); padding-left: clamp(28px,5vw,62px); }
.contact-text { margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(27px,3vw,41px); line-height: 1.42; }
.contact-email { width: fit-content; color: var(--gold); font-size: clamp(15px,1.4vw,18px); font-weight: 600; letter-spacing: .03em; text-underline-offset: 7px; overflow-wrap: anywhere; }

.page-hero { color: var(--gray); background: var(--black); border-bottom: 1px solid var(--line); }
.page-hero-grid { min-height: 500px; display: grid; grid-template-columns: 1fr .78fr; gap: 70px; align-items: stretch; }
.page-hero-grid > div { align-self: center; padding-block: 64px; }
.page-hero h1 { max-width: 720px; }
.page-hero-grid > div > p:last-child { max-width: 650px; margin: 0; font-size: 18px; }
.page-hero figure { min-width: 0; margin: 0; overflow: hidden; border-inline: 1px solid var(--line); }
.page-hero figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.3) saturate(.65); }
.content-image-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(55px,8vw,110px); align-items: center; }
.content-image-grid h2 { max-width: 690px; }
.discipline-panel { display: grid; gap: 10px; padding: 34px; background: var(--panel); border: 1px solid var(--line); }
.discipline-panel span { padding: 13px 15px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.discipline-panel span:last-child { border-bottom: 0; }

.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.service-card { position: relative; min-height: 210px; padding: 34px 42px 34px 80px; border: 1px solid rgba(255,255,255,.09); background: var(--panel); }
.service-card::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: var(--gold); }
.service-icon { position: absolute; left: 25px; top: 34px; display: grid; place-items: center; width: 34px; height: 34px; color: var(--gold); border: 1px solid var(--gold); font-family: var(--serif); font-size: 17px; }
.service-number { position: absolute; right: 20px; top: 18px; color: var(--medium); font-size: 10px; font-weight: 600; letter-spacing: .12em; }
.service-card h3 { margin-bottom: 12px; color: var(--white); font-family: var(--serif); font-size: 26px; line-height: 1.2; }
.service-card p { max-width: 480px; margin: 0; color: var(--medium); font-size: 13px; }

.presence-section { color: var(--gray); background: var(--black); border-block: 1px solid var(--line); }
.presence-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(70px,10vw,150px); align-items: center; }
.presence-map { position: relative; isolation: isolate; aspect-ratio: 1; display: grid; place-content: center; overflow: hidden; text-align: center; border: 1px solid var(--gold); border-radius: 50%; background: url("assets/boardroom-premium.jpg") center / cover no-repeat; }
.presence-map::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(17,17,17,.78); }
.presence-map::after { content: ""; position: absolute; inset: 15%; border: 1px solid rgba(211,175,55,.35); border-radius: 50%; }
.presence-map span { position: relative; z-index: 1; color: var(--white); font-family: var(--serif); font-size: clamp(74px,10vw,130px); line-height: .8; }
.presence-map p { position: relative; z-index: 1; margin: 18px 0 0; color: var(--gold); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }

.experience-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.experience-card { padding: 30px 34px; background: var(--panel); border-top: 3px solid var(--gold); }
.experience-card > span { display: block; margin-bottom: 22px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.experience-card ul { margin: 0; padding: 0; list-style: none; }
.experience-card li { position: relative; padding: 13px 0 13px 22px; color: var(--gray); border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.experience-card li::before { content: ""; position: absolute; left: 0; top: 25px; width: 7px; height: 1px; background: var(--gold); }
.cta-band { padding-block: 48px; background: var(--gold); }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cta-band p { max-width: 720px; margin: 0; color: var(--black); font-family: var(--serif); font-size: clamp(24px,3vw,38px); line-height: 1.25; }
.cta-band .button { color: var(--white); background: var(--black); border-color: var(--black); white-space: nowrap; }
.cta-band .button:hover, .cta-band .button:focus-visible { color: var(--black); background: transparent; }

.site-footer { padding-top: 58px; color: var(--gray); background: var(--black); border-top: 3px solid var(--gold); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-bottom: 48px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 84px; height: 84px; object-fit: contain; background: var(--white); }
.footer-brand div { display: grid; gap: 4px; }
.footer-brand strong { color: var(--white); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.footer-brand span { color: var(--medium); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px 30px; }
.footer-nav a { color: var(--gray); }
.footer-nav a:hover, .footer-nav a:focus-visible { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 20px; color: var(--medium); border-top: 1px solid var(--line); font-size: 11px; }

@media (max-width: 900px) {
  .container { width: min(calc(100% - 36px),var(--container)); }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 20px; background: var(--charcoal); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 15px 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-nav a::after { display: none; }
  .hero-grid, .page-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy, .page-hero-grid > div { padding-block: 64px 52px; }
  .hero-image, .page-hero figure { height: 300px; border: 1px solid var(--line); border-bottom: 0; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: 1px solid var(--line); }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding-block: 68px; }
  .split-intro, .preview-split, .presence-grid, .content-image-grid { grid-template-columns: 1fr; gap: 40px; }
  .large-prose { padding-top: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .preview-grid, .differentiator-grid { grid-template-columns: 1fr 1fr; }
  .presence-map { width: min(390px,78vw); margin-inline: auto; }
  .cta-band .container { align-items: flex-start; flex-direction: column; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-nav { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px),var(--container)); }
  .nav-wrap { gap: 10px; }
  .brand { gap: 8px; }
  .brand span { font-size: 15px; }
  .brand img { width: 52px; height: 52px; }
  h1 { font-size: clamp(42px,12.5vw,58px); }
  h2 { font-size: 39px; }
  .hero-copy, .page-hero-grid > div { padding-block: 54px 44px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 21px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-image, .page-hero figure { height: 230px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { min-height: 126px; padding: 20px 17px; }
  .stat strong { font-size: 38px; }
  .stat .word-stat { font-size: 21px; }
  .stat span { font-size: 10px; line-height: 1.45; }
  .section { padding-block: 56px; }
  .large-prose, .on-dark { font-size: 16px; }
  .preview-grid, .differentiator-grid, .services-grid, .experience-grid { grid-template-columns: 1fr; }
  .preview-card, .differentiator-grid article { min-height: auto; padding: 26px 24px; }
  .service-card { min-height: auto; padding: 30px 20px 30px 64px; }
  .service-icon { left: 16px; top: 31px; }
  .service-number { top: 13px; right: 14px; }
  .experience-card { padding: 28px 23px; }
  .contact-minimal { gap: 20px; padding-left: 22px; }
  .contact-text { font-size: 27px; }
  .footer-brand img { width: 72px; height: 72px; }
  .footer-nav { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}
