:root {
  --navy-950: #061522;
  --navy-900: #0a1d2f;
  --navy-800: #102a42;
  --blue-600: #1769e0;
  --blue-500: #2b7fff;
  --blue-100: #dbeaff;
  --teal-400: #53d4c6;
  --ink: #102238;
  --slate: #536579;
  --muted: #76869a;
  --line: #dfe6ec;
  --surface: #f4f7f9;
  --white: #ffffff;
  --max-width: 1180px;
  --shadow: 0 24px 70px rgba(6, 21, 34, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Aptos, "Segoe UI", system-ui, -apple-system, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, button { font-size: 16px; }
a { color: inherit; }
img, svg { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: var(--white); background: var(--navy-950); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(223, 230, 236, .85); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(6,21,34,.07); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy-950); text-decoration: none; font-weight: 760; letter-spacing: -.025em; }
.brand-logo { display: block; max-width: none; }
.site-header .brand-logo { width: 190px; height: 74px; object-fit: cover; object-position: center top; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links > a:not(.button) { position: relative; color: #2f4054; text-decoration: none; font-size: .925rem; font-weight: 610; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue-600); transition: right .2s ease; }
.nav-links > a:not(.button):hover::after, .nav-links > a:not(.button):focus-visible::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { width: 22px; height: 2px; display: block; margin: 5px auto; background: var(--navy-900); transition: transform .2s ease, opacity .2s ease; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 7px; text-decoration: none; font-weight: 720; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 17px; color: var(--white); background: var(--navy-900); font-size: .9rem; }
.button-primary { color: var(--white); background: var(--blue-600); box-shadow: 0 12px 28px rgba(23,105,224,.24); }
.button-primary:hover { background: #0e5dcc; }
.button-secondary { color: var(--white); background: var(--navy-900); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.4); }
.button-outline-light:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button-white { color: var(--navy-900); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-600); font-weight: 730; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--blue-600); font-size: .75rem; font-weight: 780; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 2px; background: currentColor; }
.eyebrow-light { color: var(--teal-400); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-950); letter-spacing: -.045em; }
h1 { margin-bottom: 26px; font-size: clamp(3.1rem, 5.4vw, 5.45rem); line-height: .98; font-weight: 790; }
h1 em { color: var(--blue-600); font-style: normal; }
h2 { margin-bottom: 24px; font-size: clamp(2.2rem, 4vw, 3.65rem); line-height: 1.04; font-weight: 780; }
h3 { line-height: 1.18; font-weight: 740; }
.lead { color: var(--slate); font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.65; }

