:root {
  --navy-950: #050d14;
  --navy-900: #08131d;
  --navy-850: #0b1925;
  --navy-800: #102231;
  --ink: #15202a;
  --slate: #5c6770;
  --ivory: #f3efe6;
  --paper: #faf8f3;
  --line: rgba(16, 34, 49, 0.16);
  --line-dark: rgba(243, 239, 230, 0.16);
  --gold: #c6a15b;
  --gold-light: #e3c98f;
  --wine: #6f3543;
  --white: #fff;
  --max: 1240px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy-950);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
p { margin: 0 0 1.25rem; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }

.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 1000;
  background: var(--gold);
  color: var(--navy-950);
  padding: 10px 16px;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 13, 20, 0.95);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: min(calc(100% - 48px), var(--max));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand { width: 198px; flex: 0 0 auto; }
.brand img { width: 198px; height: auto; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.site-nav a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-nav a:hover, .site-nav a[aria-current='page'] { color: var(--gold-light); }
.header-cta {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--gold);
  color: var(--ivory) !important;
}
.header-cta:hover { background: var(--gold); color: var(--navy-950) !important; }
.menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line-dark);
  background: transparent;
  color: var(--ivory);
  padding: 9px 12px;
  cursor: pointer;
}

.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.narrow { width: min(calc(100% - 48px), 840px); margin: 0 auto; }
.section { padding: clamp(84px, 9vw, 138px) 0; }
.section-tight { padding: clamp(64px, 7vw, 100px) 0; }
.surface-paper { background: var(--paper); }
.surface-ivory { background: var(--ivory); }
.surface-dark { background: var(--navy-900); color: var(--ivory); }
.surface-mid { background: var(--navy-800); color: var(--ivory); }
.surface-gold { background: var(--gold); color: var(--navy-950); }
.border-top { border-top: 1px solid var(--line); }
.border-top-dark { border-top: 1px solid var(--line-dark); }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  color: var(--wine);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}
.surface-dark .eyebrow, .surface-mid .eyebrow, .hero .eyebrow { color: var(--gold-light); }
.eyebrow::before { content: ''; width: 34px; height: 1px; background: currentColor; flex: 0 0 auto; }
.display {
  max-width: 1000px;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 7vw, 7.15rem);
  line-height: .96;
  letter-spacing: -.045em;
}
.page-title {
  max-width: 980px;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6.2vw, 6.25rem);
  line-height: 1;
  letter-spacing: -.04em;
}
.section-title {
  max-width: 820px;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4.5vw, 4.65rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.subhead {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.4vw, 2.45rem);
  line-height: 1.16;
  letter-spacing: -.02em;
}
.lede { max-width: 750px; font-size: clamp(1.13rem, 1.5vw, 1.34rem); line-height: 1.62; color: var(--slate); }
.surface-dark .lede, .surface-mid .lede, .hero .lede { color: rgba(243,239,230,.7); }
.micro { font-size: .82rem; letter-spacing: .03em; color: var(--slate); }
.surface-dark .micro, .surface-mid .micro { color: rgba(243,239,230,.58); }
.label { font-size: .68rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }

.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button {
  min-height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: .77rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: .2s ease;
}
.button-primary { background: var(--gold); color: var(--navy-950); border-color: var(--gold); }
.button-primary:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); }
.button-secondary { border-color: var(--line-dark); color: var(--ivory); }
.button-secondary:hover { border-color: var(--gold); color: var(--gold-light); }
.button-ink { background: var(--navy-950); color: var(--ivory); border-color: var(--navy-950); }
.button-ink:hover { background: var(--navy-800); }
.text-link { color: var(--wine); font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.surface-dark .text-link, .surface-mid .text-link { color: var(--gold-light); }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 35%, rgba(198,161,91,.13), transparent 30%),
    linear-gradient(135deg, var(--navy-950), #0b1b28 72%, #10283a);
  color: var(--ivory);
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 64px 64px;
}
.hero-inner {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: center;
  gap: clamp(60px, 8vw, 120px);
  padding-top: 72px;
  padding-bottom: 72px;
}
.hero-copy .lede { margin-top: 32px; max-width: 720px; }
.command-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 42px;
  border-left: 1px solid rgba(198,161,91,.45);
}
.command-quote { margin: 22px 0 42px; font-family: var(--serif); font-size: clamp(1.75rem, 2.6vw, 2.65rem); line-height: 1.18; }
.command-step { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 15px 0; border-top: 1px solid var(--line-dark); }
.command-step span { color: var(--gold-light); font-size: .7rem; font-weight: 700; letter-spacing: .1em; }
.command-step strong { font-size: .84rem; font-weight: 600; letter-spacing: .04em; }

