:root {
  --ink: #10151d;
  --ink-2: #263242;
  --muted: #647184;
  --line: #d9e1ea;
  --paper: #f6f3ed;
  --white: #ffffff;
  --navy: #071625;
  --navy-2: #0d2236;
  --copper: #b56e3f;
  --teal: #247475;
  --sage: #8c9a72;
  --shadow: 0 18px 50px rgba(8, 20, 35, 0.14);
  --max: 1180px;
  --font-sans: "Source Sans 3", Arial, sans-serif;
  --font-serif: "Libre Baskerville", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  overflow-x: hidden;
}

body.velnex-theme,
body.home,
body.front-page {
  margin: 0;
}

.wp-site-blocks,
.wp-block-html,
.entry-content,
.wp-block-post-content {
  margin: 0;
  padding: 0;
  max-width: none;
}

.wp-site-blocks > *,
.wp-block-html > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.velnex-page-content {
  padding: 110px 18px 72px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  gap: 22px;
  color: var(--white);
  background: #071625;
  opacity: 1;
  visibility: visible;
  transition: opacity 420ms ease, visibility 420ms ease;
}

.page-loader img {
  width: min(46vw, 190px);
  height: auto;
  filter: brightness(0) invert(1);
}

.page-loader span {
  width: min(42vw, 160px);
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.page-loader span::after {
  display: block;
  width: 42%;
  height: 100%;
  background: var(--copper);
  content: "";
  animation: loaderTrack 1s ease-in-out infinite;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes loaderTrack {
  0% {
    transform: translateX(-105%);
  }
  100% {
    transform: translateX(245%);
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--white);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.site-header.scrolled,
.site-header.nav-open {
  color: var(--ink);
  background: rgba(246, 243, 237, 0.96);
  border-color: rgba(16, 21, 29, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 132px;
}

.brand img {
  display: block;
  width: 132px;
  height: auto;
}

.site-header:not(.scrolled):not(.nav-open) .brand img {
  filter: brightness(0) invert(1);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 0.82rem;
  font-weight: 400;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
}

.nav-item {
  position: relative;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--copper);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  display: grid;
  gap: 0;
  padding: 12px 0;
  background: rgba(246, 243, 237, 0.98);
  border: 1px solid rgba(16, 21, 29, 0.12);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.submenu a {
  padding: 10px 16px;
  color: var(--ink);
  text-transform: none;
}

.submenu a::after {
  display: none;
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 735px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  padding: 104px clamp(18px, 5vw, 72px) 54px;
  color: var(--white);
  background: #071625;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-content {
  width: min(100%, 980px);
  max-width: 980px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: #8f431f;
  font-size: 0.88rem;
  font-weight: 500;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(3.4rem, 6.6vw, 7.25rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-statement {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--white);
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  font-weight: 300;
  line-height: 1.35;
}

.hero-copy {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
}

.hero-lines {
  max-width: 860px;
  margin-top: 24px;
}

.hero-lines p {
  margin: 0;
  padding: 13px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-lines p:first-child {
  color: var(--white);
  font-size: clamp(1.12rem, 1.45vw, 1.36rem);
  border-top: 0;
}

.hero-media {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  aspect-ratio: 16 / 7;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.hero-media::after {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 45%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px);
  background-size: 5px 5px, 7px 7px;
  content: "";
  mix-blend-mode: overlay;
  opacity: 0.42;
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.05) brightness(0.9);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid currentColor;
  font-size: 0.86rem;
  font-weight: 500;
  text-transform: uppercase;
}

.button.primary {
  color: var(--white);
  background: var(--copper);
  border-color: var(--copper);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.45);
}

.section {
  padding: clamp(72px, 9vw, 122px) clamp(18px, 5vw, 72px);
}

.section > * {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4.2vw, 4.65rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.22;
}

p {
  color: var(--muted);
}

.lead-stack p:first-child {
  margin-top: 0;
  color: var(--ink-2);
  font-size: 1.18rem;
}

.lead-stack p {
  color: #2f3a49;
}

.lead-stack strong {
  color: var(--ink);
  font-weight: 700;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metric-row div {
  min-height: 150px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.metric-row div:last-child {
  border-right: 0;
}

.metric-row strong {
  display: block;
  color: var(--teal);
  font-family: var(--font-serif);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
}

.metric-row span {
  display: block;
  max-width: 190px;
  margin-top: 18px;
  color: var(--ink-2);
  font-weight: 600;
}

.dark-band {
  color: var(--white);
  background: var(--navy);
}

.dark-band p {
  color: rgba(255, 255, 255, 0.72);
}

.mandate-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 54px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.mandate-strip div {
  min-height: 96px;
  display: flex;
  align-items: center;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
}

.mandate-strip div:last-child {
  border-right: 0;
}

.partner-network {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(300px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  margin-top: 44px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.partner-network span {
  display: block;
  margin-bottom: 18px;
  color: var(--copper);
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
}

.partner-network h3 {
  max-width: 520px;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2.7vw, 2.5rem);
  font-weight: 400;
}

.partner-network p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.02rem;
}

.service-tabs {
  margin-top: 44px;
}

.tab-controls {
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.tab-button {
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  cursor: pointer;
  font-weight: 500;
}

.tab-button.active {
  color: var(--white);
  background: var(--teal);
}

.tab-panel {
  display: none;
  margin-top: 24px;
}

.tab-panel.active {
  display: block;
}

.matrix-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.matrix-grid article {
  min-height: 136px;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
}

.matrix-grid span {
  display: block;
  color: var(--copper);
  font-size: 0.82rem;
  font-weight: 400;
  text-transform: uppercase;
}

.matrix-grid strong {
  display: block;
  margin-top: 22px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
}

.matrix-grid ul {
  margin: 16px 0 0;
  padding: 0 0 0 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.42;
}

.matrix-grid li + li {
  margin-top: 8px;
}

.clients h2 {
  max-width: 820px;
  margin-left: 0;
}

.client-grid,
.problem-grid,
.people-grid,
.timeline,
.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 44px;
  background: var(--line);
  border: 1px solid var(--line);
}

.client-grid {
  grid-template-columns: repeat(2, 1fr);
}

.client-card,
.problem-grid article,
.people-grid article,
.timeline article,
.insight-grid article {
  min-height: 290px;
  padding: 32px;
  background: var(--white);
}

.client-card span,
.problem-grid span,
.people-grid span,
.timeline span,
.insight-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 400;
  text-transform: uppercase;
}

.client-card strong {
  display: block;
  margin-top: 26px;
  color: var(--copper);
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 500;
}

.gap {
  background: #ffffff;
}

.problem-grid article {
  min-height: 250px;
}

.people {
  background: var(--paper);
}

.opportunities-hero,
.services-hero {
  padding-top: 148px;
  color: var(--white);
  background: #071625;
}

.opportunities-hero h1,
.services-hero h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.7rem, 5.5vw, 6rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.opportunities-hero p,
.services-hero p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.12rem;
}

.opportunity-section,
.service-process,
.service-output {
  background: var(--paper);
}

.opportunity-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
}

.opportunity-company {
  margin-top: 20px;
  color: var(--teal);
  font-weight: 600;
  text-transform: uppercase;
}

.opportunity-copy p {
  margin-top: 0;
  color: #2f3a49;
}

.opportunity-copy strong,
.opportunity-note strong {
  color: var(--ink);
  font-weight: 600;
}

.role-grid,
.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 48px;
  background: var(--line);
  border: 1px solid var(--line);
}

.role-grid article,
.partner-grid article {
  min-height: 190px;
  padding: 28px;
  background: var(--white);
}

.role-grid span,
.partner-grid span {
  display: block;
  margin-bottom: 26px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
}

.role-grid p,
.partner-grid p {
  margin: 0;
  color: #2f3a49;
}

.opportunity-note {
  max-width: var(--max);
  margin: 44px auto 0;
  padding: 30px;
  background: var(--white);
  border-left: 4px solid var(--copper);
}

.opportunity-note p:first-child {
  margin-top: 0;
}

.opportunity-note .button,
.partner-criteria .button {
  margin-top: 14px;
}

.service-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 48px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-steps article {
  min-height: 280px;
  padding: 28px;
  background: var(--white);
}

.service-steps span {
  display: block;
  margin-bottom: 30px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 600;
}

.service-steps h3 {
  font-family: var(--font-serif);
  font-size: 1.38rem;
}

.service-steps p {
  color: #2f3a49;
}

.service-plan-board {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.9fr);
  gap: 28px;
  margin-top: 54px;
  align-items: start;
}

.service-plan-compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
}