.hero { position: relative; overflow: hidden; padding: 105px 0 0; background: linear-gradient(180deg, #fbfdff 0%, #f6f9fb 100%); }
.hero-grid-bg, .cta-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(23,105,224,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(23,105,224,.08) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, transparent 0%, #000 70%); }
.hero::after { content: ""; position: absolute; width: 580px; height: 580px; top: -290px; right: -100px; border-radius: 50%; background: rgba(83,212,198,.10); filter: blur(10px); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .98fr) minmax(460px, .85fr); align-items: center; gap: 72px; }
.hero-copy { padding-bottom: 88px; }
.hero-copy .lead { max-width: 660px; margin-bottom: 34px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-points { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 22px; list-style: none; color: var(--slate); font-size: .88rem; font-weight: 600; }
.hero-points span { width: 20px; height: 20px; margin-right: 5px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--blue-600); background: var(--blue-100); font-size: .7rem; }

.system-visual { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.9); border-radius: 15px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.system-visual::before { content: ""; position: absolute; z-index: -1; width: 130px; height: 130px; right: -28px; bottom: -28px; border: 2px solid rgba(23,105,224,.12); background-image: radial-gradient(rgba(23,105,224,.35) 1.5px, transparent 1.5px); background-size: 12px 12px; }
.visual-header { padding-bottom: 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.visual-kicker { color: var(--navy-900); font-size: .78rem; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.status { display: inline-flex; align-items: center; gap: 7px; color: #287b70; font-size: .75rem; font-weight: 700; }
.status i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal-400); box-shadow: 0 0 0 4px rgba(83,212,198,.14); }
.system-map { position: relative; min-height: 365px; }
.system-node { position: absolute; z-index: 2; min-width: 175px; padding: 13px 15px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 8px 22px rgba(6,21,34,.07); }
.system-node strong, .system-node small { display: block; }
.system-node strong { color: var(--navy-900); font-size: .79rem; line-height: 1.3; }
.system-node small { color: var(--muted); font-size: .66rem; }
.node-icon { width: 32px; height: 32px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; color: var(--blue-600); background: var(--blue-100); font-size: .78rem; font-weight: 800; }
.node-m365 { top: 31px; left: 0; }
.node-process { top: 31px; right: 0; }
.node-process .node-icon { color: #187d73; background: #dff8f4; }
.node-data { left: 50%; bottom: 17px; transform: translateX(-50%); }
.node-data .node-icon { color: #7553c7; background: #eee8ff; }
.system-core { position: absolute; z-index: 3; width: 126px; height: 126px; top: 50%; left: 50%; padding-top: 30px; border: 1px solid rgba(43,127,255,.35); border-radius: 50%; text-align: center; background: var(--navy-900); box-shadow: 0 18px 35px rgba(6,21,34,.22); transform: translate(-50%, -50%); }
.core-rings { position: absolute; inset: -13px; border: 1px solid rgba(43,127,255,.18); border-radius: 50%; }
.core-rings::before { content: ""; position: absolute; inset: -13px; border: 1px dashed rgba(43,127,255,.16); border-radius: 50%; }
.core-label { display: block; color: var(--white); font-size: 1.55rem; font-weight: 800; letter-spacing: -.04em; line-height: 1.1; }
.system-core small { color: #9fb5ca; font-size: .67rem; }
.connections { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.connections path { fill: none; stroke: rgba(23,105,224,.32); stroke-width: 2; stroke-dasharray: 5 6; }
.visual-outcome { padding: 15px 17px; display: flex; align-items: center; justify-content: space-between; border-radius: 9px; color: var(--white); background: var(--navy-900); }
.visual-outcome > div { display: flex; align-items: center; gap: 12px; }
.visual-outcome small, .visual-outcome strong { display: block; }
.visual-outcome small { color: #9fb5ca; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.visual-outcome strong { font-size: .78rem; }
.outcome-icon { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--navy-900); background: var(--teal-400); font-weight: 800; }
.trend { color: var(--teal-400); font-size: 1.4rem; }
.capability-row { position: relative; z-index: 2; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); color: #56697c; font-size: .78rem; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }
.capability-row i { width: 4px; height: 4px; border-radius: 50%; background: var(--blue-500); }

.section { padding: 112px 0; }
.split-heading { display: grid; grid-template-columns: 1.1fr .75fr; align-items: end; gap: 100px; }
.split-heading h2 { max-width: 690px; margin-bottom: 0; }
.section-intro { padding-bottom: 8px; color: var(--slate); font-size: 1.05rem; }
.section-intro p { margin-bottom: 24px; }
.friction-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.friction-card { position: relative; min-height: 245px; padding: 42px 38px 36px 0; }
.friction-card + .friction-card { padding-left: 38px; border-left: 1px solid var(--line); }
.friction-card h3 { margin: 34px 0 14px; font-size: 1.25rem; }
.friction-card p { margin-bottom: 0; color: var(--slate); font-size: .95rem; }
.card-number { color: var(--blue-600); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }

.services-section { color: var(--white); background: var(--navy-950); }
.section-heading-row { display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 70px; margin-bottom: 58px; }
.section-heading-row h2 { max-width: 650px; margin-bottom: 0; color: var(--white); }
.section-heading-row > p { margin-bottom: 7px; color: #aebdca; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.service-card { min-height: 290px; padding: 38px; display: grid; grid-template-columns: 54px 1fr 30px; gap: 24px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); color: var(--white); text-decoration: none; transition: background .22s ease; }
.service-card:hover { background: rgba(43,127,255,.08); }
.service-content small { display: block; margin-bottom: 25px; color: var(--teal-400); font-size: .68rem; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
.service-content h3 { max-width: 380px; margin-bottom: 14px; color: var(--white); font-size: 1.42rem; }
.service-content p { max-width: 390px; margin-bottom: 0; color: #9fb0c0; font-size: .91rem; }
.service-arrow { color: var(--teal-400); font-size: 1.35rem; transition: transform .2s ease; }
.service-card:hover .service-arrow { transform: translate(3px, -3px); }
.service-icon { width: 48px; height: 48px; padding: 9px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; border: 1px solid rgba(83,212,198,.32); border-radius: 8px; }
.service-icon i { display: block; border-radius: 2px; background: var(--teal-400); }
.service-icon i:nth-child(2), .service-icon i:nth-child(3) { opacity: .5; }
.service-icon-flow, .service-icon-link { position: relative; display: block; }
.service-icon-flow i { position: absolute; width: 8px; height: 8px; border-radius: 50%; }
.service-icon-flow i:nth-child(1) { top: 8px; left: 8px; }
.service-icon-flow i:nth-child(2) { top: 19px; right: 8px; }
.service-icon-flow i:nth-child(3) { bottom: 8px; left: 8px; }
.service-icon-flow::after { content: ""; position: absolute; inset: 12px; border-top: 1px solid var(--teal-400); border-right: 1px solid var(--teal-400); transform: rotate(29deg); }
.service-icon-link i { position: absolute; width: 13px; height: 13px; border: 2px solid var(--teal-400); border-radius: 50%; background: transparent; }
.service-icon-link i:nth-child(1) { top: 8px; left: 8px; }
.service-icon-link i:nth-child(2) { top: 21px; right: 8px; }
.service-icon-link i:nth-child(3) { width: 18px; height: 2px; top: 22px; left: 15px; border: 0; border-radius: 0; background: var(--teal-400); transform: rotate(41deg); }
.service-icon-shield { display: flex; align-items: center; justify-content: center; color: var(--teal-400); font-size: 1.35rem; }
.services-footer { margin-top: 40px; text-align: center; }

.process-section { background: var(--surface); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; }
.process-copy { position: sticky; top: 140px; align-self: start; }
.process-copy p:not(.eyebrow) { max-width: 480px; color: var(--slate); font-size: 1.04rem; }
.process-copy .button { margin-top: 18px; }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: item; }
.process-list li { min-height: 155px; padding: 30px 0; display: grid; grid-template-columns: 58px 1fr; gap: 26px; border-top: 1px solid #cfd9e1; }
.process-list li:last-child { border-bottom: 1px solid #cfd9e1; }
.process-list > li > span { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #bdcad5; border-radius: 50%; color: var(--blue-600); font-size: .7rem; font-weight: 800; }
.process-list h3 { margin: 5px 0 9px; font-size: 1.4rem; }
.process-list p { max-width: 510px; margin-bottom: 0; color: var(--slate); }

.outcomes-section { padding-bottom: 0; background: var(--white); }
.outcomes-panel { padding: 70px; display: grid; grid-template-columns: 1fr .9fr; gap: 80px; color: var(--white); background: var(--navy-900); }
.outcomes-copy h2 { max-width: 600px; margin-bottom: 0; color: var(--white); }
.outcomes-list { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 32px; align-content: center; }
.outcomes-list > div { display: flex; gap: 13px; }
.outcomes-list > div > span { width: 25px; height: 25px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--navy-900); background: var(--teal-400); font-size: .72rem; font-weight: 900; }
.outcomes-list p, .outcomes-list strong, .outcomes-list small { display: block; }
.outcomes-list p { margin: 0; }
.outcomes-list strong { margin-bottom: 4px; font-size: .9rem; }
.outcomes-list small { color: #9fb0c0; font-size: .78rem; line-height: 1.45; }

.cta-section { position: relative; overflow: hidden; padding: 120px 0; text-align: center; color: var(--white); background: var(--blue-600); }
.cta-grid { opacity: .22; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); mask-image: radial-gradient(circle at center, #000 0%, transparent 72%); }
.cta-section::before, .cta-section::after { content: ""; position: absolute; width: 310px; height: 310px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.cta-section::before { top: -160px; left: -90px; }
.cta-section::after { right: -110px; bottom: -190px; }
.cta-content { position: relative; z-index: 1; }
.cta-content .eyebrow { justify-content: center; color: #bdf9f1; }
.cta-content h2 { max-width: 780px; margin-inline: auto; color: var(--white); }
.cta-content > p:not(.eyebrow) { max-width: 610px; margin: 0 auto 30px; color: #dceaff; font-size: 1.08rem; }

.site-footer { color: #b7c3cf; background: var(--navy-950); }
.footer-main { padding: 66px 0 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-logo { width: min(100%, 275px); height: auto; padding: 8px; border-radius: 8px; background: rgba(255,255,255,.97); }
.footer-brand p { max-width: 410px; margin: 24px 0 0; color: #8296a8; font-size: .92rem; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-nav > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-nav strong { margin-bottom: 8px; color: var(--white); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-nav a, .footer-links a { color: #aab9c6; text-decoration: none; font-size: .88rem; }
.footer-nav a:hover, .footer-links a:hover { color: var(--white); }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #718698; font-size: .78rem; }
.footer-links { display: flex; gap: 24px; }

/* Existing interior-page compatibility */
main { min-height: 65vh; }
.page-header { padding: 105px 0 70px; background: var(--surface); }
.page-header h1 { max-width: 850px; }
.page-header .lead { max-width: 760px; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: 8px; }
.card h2, .card h3 { font-size: 1.25rem; }

/* Founder and industry positioning */
.founder-section { background: var(--white); }
.founder-panel { padding: 66px; display: grid; grid-template-columns: 340px 1fr; align-items: center; gap: 72px; background: var(--surface); }
.founder-profile-card { padding: 32px; color: var(--white); background: var(--navy-900); box-shadow: var(--shadow); }
.profile-label { color: var(--teal-400); font-size: .68rem; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.founder-profile-card h3 { margin: 15px 0 26px; color: var(--white); font-size: 2rem; }
.founder-profile-card ul { margin: 0; padding: 0; list-style: none; }
.founder-profile-card li { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.14); }
.founder-profile-card strong, .founder-profile-card span { display: block; }
.founder-profile-card strong { color: var(--white); font-size: .9rem; }
.founder-profile-card li span { margin-top: 4px; color: #9fb0c0; font-size: .75rem; line-height: 1.45; }
.founder-copy h2 { max-width: 680px; }
.founder-copy > p:not(.eyebrow) { max-width: 700px; color: var(--slate); font-size: 1.02rem; }
.founder-copy .text-link { margin-top: 10px; }
.industry-row { margin-top: 42px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: var(--slate); font-size: .75rem; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; }
.industry-row span { position: relative; padding-left: 15px; }
.industry-row span::before { content: ""; position: absolute; width: 5px; height: 5px; top: .55em; left: 0; border-radius: 50%; background: var(--blue-500); }

.about-hero { padding-bottom: 0; }
.about-hero-grid { display: grid; grid-template-columns: 1fr 380px; align-items: center; gap: 80px; }
.about-hero-grid > div:first-child { padding-bottom: 0; }
.about-hero-grid h1 { max-width: 790px; }
.about-hero-facts { padding: 34px; color: var(--white); background: var(--navy-900); box-shadow: var(--shadow); }
.about-hero-facts > div { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); }
.about-hero-facts > div:first-of-type { margin-top: 18px; }
.about-hero-facts strong, .about-hero-facts small { display: block; }
.about-hero-facts strong { color: var(--white); font-size: 1rem; }
.about-hero-facts small { margin-top: 3px; color: #9fb0c0; font-size: .75rem; }
.founder-story-section { background: var(--white); }
.founder-story-grid { display: grid; grid-template-columns: 340px 1fr; gap: 105px; }
.founder-facts { align-self: start; padding: 36px; border-top: 4px solid var(--blue-600); background: var(--surface); }
.founder-facts h2 { margin-bottom: 5px; font-size: 2.35rem; }
.founder-title { color: var(--blue-600); font-weight: 720; }
.founder-facts dl { margin: 32px 0 0; }
.founder-facts dl > div { padding: 15px 0; border-top: 1px solid var(--line); }
.founder-facts dt { color: var(--muted); font-size: .7rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.founder-facts dd { margin: 4px 0 0; color: var(--navy-900); font-weight: 680; }
.founder-narrative { max-width: 760px; }
.founder-narrative > p { color: var(--slate); font-size: 1.02rem; }
.intro-paragraph { color: var(--navy-900) !important; font-size: 1.28rem !important; font-weight: 620; line-height: 1.55; }
.education-note { margin-top: 36px; padding: 24px 0; display: grid; grid-template-columns: 130px 1fr; gap: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.education-note strong { color: var(--blue-600); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.education-note span { color: var(--navy-900); font-weight: 640; }
.mission-section { background: var(--surface); }
.light-heading h2 { color: var(--navy-950); }
.light-heading > p { color: var(--slate); }
.industry-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-card-grid article { min-height: 255px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.industry-card-grid article > span { color: var(--blue-600); font-size: .7rem; font-weight: 800; }
.industry-card-grid h3 { margin: 36px 0 12px; font-size: 1.2rem; }
.industry-card-grid p { margin: 0; color: var(--slate); font-size: .9rem; }

/* Structured assessment */
.assessment-hero { background: linear-gradient(135deg, #f3f7fa 0%, #fbfdff 100%); }
.assessment-hero-grid { display: grid; grid-template-columns: 1fr 340px; align-items: center; gap: 90px; }
.assessment-hero-grid h1 { max-width: 800px; }
.assessment-hero-grid .button { margin-top: 16px; }
.booking-note { margin: 12px 0 0; color: var(--muted); font-size: .8rem; }
.assessment-summary { padding: 38px; color: var(--white); background: var(--navy-900); box-shadow: var(--shadow); }
.summary-label { display: block; color: var(--teal-400); font-size: .7rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.assessment-summary > strong { display: block; margin: 15px 0 22px; color: var(--white); font-size: 2.4rem; line-height: 1; }
.assessment-summary ul { margin: 0; padding: 0; list-style: none; }
.assessment-summary li { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.13); color: #c5d1db; font-size: .9rem; }
.assessment-summary li::before { content: "✓"; margin-right: 10px; color: var(--teal-400); font-weight: 800; }
.assessment-details-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 100px; }
.assessment-details-grid > div:first-child > p:not(.eyebrow) { max-width: 600px; color: var(--slate); font-size: 1.04rem; }
.assessment-checklist { padding: 38px; background: var(--surface); }
.assessment-checklist h3 { margin-bottom: 24px; font-size: 1.35rem; }
.assessment-checklist ul, .feature-list { margin: 0; padding: 0; list-style: none; }
.assessment-checklist li, .feature-list li { position: relative; padding: 12px 0 12px 28px; border-top: 1px solid var(--line); color: var(--slate); }
.assessment-checklist li::before, .feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-600); font-weight: 800; }
.deliverable-section { color: var(--white); background: var(--navy-950); }
.deliverable-grid { display: grid; grid-template-columns: 1fr 400px; gap: 90px; align-items: center; }
.deliverable-main h2 { max-width: 690px; color: var(--white); }
.deliverable-main > p:not(.eyebrow) { max-width: 720px; color: #aebdca; font-size: 1.03rem; }
.scope-boundary { padding: 35px; border: 1px solid rgba(255,255,255,.18); border-top: 4px solid var(--teal-400); }
.scope-boundary strong { color: var(--white); }
.scope-boundary p { margin: 15px 0 0; color: #aebdca; font-size: .9rem; }
.next-step-section { background: var(--surface); }

/* Detailed services and contact */
.service-detail-section { scroll-margin-top: 82px; }
.service-detail-section.alternate { background: var(--surface); }
.service-detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.service-detail-heading > span { display: block; margin-bottom: 26px; color: var(--blue-600); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.service-detail-heading h2 { max-width: 510px; }
.service-detail-grid > div:last-child { max-width: 650px; }
.feature-list { margin: 28px 0 32px; }
.contact-hero { padding-bottom: 105px; }
.contact-options { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-options article { min-height: 300px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-options article > span { color: var(--blue-600); font-size: .72rem; font-weight: 800; }
.contact-options h2 { margin: 38px 0 18px; font-size: 2rem; }
.contact-options p { max-width: 480px; color: var(--slate); }
.contact-email { overflow-wrap: anywhere; }

/* Legal pages */
.legal-page-header { padding-bottom: 58px; }
.legal-updated { margin: 28px 0 0; color: var(--muted); font-size: .82rem; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }
.legal-content-section { padding: 78px 0 110px; }
.legal-content { max-width: 850px; }
.legal-content h2 { margin: 56px 0 14px; padding-top: 30px; border-top: 1px solid var(--line); font-size: clamp(1.5rem, 2.6vw, 2rem); letter-spacing: -.025em; }
.legal-content h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legal-content p { color: var(--slate); font-size: 1rem; }
.legal-content a { color: var(--blue-600); font-weight: 650; text-underline-offset: 3px; }

/* Guarded website assistant */
.chat-assistant { position: fixed; z-index: 300; right: 24px; bottom: 24px; display: flex; align-items: flex-end; flex-direction: column; gap: 14px; font-family: inherit; }
.chat-launcher { min-height: 52px; padding: 10px 18px 10px 11px; display: inline-flex; align-items: center; gap: 10px; border: 0; border-radius: 999px; color: var(--white); background: var(--navy-900); box-shadow: 0 14px 36px rgba(6,21,34,.24); cursor: pointer; font-weight: 730; }
.chat-launcher:hover { background: var(--navy-800); }
.chat-launcher-mark { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--navy-950); background: var(--teal-400); font-size: 1rem; font-weight: 850; }
.chat-panel { width: min(390px, calc(100vw - 32px)); height: min(610px, calc(100vh - 120px)); overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 26px 80px rgba(6,21,34,.24); }
.chat-panel:not([hidden]) { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.chat-header { min-height: 76px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--white); background: var(--navy-900); }
.chat-header strong, .chat-status { display: block; }
.chat-header strong { color: var(--white); font-size: 1.08rem; letter-spacing: -.02em; }
.chat-status { margin-bottom: 2px; color: var(--teal-400); font-size: .67rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.chat-close { width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; font-size: 1.55rem; line-height: 1; }
.chat-close:hover { background: rgba(255,255,255,.08); }
.chat-messages { overflow-y: auto; padding: 20px 17px; background: #f7f9fb; overscroll-behavior: contain; }
.chat-message { margin-bottom: 15px; display: flex; align-items: flex-start; flex-direction: column; }
.chat-message p { max-width: 88%; margin: 0; padding: 12px 14px; border-radius: 12px 12px 12px 3px; color: var(--ink); background: var(--white); box-shadow: 0 4px 15px rgba(6,21,34,.06); font-size: .9rem; line-height: 1.5; white-space: pre-wrap; }
.chat-message-user { align-items: flex-end; }
.chat-message-user p { border-radius: 12px 12px 3px 12px; color: var(--white); background: var(--blue-600); }
.chat-suggestions { width: 100%; margin-top: 10px; display: flex; align-items: flex-start; flex-direction: column; gap: 7px; }
.chat-suggestions button { padding: 8px 11px; border: 1px solid #cbd9e6; border-radius: 999px; color: var(--blue-600); background: var(--white); cursor: pointer; font-size: .76rem; font-weight: 680; text-align: left; }
.chat-suggestions button:hover { border-color: var(--blue-500); background: #f4f8ff; }
.chat-actions { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 8px; }
.chat-action { padding: 8px 11px; border: 1px solid var(--blue-600); border-radius: 6px; color: var(--white); background: var(--blue-600); text-decoration: none; font-size: .76rem; font-weight: 720; }
.chat-action-secondary { color: var(--blue-600); background: var(--white); }
.chat-form { padding: 13px 14px 12px; border-top: 1px solid var(--line); background: var(--white); }
.chat-input-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.chat-input-row textarea { width: 100%; min-height: 48px; max-height: 105px; resize: vertical; padding: 11px 12px; border: 1px solid #cbd6df; border-radius: 8px; color: var(--ink); background: var(--white); font: inherit; font-size: .88rem; line-height: 1.35; }
.chat-input-row button { min-width: 67px; padding: 0 12px; border: 0; border-radius: 8px; color: var(--white); background: var(--blue-600); cursor: pointer; font-size: .8rem; font-weight: 730; }
.chat-input-row button:disabled { cursor: wait; opacity: .68; }
.chat-disclosure { margin: 8px 2px 0; color: var(--muted); font-size: .64rem; line-height: 1.35; }
.chat-disclosure a { color: var(--blue-600); }

:focus-visible { outline: 3px solid var(--teal-400); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

@media (max-width: 1050px) {
  .hero-layout { grid-template-columns: 1fr; gap: 10px; }
  .hero-copy { max-width: 800px; padding-bottom: 45px; }
  .system-visual { width: min(100%, 650px); margin: 0 auto 75px; }
  .split-heading, .section-heading-row { grid-template-columns: 1fr; gap: 28px; }
  .section-heading-row > p { max-width: 650px; }
  .process-layout { gap: 60px; }
  .outcomes-panel { padding: 55px; grid-template-columns: 1fr; gap: 45px; }
  .founder-panel { grid-template-columns: 310px 1fr; gap: 45px; padding: 45px; }
  .about-hero-grid { grid-template-columns: 1fr 340px; gap: 45px; }
  .founder-story-grid { gap: 55px; }
  .industry-card-grid { grid-template-columns: repeat(2, 1fr); }
  .assessment-hero-grid { grid-template-columns: 1fr 300px; gap: 45px; }
  .assessment-details-grid, .deliverable-grid, .service-detail-grid { gap: 55px; }
  .contact-options { grid-template-columns: repeat(2, 1fr); }
  .contact-options article:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--max-width)); }
  .nav { min-height: 72px; }
  .site-header .brand-logo { width: 155px; height: 60px; }
  .nav-toggle { display: block; cursor: pointer; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links { position: absolute; top: 72px; left: 0; right: 0; padding: 12px 20px 24px; display: none; align-items: stretch; flex-direction: column; gap: 0; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 34px rgba(6,21,34,.09); }
  .nav-links.is-open { display: flex; }
  .nav-links > a:not(.button) { padding: 13px 4px; }
  .nav-links > a:not(.button)::after { display: none; }
  .nav-links .button { margin-top: 10px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.1rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .hero { padding-top: 75px; }
  .hero-copy { padding-bottom: 38px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-points { flex-direction: column; gap: 11px; }
  .system-visual { margin-bottom: 55px; padding: 17px; }
  .system-map { min-height: 360px; }
  .system-node { min-width: 150px; padding: 10px; }
  .system-node strong { font-size: .7rem; }
  .system-node small { font-size: .59rem; }
  .node-m365 { left: -4px; }
  .node-process { right: -4px; }
  .system-core { width: 108px; height: 108px; padding-top: 26px; }
  .visual-outcome strong { font-size: .7rem; }
  .capability-row { padding: 22px 0; flex-wrap: wrap; justify-content: center; }
  .capability-row i { display: none; }
  .capability-row span { width: calc(50% - 12px); text-align: center; }
  .section { padding: 80px 0; }
  .friction-grid { margin-top: 46px; grid-template-columns: 1fr; }
  .friction-card, .friction-card + .friction-card { min-height: 0; padding: 30px 0; border-left: 0; border-top: 1px solid var(--line); }
  .friction-card:first-child { border-top: 0; }
  .friction-card h3 { margin-top: 18px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 28px 23px; grid-template-columns: 45px 1fr 20px; gap: 16px; }
  .service-icon { width: 42px; height: 42px; }
  .service-content small { margin-bottom: 16px; }
  .process-layout { grid-template-columns: 1fr; gap: 45px; }
  .process-copy { position: static; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 16px; }
  .outcomes-section { padding-top: 80px; }
  .outcomes-panel { width: 100%; padding: 55px 20px; }
  .outcomes-list { grid-template-columns: 1fr; }
  .founder-panel { padding: 0; grid-template-columns: 1fr; }
  .founder-copy { padding: 10px 20px 45px; }
  .industry-row { align-items: flex-start; flex-direction: column; }
  .about-hero { padding-bottom: 70px; }
  .about-hero-grid { grid-template-columns: 1fr; }
  .about-hero-grid > div:first-child { padding-bottom: 0; }
  .founder-story-grid { grid-template-columns: 1fr; gap: 45px; }
  .education-note { grid-template-columns: 1fr; gap: 8px; }
  .industry-card-grid { grid-template-columns: 1fr; }
  .industry-card-grid article { min-height: 0; }
  .assessment-hero-grid, .assessment-details-grid, .deliverable-grid, .service-detail-grid { grid-template-columns: 1fr; gap: 45px; }
  .assessment-summary { padding: 30px; }
  .assessment-checklist { padding: 28px; }
  .contact-options { grid-template-columns: 1fr; }
  .contact-options article:last-child { grid-column: auto; }
  .contact-options article { min-height: 0; padding: 32px 25px; }
  .legal-content-section { padding: 62px 0 82px; }
  .legal-content h2 { margin-top: 42px; }
  .cta-section { padding: 88px 0; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }
  .footer-nav { gap: 25px; }
  .footer-bottom { padding: 22px 0; align-items: flex-start; flex-direction: column; }
  .chat-assistant { right: 12px; bottom: 12px; }
  .chat-panel { width: calc(100vw - 24px); height: min(620px, calc(100dvh - 92px)); }
  .chat-launcher > span:last-child { display: none; }
  .chat-launcher { width: 54px; height: 54px; min-height: 54px; padding: 10px; justify-content: center; }
  .chat-launcher-mark { width: 34px; height: 34px; }
}

@media (max-width: 420px) {
  .system-node { min-width: 132px; }
  .node-icon { width: 27px; height: 27px; }
  .node-m365 { top: 25px; }
  .node-process { top: 25px; }
  .service-card { grid-template-columns: 40px 1fr; }
  .service-arrow { display: none; }
}