.proof-rail { background: var(--navy-900); color: var(--ivory); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { min-height: 145px; padding: 31px 28px; border-right: 1px solid var(--line-dark); }
.proof-item:first-child { border-left: 1px solid var(--line-dark); }
.proof-item strong { display: block; margin-bottom: 4px; color: var(--gold-light); font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.proof-item span { color: rgba(243,239,230,.6); font-size: .77rem; line-height: 1.45; }

.section-heading-grid { display: grid; grid-template-columns: .38fr 1fr; gap: 70px; align-items: start; }
.section-heading-grid .eyebrow { margin-top: 12px; }
.section-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-intro .lede { justify-self: end; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(52px, 8vw, 112px); align-items: start; }
.split-40 { grid-template-columns: .72fr 1.28fr; }

.mandate-list { margin-top: 64px; border-top: 1px solid var(--line); }
.mandate-row { display: grid; grid-template-columns: 70px .75fr 1.25fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.mandate-row .number { color: var(--wine); font-size: .7rem; font-weight: 750; letter-spacing: .16em; }
.mandate-row h3 { font-family: var(--serif); font-size: clamp(1.55rem, 2.2vw, 2.2rem); line-height: 1.15; }
.mandate-row p { margin: 0; color: var(--slate); }

.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 62px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.signal { min-height: 255px; padding: 35px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.signal .number { color: var(--gold-light); font-size: .72rem; font-weight: 750; letter-spacing: .17em; }
.signal h3 { margin: 54px 0 13px; font-family: var(--serif); font-size: 1.72rem; }
.signal p { margin: 0; color: rgba(243,239,230,.62); font-size: .92rem; }

.pipeline { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.pipeline-stage { position: relative; min-height: 205px; padding: 30px 30px 30px 0; }
.pipeline-stage + .pipeline-stage { padding-left: 30px; border-left: 1px solid var(--line-dark); }
.pipeline-stage:not(:last-child)::after { content: '→'; position: absolute; top: 29px; right: -9px; z-index: 1; color: var(--gold-light); }
.pipeline-stage .label { color: var(--gold-light); }
.pipeline-stage h3 { margin: 48px 0 8px; font-family: var(--serif); font-size: 1.55rem; }
.pipeline-stage p { margin: 0; color: rgba(243,239,230,.6); font-size: .83rem; }

.intelligence-pair { margin-top: 62px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.intelligence-card { position: relative; min-height: 440px; padding: clamp(36px,5vw,64px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: .25s ease; }
.intelligence-card:hover { background: var(--white); }
.intelligence-card .monogram { color: var(--gold); font-family: var(--serif); font-size: 4.5rem; line-height: 1; }
.intelligence-card h3 { margin: 70px 0 12px; font-family: var(--serif); font-size: clamp(2rem,3vw,3rem); }
.intelligence-card p { max-width: 520px; color: var(--slate); }
.intelligence-card .arrow { position: absolute; right: 40px; bottom: 35px; font-size: 1.4rem; }

.profile-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 62px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.profile { min-height: 380px; padding: clamp(34px,5vw,60px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile .initials { color: var(--wine); font-family: var(--serif); font-size: 3.8rem; line-height: 1; }
.profile h3 { margin-top: 52px; font-family: var(--serif); font-size: 2rem; }
.profile .role { margin: 5px 0 22px; color: var(--wine); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.profile p { color: var(--slate); }

.principle-list { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 54px 1fr; gap: 25px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.principle span { color: var(--wine); font-size: .7rem; font-weight: 750; letter-spacing: .13em; }
.principle strong { display: block; margin-bottom: 7px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.principle p { margin: 0; color: var(--slate); }

.status-band { padding: 35px 0; background: var(--gold); color: var(--navy-950); }
.status-band .container { display: grid; grid-template-columns: auto 1fr; gap: 35px; align-items: center; }
.status-band strong { font-size: .72rem; letter-spacing: .17em; text-transform: uppercase; }
.status-band p { margin: 0; font-family: var(--serif); font-size: 1.35rem; line-height: 1.35; }

.quote-block { border-left: 2px solid var(--gold); padding-left: clamp(28px,5vw,64px); }
.quote-block blockquote { margin: 0; max-width: 920px; font-family: var(--serif); font-size: clamp(2.1rem,4vw,4rem); line-height: 1.13; letter-spacing: -.025em; }
.quote-block cite { display: block; margin-top: 30px; color: rgba(243,239,230,.58); font-size: .72rem; font-style: normal; letter-spacing: .15em; text-transform: uppercase; }

.page-hero { padding: clamp(100px,12vw,180px) 0 clamp(80px,9vw,125px); background: var(--navy-950); color: var(--ivory); border-bottom: 1px solid var(--line-dark); }
.page-hero .lede { margin-top: 34px; }
.page-hero-meta { margin-top: 55px; display: flex; flex-wrap: wrap; gap: 12px 30px; color: rgba(243,239,230,.55); font-size: .73rem; letter-spacing: .09em; text-transform: uppercase; }

.content-block h2 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(2rem,3.5vw,3.35rem); line-height: 1.1; }
.content-block h3 { margin: 38px 0 12px; font-family: var(--serif); font-size: 1.55rem; }
.content-block p, .content-block li { color: var(--slate); }
.content-block ul { margin: 22px 0; padding-left: 1.2rem; }
.content-block li { margin: 8px 0; }
.dark-copy p, .dark-copy li { color: rgba(243,239,230,.67); }

.enquiry-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px,9vw,120px); align-items: start; }
.contact-notes { border-top: 1px solid var(--line); margin-top: 42px; }
.contact-note { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-note strong { display: block; margin-bottom: 3px; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-note span { color: var(--slate); font-size: .86rem; }
.enquiry-form { padding: clamp(30px,5vw,58px); background: var(--white); border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { margin-bottom: 22px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 8px; font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #b8b7b2;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  padding: 12px 2px;
  outline: none;
}
.field textarea { min-height: 150px; resize: vertical; border: 1px solid #c9c7c0; padding: 13px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--wine); }
.form-status { margin: 16px 0 0; color: var(--slate); font-size: .8rem; }

.cta-band { background: var(--gold); color: var(--navy-950); }
.cta-inner { min-height: 350px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.cta-inner h2 { max-width: 820px; font-family: var(--serif); font-size: clamp(2.6rem,5vw,5rem); line-height: 1.03; letter-spacing: -.035em; }

.site-footer { padding: 72px 0 30px; background: var(--navy-950); color: var(--ivory); border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, .75fr); gap: 55px; }
.footer-brand img { width: 230px; }
.footer-brand p { max-width: 390px; margin-top: 24px; color: rgba(243,239,230,.58); font-size: .86rem; }
.footer-col strong { display: block; margin-bottom: 18px; color: var(--gold-light); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-col a, .footer-col span { display: block; margin: 9px 0; color: rgba(243,239,230,.64); font-size: .82rem; text-decoration: none; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { margin-top: 58px; padding-top: 24px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 20px; color: rgba(243,239,230,.42); font-size: .72rem; }

@media (max-width: 1040px) {
  .header-inner { min-height: 78px; }
  .site-nav { gap: 19px; }
  .site-nav a { font-size: .7rem; }
  .brand, .brand img { width: 170px; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding-top: 100px; padding-bottom: 100px; }
  .command-panel { padding: 42px 0 0; border-left: 0; border-top: 1px solid rgba(198,161,91,.45); }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(3) { border-left: 1px solid var(--line-dark); }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .section-heading-grid, .section-intro { grid-template-columns: 1fr; gap: 30px; }
  .section-intro .lede { justify-self: start; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .pipeline { grid-template-columns: 1fr 1fr; }
  .pipeline-stage:nth-child(3) { border-left: 0; }
  .pipeline-stage:nth-child(n+3) { border-top: 1px solid var(--line-dark); }
  .pipeline-stage:nth-child(2)::after { display: none; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .header-inner { width: min(calc(100% - 32px), var(--max)); }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    margin: 0;
    padding: 18px 24px 28px;
    background: var(--navy-950);
    border-bottom: 1px solid var(--line-dark);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line-dark); font-size: .76rem; }
  .site-nav .header-cta { margin-top: 14px; justify-content: center; border-bottom: 1px solid var(--gold); }
  .split, .split-40, .enquiry-layout { grid-template-columns: 1fr; }
  .mandate-row { grid-template-columns: 44px 1fr; }
  .mandate-row p { grid-column: 2; }
  .intelligence-pair, .profile-grid { grid-template-columns: 1fr; }
  .intelligence-card { min-height: 360px; }
  .cta-inner { min-height: 390px; grid-template-columns: 1fr; align-content: center; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(calc(100% - 32px), var(--max)); }
  .brand, .brand img { width: 150px; }
  .hero-inner { padding-top: 76px; padding-bottom: 76px; gap: 55px; }
  .display { font-size: clamp(3rem, 16vw, 4.4rem); }
  .page-title { font-size: clamp(2.8rem, 14vw, 4.25rem); }
  .proof-grid, .signal-grid, .pipeline { grid-template-columns: 1fr; }
  .proof-item, .proof-item:first-child, .proof-item:nth-child(3) { border-left: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
  .signal { min-height: 220px; }
  .signal h3 { margin-top: 35px; }
  .pipeline-stage, .pipeline-stage + .pipeline-stage { padding: 28px 0; border-left: 0; border-top: 1px solid var(--line-dark); }
  .pipeline-stage:first-child { border-top: 0; }
  .pipeline-stage::after { display: none; }
  .pipeline-stage h3 { margin-top: 28px; }
  .mandate-row { grid-template-columns: 1fr; gap: 12px; }
  .mandate-row p { grid-column: auto; }
  .intelligence-card { min-height: 340px; padding: 32px; }
  .intelligence-card h3 { margin-top: 48px; }
  .profile { min-height: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .status-band .container { grid-template-columns: 1fr; gap: 10px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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