:root {
  --navy: #0b1f33;
  --navy-2: #102d49;
  --teal: #0f766e;
  --teal-dark: #0a5f59;
  --gold: #d99a2b;
  --ink: #203447;
  --muted: #607284;
  --line: #dbe4ec;
  --surface: #f7f9fc;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(11,31,51,.13);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--navy); color: rgba(255,255,255,.85); font-size: .79rem; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; display: flex; gap: 18px; }
.topbar strong { color: #fff; }
.topbar__links { display: flex; gap: 18px; }
.topbar a:hover { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(219,228,236,.8); backdrop-filter: blur(16px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(11,31,51,.09); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__mark { position: relative; width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--navy); border-radius: 12px 12px 12px 3px; font-weight: 900; letter-spacing: -.06em; }
.brand__mark > span { position: absolute; right: -5px; top: -8px; color: var(--gold); font-size: 1.25rem; }
.brand__text { display: flex; flex-direction: column; line-height: 1.08; }
.brand__text strong { color: var(--navy); font-size: 1.02rem; letter-spacing: .13em; }
.brand__text small { margin-top: 5px; color: var(--teal); font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 22px; font-size: .89rem; font-weight: 650; color: #344b60; }
.site-nav > a:not(.button) { position: relative; padding: 28px 0; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--teal); transition: right .2s ease; }
.site-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 22px; border: 1px solid var(--teal); border-radius: 10px; color: #fff; background: var(--teal); font-weight: 750; line-height: 1.1; box-shadow: 0 10px 24px rgba(15,118,110,.18); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--teal-dark); box-shadow: 0 14px 30px rgba(15,118,110,.24); }
.button--small { min-height: 42px; padding: 10px 16px; }
.button--outline { color: var(--navy); background: transparent; border-color: #9cacba; box-shadow: none; }
.button--outline:hover { color: #fff; background: var(--navy); border-color: var(--navy); }
.button--gold { color: var(--navy); background: var(--gold); border-color: var(--gold); box-shadow: none; }
.button--gold:hover { background: #e5aa42; }
.button--ghost { background: transparent; border-color: rgba(255,255,255,.48); box-shadow: none; }
.button--ghost:hover { background: rgba(255,255,255,.1); }

.hero { position: relative; overflow: hidden; padding: 92px 0 82px; background: linear-gradient(135deg,#f8fbfd 0%,#fff 58%,#f1f7f6 100%); }
.hero__grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(11,31,51,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(11,31,51,.08) 1px,transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right,#000,transparent 64%); }
.hero__layout { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { max-width: 690px; margin: 0; color: var(--navy); font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(2.8rem,5vw,5.4rem); line-height: 1.03; letter-spacing: -.045em; }
.hero__lead { max-width: 670px; margin: 26px 0 0; color: var(--muted); font-size: 1.08rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.hero__disciplines { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.hero__disciplines li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.76); color: #4f6476; font-size: .77rem; font-weight: 700; }
.hero-collage { position: relative; min-height: 550px; }
.hero-collage figure { margin: 0; overflow: hidden; border: 7px solid #fff; background: #fff; box-shadow: var(--shadow); }
.hero-collage img { width: 100%; height: 100%; object-fit: cover; }
.hero-collage figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; border-radius: 7px; color: #fff; background: rgba(11,31,51,.87); font-size: .75rem; font-weight: 800; }
.hero-collage__main { position: absolute; inset: 42px 55px 32px 0; border-radius: 24px 24px 70px 24px; }
.hero-collage__small { position: absolute; right: 0; width: 45%; height: 31%; border-radius: 16px; }
.hero-collage__small--top { top: 0; }
.hero-collage__small--bottom { bottom: 0; }
.hero-collage__badge { position: absolute; right: 26px; top: 43%; width: 225px; padding: 18px; border-left: 4px solid var(--gold); border-radius: 9px; background: #fff; box-shadow: var(--shadow); }
.hero-collage__badge strong, .hero-collage__badge span { display: block; }
.hero-collage__badge strong { color: var(--navy); }
.hero-collage__badge span { margin-top: 4px; color: var(--muted); font-size: .78rem; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-strip article { min-height: 122px; padding: 28px 28px 25px; border-right: 1px solid var(--line); }
.trust-strip article:first-child { border-left: 1px solid var(--line); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: var(--navy); font-size: 1.02rem; }
.trust-strip span { margin-top: 5px; color: var(--muted); font-size: .82rem; line-height: 1.45; }

.section { padding: 105px 0; }
.section--tinted { background: var(--surface); }
.section--dark { color: #fff; background: var(--navy); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; }
.section-heading--split > p { margin-bottom: 3px; }
.section-heading h2, .process h2, .research h2, .cta h2 { margin: 0; color: var(--navy); font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(2rem,3.4vw,3.45rem); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p:not(.eyebrow), .section-heading--split > p, .process__intro > p:not(.eyebrow), .research__copy > p:not(.eyebrow) { color: var(--muted); }
.section-heading--light h2 { color: #fff; }
.section-heading--light > p:not(.eyebrow) { color: #b9c7d4; }

.audience-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-card { min-height: 420px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.audience-card:hover { position: relative; z-index: 2; transform: translateY(-7px); box-shadow: var(--shadow); }
.card-icon { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: var(--teal); background: #e8f3f1; font-weight: 850; }
.audience-card h3, .service-card h3, .software-group h3 { margin: 26px 0 10px; color: var(--navy); font-size: 1.25rem; }
.audience-card p, .service-card p { color: var(--muted); font-size: .91rem; }
.audience-card ul, .service-card ul { margin: 20px 0 26px; padding: 0; color: #4d6173; list-style: none; font-size: .84rem; }
.audience-card li, .service-card li { position: relative; padding: 5px 0 5px 17px; }
.audience-card li::before, .service-card li::before { content: ""; position: absolute; left: 0; top: 13px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.audience-card a, .service-card a, .text-link { color: var(--teal); font-weight: 800; font-size: .87rem; }

.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { min-height: 410px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 9px 24px rgba(11,31,51,.04); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #a7cfc9; box-shadow: var(--shadow); }
.service-card__icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 14px 14px 14px 4px; color: #fff; background: var(--navy); font-weight: 900; }

.process__layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: start; }
.process__intro { position: sticky; top: 130px; }
.integrity-note { margin-top: 34px; padding: 21px 22px; border-left: 4px solid var(--gold); background: var(--surface); }
.integrity-note strong { color: var(--navy); }
.integrity-note p { margin: 5px 0 0; color: var(--muted); font-size: .86rem; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--teal); font-weight: 900; }
.process-list h3 { margin: 0 0 6px; color: var(--navy); }
.process-list p { margin: 0; color: var(--muted); }

.projects-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.project-card { position: relative; min-height: 360px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: var(--navy-2); }
.project-card--wide { grid-column: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(5,19,32,.95),rgba(5,19,32,.08) 70%); }
.project-card > div { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; }
.project-card span { color: #9edbd5; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.project-card h3 { margin: 5px 0 3px; font-size: 1.22rem; }
.project-card p { margin: 0; color: #c6d2dd; font-size: .84rem; }
.project-card:hover img { transform: scale(1.045); }

.research__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.research__visual { position: relative; padding: 22px 0 0 22px; }
.research__visual::before { content: ""; position: absolute; left: 0; top: 0; width: 68%; height: 68%; background: var(--teal); border-radius: 22px; }
.research__visual img { position: relative; width: 100%; min-height: 410px; object-fit: cover; border: 8px solid #fff; border-radius: 18px; box-shadow: var(--shadow); }
.research__visual span { position: absolute; right: -20px; bottom: -28px; max-width: 310px; padding: 20px; color: #fff; background: var(--navy); border-radius: 12px; font-size: .86rem; font-weight: 700; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0; }
.check-grid span { position: relative; padding: 9px 12px 9px 34px; border: 1px solid var(--line); border-radius: 8px; color: #445a6e; font-size: .84rem; font-weight: 700; }
.check-grid span::before { content: "✓"; position: absolute; left: 11px; color: var(--teal); font-weight: 900; }

.software-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.software-group { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.software-group h3 { margin-top: 0; }
.software-group p { margin: 0; color: var(--muted); }

.cta { padding: 78px 0; color: #fff; background: linear-gradient(110deg,var(--teal),#0a5752); }
.cta__layout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; }
.cta .eyebrow { color: #d4a94d; }
.cta h2 { color: #fff; max-width: 800px; }
.cta p:not(.eyebrow) { max-width: 720px; color: #d7eeeb; }
.cta__actions { display: flex; flex-direction: column; gap: 12px; min-width: 260px; }

.footer { padding: 68px 0 22px; color: #b7c4cf; background: #071726; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; }
.brand--footer .brand__mark { background: var(--teal); }
.brand--footer .brand__text strong { color: #fff; }
.footer p { max-width: 330px; color: #93a5b5; font-size: .86rem; }
.footer h3 { margin: 0 0 16px; color: #fff; font-size: .91rem; }
.footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: .84rem; }
.footer a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #8295a5; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal--delay { transition-delay: .13s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { padding: 11px 12px; }
  .site-nav > a:not(.button)::after { display: none; }
  .site-nav .button { margin-top: 8px; }
  .hero__layout { grid-template-columns: 1fr; gap: 55px; }
  .hero-collage { min-height: 520px; max-width: 760px; }
  .audience-grid { grid-template-columns: repeat(2,1fr); }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .process__layout, .research__layout { grid-template-columns: 1fr; gap: 55px; }
  .process__intro { position: static; }
  .cta__layout { grid-template-columns: 1fr; gap: 30px; }
  .cta__actions { flex-direction: row; min-width: 0; }
  .footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar__inner { min-height: 42px; }
  .topbar p span, .topbar__links a:first-child { display: none; }
  .nav-wrap { min-height: 70px; }
  .brand__mark { width: 42px; height: 42px; }
  .brand__text strong { font-size: .9rem; }
  .hero { padding: 65px 0 55px; }
  .hero h1 { font-size: clamp(2.5rem,13vw,4.15rem); }
  .hero-collage { min-height: 430px; }
  .hero-collage__main { inset: 35px 24px 34px 0; }
  .hero-collage__small { width: 43%; height: 29%; }
  .hero-collage__badge { right: 8px; width: 190px; padding: 14px; }
  .trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .trust-strip article:nth-child(odd) { border-left: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 14px; }
  .audience-grid, .services-grid, .projects-grid, .software-grid { grid-template-columns: 1fr; }
  .audience-card, .service-card { min-height: 0; }
  .project-card--wide { grid-column: auto; }
  .project-card { min-height: 330px; }
  .research__visual span { right: 6px; }
  .check-grid { grid-template-columns: 1fr; }
  .cta__actions { flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; }
}

@media (max-width: 460px) {
  .brand__text small { font-size: .65rem; }
  .hero__actions .button { width: 100%; }
  .hero-collage { min-height: 360px; }
  .hero-collage__main { inset: 20px 0 60px; }
  .hero-collage__small { display: none; }
  .hero-collage__badge { left: 18px; right: auto; top: auto; bottom: 12px; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip article { border-left: 1px solid var(--line); }
}

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


/* Multi-page site additions */
.site-nav > a[aria-current="page"] { color: var(--teal); }
.site-nav > a[aria-current="page"]::after { right: 0; }
.page-hero { position: relative; overflow: hidden; padding: 82px 0; background: linear-gradient(135deg,#f8fbfd 0%,#fff 58%,#eef7f5 100%); }
.page-hero__grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(11,31,51,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(11,31,51,.08) 1px,transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right,#000,transparent 78%); }
.page-hero__layout { position: relative; display: grid; grid-template-columns: 1.08fr .72fr; gap: 80px; align-items: center; }
.page-hero__layout--single { grid-template-columns: minmax(0,850px); }
.page-hero h1 { max-width: 830px; margin: 0; color: var(--navy); font-family: Manrope,Inter,ui-sans-serif,system-ui,sans-serif; font-size: clamp(2.7rem,5vw,5rem); line-height: 1.04; letter-spacing: -.045em; }
.page-hero__copy > p:last-child { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 1.05rem; }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin: 0 0 34px !important; color: #6c7d8c !important; font-size: .78rem !important; }
.breadcrumb a { color: var(--teal); font-weight: 800; }
.page-hero__visual { margin: 0; overflow: hidden; aspect-ratio: 1.12; border: 8px solid #fff; border-radius: 22px 22px 70px 22px; box-shadow: var(--shadow); }
.page-hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.phase-grid, .output-grid, .values-grid, .dark-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.phase-grid article, .output-grid article, .values-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.phase-grid span, .output-grid strong { color: var(--teal); font-size: .82rem; font-weight: 900; }
.phase-grid h3, .output-grid h3, .values-grid h3, .dark-feature-grid h3 { margin: 18px 0 8px; color: var(--navy); }
.phase-grid p, .output-grid p, .values-grid p, .dark-feature-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.dark-feature-grid article { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.04); }
.dark-feature-grid h3 { color: #fff; }
.dark-feature-grid p { color: #b9c7d4; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.portfolio-card { display: grid; grid-template-columns: 42% 1fr; min-height: 290px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 9px 24px rgba(11,31,51,.05); }
.portfolio-card img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-card > div { padding: 28px; }
.portfolio-card span { color: var(--teal); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.portfolio-card h3 { margin: 12px 0 8px; color: var(--navy); }
.portfolio-card p { margin: 0 0 18px; color: var(--muted); font-size: .89rem; }
.portfolio-card small { color: #4f6476; font-weight: 750; }
.software-catalog { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.software-catalog article { padding: 34px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.software-catalog h3 { margin: 0 0 13px; color: var(--navy); font-size: 1.25rem; }
.software-catalog p { color: var(--muted); }
.software-catalog a { color: var(--teal); font-weight: 800; }
.about-layout { display: grid; grid-template-columns: 1.05fr .75fr; gap: 90px; align-items: start; }
.about-layout h2, .discipline-layout h2, .two-column-details h2, .contact-checklist h2, .form-intro h2 { margin: 0 0 22px; color: var(--navy); font-family: Manrope,Inter,sans-serif; font-size: clamp(2rem,3.2vw,3.2rem); line-height: 1.1; letter-spacing: -.035em; }
.about-layout p { color: var(--muted); }
.about-facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.about-facts article { min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.about-facts strong { color: var(--teal); font-size: 2.1rem; line-height: 1; }
.about-facts span { margin-top: 9px; color: var(--navy); font-weight: 750; }
.values-grid { grid-template-columns: repeat(3,1fr); }
.contact-layout, .form-layout, .discipline-layout, .two-column-details { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: start; }
.contact-options { display: grid; gap: 18px; }
.contact-options article { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.contact-options span { color: var(--teal); font-weight: 900; }
.contact-options h2 { margin: 8px 0 7px; color: var(--navy); font-size: 1.35rem; }
.contact-options p { color: var(--muted); }
.contact-options a { color: var(--teal); font-weight: 800; }
.contact-checklist { padding: 36px; border-left: 5px solid var(--gold); border-radius: 12px; background: var(--surface); }
.contact-checklist ul, .check-list { margin: 26px 0 0; padding: 0; list-style: none; }
.contact-checklist li, .check-list li { position: relative; padding: 9px 0 9px 28px; color: #4d6173; }
.contact-checklist li::before, .check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.support-form { padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(11,31,51,.06); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; color: var(--navy); font-size: .85rem; font-weight: 750; }
.form-grid__full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #cdd9e2; border-radius: 9px; background: #fff; padding: 12px 13px; color: var(--ink); outline: none; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(15,118,110,.1); }
.form-check-row { flex-direction: row !important; align-items: flex-start; }
.form-check-row input { width: auto; margin-top: 5px; }
.support-form .button { margin-top: 24px; }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--teal); font-weight: 750; }
.form-intro { position: sticky; top: 130px; }
.discipline-list { display: grid; gap: 15px; }
.discipline-list article { padding: 25px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.discipline-list h3 { margin: 0 0 7px; color: var(--navy); }
.discipline-list p { margin: 0; color: var(--muted); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.tag-cloud span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #4d6173; font-size: .83rem; font-weight: 750; }
.legal-copy { max-width: 800px; }
.legal-copy p { color: var(--muted); }
@media (max-width: 1080px) {
  .page-hero__layout, .about-layout, .contact-layout, .form-layout, .discipline-layout, .two-column-details { grid-template-columns: 1fr; gap: 50px; }
  .page-hero__visual { max-width: 720px; }
  .phase-grid, .output-grid, .dark-feature-grid { grid-template-columns: repeat(2,1fr); }
  .portfolio-grid { grid-template-columns: 1fr; }
  .form-intro { position: static; }
}
@media (max-width: 760px) {
  .page-hero { padding: 62px 0; }
  .page-hero h1 { font-size: clamp(2.4rem,12vw,4rem); }
  .services-grid, .software-catalog, .values-grid, .phase-grid, .output-grid, .dark-feature-grid { grid-template-columns: 1fr; }
  .portfolio-card { grid-template-columns: 1fr; }
  .portfolio-card img { height: 230px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__full { grid-column: auto; }
  .support-form { padding: 22px; }
  .about-facts { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 460px) {
  .about-facts { grid-template-columns: 1fr; }
}

/* =========================================================
   Homepage V3 — scoped so internal pages remain unchanged
   ========================================================= */
.home-page { --container: 1320px; }
.home-page .nav-wrap { min-height: 76px; gap: 22px; }
.home-page .site-nav { gap: 15px; font-size: .82rem; white-space: nowrap; }
.home-page .site-nav > a:not(.button) { padding: 25px 0; }
.home-page .site-nav > a:not(.button)::after { bottom: 17px; }
.home-page .button--small { min-height: 40px; padding: 9px 14px; }
.home-page .hero { padding: 74px 0 68px; }
.home-page .hero__layout { grid-template-columns: minmax(0, .96fr) minmax(480px, .84fr); gap: 72px; }
.home-page .hero h1 { max-width: 760px; font-size: clamp(3rem, 4.7vw, 5rem); }
.home-page .hero__lead { max-width: 690px; }
.home-page .hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.home-page .hero__proof span { padding-top: 12px; border-top: 2px solid var(--line); color: var(--muted); font-size: .75rem; line-height: 1.45; }
.home-page .hero__proof strong { display: block; color: var(--navy); font-size: .8rem; }
.hero-showcase { position: relative; min-height: 530px; }
.hero-showcase figure { margin: 0; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.hero-showcase img { width: 100%; height: 100%; object-fit: cover; }
.hero-showcase__primary { position: absolute; inset: 32px 54px 28px 0; border: 7px solid #fff; border-radius: 22px 22px 64px 22px; }
.hero-showcase__primary figcaption { position: absolute; left: 20px; right: 20px; bottom: 18px; padding: 15px 16px; border-radius: 10px; color: #fff; background: rgba(7,23,38,.88); backdrop-filter: blur(8px); }
.hero-showcase__primary figcaption span, .hero-showcase__primary figcaption strong { display: block; }
.hero-showcase__primary figcaption span { color: #9edbd5; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hero-showcase__primary figcaption strong { margin-top: 3px; font-size: .96rem; }
.hero-showcase__tile { position: absolute; right: 0; width: 43%; height: 28%; border: 6px solid #fff; border-radius: 16px; }
.hero-showcase__tile--analysis { top: 0; }
.hero-showcase__tile--energy { bottom: 0; }
.hero-showcase__tile figcaption { position: absolute; left: 10px; bottom: 10px; padding: 6px 9px; border-radius: 6px; color: #fff; background: rgba(11,31,51,.88); font-size: .69rem; font-weight: 800; }
.hero-showcase__label { position: absolute; z-index: 3; right: 32px; top: 43%; display: flex; flex-wrap: wrap; gap: 6px; width: 215px; padding: 16px; border-left: 4px solid var(--gold); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
.hero-showcase__label span { padding: 5px 8px; border-radius: 999px; color: var(--teal); background: #e8f3f1; font-size: .7rem; font-weight: 800; }
.home-proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.home-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-proof article { display: grid; grid-template-columns: 35px 1fr; gap: 13px; min-height: 126px; padding: 26px 23px; border-right: 1px solid var(--line); }
.home-proof article:first-child { border-left: 1px solid var(--line); }
.home-proof article > span { color: var(--gold); font-size: .73rem; font-weight: 900; }
.home-proof strong, .home-proof small { display: block; }
.home-proof strong { color: var(--navy); font-size: .94rem; }
.home-proof small { margin-top: 6px; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.home-page .section { padding: 92px 0; }
.audience-grid--home .audience-card { min-height: 395px; }
.services-grid--home .service-card { min-height: 390px; }
.section-action { display: flex; justify-content: center; margin-top: 34px; }
.discipline-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.discipline-card { position: relative; min-height: 250px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.discipline-card::after { content: ""; position: absolute; right: -44px; bottom: -44px; width: 130px; height: 130px; border: 24px solid rgba(15,118,110,.05); border-radius: 50%; }
.discipline-card:hover { transform: translateY(-5px); border-color: #a7cfc9; box-shadow: 0 18px 38px rgba(11,31,51,.09); }
.discipline-card > span { color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.discipline-card h3 { margin: 24px 0 9px; color: var(--navy); font-size: 1.17rem; }
.discipline-card p { color: var(--muted); font-size: .86rem; }
.discipline-card small { position: absolute; left: 28px; bottom: 25px; color: var(--teal); font-weight: 800; }
.projects-grid--home { grid-template-columns: repeat(3, 1fr); }
.projects-grid--home .project-card { min-height: 340px; }
.projects-grid--home .project-card--feature { grid-column: span 2; min-height: 440px; }
.projects-grid--home .project-card small { display: block; margin-top: 8px; color: #9edbd5; font-weight: 750; }
.dark-action { display: flex; justify-content: center; margin-top: 34px; }
.deliverables-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.deliverable-card { min-height: 205px; padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.deliverable-card > span { color: var(--teal); font-size: .73rem; font-weight: 900; }
.deliverable-card h3 { margin: 30px 0 8px; color: var(--navy); }
.deliverable-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.software-grid--home .software-group { position: relative; overflow: hidden; }
.software-grid--home .software-group > span { color: var(--gold); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.software-grid--home .software-group h3 { margin-top: 16px; }
.home-network { color: #fff; background: linear-gradient(120deg, #0b1f33, #123a4b); }
.network-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.network-copy h2 { margin: 0; color: #fff; font-family: Manrope, Inter, sans-serif; font-size: clamp(2rem, 3.3vw, 3.4rem); line-height: 1.08; letter-spacing: -.035em; }
.network-copy p:not(.eyebrow) { color: #b9c7d4; }
.network-copy .text-link { color: #9edbd5; }
.network-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.network-list span { display: flex; align-items: center; min-height: 64px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; color: #e6edf3; background: rgba(255,255,255,.045); font-size: .82rem; font-weight: 750; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.resource-card { min-height: 285px; display: flex; flex-direction: column; padding: 29px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.resource-card > span { color: var(--teal); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.resource-card h3 { margin: 30px 0 10px; color: var(--navy); font-size: 1.2rem; }
.resource-card p { color: var(--muted); font-size: .87rem; }
.resource-card a { margin-top: auto; color: var(--teal); font-weight: 800; font-size: .84rem; }

@media (max-width: 1240px) {
  .home-page .menu-toggle { display: block; }
  .home-page .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); white-space: normal; }
  .home-page .site-nav.is-open { display: flex; }
  .home-page .site-nav > a:not(.button) { padding: 11px 12px; }
  .home-page .site-nav > a:not(.button)::after { display: none; }
  .home-page .site-nav .button { margin-top: 8px; }
  .home-page .hero__layout { grid-template-columns: 1fr; gap: 50px; }
  .hero-showcase { min-height: 520px; max-width: 780px; }
  .discipline-cards { grid-template-columns: repeat(2, 1fr); }
  .network-layout { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 900px) {
  .home-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .home-proof article:nth-child(odd) { border-left: 1px solid var(--line); }
  .deliverables-grid, .resource-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-grid--home { grid-template-columns: repeat(2, 1fr); }
  .projects-grid--home .project-card--feature { grid-column: span 2; }
}
@media (max-width: 760px) {
  .home-page .hero { padding: 58px 0 52px; }
  .home-page .hero__proof { grid-template-columns: 1fr; }
  .hero-showcase { min-height: 420px; }
  .hero-showcase__primary { inset: 28px 24px 28px 0; }
  .hero-showcase__tile { width: 42%; height: 27%; }
  .hero-showcase__label { right: 8px; width: 188px; }
  .discipline-cards, .deliverables-grid, .resource-grid, .network-list { grid-template-columns: 1fr; }
  .projects-grid--home { grid-template-columns: 1fr; }
  .projects-grid--home .project-card--feature { grid-column: auto; min-height: 360px; }
  .home-page .section { padding: 76px 0; }
}
@media (max-width: 480px) {
  .home-proof__grid { grid-template-columns: 1fr; }
  .home-proof article { border-left: 1px solid var(--line); }
  .hero-showcase { min-height: 350px; }
  .hero-showcase__primary { inset: 12px 0 54px; }
  .hero-showcase__tile { display: none; }
  .hero-showcase__label { left: 14px; right: auto; top: auto; bottom: 6px; width: auto; }
}

/* =========================================================
   Homepage V4 — premium engineering visual direction
   Changes are scoped to the homepage only.
   ========================================================= */
.home-page {
  --navy: #071d33;
  --navy-2: #0d3152;
  --teal: #1769e0;
  --teal-dark: #1155b7;
  --gold: #f2a531;
  --ink: #17324a;
  --muted: #5d7285;
  --line: #d7e2ec;
  --surface: #f2f6fb;
  --cyan: #18b8b0;
  --ice: #eaf3fb;
  --shadow: 0 24px 65px rgba(7, 29, 51, .16);
  color: var(--ink);
  background: #f7f9fc;
}

.home-page .topbar {
  background: linear-gradient(90deg, #061625 0%, #082844 60%, #0a3653 100%);
  border-bottom: 1px solid rgba(104, 182, 255, .18);
}
.home-page .topbar strong { color: #fff; }
.home-page .topbar span { color: #9fc2dc; }
.home-page .topbar__links a { color: #dcecf8; }

.home-page .site-header {
  background: rgba(255, 255, 255, .97);
  border-bottom-color: rgba(194, 211, 225, .9);
}
.home-page .site-header.is-scrolled { box-shadow: 0 12px 34px rgba(7, 29, 51, .11); }
.home-page .brand__mark {
  background: linear-gradient(145deg, #0b2b49, #1769e0);
  border-radius: 14px 14px 14px 4px;
  box-shadow: 0 10px 22px rgba(23, 105, 224, .22);
}
.home-page .brand__mark > span { color: var(--gold); }
.home-page .brand__text small { color: #087f83; }
.home-page .site-nav { color: #29445d; }
.home-page .site-nav > a[aria-current="page"] { color: #1769e0; }
.home-page .site-nav > a:not(.button)::after { background: linear-gradient(90deg, #1769e0, #18b8b0); }
.home-page .button {
  border-color: #1769e0;
  background: #1769e0;
  box-shadow: 0 12px 28px rgba(23, 105, 224, .22);
}
.home-page .button:hover { background: #1155b7; box-shadow: 0 16px 34px rgba(23, 105, 224, .28); }

.home-page .hero {
  min-height: 700px;
  padding: 86px 0 88px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 26%, rgba(24, 184, 176, .20), transparent 25%),
    radial-gradient(circle at 12% 100%, rgba(23, 105, 224, .28), transparent 34%),
    linear-gradient(125deg, #061726 0%, #082844 52%, #0b3852 100%);
}
.home-page .hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -42% 46%;
  width: 650px;
  height: 650px;
  border: 110px solid rgba(255, 255, 255, .025);
  border-radius: 50%;
  pointer-events: none;
}
.home-page .hero__grid {
  opacity: .23;
  background-image:
    linear-gradient(rgba(151, 203, 239, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 203, 239, .16) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, #000 0%, rgba(0,0,0,.9) 58%, transparent 95%);
}
.home-page .hero__layout { grid-template-columns: minmax(0, .94fr) minmax(510px, .86fr); gap: 78px; }
.home-page .hero .eyebrow { color: #78e0dc; }
.home-page .hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(3rem, 4.65vw, 4.85rem);
  line-height: 1.01;
  letter-spacing: -.05em;
}
.home-page .hero h1 span {
  display: block;
  color: #83d8ff;
  background: linear-gradient(90deg, #82dbff 0%, #68e1d4 78%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-page .hero__lead { color: #c4d6e5; font-size: 1.04rem; line-height: 1.75; }
.home-page .hero__actions .button:first-child {
  color: #11283b;
  border-color: #f2a531;
  background: #f2a531;
  box-shadow: 0 15px 34px rgba(242, 165, 49, .24);
}
.home-page .hero__actions .button:first-child:hover { background: #ffb746; }
.home-page .hero__actions .button--outline {
  color: #fff;
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.035);
}
.home-page .hero__actions .button--outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.home-page .hero__proof { gap: 10px; }
.home-page .hero__proof span {
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-top: 2px solid rgba(104,225,212,.7);
  border-radius: 9px;
  color: #aebfd0;
  background: rgba(255,255,255,.035);
}
.home-page .hero__proof strong { color: #fff; }

.home-page .hero-showcase { min-height: 540px; }
.home-page .hero-showcase::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  width: 68%;
  height: 72%;
  border: 1px solid rgba(113, 213, 255, .28);
  border-radius: 28px;
  transform: translate(-18px, 18px);
}
.home-page .hero-showcase figure { box-shadow: 0 28px 70px rgba(0,0,0,.34); }
.home-page .hero-showcase__primary { border-color: #eaf4fb; }
.home-page .hero-showcase__tile { border-color: #eaf4fb; }
.home-page .hero-showcase__primary figcaption { background: rgba(5, 22, 37, .91); }
.home-page .hero-showcase__primary figcaption span { color: #68e1d4; }
.home-page .hero-showcase__label {
  width: 225px;
  border-left-color: #f2a531;
  background: rgba(255,255,255,.97);
  box-shadow: 0 20px 45px rgba(0,0,0,.25);
}
.home-page .hero-showcase__label strong {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  color: #071d33;
  font-size: .8rem;
}
.home-page .hero-showcase__label span { color: #0f6170; background: #e5f7f6; }

.home-page .home-proof {
  position: relative;
  z-index: 5;
  margin-top: -34px;
  border: 0;
  background: transparent;
}
.home-page .home-proof__grid { gap: 14px; }
.home-page .home-proof article,
.home-page .home-proof article:first-child,
.home-page .home-proof article:nth-child(odd) {
  min-height: 138px;
  padding: 26px 23px;
  border: 1px solid #d8e5ef;
  border-top: 4px solid #1769e0;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 15px 36px rgba(7, 29, 51, .09);
}
.home-page .home-proof article:nth-child(even) { border-top-color: #18a9a3; }
.home-page .home-proof article > span { color: #f0a02a; }
.home-page .home-proof strong { color: #0a2944; }

.home-page .section { padding: 94px 0; }
.home-page .section-heading h2,
.home-page .process h2,
.home-page .research h2 { color: #0a2944; }
.home-page .eyebrow { color: #1769e0; }
.home-page .section-heading > p:not(.eyebrow),
.home-page .section-heading--split > p,
.home-page .process__intro > p:not(.eyebrow),
.home-page .research__copy > p:not(.eyebrow) { color: #5b7185; }

.home-page .home-audiences { background: #f7f9fc; }
.home-page .audience-grid--home {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  border: 0;
}
.home-page .audience-grid--home .audience-card {
  position: relative;
  min-height: 405px;
  padding: 30px 28px;
  overflow: hidden;
  border: 1px solid #d8e4ed;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7,29,51,.045);
}
.home-page .audience-grid--home .audience-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #1769e0, #18b8b0);
}
.home-page .audience-grid--home .audience-card:nth-child(2)::before,
.home-page .audience-grid--home .audience-card:nth-child(4)::before { background: linear-gradient(90deg, #18b8b0, #f2a531); }
.home-page .card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #1769e0, #18a8ab);
  box-shadow: 0 10px 20px rgba(23,105,224,.18);
}
.home-page .audience-card h3 { color: #0a2944; }
.home-page .audience-card a,
.home-page .service-card a,
.home-page .text-link { color: #1769e0; }

.home-page .home-services {
  background:
    linear-gradient(rgba(23,105,224,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,105,224,.035) 1px, transparent 1px),
    #edf4fa;
  background-size: 38px 38px;
}
.home-page .services-grid--home { gap: 18px; }
.home-page .services-grid--home .service-card {
  position: relative;
  min-height: 390px;
  border: 1px solid rgba(181, 204, 220, .9);
  border-radius: 16px;
  box-shadow: 0 13px 32px rgba(7,29,51,.055);
}
.home-page .services-grid--home .service-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(#1769e0, #18b8b0);
}
.home-page .service-card__icon {
  color: #fff;
  background: #0a2944;
  border-color: #0a2944;
  border-radius: 12px;
}
.home-page .service-card h3 { color: #0a2944; }

.home-page .home-disciplines {
  color: #d8e7f3;
  background:
    radial-gradient(circle at 90% 10%, rgba(24,184,176,.13), transparent 28%),
    linear-gradient(120deg, #061827, #0a2d4a);
}
.home-page .home-disciplines .section-heading h2 { color: #fff; }
.home-page .home-disciplines .section-heading > p:not(.eyebrow) { color: #b6cad9; }
.home-page .home-disciplines .eyebrow { color: #68e1d4; }
.home-page .discipline-card {
  min-height: 255px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
  box-shadow: none;
}
.home-page .discipline-card:hover { border-color: rgba(104,225,212,.5); background: rgba(255,255,255,.08); box-shadow: 0 20px 44px rgba(0,0,0,.20); }
.home-page .discipline-card::after { border-color: rgba(104,225,212,.08); }
.home-page .discipline-card > span { color: #f2a531; }
.home-page .discipline-card h3 { color: #fff; }
.home-page .discipline-card p { color: #b9ccda; }
.home-page .discipline-card small { color: #76deda; }

.home-page .home-process { background: #f7f9fc; }
.home-page .integrity-note {
  border-left-color: #f2a531;
  background: #fff5df;
  box-shadow: 0 8px 22px rgba(104, 76, 20, .06);
}
.home-page .process-list { display: grid; gap: 12px; border-top: 0; }
.home-page .process-list li {
  padding: 23px 24px;
  border: 1px solid #d8e4ed;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7,29,51,.04);
}
.home-page .process-list li > span { color: #1769e0; }

.home-page .home-projects {
  background:
    radial-gradient(circle at 12% 80%, rgba(23,105,224,.18), transparent 30%),
    linear-gradient(125deg, #061624, #092b47 68%, #0b3852);
}
.home-page .projects-grid--home .project-card { border-color: rgba(151,196,226,.24); box-shadow: 0 18px 42px rgba(0,0,0,.18); }
.home-page .projects-grid--home .project-card span,
.home-page .projects-grid--home .project-card small { color: #67ddd6; }
.home-page .button--gold {
  color: #14283a;
  border-color: #f2a531;
  background: #f2a531;
}
.home-page .button--gold:hover { background: #ffb84a; }

.home-page .home-research {
  background: linear-gradient(110deg, #ffffff 0%, #f1f8fb 54%, #e8f6f5 100%);
}
.home-page .research__visual::before { background: linear-gradient(145deg, #1769e0, #18b8b0); }
.home-page .research__visual span { background: #071d33; box-shadow: 0 16px 34px rgba(7,29,51,.22); }
.home-page .check-grid span { border-color: #cfe0eb; background: rgba(255,255,255,.86); }

.home-page .home-deliverables { background: #edf4fa; }
.home-page .deliverable-card {
  border-color: #d3e1ec;
  box-shadow: 0 9px 26px rgba(7,29,51,.045);
}
.home-page .deliverable-card > span { color: #1769e0; }
.home-page .deliverable-card:nth-child(3n+2) > span { color: #0e9996; }
.home-page .deliverable-card:nth-child(3n) > span { color: #d88b13; }

.home-page .home-software { background: #fff; }
.home-page .software-grid--home .software-group {
  min-height: 205px;
  border-color: #d7e3ec;
  border-radius: 15px;
  box-shadow: 0 10px 26px rgba(7,29,51,.045);
}
.home-page .software-grid--home .software-group::after {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 120px;
  height: 120px;
  border: 22px solid rgba(23,105,224,.055);
  border-radius: 50%;
}
.home-page .software-grid--home .software-group > span { color: #1769e0; }

.home-page .home-network {
  background:
    radial-gradient(circle at 82% 18%, rgba(24,184,176,.18), transparent 25%),
    linear-gradient(118deg, #071d33, #0d3b5b);
}
.home-page .network-copy .eyebrow { color: #68e1d4; }
.home-page .network-list span { border-color: rgba(126,198,232,.20); background: rgba(255,255,255,.055); }

.home-page .home-resources { background: #f4f7fb; }
.home-page .resource-card {
  border-color: #d6e2ec;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(7,29,51,.045);
}
.home-page .resource-card > span,
.home-page .resource-card a { color: #1769e0; }

.home-page .cta {
  background:
    radial-gradient(circle at 85% 15%, rgba(104,225,212,.22), transparent 25%),
    linear-gradient(110deg, #1769e0, #0b7795 68%, #087e7b);
}
.home-page .cta .eyebrow { color: #ffe0a8; }
.home-page .cta p:not(.eyebrow) { color: #e3f0f8; }
.home-page .cta .button--ghost { border-color: rgba(255,255,255,.55); }
.home-page .footer { background: #05131f; }
.home-page .brand--footer .brand__mark { background: linear-gradient(145deg, #1769e0, #18a8ab); }

@media (max-width: 1240px) {
  .home-page .hero { min-height: 0; }
  .home-page .hero__layout { grid-template-columns: 1fr; }
  .home-page .hero h1 { max-width: 840px; }
  .home-page .audience-grid--home { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .home-page .home-proof { margin-top: 0; padding-top: 16px; background: #f7f9fc; }
  .home-page .home-proof__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .home-page .hero { padding: 64px 0 68px; }
  .home-page .hero h1 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .home-page .audience-grid--home { grid-template-columns: 1fr; }
  .home-page .audience-grid--home .audience-card { min-height: 0; }
}
@media (max-width: 480px) {
  .home-page .home-proof__grid { grid-template-columns: 1fr; }
  .home-page .hero-showcase__label strong { display: none; }
}


/* Interactive EWE 3D hero identity */
.home-page .ewe-visual {
  position: relative;
  min-width: 0;
  min-height: 560px;
  isolation: isolate;
}
.home-page .ewe-stage {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(151, 218, 255, .24);
  border-radius: 28px 28px 78px 28px;
  background:
    radial-gradient(circle at 50% 42%, rgba(24, 184, 176, .18), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.018));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 36px 80px rgba(0,0,0,.32);
  perspective: 1050px;
  cursor: grab;
  outline: none;
  touch-action: none;
}
.home-page .ewe-stage:focus-visible {
  box-shadow: 0 0 0 3px rgba(242,165,49,.72), inset 0 1px 0 rgba(255,255,255,.1), 0 36px 80px rgba(0,0,0,.32);
}
.home-page .ewe-stage.is-dragging { cursor: grabbing; }
.home-page .ewe-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(147, 210, 244, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 210, 244, .08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.78), transparent 86%);
  pointer-events: none;
}
.home-page .ewe-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(126, 225, 218, .18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 80px rgba(24,184,176,.14), inset 0 0 80px rgba(23,105,224,.08);
  pointer-events: none;
}
.home-page .ewe-scene {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 46%;
  width: 470px;
  height: 260px;
  margin-left: -235px;
  margin-top: -130px;
  transform-style: preserve-3d;
  --ewe-scale: 1;
  will-change: transform;
  filter: drop-shadow(0 28px 26px rgba(0,0,0,.34));
}

.home-page .ewe-static-fallback {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #7edfe1;
  background: linear-gradient(90deg, #4ca9ff, #f3ad3f 50%, #45d7ca);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 7rem;
  font-weight: 900;
  letter-spacing: -.12em;
}

.home-page .ewe-prism,
.home-page .ewe-prism__face {
  position: absolute;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.home-page .ewe-prism {
  left: 50%;
  top: 50%;
}
.home-page .ewe-prism__face {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
}
.home-page .ewe-prism__face--front {
  background:
    linear-gradient(120deg, rgba(255,255,255,.34), transparent 23%),
    linear-gradient(150deg, var(--ewe-front-a), var(--ewe-front-b));
  box-shadow: inset 0 0 22px rgba(255,255,255,.08);
}
.home-page .ewe-prism__face--back { background: var(--ewe-back); }
.home-page .ewe-prism__face--left,
.home-page .ewe-prism__face--right { background: linear-gradient(180deg, var(--ewe-side-a), var(--ewe-side-b)); }
.home-page .ewe-prism__face--top { background: linear-gradient(90deg, var(--ewe-top-a), var(--ewe-top-b)); }
.home-page .ewe-prism__face--bottom { background: var(--ewe-bottom); }
.home-page .ewe-prism--blue {
  --ewe-front-a: #3f9dff;
  --ewe-front-b: #1557c7;
  --ewe-back: #062d69;
  --ewe-side-a: #124da6;
  --ewe-side-b: #082d68;
  --ewe-top-a: #74c9ff;
  --ewe-top-b: #2478dc;
  --ewe-bottom: #062a61;
}
.home-page .ewe-prism--gold {
  --ewe-front-a: #ffc969;
  --ewe-front-b: #e58b19;
  --ewe-back: #75400a;
  --ewe-side-a: #b6640d;
  --ewe-side-b: #6b3705;
  --ewe-top-a: #ffe1a0;
  --ewe-top-b: #efa12f;
  --ewe-bottom: #633205;
}
.home-page .ewe-prism--teal {
  --ewe-front-a: #49dfd2;
  --ewe-front-b: #078f98;
  --ewe-back: #034950;
  --ewe-side-a: #08727a;
  --ewe-side-b: #033d45;
  --ewe-top-a: #8cf4e9;
  --ewe-top-b: #16aaa7;
  --ewe-bottom: #03383f;
}
.home-page .ewe-floor {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 61%;
  width: 390px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,0,0,.48) 0%, rgba(0,0,0,.18) 44%, transparent 72%);
  transform: translate(-50%, -50%) rotateX(68deg);
  filter: blur(5px);
  pointer-events: none;
}
.home-page .ewe-orbit {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 46%;
  border: 1px solid rgba(106, 221, 212, .23);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-13deg);
  pointer-events: none;
}
.home-page .ewe-orbit--one { width: 430px; height: 250px; }
.home-page .ewe-orbit--two { width: 300px; height: 390px; transform: translate(-50%, -50%) rotate(57deg); border-color: rgba(108,183,255,.18); }
.home-page .ewe-particle {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7de8df;
  box-shadow: 0 0 15px rgba(125,232,223,.9);
  pointer-events: none;
  animation: ewe-float 5s ease-in-out infinite;
}
.home-page .ewe-particle--one { left: 16%; top: 27%; }
.home-page .ewe-particle--two { right: 13%; top: 35%; width: 6px; height: 6px; animation-delay: -1.8s; background: #83d8ff; }
.home-page .ewe-particle--three { right: 22%; bottom: 24%; width: 5px; height: 5px; animation-delay: -3.1s; background: #f3ad3f; box-shadow: 0 0 14px rgba(243,173,63,.9); }
@keyframes ewe-float {
  0%,100% { transform: translate3d(0,0,0); opacity: .55; }
  50% { transform: translate3d(0,-14px,0); opacity: 1; }
}
.home-page .ewe-stage__caption {
  position: absolute;
  z-index: 7;
  left: 26px;
  bottom: 24px;
  display: grid;
  gap: 5px;
  pointer-events: none;
}
.home-page .ewe-stage__caption strong { color: #fff; font-size: .88rem; letter-spacing: .14em; }
.home-page .ewe-stage__caption small { color: #9fb8cb; font-size: .7rem; }
.home-page .ewe-stage__status {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 7px;
  margin-bottom: 3px;
  color: #76e0da;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.home-page .ewe-stage__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #65e0d6;
  box-shadow: 0 0 12px rgba(101,224,214,.9);
}
.home-page .ewe-reset {
  position: absolute;
  z-index: 8;
  right: 20px;
  bottom: 20px;
  padding: 9px 12px;
  color: #dcebf6;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(4,22,38,.58);
  backdrop-filter: blur(8px);
  font: inherit;
  font-size: .68rem;
  font-weight: 800;
  cursor: pointer;
}
.home-page .ewe-reset:hover,
.home-page .ewe-reset:focus-visible { color: #fff; border-color: rgba(255,255,255,.46); background: rgba(12,54,79,.8); }
.home-page .ewe-chip {
  position: absolute;
  z-index: 9;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 999px;
  color: #fff;
  background: rgba(6, 28, 47, .76);
  box-shadow: 0 14px 32px rgba(0,0,0,.24);
  backdrop-filter: blur(10px);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .04em;
  pointer-events: none;
}
.home-page .ewe-chip--academic { left: -18px; top: 22%; }
.home-page .ewe-chip--research { right: -18px; top: 19%; }
.home-page .ewe-chip--engineering { right: -12px; bottom: 25%; color: #17293a; border-color: rgba(255,193,91,.68); background: #f4ad3a; }

@media (max-width: 1080px) {
  .home-page .ewe-visual { min-height: 540px; max-width: 790px; }
  .home-page .ewe-chip--academic { left: 12px; }
  .home-page .ewe-chip--research { right: 12px; }
  .home-page .ewe-chip--engineering { right: 18px; }
}
@media (max-width: 760px) {
  .home-page .ewe-visual { min-height: 450px; }
  .home-page .ewe-stage { min-height: 440px; border-radius: 22px 22px 55px 22px; }
  .home-page .ewe-scene { --ewe-scale: .82; width: 390px; height: 230px; margin-left: -195px; margin-top: -115px; }
  .home-page .ewe-stage__caption { left: 18px; bottom: 18px; }
  .home-page .ewe-stage__caption small { max-width: 210px; }
  .home-page .ewe-reset { right: 14px; bottom: 14px; }
  .home-page .ewe-chip { display: none; }
  .home-page .ewe-orbit--one { width: 350px; height: 220px; }
  .home-page .ewe-orbit--two { width: 245px; height: 330px; }
}
@media (max-width: 460px) {
  .home-page .ewe-visual { min-height: 385px; }
  .home-page .ewe-stage { min-height: 375px; }
  .home-page .ewe-scene { --ewe-scale: .68; }
  .home-page .ewe-stage__caption strong { font-size: .74rem; }
  .home-page .ewe-stage__caption small { display: none; }
  .home-page .ewe-reset { padding: 7px 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-page .ewe-particle { animation: none; }
}

/* Request-intake forms: honeypot field + success/error status tone */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form-status[data-tone="error"] { color: #b3261e; }
.form-status[data-tone="success"] { color: #1b7a3d; }
