:root {
  --bg: #f6f4ef;
  --bg-soft: #fbfaf7;
  --card: rgba(255,255,255,0.86);
  --card-strong: #ffffff;
  --text: #24342c;
  --muted: #5f6963;
  --muted-strong: #4a5550;
  --green: #0b8d68;
  --green-dark: #08785a;
  --green-deep: #0a5d47;
  --gold: #e3be59;
  --gold-deep: #b88f2d;
  --border: rgba(11, 141, 104, 0.14);
  --shadow: 0 18px 42px rgba(10, 78, 60, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(11,141,104,0.08), transparent 22%),
    radial-gradient(circle at 85% 14%, rgba(227,190,89,0.14), transparent 18%),
    linear-gradient(180deg, #fbfaf7 0%, #f6f4ef 52%, #f1eee7 100%);
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(11,141,104,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(11,141,104,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.5;
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,247,0.9); backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 18px; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand-logo { height: 48px; width: auto; mix-blend-mode: multiply; filter: contrast(1.1); background: transparent; }
.nav { display: flex; gap: 24px; align-items: center; }
.nav-link, .mobile-link { color: var(--muted); font-size: 14px; font-weight: 600; }
.nav-link:hover, .mobile-link:hover, .nav-link.is-active, .mobile-link.is-active { color: var(--green-deep); }
.header-cta, .btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 20px; border-radius: 999px; font-size: 14px; font-weight: 700;
  background: var(--green); color: #fff; box-shadow: 0 16px 32px rgba(11,141,104,0.18); border: 1px solid transparent;
  transition: transform .18s ease, background .18s ease;
}
.header-cta:hover, .btn:hover { background: var(--green-dark); transform: translateY(-1px); }
.btn-outline { background: rgba(255,255,255,0.78); color: var(--green-deep); box-shadow: none; border-color: rgba(11,141,104,0.16); }
.btn-outline:hover { background: rgba(11,141,104,0.08); }
.menu-toggle {
  display: none; border: 1px solid var(--border); background: rgba(255,255,255,0.82); color: var(--green-deep);
  font-size: 14px; font-weight: 700; padding: 10px 12px; border-radius: 12px;
}
.mobile-menu { display: none; border-top: 1px solid var(--border); padding: 0 20px 18px; }
.mobile-menu.is-open { display: grid; gap: 12px; }

.site-shell, .page-main, .page-hero-copy { min-width: 0; }
.mission-statement { font-size: 1.22rem; line-height: 2; color: var(--muted-strong); }
.mission-statement .mission { font-weight: 500; color: var(--muted-strong); }
.mission-statement .mission_clr { color: var(--green-deep); font-weight: 800; }
.proctbl { font-size: 14px; line-height: 1.55; color: var(--muted-strong); }
.proctbl b { color: var(--green-deep); }
.page-hero { padding: 56px 0 34px; }
.page-hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; min-height: 34px; padding: 8px 14px; border-radius: 999px;
  border: 1px solid rgba(227,190,89,0.35); background: rgba(227,190,89,0.12); color: #8a6a21; font-size: 11px;
  text-transform: uppercase; letter-spacing: .22em; font-weight: 800; margin-bottom: 18px;
}
.page-hero h1 { margin: 0; color: var(--green-deep); font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.045em; }
.page-hero .lead { margin: 18px 0 0; color: var(--muted); font-size: clamp(1rem, 1.8vw, 1.18rem); line-height: 1.85; max-width: 760px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.page-hero-mark { display: flex; justify-content: flex-end; }
.mark-card {
  width: min(100%, 460px); background: linear-gradient(160deg, rgba(255,255,255,0.92), rgba(249,245,236,0.88));
  border: 1px solid rgba(11,141,104,0.12); border-radius: 30px; box-shadow: var(--shadow); padding: 28px; position: relative; overflow: hidden;
}
.mark-card::before {
  content: ""; position: absolute; right: -18px; top: -18px; width: 140px; height: 140px;
  clip-path: polygon(50% 0%,79% 10%,97% 35%,97% 65%,79% 90%,50% 100%,21% 90%,3% 65%,3% 35%,21% 10%);
  background: linear-gradient(135deg, rgba(227,190,89,0.92), rgba(240,214,126,0.68));
}
.mark-decagon, .mark-decagon-inner {
  clip-path: polygon(50% 0%,79% 10%,97% 35%,97% 65%,79% 90%,50% 100%,21% 90%,3% 65%,3% 35%,21% 10%);
}
.mark-decagon {
  width: 164px; height: 164px; background: linear-gradient(135deg, rgba(11,141,104,0.96), rgba(8,120,90,0.82)); display: grid; place-items: center;
}
.mark-decagon-inner { width: 96px; height: 96px; background: rgba(255,255,255,0.94); }
.mark-card p { margin: 22px 0 0; max-width: 290px; color: var(--muted); line-height: 1.85; font-size: 15px; position: relative; z-index: 1; }
.local-nav { display: flex; gap: 12px; flex-wrap: wrap; padding-bottom: 12px; }
.local-pill {
  display: inline-flex; padding: 10px 14px; border-radius: 999px; font-size: 13px; font-weight: 700;
  color: var(--green-deep); background: rgba(255,255,255,0.8); border: 1px solid rgba(11,141,104,0.12);
}
.local-pill.is-active { background: rgba(11,141,104,0.10); color: var(--green-deep); }
.section { padding: 20px 0 10px; }
.card, .stat-card, .feature-card, .team-card, .article-card, .service-card, .client-card {
  background: rgba(255,255,255,0.82); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow);
}
.page-grid { display: grid; gap: 22px; }
.page-grid.two-up { grid-template-columns: 1fr 1fr; }
.copy-panel { padding: 28px; }
.copy-panel h2, .copy-panel h3 { margin-top: 0; color: var(--green-deep); }
.copy-panel h2 { font-size: 1.9rem; margin-bottom: 12px; }
.copy-panel h3 { font-size: 1.35rem; margin-bottom: 10px; }
.copy-panel p:last-child { margin-bottom: 0; }
.stat-grid, .card-grid { display: grid; gap: 18px; }
.stat-grid { grid-template-columns: repeat(3, 1fr); }
.stat-card, .feature-card, .team-card, .article-card, .service-card { padding: 22px; }
.stat-card strong { display: block; color: var(--green-deep); font-size: 1.9rem; margin-bottom: 6px; }
.stat-card span, .feature-card p, .service-card p, .article-card p, .team-card p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.feature-icon, .service-icon, .article-icon {
  width: 46px; height: 46px; border-radius: 14px; background: rgba(227,190,89,0.18); border: 1px solid rgba(227,190,89,0.34); margin-bottom: 16px; position: relative;
}
.feature-icon::before, .service-icon::before, .article-icon::before {
  content: ""; position: absolute; inset: 9px; border-radius: 10px; background: var(--green);
  mask-repeat: no-repeat; mask-position: center; mask-size: contain;
  -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain;
}
.feature-icon.icon-home::before, .service-icon.icon-home::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3l9 8h-2v9h-5v-6H10v6H5v-9H3z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3l9 8h-2v9h-5v-6H10v6H5v-9H3z'/%3E%3C/svg%3E");
}
.feature-icon.icon-target::before, .service-icon.icon-target::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M11 2h2v3.07A7 7 0 0 1 18.93 11H22v2h-3.07A7 7 0 0 1 13 18.93V22h-2v-3.07A7 7 0 0 1 5.07 13H2v-2h3.07A7 7 0 0 1 11 5.07zm1 5a5 5 0 1 0 0 10 5 5 0 0 0 0-10z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M11 2h2v3.07A7 7 0 0 1 18.93 11H22v2h-3.07A7 7 0 0 1 13 18.93V22h-2v-3.07A7 7 0 0 1 5.07 13H2v-2h3.07A7 7 0 0 1 11 5.07zm1 5a5 5 0 1 0 0 10 5 5 0 0 0 0-10z'/%3E%3C/svg%3E");
}
.feature-icon.icon-briefcase::before, .service-icon.icon-briefcase::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 4h6a2 2 0 0 1 2 2v1h3a2 2 0 0 1 2 2v3H2V9a2 2 0 0 1 2-2h3V6a2 2 0 0 1 2-2m0 3h6V6H9zm13 7v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5h20z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 4h6a2 2 0 0 1 2 2v1h3a2 2 0 0 1 2 2v3H2V9a2 2 0 0 1 2-2h3V6a2 2 0 0 1 2-2m0 3h6V6H9zm13 7v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5h20z'/%3E%3C/svg%3E");
}
.feature-icon.icon-network::before, .service-icon.icon-network::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 3h4v4h-4zM4 17h4v4H4zm12 0h4v4h-4zM6 17v-2a6 6 0 0 1 6-6 6 6 0 0 1 6 6v2h-2v-2a4 4 0 0 0-8 0v2zm5-10h2v4h-2z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 3h4v4h-4zM4 17h4v4H4zm12 0h4v4h-4zM6 17v-2a6 6 0 0 1 6-6 6 6 0 0 1 6 6v2h-2v-2a4 4 0 0 0-8 0v2zm5-10h2v4h-2z'/%3E%3C/svg%3E");
}
.feature-icon.icon-doc::before, .service-icon.icon-doc::before, .article-icon::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 2h9l5 5v15a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m8 1.5V8h4.5M8 13h8v2H8zm0 4h8v2H8zm0-8h5v2H8z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 2h9l5 5v15a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m8 1.5V8h4.5M8 13h8v2H8zm0 4h8v2H8zm0-8h5v2H8z'/%3E%3C/svg%3E");
}
.feature-icon.icon-users::before, .service-icon.icon-users::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8m8 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6M2 20a6 6 0 0 1 12 0v1H2zm13 1v-1a7.9 7.9 0 0 0-1.3-4.4A5 5 0 0 1 22 20v1z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8m8 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6M2 20a6 6 0 0 1 12 0v1H2zm13 1v-1a7.9 7.9 0 0 0-1.3-4.4A5 5 0 0 1 22 20v1z'/%3E%3C/svg%3E");
}
.feature-icon.icon-chart::before, .service-icon.icon-chart::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 3h2v18H5zm6 6h2v12h-2zm6-4h2v16h-2zM3 19h18v2H3z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 3h2v18H5zm6 6h2v12h-2zm6-4h2v16h-2zM3 19h18v2H3z'/%3E%3C/svg%3E");
}
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.section-heading { margin: 0 0 18px; }
.section-heading h2 { margin: 0 0 10px; font-size: clamp(2rem, 3vw, 2.9rem); line-height: 1.05; color: var(--green-deep); }
.section-heading p { margin: 0; color: var(--muted); max-width: 780px; line-height: 1.85; }
.kicker { color: var(--green); text-transform: uppercase; letter-spacing: .28em; font-size: 11px; font-weight: 800; margin-bottom: 10px; }
.richtext { color: var(--text); }
.richtext p { margin: 0 0 1rem; }
.richtext p:last-child { margin-bottom: 0; }
.richtext li, .richtext td, .richtext blockquote, .richtext em, .richtext strong, .richtext span { font-size: 15px; line-height: 1.85; color: var(--muted-strong); }
.richtext ul, .richtext ol { padding-left: 1.3rem; margin: 0 0 1rem; }
.richtext li + li { margin-top: 8px; }
.richtext h2, .richtext h3, .richtext h4 { margin-top: 1.3rem; margin-bottom: .6rem; color: var(--green-deep); }
.richtext h2 { font-size: 1.45rem; }
.richtext h3 { font-size: 1.15rem; }
.richtext table { width: 100%; border-collapse: separate; border-spacing: 0; display: block; overflow-x: auto; }
.richtext table td, .richtext table th { border: 1px solid rgba(11,141,104,0.12); padding: 12px 14px; vertical-align: top; min-width: 150px; background: rgba(255,255,255,0.84); }
.richtext table tr:first-child td, .richtext table tr:first-child th { background: #155e46; color: #fff; }
.richtext table tr:first-child td *, .richtext table tr:first-child th * { color: inherit !important; }
.table-card { padding: 18px; }
.summary-band { padding: 28px; background: linear-gradient(135deg, rgba(227,190,89,0.14), rgba(255,255,255,0.76)); }
.summary-band p { margin: 0; color: var(--muted-strong); }
.team-overview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.team-card { display: flex; flex-direction: column; gap: 14px; }
.profile-thumb, .profile-image { aspect-ratio: 4 / 4.6; border-radius: 18px; overflow: hidden; position: relative; background: linear-gradient(180deg, rgba(11,141,104,0.10), rgba(10,93,71,0.22)); border: 1px solid rgba(11,141,104,0.12); }
.profile-thumb img, .profile-image img { width: 100%; height: 100%; object-fit: cover; }
.profile-thumb.no-image::before, .profile-image.no-image::before { content: attr(data-initials); position: absolute; inset: 0; display: grid; place-items: center; font-size: 3rem; font-weight: 800; color: var(--green-deep); }
.profile-role { color: var(--gold-deep); font-size: 14px; font-weight: 700; }
.profile-page { display: grid; grid-template-columns: 320px 1fr; gap: 24px; align-items: start; }
.profile-sidebar { padding: 22px; position: sticky; top: 110px; }
.profile-sidebar h2 { margin: 18px 0 6px; color: var(--green-deep); font-size: 1.5rem; }
.profile-sidebar p, .profile-sidebar li { color: var(--muted); }
.profile-content { padding: 28px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.article-card h3, .service-card h3, .team-card h3, .feature-card h3 { margin: 0 0 8px; color: var(--green-deep); font-size: 1.25rem; }
.article-card .btn, .service-card .btn, .team-card .btn, .feature-card .btn { margin-top: 10px; margin-top: auto; }

.decagon-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.decagon-panel { padding: 0; display: grid; place-items: center; background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,244,235,0.9)); }
.legacy-decagon {
  width: min(100%, 540px); aspect-ratio: 1 / 1; position: relative; border-radius: 34px;
  background: linear-gradient(180deg, #fbfbf8 0%, #f4f1ea 100%); border: 1px solid rgba(11,141,104,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}
.legacy-decagon::before {
  content: ''; position: absolute; inset: 0; border-radius: 34px;
  background-image: linear-gradient(rgba(11,141,104,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(11,141,104,0.03) 1px, transparent 1px);
  background-size: 52px 52px; opacity: .28; pointer-events: none;
}
.legacy-decagon .diamond-notch {
  position: absolute; left: 50%; width: 14px; height: 14px; transform: translateX(-50%) rotate(45deg);
  background: var(--green); border-radius: 3px; opacity: .9;
}
.legacy-decagon .diamond-notch.top { top: 42px; }
.legacy-decagon .diamond-notch.bottom { bottom: 42px; }
.legacy-decagon .center-circle {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 118px; height: 118px;
  border-radius: 50%; background: rgba(255,255,255,0.64); border: 1px solid rgba(11,141,104,0.14);
  display: grid; place-items: center; text-align: center; text-transform: uppercase; letter-spacing: .16em;
  color: var(--green-deep); font-weight: 800; font-size: 1.08rem;
}
.legacy-decagon .connector { position: absolute; background: rgba(227,190,89,0.95); z-index: 1; }
.legacy-decagon .connector.v { width: 8px; border-radius: 99px; }
.legacy-decagon .connector.h { height: 8px; border-radius: 99px; }
.legacy-decagon .connector.cap {
  height: 12px; background: linear-gradient(180deg, rgba(227,190,89,0.92), rgba(210,171,61,0.95));
  clip-path: polygon(16% 100%, 84% 100%, 100% 0, 0 0); border-radius: 1px;
}
.diagram-node {
  position: absolute; z-index: 2; background: rgba(255,255,255,0.94); border: 1px solid rgba(11,141,104,0.12);
  border-radius: 999px; color: var(--green-deep); font-size: 12px; font-weight: 800; letter-spacing: .08em;
  padding: 12px 18px; white-space: nowrap; line-height: 1.2; box-shadow: 0 8px 20px rgba(10, 78, 60, 0.06);
}
.diagram-node.wide { padding-left: 20px; padding-right: 20px; }
.diagram-node.centered { text-align: center; }
.decagon-understand { min-height: 520px; }
.decagon-understand .node-hr { left: 50%; top: 66px; transform: translateX(-50%); }
.decagon-understand .node-sales { left: 108px; top: 112px; }
.decagon-understand .node-marketing { right: 108px; top: 112px; }
.decagon-understand .node-finance { left: 56px; top: 190px; }
.decagon-understand .node-accounting { right: 56px; top: 190px; }
.decagon-understand .node-operations { left: 70px; top: 300px; }
.decagon-understand .node-legal { right: 70px; top: 300px; }
.decagon-understand .node-vendor { left: 86px; bottom: 116px; }
.decagon-understand .node-product { right: 60px; bottom: 116px; }
.decagon-understand .node-dev { left: 50%; bottom: 84px; transform: translateX(-50%); }
.decagon-understand .conn-top { left: 50%; top: 118px; width: 88px; transform: translateX(-50%); }
.decagon-understand .conn-left-top { left: 118px; top: 196px; height: 58px; }
.decagon-understand .conn-right-top { right: 118px; top: 196px; height: 58px; }
.decagon-understand .conn-bottom { left: 50%; bottom: 140px; width: 168px; transform: translateX(-50%); }
.decagon-understand .conn-bottom-cap { left: 50%; bottom: 168px; width: 88px; transform: translateX(-50%); }
.decagon-drivers { min-height: 520px; }
.decagon-drivers .center-circle { width: 120px; height: 120px; font-size: 1.05rem; }
.decagon-drivers .node-clarity { left: 50%; top: 66px; transform: translateX(-50%); }
.decagon-drivers .node-channels { left: 40px; top: 112px; }
.decagon-drivers .node-tracking { right: 84px; top: 112px; }
.decagon-drivers .node-diversity { left: 26px; top: 190px; }
.decagon-drivers .node-depth { right: 62px; top: 190px; }
.decagon-drivers .node-market { left: 24px; top: 318px; }
.decagon-drivers .node-growth { left: 248px; top: 318px; }
.decagon-drivers .node-ip { left: 34px; bottom: 128px; }
.decagon-drivers .node-management { left: 110px; bottom: 84px; }
.decagon-drivers .node-predictability { right: 54px; bottom: 128px; }
.decagon-drivers .conn-top { left: 50%; top: 118px; width: 112px; transform: translateX(-50%); }
.decagon-drivers .conn-left-top { left: 142px; top: 200px; height: 86px; }
.decagon-drivers .conn-right-top { right: 142px; top: 200px; height: 86px; }
@media (max-width: 1160px) {
  .decagon-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .legacy-decagon { width: min(100%, 360px); min-height: 360px; }
  .diagram-node { font-size: 10px; padding: 9px 12px; letter-spacing: .04em; }
  .decagon-understand .node-sales { left: 26px; top: 102px; }
  .decagon-understand .node-marketing { right: 26px; top: 102px; }
  .decagon-understand .node-finance { left: 18px; top: 170px; }
  .decagon-understand .node-accounting { right: 18px; top: 170px; }
  .decagon-understand .node-operations { left: 26px; top: 252px; }
  .decagon-understand .node-legal { right: 26px; top: 252px; }
  .decagon-understand .node-vendor { left: 30px; bottom: 88px; }
  .decagon-understand .node-product { right: 18px; bottom: 88px; }
  .decagon-understand .node-dev { bottom: 54px; }
  .decagon-understand .center-circle { width: 94px; height: 94px; font-size: .92rem; }
  .decagon-understand .conn-left-top { left: 78px; top: 176px; height: 48px; }
  .decagon-understand .conn-right-top { right: 78px; top: 176px; height: 48px; }
  .decagon-understand .conn-top { top: 108px; width: 62px; }
  .decagon-understand .conn-bottom { bottom: 108px; width: 112px; }
  .decagon-understand .conn-bottom-cap { bottom: 132px; width: 62px; }
  .decagon-drivers .center-circle { width: 96px; height: 96px; font-size: .92rem; }
  .decagon-drivers .node-clarity { left: 50%; top: 58px; transform: translateX(-50%); max-width: 280px; white-space: normal; text-align: center; }
  .decagon-drivers .node-channels { left: 10px; top: 108px; max-width: 205px; white-space: normal; }
  .decagon-drivers .node-tracking { right: 10px; top: 108px; max-width: 175px; white-space: normal; }
  .decagon-drivers .node-diversity { left: 8px; top: 178px; max-width: 170px; white-space: normal; }
  .decagon-drivers .node-depth { right: 8px; top: 178px; max-width: 140px; white-space: normal; }
  .decagon-drivers .node-market { left: 8px; top: 252px; max-width: 180px; white-space: normal; }
  .decagon-drivers .node-growth { left: 154px; top: 252px; max-width: 196px; white-space: normal; }
  .decagon-drivers .node-ip { left: 8px; bottom: 88px; max-width: 180px; white-space: normal; }
  .decagon-drivers .node-predictability { right: 8px; bottom: 88px; max-width: 164px; white-space: normal; }
  .decagon-drivers .node-management { left: 90px; bottom: 42px; max-width: 180px; white-space: normal; }
  .decagon-drivers .conn-top { top: 110px; width: 72px; }
  .decagon-drivers .conn-left-top { left: 100px; top: 186px; height: 48px; }
  .decagon-drivers .conn-right-top { right: 100px; top: 186px; height: 48px; }
}
.contact-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 22px; }
.contact-details, .contact-form-card { padding: 28px; }
.contact-list { display: grid; gap: 16px; margin-top: 18px; }
.contact-list div { padding: 16px 18px; background: rgba(255,255,255,0.76); border: 1px solid var(--border); border-radius: 16px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-field { display: grid; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
label { font-size: 14px; font-weight: 700; color: var(--green-deep); }
input, select, textarea { width: 100%; border: 1px solid rgba(11,141,104,0.16); border-radius: 14px; padding: 13px 14px; font: inherit; color: var(--text); background: rgba(255,255,255,0.92); }
textarea { min-height: 120px; resize: vertical; }
.notice, .success { padding: 14px 16px; border-radius: 16px; margin-bottom: 18px; font-size: 14px; }
.notice { background: rgba(217,83,79,0.12); border: 1px solid rgba(217,83,79,0.24); color: #8b2f2b; }
.success { background: rgba(11,141,104,0.12); border: 1px solid rgba(11,141,104,0.24); color: var(--green-deep); }
.client-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.client-card { padding: 22px; display: flex; flex-direction: column; gap: 14px; justify-content: center; align-items: flex-start; min-height: 150px; }
.client-card img { max-height: 54px; width: auto; }
.client-card span { color: var(--green-deep); font-weight: 700; }
.client-card-text { justify-content: center; }
.site-footer { border-top: 1px solid var(--border); padding: 44px 0 18px; margin-top: 24px; background: rgba(255,255,255,0.34); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 26px; }
.footer-logo { height: 44px; width: auto; margin-bottom: 14px; mix-blend-mode: multiply; filter: contrast(1.1); background: transparent; }
.footer-brand p, .footer-links a { color: var(--muted); font-size: 14px; line-height: 1.8; }
.footer-grid h3 { margin: 0 0 10px; color: var(--green-deep); font-size: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li + li { margin-top: 8px; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { border-top: 1px solid var(--border); margin-top: 26px; padding-top: 18px; color: var(--muted); font-size: 13px; }
@media (max-width: 1160px) {
  .nav, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .page-hero-inner, .decagon-wrap, .contact-grid, .profile-page { grid-template-columns: 1fr; }
  .profile-sidebar { position: relative; top: 0; }
  .card-grid.four, .team-overview, .client-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .container { width: min(var(--max), calc(100% - 24px)); }
  .page-hero { padding-top: 44px; }
  .stat-grid, .card-grid.three, .card-grid.two, .card-grid.four, .team-overview, .form-grid, .page-grid.two-up, .footer-grid, .client-grid { grid-template-columns: 1fr; }
  .brand-logo { height: 40px; }
  .copy-panel, .contact-details, .contact-form-card, .profile-content, .profile-sidebar, .summary-band { padding: 22px; }
  .decagon-diagram { width: 280px; height: 280px; }
  .facet-chip { font-size: 10px; padding: 8px 10px; }
}


.diagram-image {
  margin: 0;
  padding: 0;
  width: 100%;
}

.diagram-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
mix-blend-mode: multiply; filter: contrast(1.1); background: transparent;
}

@media (max-width: 820px) {
  .diagram-image img {
    border-radius: 18px;
  }
}


/* Contact hardening and AJAX states */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important;
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-response { min-height: 0; scroll-margin-top: 110px; outline: none; }
.form-response:focus { outline: none; }
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: rgba(11,141,104,0.42);
  box-shadow: 0 0 0 4px rgba(11,141,104,0.10);
}
button[disabled] {
  opacity: .7;
  cursor: wait;
}
.notice, .success {
  font-weight: 600;
}
.legacy-copy h1,
.legacy-copy h2,
.legacy-copy h3,
.copy-panel .legacy-copy h1,
.copy-panel .legacy-copy h2,
.copy-panel .legacy-copy h3 {
  color: var(--green-deep);
  line-height: 1.2;
}
.legacy-copy p,
.legacy-copy li,
.copy-panel p,
.copy-panel li {
  color: var(--muted-strong);
}
.legacy-copy table,
.proctbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.legacy-copy table td,
.legacy-copy table th,
.proctbl td,
.proctbl th {
  padding: 10px 12px;
  vertical-align: top;
}
@media (max-width: 820px) {
  .contact-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}