.service-plan-card {
  min-height: 620px;
  padding: 0 28px 30px;
  background: var(--white);
  border-right: 1px solid var(--line);
}

.service-plan-card:last-child {
  border-right: 0;
}

.service-plan-card .plan-label {
  margin: 0 -28px 28px;
  padding: 16px 28px;
  color: var(--ink-2);
  background: #f1f2f4;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.service-plan-card.featured .plan-label {
  color: var(--teal);
  background: #e9eee8;
}

.service-plan-card h3 {
  min-height: 72px;
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.plan-price {
  margin: 28px 0 0;
  color: var(--ink);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1;
}

.plan-note {
  margin: 14px 0 28px;
  color: var(--muted);
  font-size: 0.96rem;
}

.service-plan-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.service-plan-card li {
  position: relative;
  padding-left: 28px;
  color: #253141;
  font-weight: 500;
  line-height: 1.45;
}

.service-plan-card li::before {
  position: absolute;
  top: 0.32em;
  left: 0;
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border: 1px solid var(--teal);
  border-radius: 50%;
  content: "✓";
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
}

.service-summary-card {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.service-summary-card h3 {
  margin-bottom: 24px;
  font-family: var(--font-serif);
  font-size: 1.8rem;
}

.summary-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.summary-row span,
.summary-total span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
}

.summary-row strong {
  color: var(--ink);
  font-weight: 600;
}

.summary-total {
  margin: 18px 0 24px;
  padding: 20px;
  background: #edf4ef;
}

.summary-total span,
.summary-total strong {
  display: block;
}

.summary-total strong {
  margin-top: 8px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.35;
}

.output-list {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.output-list div {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
  background: var(--white);
}

.output-list span {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 700;
}

.output-list p {
  margin: 0;
  color: var(--ink-2);
  font-weight: 500;
}

.partner-grid {
  grid-template-columns: repeat(3, 1fr);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.18);
}

.partner-grid article {
  background: var(--navy-2);
}

.partner-grid span {
  color: var(--copper);
}

.partner-grid strong {
  display: block;
  margin-bottom: 18px;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 400;
}

.partner-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.partner-criteria {
  max-width: var(--max);
  margin: 42px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.partner-criteria h3 {
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 1.8rem;
}

.partner-criteria p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.72);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 48px;
  background: var(--line);
  border: 1px solid var(--line);
}

