:root {
  --primary: #052A30;
  --secondary: #093941;
  --card-dark: #0E4650;
  --light-section: #E7E1D6;
  --accent: #B08A3C;
  --heading-text: #E6DED1;
  --light-text: #E6DED1;
  --muted: #B8C7CA;
  --dark-text: #102A2D;
  --muted-dark: #4F6062;
  --line: rgba(230, 222, 209, 0.13);
  --line-dark: rgba(16, 42, 45, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--light-text);
  background: var(--primary);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(5, 42, 48, 0.97);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled { border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #082F34;
  background: #DED3C2;
  border: 1px solid #B08A3C;
  border-radius: 7px;
}
.site-nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 0.92rem; font-weight: 700; }
.site-nav a:hover { color: var(--light-text); }
.nav-cta { padding: 10px 14px; color: var(--light-text); background: var(--card-dark); border: 1px solid var(--accent); border-radius: 7px; }
.nav-toggle { display: none; width: 42px; height: 42px; background: transparent; border: 1px solid var(--line); border-radius: 7px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 8px; background: var(--light-text); }

.section { padding: clamp(56px, 6.5vw, 88px) clamp(20px, 5vw, 72px); }
.hero {
  min-height: calc(76vh - 74px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.hero-inner { max-width: 940px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 980px; margin-bottom: 22px; color: var(--heading-text); font-size: clamp(2.25rem, 4.25vw, 4.05rem); line-height: 1.04; letter-spacing: 0; }
h2 { margin-bottom: 18px; color: var(--heading-text); font-size: clamp(1.75rem, 3vw, 2.65rem); line-height: 1.12; letter-spacing: 0; }
h3 { margin-bottom: 8px; color: var(--heading-text); font-size: 1.02rem; line-height: 1.35; }
.hero-copy, .section-copy, .section-heading p:not(.eyebrow), .strengthen-grid p, .services-grid p, .process-grid p, .security-grid p, .contact p:not(.eyebrow) { color: var(--muted); }
.hero-copy { max-width: 790px; font-size: clamp(1.02rem, 1.25vw, 1.15rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 30px 0 22px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 7px;
  font-weight: 800;
  text-align: center;
}
.button.primary { color: #082F34; background: #DED3C2; border: 1px solid #B08A3C; }
.button.primary:hover { background: #D2C5B1; }
.button.secondary { color: var(--light-text); border: 1px solid var(--line); background: var(--secondary); }
.credibility {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 820px;
  margin: 0;
}

.credibility span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  color: var(--light-text);
  background: rgba(14, 70, 80, 0.48);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.advisory-trust {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  background: var(--secondary);
  border-bottom: 1px solid var(--line);
}

.advisory-visual {
  height: clamp(320px, 34vw, 430px);
  overflow: hidden;
  background: var(--card-dark);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(3, 24, 28, 0.22);
}

.advisory-visual img,
.execution-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-surface {
  fill: rgba(5, 42, 48, 0.48);
  stroke: var(--line);
}

.table {
  fill: rgba(230, 222, 209, 0.1);
  stroke: rgba(230, 222, 209, 0.2);
}

.person {
  fill: #DED3C2;
  stroke: var(--accent);
  stroke-width: 2;
}

.muted-person {
  fill: rgba(222, 211, 194, 0.78);
}

.person-line {
  fill: none;
  stroke: rgba(230, 222, 209, 0.62);
  stroke-width: 4;
  stroke-linecap: round;
}

.document {
  fill: rgba(230, 222, 209, 0.14);
  stroke: rgba(230, 222, 209, 0.28);
}

.doc-line,
.chart-line {
  fill: none;
  stroke: rgba(230, 222, 209, 0.66);
  stroke-width: 4;
  stroke-linecap: round;
}

.chart-line {
  stroke: var(--accent);
}

.node {
  fill: #DED3C2;
  stroke: var(--accent);
  stroke-width: 2;
}

.advisory-copy {
  max-width: 740px;
}

.advisory-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
}

.trust-bullets {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.trust-bullets li {
  position: relative;
  padding-left: 22px;
  color: var(--heading-text);
  font-weight: 700;
}

.trust-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: var(--card-dark);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.hero-visual > * {
  position: relative;
  z-index: 1;
}

.visual-header {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.visual-header span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visual-header strong {
  color: var(--heading-text);
  font-size: 1.05rem;
}

.visual-map {
  position: relative;
  min-height: 142px;
  margin: 14px 0;
  border: 1px solid rgba(230, 222, 209, 0.1);
  border-radius: 8px;
}

.visual-map svg {
  width: 100%;
  height: 100%;
  min-height: 142px;
}

.visual-map circle {
  fill: #DED3C2;
  stroke: var(--accent);
  stroke-width: 2;
}

.map-line {
  fill: none;
  stroke: rgba(222, 211, 194, 0.55);
  stroke-width: 2;
}

.map-line.soft {
  stroke: rgba(184, 199, 202, 0.28);
}

.entity {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 8px;
  color: var(--heading-text);
  background: rgba(5, 42, 48, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

.entity.us { left: 7%; bottom: 24%; }
.entity.uk { left: 32%; top: 23%; }
.entity.eu { right: 35%; bottom: 28%; }
.entity.india { right: 10%; top: 12%; }

.operating-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 14px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.operating-strip div {
  padding: 14px;
  background: rgba(5, 42, 48, 0.42);
}

.operating-strip span {
  display: block;
  margin-bottom: 5px;
  color: var(--heading-text);
  font-size: 0.84rem;
  font-weight: 800;
}

.operating-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(20px, 5vw, 72px);
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip span {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 7px;
  padding: 16px 18px;
  color: var(--muted);
  background: var(--primary);
}

.trust-strip strong {
  color: var(--heading-text);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.25;
}

.trust-strip small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 78px);
  border-bottom: 1px solid var(--line);
}
.section-heading { max-width: 920px; margin-bottom: 34px; }
.section-copy p { font-size: 1.06rem; }
.section-copy ul {
  margin: 10px 0 14px;
  padding-left: 20px;
  color: var(--muted);
}
.section-copy li {
  margin-bottom: 5px;
  font-size: 0.95rem;
  line-height: 1.5;
}
.strengthen, .process-section { background: var(--secondary); }
.strengthen-content-row {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.strengthen-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
}

.strengthen .hero-visual {
  width: 100%;
  align-self: start;
}
.strengthen-grid article, .process-grid article {
  padding: 24px;
  background: var(--card-dark);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.strengthen-grid span, .process-grid span { color: var(--accent); font-weight: 800; }
.services-section { background: var(--primary); }
.services-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 16px;
  align-items: stretch;
}

.pull-quote {
  padding: clamp(58px, 7vw, 96px) clamp(20px, 5vw, 72px);
  text-align: center;
  background: var(--secondary);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pull-quote blockquote {
  max-width: 980px;
  margin: 0 auto;
  color: var(--heading-text);
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.15;
}

.services-grid article {
  min-height: 340px;
  padding: 26px;
  background: var(--secondary);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.services-grid h3 { margin-bottom: 22px; font-size: 1.18rem; }
.service-description {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.94rem;
}

.differentiator {
  margin: -8px 0 18px;
  color: var(--heading-text);
  font-size: 0.9rem;
  font-weight: 700;
}

.secondary-pillar {
  background: rgba(9, 57, 65, 0.72);
}

.support-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 9px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.services-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}
.services-grid li {
  position: relative;
  padding-left: 18px;
  font-size: 0.9rem;
}

.service-groups {
  display: grid;
  gap: 14px;
}

.service-group {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.service-group h4 {
  margin: 0 0 9px;
  color: var(--heading-text);
  font-size: 0.9rem;
  letter-spacing: 0;
}
.services-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
}
.light-section { background: var(--light-section); color: var(--dark-text); }
.light-section .eyebrow { color: var(--accent); }
.light-section h2, .light-section h3 { color: var(--dark-text); }
.light-section p:not(.eyebrow) { color: var(--muted-dark); }
.audience-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.audience-grid article {
  min-height: 190px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid var(--line-dark);
  border-radius: 8px;
}
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }

.execution-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  background: var(--primary);
  border-top: 1px solid var(--line);
}

.execution-copy {
  max-width: 620px;
}

.execution-copy p {
  color: var(--muted);
}

.execution-copy ul {
  margin: 10px 0 14px;
  padding-left: 20px;
  color: var(--muted);
}

.execution-copy li {
  margin-bottom: 5px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.execution-image {
  overflow: hidden;
  height: clamp(280px, 34vw, 430px);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(3, 24, 28, 0.22);
}

.security-section {
  background: var(--primary);
  border-top: 1px solid var(--line);
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.security-grid article {
  padding: 22px;
  background: var(--secondary);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.security-grid h3 {
  margin-bottom: 10px;
}

.contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  background: var(--secondary);
  border-top: 1px solid var(--line);
}
.contact div { max-width: 820px; }
.contact a:not(.button), .site-footer a { color: var(--light-text); text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 3px; }
.site-footer { padding: 30px clamp(20px, 5vw, 72px); background: #041e23; color: var(--muted); border-top: 1px solid var(--line); }
.site-footer p { margin: 0 0 8px; }
.site-footer p:last-child { margin-bottom: 0; }

@media (max-width: 1100px) {
  .hero { min-height: auto; }
  .advisory-trust,
  .strengthen-content-row,
  .execution-section {
    grid-template-columns: 1fr;
  }
  .split { grid-template-columns: 1fr; }
  .services-grid, .audience-grid, .process-grid, .security-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .site-header { padding: 14px 20px; }
  .brand { font-size: 0.95rem; }
  .brand-mark { flex: 0 0 auto; width: 34px; height: 34px; }
  .nav-toggle { display: block; flex: 0 0 auto; }
  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--secondary);
    border: 1px solid var(--line);
    border-radius: 8px;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .nav-cta { text-align: center; }
  .section { padding: 54px 20px; }
  .hero { padding-top: 64px; padding-bottom: 58px; }
  h1 { font-size: clamp(2rem, 9vw, 3rem); }
  h2 { font-size: clamp(1.62rem, 7.5vw, 2.12rem); }
  .button, .hero-actions, .contact .button { width: 100%; }
  .services-grid, .strengthen-grid, .audience-grid, .process-grid, .security-grid { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr; padding: 0 20px; }
  .trust-strip span { min-height: 58px; }
  .operating-strip { grid-template-columns: 1fr; }
  .hero-visual { padding: 18px; }
  .advisory-visual { height: 280px; }
  .execution-image { height: 260px; }
  .services-grid article { min-height: auto; padding: 24px; }
  .contact { flex-direction: column; align-items: flex-start; }
}

.eyebrow {
  color: var(--accent) !important;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
