:root {
  --ivory: #f4f0e7;
  --paper: #fbf8f1;
  --navy: #0b1b2b;
  --navy-soft: #152b3c;
  --green: #0d5a3b;
  --gold: #a98545;
  --gold-pale: #d9c59f;
  --ink: #17222b;
  --muted: #687078;
  --line: rgba(11, 27, 43, 0.17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 96px;
  padding: 0 clamp(24px, 4.65vw, 74px);
  border-bottom: 1px solid var(--line);
  background: rgba(244, 240, 231, 0.96);
}
.brand { display: block; width: 174px; height: 72px; overflow: hidden; text-decoration: none; }
.brand img { width: 174px; height: 122px; object-fit: contain; transform: translateY(-25px); }
.header-note {
  margin: 0;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.desktop-nav { justify-self: end; display: flex; align-items: center; gap: 32px; }
.desktop-nav a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.desktop-nav a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta { min-height: 42px; display: inline-flex; align-items: center; padding: 0 18px; border: 1px solid var(--gold); color: var(--gold); }
.nav-cta:hover { background: var(--gold); color: var(--navy); }
.mobile-nav { display: none; justify-self: end; position: relative; }
.mobile-nav summary { cursor: pointer; color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; list-style: none; text-transform: uppercase; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; top: 36px; right: 0; width: 190px; padding: 16px; background: var(--navy); box-shadow: 0 18px 40px rgba(11, 27, 43, 0.2); }
.mobile-nav nav a { display: block; padding: 12px; color: var(--paper); font-size: 12px; text-decoration: none; }

.hero { display: grid; grid-template-columns: 31.8% 45.2% 23%; min-height: 620px; border-bottom: 1px solid var(--line); }
.hero-ledger { display: flex; flex-direction: column; justify-content: space-between; padding: 62px 56px 54px clamp(24px, 4.65vw, 74px); border-right: 1px solid var(--line); }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 1px; flex: 0 0 auto; background: currentColor; content: ""; }
.eyebrow-light { color: var(--gold-pale); }
.experience strong { display: block; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 5.6vw, 88px); font-weight: 400; letter-spacing: -0.06em; line-height: 0.85; }
.experience span { display: block; max-width: 188px; margin-top: 22px; color: var(--muted); font-size: 11px; letter-spacing: 0.1em; line-height: 1.55; text-transform: uppercase; }
.ledger-small { max-width: 260px; margin: 0; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.6; }
.hero-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(42px, 4vw, 68px); }
.folio { position: absolute; top: 38px; left: clamp(42px, 4vw, 68px); margin: 0; color: var(--muted); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
.corner-rule { position: absolute; top: 58px; right: 46px; width: 88px; height: 88px; border-top: 1px solid var(--gold-pale); border-right: 1px solid var(--gold-pale); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { position: relative; z-index: 1; max-width: 760px; margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 4.35vw, 70px); font-weight: 400; letter-spacing: -0.048em; line-height: 0.98; }
h1 em { color: var(--gold); font-weight: 400; }
.hero-intro { max-width: 610px; margin: 32px 0 0; padding-left: clamp(0px, 6vw, 92px); color: #4d5962; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; padding-left: clamp(0px, 6vw, 92px); }
.hero-actions > span { max-width: 140px; color: var(--muted); font-size: 9px; letter-spacing: 0.13em; line-height: 1.55; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 21px; font-size: 10px; font-weight: 700; letter-spacing: 0.11em; text-decoration: none; text-transform: uppercase; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.button span, .text-link span, .contact-card a span { margin-left: 20px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; transition: transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:hover span, .text-link:hover span, .contact-card a:hover span { transform: translate(3px, -3px); }
.button-primary { width: min(100%, 302px); background: var(--navy); color: var(--paper); }
.button-primary span { color: var(--gold-pale); }
.sector-panel { position: relative; display: flex; align-items: flex-end; padding: 52px 46px; overflow: hidden; background: var(--navy); color: var(--paper); }
.panel-folio { position: absolute; top: 36px; left: 44px; color: rgba(255,255,255,0.48); font-size: 9px; letter-spacing: 0.19em; text-transform: uppercase; }
.sector-orbit { position: absolute; top: -74px; right: -86px; width: 250px; height: 250px; border: 1px solid rgba(217,197,159,0.25); border-radius: 50%; }
.sector-orbit::after { position: absolute; top: 125px; left: 54px; width: 132px; height: 1px; background: var(--gold); content: ""; transform: rotate(-45deg); }
.sector-panel h2 { margin: 24px 0 32px; color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 2.4vw, 42px); font-weight: 400; letter-spacing: -0.035em; line-height: 1.05; }
.sector-panel ul { margin: 0; padding: 0; list-style: none; }
.sector-panel li { display: grid; grid-template-columns: 34px 1fr; align-items: center; min-height: 45px; border-top: 1px solid rgba(255,255,255,0.16); font-size: 11px; letter-spacing: 0.05em; }
.sector-panel li span { color: var(--gold); font-size: 9px; }

.section-shell { padding: 118px clamp(24px, 7.4vw, 118px); }
.section-heading { display: grid; grid-template-columns: 0.75fr 1.55fr 1fr; gap: 64px; align-items: start; margin-bottom: 70px; }
.section-heading h2, .approach-intro h2, .outcomes h2, .contact h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 4vw, 64px); font-weight: 400; letter-spacing: -0.045em; line-height: 1; }
.section-heading > p:last-child, .approach-intro > p, .contact-copy > p:last-child { margin: 0; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 310px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 200ms ease, color 200ms ease; }
.service-card:hover { background: var(--navy); color: var(--paper); }
.service-number { color: var(--gold); font-size: 10px; letter-spacing: 0.18em; }
.service-card h3 { max-width: 330px; margin: 46px 0 20px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; letter-spacing: -0.03em; line-height: 1.08; }
.service-card:hover h3 { color: var(--paper); }
.service-card > p { max-width: 360px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-card:hover > p { color: rgba(255,255,255,0.7); }
.service-card ul { position: absolute; right: 28px; bottom: 24px; left: 28px; display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; padding: 16px 8px 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { color: var(--gold); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; }

.statement { position: relative; display: grid; grid-template-columns: 0.65fr 2fr 0.65fr; gap: 60px; align-items: end; padding: 104px clamp(24px, 7.4vw, 118px); overflow: hidden; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statement-mark { display: flex; align-items: end; gap: 10px; height: 110px; }
.statement-mark span { width: 28px; background: var(--gold); transform: skew(-18deg); }
.statement-mark span:nth-child(1) { height: 54px; }
.statement-mark span:nth-child(2) { height: 82px; background: var(--green); }
.statement-mark span:nth-child(3) { height: 110px; background: var(--navy); }
.statement blockquote { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3vw, 50px); letter-spacing: -0.035em; line-height: 1.2; }
.statement > p { align-self: end; margin: 0; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }

.approach { display: grid; grid-template-columns: 0.9fr 1.25fr; gap: clamp(70px, 10vw, 180px); }
.approach-intro h2 { margin-top: 36px; }
.approach-intro > p { margin-top: 28px; max-width: 510px; }
.text-link { display: inline-flex; align-items: center; margin-top: 34px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--gold); font-size: 9px; letter-spacing: 0.16em; }
.process-list h3 { margin: 0 0 8px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.process-list p { max-width: 550px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.why { display: grid; grid-template-columns: 0.9fr 1.35fr; min-height: 700px; background: var(--navy); color: var(--paper); }
.why-title-block { display: flex; flex-direction: column; justify-content: space-between; padding: 102px clamp(24px, 6vw, 96px); border-right: 1px solid rgba(255,255,255,0.15); }
.why-title-block h2 { margin: 0; color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 4.2vw, 68px); font-weight: 400; letter-spacing: -0.045em; line-height: 1.05; }
.why-title-block h2 em { color: var(--gold-pale); font-weight: 400; }
.reason-grid { display: grid; grid-template-columns: 1fr 1fr; }
.reason-grid article { display: flex; flex-direction: column; justify-content: flex-end; min-height: 350px; padding: 52px; border-right: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); transition: background 180ms ease; }
.reason-grid article:hover { background: var(--navy-soft); }
.reason-grid article > span { margin-bottom: auto; color: var(--gold); font-size: 9px; letter-spacing: 0.17em; }
.reason-grid h3 { margin: 0 0 18px; color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; }
.reason-grid p { max-width: 390px; margin: 0; color: rgba(255,255,255,0.62); font-size: 13px; line-height: 1.65; }

.outcomes { display: grid; grid-template-columns: 0.95fr 1.1fr; gap: 100px; align-items: start; }
.outcomes .eyebrow { margin-bottom: 34px; }
.outcome-list { border-top: 1px solid var(--line); }
.outcome-list p { display: grid; grid-template-columns: 56px 1fr; gap: 20px; margin: 0; padding: 28px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.25; }
.outcome-list span { color: var(--gold); font-family: Arial, Helvetica, sans-serif; font-size: 9px; letter-spacing: 0.16em; }

.contact { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 80px; padding: 110px clamp(24px, 7.4vw, 118px); background: var(--gold); color: var(--navy); }
.contact .eyebrow { color: var(--navy); }
.contact-copy h2 { max-width: 800px; margin-top: 36px; }
.contact-copy > p:last-child { max-width: 650px; margin-top: 28px; color: rgba(11,27,43,0.72); }
.contact-card { display: flex; flex-direction: column; align-items: flex-start; padding: 40px; border: 1px solid rgba(11,27,43,0.3); background: rgba(251,248,241,0.15); }
.contact-card > p { margin: 0 0 auto; font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.contact-card h3 { margin: 54px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 400; }
.contact-card a { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 15px 0; border-top: 1px solid rgba(11,27,43,0.24); font-size: 13px; font-weight: 700; text-decoration: none; }
.contact-card > span { margin-top: 24px; font-size: 10px; letter-spacing: 0.11em; text-transform: uppercase; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 124px; padding: 0 clamp(24px, 4.65vw, 74px); background: var(--navy); color: rgba(255,255,255,0.55); }
.footer-brand { filter: brightness(0) invert(1); opacity: 0.9; }
footer p { margin: 0; font-size: 9px; letter-spacing: 0.13em; text-transform: uppercase; }
footer p:last-child { justify-self: end; }

@media (max-width: 1100px) {
  .header-note { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 28% 72%; }
  .sector-panel { grid-column: 1 / -1; min-height: 420px; }
  .sector-panel > div:last-child { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; }
  .sector-panel h2 { margin-bottom: 0; }
  .section-heading { grid-template-columns: 0.55fr 1.4fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why { grid-template-columns: 1fr; }
  .why-title-block { min-height: 460px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.15); }
}

@media (max-width: 760px) {
  html { scroll-behavior: auto; }
  .site-header { min-height: 82px; }
  .brand { width: 142px; height: 64px; }
  .brand img { width: 142px; height: 104px; transform: translateY(-21px); }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-ledger { min-height: 270px; padding: 42px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .experience { margin: 54px 0; }
  .hero-copy { min-height: 600px; padding: 72px 24px; }
  .folio { left: 24px; }
  .corner-rule { right: 24px; }
  h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-intro, .hero-actions { padding-left: 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .sector-panel { min-height: 560px; padding: 74px 24px 44px; }
  .panel-folio { left: 24px; }
  .sector-panel > div:last-child { display: block; }
  .sector-panel h2 { margin: 28px 0 48px; font-size: 40px; }
  .section-shell { padding: 88px 24px; }
  .section-heading { display: block; }
  .section-heading h2 { margin: 34px 0 26px; }
  .section-heading > p:last-child { max-width: 520px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .statement { grid-template-columns: 1fr; gap: 42px; padding: 82px 24px; }
  .statement-mark { height: 78px; }
  .statement-mark span:nth-child(1) { height: 38px; }
  .statement-mark span:nth-child(2) { height: 58px; }
  .statement-mark span:nth-child(3) { height: 78px; }
  .approach, .outcomes, .contact { grid-template-columns: 1fr; gap: 72px; }
  .process-list { margin-top: 12px; }
  .why-title-block { min-height: 560px; padding: 72px 24px; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article { min-height: 300px; padding: 36px 24px; }
  .contact { padding: 88px 24px; }
  .contact-card { padding: 32px 24px; }
  footer { grid-template-columns: 1fr; gap: 8px; padding: 30px 24px; }
  footer p:last-child { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

@media print {
  .mobile-nav, .desktop-nav, .hero-actions { display: none !important; }
  body { background: #fff; color: #111; }
}