.team-grid article {
  min-height: 300px;
  padding: 24px;
  background: var(--white);
}

.avatar {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  color: var(--white);
  background: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
}

.team-photo {
  width: min(100%, 150px);
  aspect-ratio: 3 / 4;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  background: var(--line);
  overflow: hidden;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.team-grid h3 {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 400;
}

.team-grid p {
  margin: 12px 0 0;
  color: var(--teal);
  font-weight: 500;
}

.people-grid article {
  min-height: 270px;
}

.evolution {
  background: var(--paper);
}

.timeline article {
  position: relative;
  overflow: hidden;
}

.timeline article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--copper);
  content: "";
}

.insights {
  background: var(--white);
}

.insights h2 {
  max-width: 860px;
  margin-left: 0;
}

.insight-grid article {
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.insight-grid h3 {
  font-family: var(--font-serif);
  font-size: 1.46rem;
  font-weight: 400;
}

.insight-grid a {
  margin-top: auto;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 42px;
  background: rgba(255, 255, 255, 0.18);
}

.sector-grid span {
  min-height: 100px;
  display: flex;
  align-items: center;
  padding: 22px;
  color: var(--white);
  background: var(--navy-2);
  font-weight: 400;
}

.status-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 74px);
}

.status dl {
  margin: 0;
  border-top: 1px solid var(--line);
}

