:root {
  --navy: #0b1e2f;
  --navy-deep: #081827;
  --navy-field: #10283b;
  --cream: #f4f1e8;
  --paper: #fff;
  --ink: #17202a;
  --body: #5d615f;
  --navy-text: #eef2f3;
  --navy-muted: #9aabb6;
  --gold: #cda747;
  --gold-dark: #755815;
  --cream-border: #ddd8cc;
  --navy-border: rgba(255, 255, 255, .15);
  --container: 1180px;
  --header-height: 78px;
  --radius: 2px;
  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
p { margin: 0 0 1.2rem; }
h1, h2, h3, h4 { margin: 0; font-weight: 750; letter-spacing: -.025em; line-height: 1.1; }
h1 { max-width: 1000px; color: #fff; font-size: clamp(2.55rem, 3.8vw, 3.7rem); }
h2 { max-width: 19ch; font-size: clamp(2rem, 3.35vw, 3.15rem); }
h3 { font-size: 1rem; line-height: 1.35; letter-spacing: -.01em; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section { padding: 94px 0; scroll-margin-top: calc(var(--header-height) - 1px); }
.section-navy { color: var(--navy-text); background: var(--navy); }
.section-cream { color: var(--ink); background: var(--cream); }
.section-ruled { border-top: 1px solid var(--cream-border); }
.two-column { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(52px, 7vw, 108px); }
.section-intro { align-items: start; margin-top: 48px; }
.section-intro > p, .body-copy, .company-intro p { max-width: 57ch; color: var(--body); }
.section-navy .section-intro > p { color: var(--navy-muted); }
.body-copy p:last-child { margin-bottom: 0; }

.eyebrow {
  display: block;
  margin: 0;
  color: var(--gold-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::after { content: ""; display: block; width: 34px; height: 1px; margin-top: 17px; background: currentColor; }
.eyebrow-light { color: var(--gold); }

.button-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 31px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  color: inherit;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.button-primary { color: var(--navy-deep); background: var(--gold); }
.button-primary:hover, .button-primary:focus-visible { background: #e0bd63; }
.button-outline { color: #fff; border-color: rgba(255,255,255,.35); }
.button-outline:hover, .button-outline:focus-visible { border-color: #fff; }

:focus-visible { outline: 3px solid #f1c65c; outline-offset: 3px; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 16px;
  color: var(--navy);
  background: #fff;
  border: 2px solid var(--gold);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-height);
  color: #fff;
  background: rgba(8, 24, 39, .98);
  border-bottom: 1px solid var(--navy-border);
}
.admin-bar .site-header { top: 32px; }
.header-inner { display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; gap: 28px; }
.brand, .brand-fallback { display: inline-flex; flex-shrink: 0; align-items: center; gap: 9px; text-decoration: none; }
.site-header .brand-fallback {
  width: 132px;
  min-height: 52px;
  justify-content: center;
  padding: 8px 9px;
  color: var(--ink);
  background: #fff;
}
.brand .custom-logo-link { display: block; }
.site-header .custom-logo { width: auto; height: 52px; max-width: 120px; object-fit: contain; }
.brand-mark { position: relative; display: block; width: 31px; height: 25px; }
.brand-mark i { position: absolute; left: 0; display: block; height: 4px; border-radius: 1px; transform: skewX(-24deg); }
.brand-mark i:nth-child(1) { top: 2px; width: 29px; background: var(--navy); }
.brand-mark i:nth-child(2) { top: 10px; left: 5px; width: 24px; background: var(--gold); }
.brand-mark i:nth-child(3) { top: 18px; left: 10px; width: 19px; background: #83939d; }
.brand-type { display: flex; flex-direction: column; color: var(--navy); line-height: 1; }
.brand-type strong { font-size: .78rem; letter-spacing: .14em; }
.brand-type small { margin-top: 5px; color: #62717b; font-size: .42rem; font-weight: 700; letter-spacing: .2em; }
.primary-navigation { display: flex; align-items: center; justify-content: flex-end; gap: clamp(13px, 1.55vw, 24px); }
.primary-navigation a { color: #dbe3e8; font-size: .7rem; font-weight: 750; letter-spacing: .055em; line-height: 1.25; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.primary-navigation a:not(.nav-cta) { padding: 16px 0; border-bottom: 1px solid transparent; }
.primary-navigation a:not(.nav-cta):hover, .primary-navigation a:not(.nav-cta):focus-visible { color: #fff; border-bottom-color: var(--gold); }
.primary-navigation .nav-cta { min-height: 44px; padding: 12px 19px; color: var(--navy-deep); background: var(--gold); border-radius: var(--radius); }
.primary-navigation .nav-cta:hover, .primary-navigation .nav-cta:focus-visible { background: #e0bd63; }
.nav-toggle { display: none; padding: 10px; color: #fff; background: transparent; border: 0; }
.nav-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.nav-toggle-lines { display: block; width: 28px; height: 20px; }
.nav-toggle-lines i { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease; }

/* Hero */
.hero { padding: 0; }
.hero-inner { display: flex; min-height: 590px; align-items: center; padding-block: 62px; }
.hero-copy { width: 100%; max-width: 1040px; }
.hero h1 { margin-top: 25px; }
.hero-lede { max-width: 77ch; margin: 21px 0 0; color: #d1dae0; font-size: clamp(1.02rem, 1.4vw, 1.17rem); line-height: 1.7; }
.hero-boundary {
  max-width: 78ch;
  margin: 18px 0 0;
  padding-left: 15px;
  color: #aebcc5;
  border-left: 2px solid rgba(205, 167, 71, .72);
  font-size: .9rem;
  line-height: 1.6;
}
.hero-stage {
  width: fit-content;
  max-width: 82ch;
  margin: 17px 0 0;
  padding: 8px 12px;
  color: #d8c681;
  background: rgba(205, 167, 71, .08);
  border-left: 2px solid var(--gold);
  font-size: .8rem;
  line-height: 1.5;
}
.hero-stage strong { color: #f0d478; }

/* Business question */
.executive-intro h2 { max-width: 16ch; }
.business-question-list { margin: 23px 0 25px; }
.business-question-list li { position: relative; padding-left: 25px; color: #454a48; }
.business-question-list li + li { margin-top: 13px; }
.business-question-list li::before { content: "-"; position: absolute; left: 0; color: var(--gold-dark); }
.pain-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 52px;
  border-top: 1px solid var(--cream-border);
  border-left: 1px solid var(--cream-border);
}
.pain-card {
  min-height: 285px;
  padding: 32px 31px;
  background: rgba(255, 255, 255, .4);
  border-right: 1px solid var(--cream-border);
  border-bottom: 1px solid var(--cream-border);
}
.pain-role, .outcome-label {
  margin: 0 0 20px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pain-role { color: var(--gold-dark); }
.pain-card h3 { margin-bottom: 13px; font-size: 1.08rem; }
.pain-card > p:last-child { margin: 0; color: var(--body); font-size: .94rem; }
.scope-callout {
  margin-top: 42px;
  padding: 23px 27px;
  color: #4d504e;
  background: #fff;
  border: 1px solid var(--cream-border);
  border-left: 3px solid var(--gold);
  font-size: .91rem;
}
.scope-callout strong { color: var(--ink); }
.scope-callout p:last-child { margin-bottom: 0; }

/* Client outputs */
.outcomes-intro h2 { color: #fff; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 56px; }
.outcome-card { min-height: 285px; padding: 32px; background: rgba(8, 24, 39, .28); border: 1px solid rgba(205, 167, 71, .34); }
.outcome-label { color: var(--gold); }
.outcome-card h3 { margin-bottom: 17px; color: #fff; font-size: 1.08rem; }
.outcome-card > p:last-child { margin: 0; color: #ced8dd; }
.outcome-context {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 30px;
  padding: 24px 28px;
  background: rgba(255,255,255,.035);
  border: 1px solid var(--navy-border);
  border-left: 3px solid var(--gold);
}
.outcome-context p { margin: 0; color: #cbd5db; font-size: .9rem; }
.outcome-context strong { color: #fff; }
.outcome-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px 32px;
  margin-top: 38px;
  padding-top: 31px;
  border-top: 1px solid var(--navy-border);
}
.outcome-cta h3 { margin-bottom: 8px; color: #fff; font-size: 1.12rem; }
.outcome-cta p { max-width: 65ch; margin: 0; color: var(--navy-muted); }
.outcome-cta .button { flex: 0 0 auto; }

/* Safeguards */
.safeguards-intro h2 { max-width: 18ch; }
.trust-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 45px; border-top: 1px solid var(--cream-border); border-left: 1px solid var(--cream-border); }
.trust-strip li { padding: 22px 18px; color: var(--ink); background: rgba(255,255,255,.36); border-right: 1px solid var(--cream-border); border-bottom: 1px solid var(--cream-border); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-align: center; text-transform: uppercase; }

/* Company */
.company-intro { margin-top: 48px; }
.company-intro h2 { max-width: 18ch; }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; margin-top: 58px; }
.team-card { min-height: 205px; padding: 34px; background: #fff; border: 1px solid var(--cream-border); }
.team-card h3 { font-size: 1rem; }
.team-role { margin: 8px 0 24px; color: var(--gold-dark); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.team-card > p:last-child { margin: 0; color: var(--body); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(58px, 8vw, 120px); margin-top: 48px; }
.contact-grid > * { min-width: 0; }
.contact-copy h2 { max-width: 17ch; color: #fff; }
.contact-copy > p { max-width: 48ch; margin-top: 30px; color: #d3dce1; }
.contact-question { max-width: 48ch; margin: 27px 0 0; padding: 21px 23px; color: #e2e8eb; background: rgba(255,255,255,.045); border: 1px solid var(--navy-border); border-left: 3px solid var(--gold); font-size: .96rem; line-height: 1.6; }
.contact-details { margin-top: 44px; padding-top: 31px; border-top: 1px solid var(--navy-border); }
.contact-details p { margin-bottom: 23px; }
.contact-details strong, .contact-details p span { display: block; }
.contact-details strong { color: #fff; }
.contact-details span { margin-top: 6px; color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-details a { display: block; width: fit-content; max-width: 100%; margin: 11px 0; color: var(--navy-muted); overflow-wrap: anywhere; text-decoration: none; }
.contact-details a:hover, .contact-details a:focus-visible { color: #fff; text-decoration: underline; }
.contact-details small { display: block; margin-top: 24px; color: var(--navy-muted); }
.contact-copy > .contact-data-warning {
  margin: 34px 0 1px;
  padding: 12px 14px;
  color: #b8c4cb;
  background: rgba(255, 255, 255, .045);
  border-left: 2px solid var(--gold);
  font-size: .82rem;
  line-height: 1.55;
}
.contact-form { display: grid; gap: 20px; }
.field { display: grid; gap: 8px; }
.field label { color: #aebbc4; font-size: .74rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.field label span { color: var(--gold); }
.field-guidance { margin: -2px 0 2px; color: #94a5b0; font-size: .78rem; line-height: 1.55; }
.field input, .field textarea {
  width: 100%;
  color: #fff;
  background: var(--navy-field);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  outline: none;
}
.field input { min-height: 50px; padding: 11px 15px; }
.field textarea { min-height: 160px; padding: 14px 15px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8194a1; opacity: 1; }
.field input:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(205,167,71,.18); }
.contact-form .button { width: 100%; margin-top: 2px; }
.form-privacy { margin: -1px 0 0; color: #91a2ad; font-size: .78rem; line-height: 1.55; }
.form-privacy a { color: #c8d2d8; }
.form-unavailable {
  padding: 26px 28px;
  color: #d4dce1;
  background: rgba(255, 255, 255, .055);
  border: 1px solid var(--navy-border);
  border-left: 3px solid var(--gold);
}
.form-unavailable h3 { margin-bottom: 12px; color: #fff; font-size: 1.08rem; }
.form-unavailable p:last-child { margin-bottom: 0; }
.form-unavailable a { color: #fff; text-underline-offset: 3px; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { padding: 18px 20px; color: #fff; border-left: 3px solid var(--gold); background: rgba(255,255,255,.08); }
.form-success { border-color: #7cc49a; }
.form-error, .form-warning { border-color: #e6a571; }

/* Footer */
.site-footer { padding: 78px 0 42px; color: var(--body); background: var(--cream); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding-bottom: 48px; }
.brand-footer .custom-logo { width: auto; height: 58px; max-width: 132px; object-fit: contain; }
.brand-fallback-dark { color: var(--ink); }
.brand-fallback-dark .brand-type small { color: #4f5a62; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 34px; }
.footer-nav a, .footer-legal a { color: #62645f; font-size: .73rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.footer-nav a:hover, .footer-nav a:focus-visible, .footer-legal a:hover, .footer-legal a:focus-visible { color: var(--ink); text-decoration: underline; }
.footer-bottom { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-top: 36px; border-top: 1px solid var(--cream-border); }
.footer-bottom p { margin: 0; font-size: .79rem; }
.footer-bottom p + p { margin-top: 6px; }
.footer-legal { display: flex; gap: 28px; }

/* Standard WordPress content */
.page-hero { padding: 115px 0 90px; color: #fff; background: var(--navy); }
.page-hero h1 { margin-top: 32px; }
.page-content { min-height: 45vh; padding: 90px 0; background: var(--cream); }
.prose { max-width: 820px; }
.prose > * + * { margin-top: 1.4rem; }
.prose h2, .prose h3 { max-width: none; }
.prose a { color: #6e5317; }
.prose ul { padding-left: 1.25rem; list-style: disc; }

/* Progressive enhancement */
.js-enabled .reveal { opacity: 0; transform: translateY(12px); transition: opacity .55s ease, transform .55s ease; }
.js-enabled .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1110px) {
  .header-inner { gap: 18px; }
  .primary-navigation { gap: 8px; }
  .primary-navigation a { font-size: .64rem; }
  .primary-navigation .nav-cta { padding-inline: 11px; }
}

@media (max-width: 1020px) {
  :root { --header-height: 72px; }
  .header-inner { flex-wrap: wrap; }
  .js-enabled .nav-toggle { display: block; }
  .primary-navigation {
    position: static;
    display: grid;
    flex-basis: 100%;
    align-items: stretch;
    padding: 22px 32px 28px;
    background: var(--navy-deep);
    border-top: 1px solid var(--navy-border);
  }
  .js-enabled .primary-navigation { position: fixed; top: var(--header-height); right: 0; left: 0; display: none; max-height: calc(100vh - var(--header-height)); overflow-y: auto; box-shadow: 0 24px 45px rgba(0,0,0,.28); }
  .admin-bar .primary-navigation { top: calc(var(--header-height) + 32px); }
  .js-enabled .primary-navigation.is-open { display: grid; }
  .primary-navigation a { min-height: 44px; padding: 12px 4px; font-size: .75rem; }
  .primary-navigation .nav-cta { margin-top: 6px; text-align: center; }
  .nav-open .nav-toggle-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-open .nav-toggle-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero-inner { min-height: 540px; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .primary-navigation { top: calc(var(--header-height) + 46px); }
}

@media (max-width: 840px) {
  .two-column, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .pain-map, .outcome-grid { grid-template-columns: 1fr; }
  .pain-card, .outcome-card { min-height: auto; }
  .outcome-context { grid-template-columns: 1fr; }
  .section-intro > p, .company-intro p { max-width: 64ch; }
  .contact-grid { gap: 44px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 44px), var(--container)); }
  .section { padding: 70px 0; }
  .section-intro, .company-intro, .contact-grid { margin-top: 38px; }
  .hero-inner { min-height: auto; padding-block: 52px; }
  .hero h1 { max-width: none; }
  .team-grid, .trust-strip { grid-template-columns: 1fr; }
  .team-grid { gap: 20px; margin-top: 50px; }
  .contact-copy h2 { max-width: 20ch; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-nav { justify-content: flex-start; }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  h1 { font-size: clamp(2.12rem, 9vw, 2.55rem); overflow-wrap: break-word; }
  h2 { font-size: clamp(1.8rem, 8.3vw, 2.3rem); }
  .section { padding: 58px 0; }
  .site-header .brand-fallback { width: 132px; min-height: 48px; }
  .site-header .custom-logo { height: 48px; max-width: 108px; }
  .button-row { display: grid; }
  .button { width: 100%; }
  .hero-inner { padding-block: 40px; }
  .hero-lede { margin-top: 20px; }
  .pain-card, .outcome-card, .team-card { padding: 27px 24px; }
  .scope-callout, .outcome-context { padding: 21px 22px; }
  .outcome-cta { align-items: stretch; }
  .outcome-cta .button { width: 100%; }
  .site-footer { padding-top: 60px; }
  .footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .footer-legal { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

@media print {
  .site-header, .site-footer, .button-row, .contact-form-wrap { display: none !important; }
  .section, .page-hero, .page-content { padding: 35px 0; color: #000; background: #fff; }
  .section-navy h1, .section-navy h2, .section-navy h3 { color: #000; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