.status dl div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.status dt {
  color: var(--muted);
  font-weight: 400;
}

.status dd {
  margin: 0;
  color: var(--ink);
  font-weight: 500;
}

.contact {
  color: var(--white);
  background: #071625;
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.contact p {
  color: rgba(255, 255, 255, 0.72);
}

.business-details {
  display: grid;
  gap: 9px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
}

.business-details strong {
  color: var(--white);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.business-details a {
  width: fit-content;
  color: var(--white);
  border-bottom: 1px solid rgba(181, 110, 63, 0.58);
}

.business-details em {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-form label:nth-child(3),
.contact-form label:nth-child(4),
.contact-form label:nth-child(5),
.contact-form label:nth-child(8),
.contact-actions,
.form-note {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  color: var(--white);
  background: transparent;
  padding: 12px 0;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-bottom-color: var(--copper);
}

.contact-form option {
  color: var(--ink);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.contact-actions .button {
  flex: 1 1 190px;
}

.form-note {
  min-height: 24px;
  margin: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  padding: 54px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: #040b12;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 400;
}

.site-footer div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: var(--white);
  font-weight: 400;
}

.site-footer p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .site-header {
    padding: 12px 16px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 18px 20px;
    color: var(--ink);
    background: var(--paper);
    border-bottom: 1px solid rgba(16, 21, 29, 0.12);
    max-height: calc(100vh - 68px);
    overflow-y: auto;
  }

  .nav-item {
    display: grid;
  }

  .submenu {
    position: static;
    min-width: 0;
    display: grid;
    padding: 0 0 8px 16px;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .submenu a {
    padding: 8px 0;
    color: var(--ink-2);
    font-size: 0.78rem;
  }

  .site-nav.open {
    display: flex;
  }

  .split,
  .status-layout,
  .contact-inner,
  .opportunity-layout,
  .partner-network {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    align-items: start;
    padding-top: 116px;
    padding-bottom: 72px;
  }

  .hero-content {
    max-width: 720px;
  }

  .hero h1 {
    white-space: normal;
  }

  .hero-media {
    max-width: 100%;
  }

  .mandate-strip,
  .matrix-grid,
  .sector-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric-row,
  .client-grid,
  .problem-grid,
  .people-grid,
  .timeline,
  .insight-grid,
  .role-grid,
  .partner-grid,
  .service-steps,
  .service-plan-board,
  .service-plan-compare {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric-row div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric-row div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .site-header {
    gap: 12px;
    min-height: 62px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 104px;
  }

  .hero {
    padding: 92px 16px 50px;
    gap: 30px;
  }

  .opportunities-hero,
  .services-hero {
    padding-top: 102px;
  }

  .opportunities-hero h1,
  .services-hero h1 {
    font-size: clamp(2.1rem, 10vw, 3.2rem);
  }

  .opportunity-note,
  .role-grid article,
  .partner-grid article,
  .service-steps article {
    padding: 22px 18px;
  }

  .service-plan-board {
    gap: 18px;
    margin-top: 34px;
  }

  .service-plan-card {
    min-height: auto;
    padding: 0 20px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-plan-card:last-child {
    border-bottom: 0;
  }

  .service-plan-card .plan-label {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-plan-card h3 {
    min-height: auto;
  }

  .plan-price {
    font-size: 1.75rem;
  }

  .service-summary-card {
    padding: 22px 18px;
  }

  .summary-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 0.76rem;
    line-height: 1.25;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 11.5vw, 3.55rem);
    max-width: 100%;
    line-height: 1.08;
    white-space: normal;
  }

  .hero-lines {
    max-width: 100%;
    margin-top: 18px;
  }

  .hero-lines p:first-child {
    font-size: clamp(1.02rem, 4.55vw, 1.22rem);
    line-height: 1.43;
  }

  .hero-lines p {
    padding: 0;
    font-size: 0.96rem;
    line-height: 1.45;
    border-top: 0;
  }

  .hero-media {
    width: 100%;
  }

  .site-nav a {
    padding: 12px 0;
  }

  .section {
    padding: 58px 16px;
  }

  .gap.section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .gap .section-kicker {
    margin-bottom: 10px;
  }

  .gap .split {
    gap: 14px;
  }

  .gap h2 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .gap .split p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.42;
  }

  .problem-grid {
    margin-top: 24px;
  }

  .problem-grid article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 6px;
    padding: 16px;
  }

  .problem-grid span {
    grid-row: 1 / span 2;
    margin-bottom: 0;
    font-size: 0.78rem;
  }

  .problem-grid h3 {
    font-size: 1.02rem;
  }

  .problem-grid p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.38;
  }

  h2 {
    font-size: clamp(1.8rem, 9vw, 2.75rem);
    line-height: 1.14;
  }

  h3 {
    font-size: 1.12rem;
  }

  .mandate-strip,
  .matrix-grid,
  .sector-grid,
  .team-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .team-grid article,
  .client-card,
  .problem-grid article,
  .timeline article,
  .insight-grid article {
    min-height: auto;
    padding: 24px 20px;
  }

  .team-photo {
    width: min(100%, 118px);
  }

  .metric-row strong {
    font-size: 1.85rem;
  }

  .metric-row div {
    min-height: auto;
    padding: 18px 0;
  }

  .metric-row span {
    max-width: none;
    margin-top: 8px;
    font-size: 0.96rem;
    line-height: 1.35;
  }

  .matrix-grid article,
  .mandate-strip div,
  .sector-grid span {
    min-height: auto;
  }

  .mandate-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .mandate-strip div:last-child {
    border-bottom: 0;
  }

  .status dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

/* Internal vision workspace */
.internal-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 20px;
  padding-top: 112px;
  padding-right: 12px;
  padding-left: 12px;
  max-width: 1260px;
  margin: 0 auto;
  background: #eef1f4;
}

.internal-sidebar {
  position: sticky;
  top: 88px;
  align-self: start;
  padding: 16px;
  background: #fff;
  border: 1px solid #d7dee7;
}

.internal-brand strong,
.internal-brand span {
  display: block;
}

.internal-brand strong {
  font-size: 1rem;
  font-weight: 700;
}

.internal-brand span {
  margin-top: 4px;
  color: #5d6a7a;
  font-size: 0.82rem;
}

.internal-nav {
  margin-top: 14px;
}

.nav-group + .nav-group {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e2e7ed;
}

.nav-group p {
  margin: 0 0 7px;
  color: #3a4a5d;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-group a {
  display: block;
  padding: 7px 9px;
  color: #314155;
  font-size: 0.9rem;
  font-weight: 500;
}

.nav-group a:hover,
.nav-group a:focus-visible {
  background: #f2f5f8;
}

.internal-main {
  display: grid;
  gap: 14px;
  color: #1b2736;
  min-width: 0;
}

.internal-topbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #d7dee7;
}

.internal-topbar h1 {
  margin: 4px 0 0;
  font-family: var(--font-sans);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.24;
  color: #152235;
}

.internal-card {
  padding: 16px;
  background: #fff;
  border: 1px solid #d7dee7;
  color: #1b2736;
}

.internal-card h2 {
  margin: 0 0 12px;
  font-family: var(--font-sans);
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  font-weight: 600;
  line-height: 1.32;
  color: #152235;
}

.internal-card h3 {
  margin-top: 18px;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 600;
  color: #1d2c3f;
}

.internal-card ul,
.internal-card ol {
  margin: 0;
  padding-left: 1.2rem;
  color: #1b2736;
  line-height: 1.4;
}

.internal-card li + li {
  margin-top: 5px;
}

.internal-card p {
  margin: 0 0 8px;
  color: #162231;
  font-weight: 400;
  line-height: 1.42;
}

.resource-matrix {
  margin-top: 12px;
  border: 1px solid #d7dee7;
  background: #d7dee7;
  overflow-x: auto;
}

.resource-head,
.resource-row {
  display: grid;
  min-width: 1080px;
  grid-template-columns: 90px 1.1fr 2fr 1.6fr 1.2fr;
  gap: 10px;
  padding: 10px 12px;
}

.resource-head {
  background: #e9edf3;
}

.resource-head span {
  color: #44566d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.resource-row {
  background: #fff;
  border-top: 1px solid #d7dee7;
}

.resource-row strong {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.resource-row span {
  color: #1e2a39;
  font-size: 0.92rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.intel-table {
  margin-top: 12px;
  border: 1px solid #d7dee7;
  background: #d7dee7;
  overflow-x: auto;
}

.intel-head,
.intel-row {
  min-width: 980px;
  display: grid;
  grid-template-columns: 120px 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  padding: 10px 12px;
}

.intel-head {
  background: #e9edf3;
}

.intel-head span {
  color: #44566d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.intel-row {
  background: #fff;
  border-top: 1px solid #d7dee7;
}

.intel-row strong {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.intel-row span {
  color: #1e2a39;
  font-size: 0.92rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.internal-grid,
.internal-checks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 12px;
  background: #d7dee7;
  border: 1px solid #d7dee7;
}

.internal-checks {
  grid-template-columns: repeat(2, 1fr);
}

.internal-grid div,
.internal-checks div {
  padding: 14px;
  background: #fff;
}

.internal-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.internal-checks strong {
  color: #36475b;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.internal-checks span {
  color: #1f2b39;
  font-weight: 600;
}

.internal-checklist {
  margin: 14px 0 0;
  padding-left: 1.2rem;
}

.internal-checklist li {
  color: #1b2736;
  font-weight: 500;
}

.minutes-table {
  margin-top: 10px;
  border: 1px solid #d7dee7;
  background: #d7dee7;
}

.minutes-head,
.minutes-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 12px;
}

.minutes-head {
  background: #e9edf3;
}

.minutes-head span {
  color: #44566d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.minutes-row {
  background: #fff;
  border-top: 1px solid #d7dee7;
}

.minutes-row strong {
  color: #1e2a39;
  font-size: 0.8rem;
  font-weight: 700;
}

.minutes-row span {
  color: #1e2a39;
  font-size: 0.92rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.meeting-page .internal-main {
  max-width: 980px;
}

@media (max-width: 960px) {
  .internal-shell {
    grid-template-columns: 1fr;
    padding-top: 20px;
    gap: 12px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .internal-sidebar {
    position: static;
    padding: 12px;
  }

  .internal-topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .internal-grid,
  .internal-checks {
    grid-template-columns: 1fr;
  }
  
  /* Internal pages: convert tables to stacked cards on mobile */
  .resource-matrix,
  .intel-table {
    border: 0;
    background: transparent;
    overflow: visible;
  }

  .resource-head,
  .intel-head {
    display: none;
  }

  .resource-row,
  .intel-row {
    display: block;
    min-width: 0;
    padding: 10px 12px;
    margin-bottom: 8px;
    border: 1px solid #d7dee7;
    background: #fff;
  }

  .resource-row strong,
  .intel-row strong {
    display: inline-block;
    margin-bottom: 6px;
  }

  .resource-row span,
  .intel-row span {
    display: block;
    margin-top: 4px;
  }

  .meeting-page.internal-shell {
    padding-top: 20px;
  }

  .meeting-page .internal-main {
    gap: 10px;
  }

  .meeting-page .internal-topbar {
    padding: 12px 14px;
  }

  .meeting-page .internal-card {
    padding: 12px;
  }

  .meeting-page .internal-card p,
  .meeting-page .internal-card li {
    font-size: 0.95rem;
    line-height: 1.42;
  }

  .meeting-page .minutes-table {
    border: 0;
    background: transparent;
    margin-top: 8px;
  }

  .meeting-page .minutes-head {
    display: none;
  }

  .meeting-page .minutes-row {
    display: block;
    padding: 10px 12px;
    margin-bottom: 8px;
    border: 1px solid #d7dee7;
    background: #fff;
  }

  .meeting-page .minutes-row strong {
    display: inline-block;
    margin-bottom: 6px;
  }

  .minutes-row span {
    display: block;
    margin-top: 4px;
  }
}
