:root {
  --he-navy: #0b1f33;
  --he-navy-2: #123b55;
  --he-slate: #334155;
  --he-muted: #607184;
  --he-teal: #0f7c83;
  --he-teal-dark: #0f6e74;
  --he-cyan: #22b8c7;
  --he-coral: #c2412d;
  --he-coral-dark: #9f3525;
  --he-cloud: #eaf6fb;
  --he-mist: #dff6f7;
  --he-light: #f6f8fa;
  --he-border: #d7e1e7;
  --he-white: #fff;
  --he-success: #176b44;
  --he-error: #a32222;
  --he-warning: #8a5300;
  --he-container: 75rem;
  --he-reading: 47.5rem;
  --he-section: clamp(3.5rem, 7vw, 6.5rem);
  --he-radius-sm: .5rem;
  --he-radius-md: .75rem;
  --he-radius-lg: 1rem;
  --he-radius-xl: 1.5rem;
  --he-shadow-sm: 0 1px 2px rgba(11,31,51,.06), 0 8px 24px rgba(11,31,51,.06);
  --he-shadow: 0 18px 50px rgba(11,31,51,.12);
  --he-header-height: 5rem;
}

*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--he-header-height) + 1rem); }
body { margin: 0; background: var(--he-white); color: var(--he-slate); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.he-nav-open { overflow: hidden; }
img,svg,video { display: block; max-width: 100%; }
img { height: auto; }
button,input,select,textarea { font: inherit; }
a { color: var(--he-teal-dark); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--he-navy); }
p { margin: 0 0 1.25rem; }
ul,ol { margin: 0 0 1.5rem; padding-left: 1.35rem; }
li + li { margin-top: .4rem; }
h1,h2,h3,h4,h5,h6 { margin: 0 0 1rem; color: var(--he-navy); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 750; line-height: 1.15; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(2.55rem, 5.5vw, 4.75rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.25rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); }
h4 { font-size: 1.125rem; }
::selection { background: var(--he-mist); color: var(--he-navy); }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { top: .75rem; left: .75rem; z-index: 100000; width: auto; height: auto; padding: .8rem 1rem; clip: auto !important; background: var(--he-white); color: var(--he-navy); border: 2px solid var(--he-navy); border-radius: .5rem; box-shadow: var(--he-shadow); }
:where(a,button,input,select,textarea,summary):focus-visible { outline: 3px solid #0b63ce; outline-offset: 3px; }
.he-dark :where(a,button,input,select,textarea,summary):focus-visible,.he-site-footer :where(a,button,input,select,textarea,summary):focus-visible { outline-color: #f6c85f; }

.he-container,.alignwide { width: min(calc(100% - 2.5rem), var(--he-container)); margin-inline: auto; }
.he-reading-container { width: min(calc(100% - 2.5rem), var(--he-reading)); margin-inline: auto; }
.alignfull { width: 100%; max-width: none; margin-inline: 0; }
.he-main { min-height: 50vh; }
.he-section { padding-block: var(--he-section); }
.he-section--light { background: var(--he-light); }
.he-section--cloud { background: var(--he-cloud); }
.he-section--dark,.is-style-he-section-dark { background: linear-gradient(135deg,var(--he-navy),var(--he-navy-2)); color: rgba(255,255,255,.86); }
.he-section--dark :is(h1,h2,h3,h4),.is-style-he-section-dark :is(h1,h2,h3,h4) { color: var(--he-white); }
.he-section--dark a:not(.he-button),.is-style-he-section-dark a:not(.he-button) { color: #8fe5ec; }
.he-section-header { max-width: 48rem; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.he-section-header--center { margin-inline: auto; text-align: center; }
.he-section-header p:last-child { margin-bottom: 0; }
.he-eyebrow,.he-kicker { margin: 0 0 .8rem; color: var(--he-teal-dark); font-size: .78rem; font-weight: 800; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.he-dark .he-eyebrow,.he-section--dark .he-eyebrow { color: #8fe5ec; }
.he-lead { max-width: 45rem; color: var(--he-slate); font-size: clamp(1.12rem,1.8vw,1.3rem); line-height: 1.65; }
.he-muted { color: var(--he-muted); }
.he-small { font-size: .875rem; }
.he-note { padding: 1rem 1.15rem; background: #fff8e9; border-left: 4px solid #d88700; border-radius: .3rem; color: #65420a; }
.he-admin-only { display: none; }
.logged-in .he-admin-only { display: block; }
.he-admin-note { display: none; padding: 1rem; background: #fff8e9; border: 1px dashed #b66e00; border-radius: .5rem; }
.logged-in .he-admin-note { display: block; }

.he-site-header { position: sticky; top: 0; z-index: 1000; height: var(--he-header-height); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(215,225,231,.9); backdrop-filter: blur(14px); }
.admin-bar .he-site-header { top: 32px; }
.he-header-inner { width: min(calc(100% - 2.5rem), var(--he-container)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.he-site-branding { flex: 0 0 auto; }
.he-brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--he-navy); text-decoration: none; }
.he-brand:hover { color: var(--he-navy); }
.he-brand__mark { display: grid; width: 2.55rem; height: 2.55rem; color: var(--he-teal); place-items: center; }
.he-brand__mark svg { width: 100%; height: 100%; }
.he-brand__text { display: flex; align-items: baseline; gap: .35rem; line-height: 1; }
.he-brand__text strong { font-size: 1.22rem; letter-spacing: -.04em; }
.he-brand__text small { color: var(--he-teal-dark); font-size: .8rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { width: auto; max-height: 3.2rem; }
.he-primary-nav { display: flex; align-items: center; gap: 1.5rem; }
.he-menu { display: flex; align-items: center; gap: clamp(.8rem,2vw,1.6rem); margin: 0; padding: 0; list-style: none; }
.he-menu li { position: relative; margin: 0; }
.he-menu a { display: inline-flex; min-height: 44px; align-items: center; color: var(--he-navy); font-size: .93rem; font-weight: 650; text-decoration: none; }
.he-menu a:hover,.he-menu .current-menu-item > a,.he-menu .current_page_item > a { color: var(--he-teal-dark); }
.he-menu .sub-menu { position: absolute; top: calc(100% - .15rem); left: -.8rem; z-index: 20; width: 15rem; margin: 0; padding: .65rem; background: var(--he-white); border: 1px solid var(--he-border); border-radius: .75rem; box-shadow: var(--he-shadow); list-style: none; opacity: 0; visibility: hidden; transform: translateY(.5rem); transition: opacity 160ms ease,transform 160ms ease,visibility 160ms ease; }
.he-menu li:hover > .sub-menu,.he-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.he-menu .sub-menu a { width: 100%; min-height: 40px; padding: .45rem .7rem; border-radius: .4rem; }
.he-menu .sub-menu a:hover { background: var(--he-light); }
.he-menu-toggle { display: none; width: 48px; height: 48px; padding: 10px; background: transparent; border: 0; border-radius: .5rem; cursor: pointer; }
.he-menu-toggle > span:not(.screen-reader-text) { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--he-navy); transition: transform 160ms ease,opacity 160ms ease; }
.he-nav-open .he-menu-toggle > span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
.he-nav-open .he-menu-toggle > span:nth-of-type(2) { opacity: 0; }
.he-nav-open .he-menu-toggle > span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }

.he-button,.wp-block-button__link { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .55rem; padding: .78rem 1.45rem; border: 2px solid transparent; border-radius: .65rem; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: background 160ms ease,border-color 160ms ease,color 160ms ease,transform 160ms ease,box-shadow 160ms ease; }
.he-button:hover,.wp-block-button__link:hover { transform: translateY(-2px); }
.he-button--primary,.wp-block-button:not(.is-style-outline) .wp-block-button__link { background: var(--he-coral); color: var(--he-white); box-shadow: 0 8px 18px rgba(194,65,45,.18); }
.he-button--primary:hover,.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover { background: var(--he-coral-dark); color: var(--he-white); box-shadow: 0 11px 24px rgba(194,65,45,.24); }
.he-button--secondary,.wp-block-button.is-style-outline .wp-block-button__link { background: transparent; border-color: var(--he-navy); color: var(--he-navy); }
.he-button--secondary:hover,.wp-block-button.is-style-outline .wp-block-button__link:hover { background: var(--he-navy); color: var(--he-white); }
.he-dark .he-button--secondary,.he-section--dark .he-button--secondary { border-color: rgba(255,255,255,.75); color: var(--he-white); }
.he-dark .he-button--secondary:hover,.he-section--dark .he-button--secondary:hover { background: var(--he-white); color: var(--he-navy); }
.he-button[disabled] { opacity: .65; cursor: wait; transform: none; }
.he-button-row { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.75rem; }
.he-arrow-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--he-teal-dark); font-weight: 750; text-decoration: none; }
.he-arrow-link .he-icon { width: 1.15rem; transition: transform 160ms ease; }
.he-arrow-link:hover .he-icon { transform: translateX(.25rem); }
.he-icon { width: 2rem; height: 2rem; flex: 0 0 auto; }

.he-hero { position: relative; overflow: hidden; padding-block: clamp(4rem,9vw,8rem); background: linear-gradient(135deg,#f9fcfd 0%,var(--he-cloud) 55%,var(--he-mist) 100%); }
.he-hero::before { position: absolute; inset: 0; content: ""; pointer-events: none; background-image: linear-gradient(rgba(15,124,131,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(15,124,131,.05) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right,transparent,black 62%,black); }
.he-hero__inner { position: relative; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(24rem,.95fr); align-items: center; gap: clamp(2.5rem,6vw,6rem); }
.he-hero__copy { max-width: 43rem; }
.he-hero h1 { max-width: 15ch; }
.he-hero__copy .he-lead { max-width: 39rem; }
.he-hero__microcopy { margin-top: 1rem; color: var(--he-muted); font-size: .84rem; }
.he-hero--compact { padding-block: clamp(3.5rem,7vw,6rem); }
.he-hero--compact h1 { max-width: 18ch; font-size: clamp(2.5rem,4.5vw,4rem); }
.he-tech-visual { position: relative; min-height: 31rem; }
.he-tech-panel { position: absolute; background: rgba(255,255,255,.96); border: 1px solid rgba(215,225,231,.95); border-radius: 1rem; box-shadow: var(--he-shadow); }
.he-tech-panel--main { inset: 1.5rem 2.5rem 3rem 0; padding: 1.2rem; }
.he-tech-panel__bar { display: flex; align-items: center; gap: .35rem; padding-bottom: .85rem; border-bottom: 1px solid var(--he-border); }
.he-tech-panel__bar span { width: .55rem; height: .55rem; border-radius: 999px; background: #cbd5df; }
.he-tech-panel__bar strong { margin-left: .6rem; color: var(--he-navy); font-size: .82rem; }
.he-tech-dashboard { display: grid; grid-template-columns: 4.5rem 1fr; min-height: 22rem; }
.he-tech-sidebar { padding: 1rem .6rem; background: var(--he-navy); border-radius: .65rem; }
.he-tech-sidebar i { display: block; width: 2rem; height: .38rem; margin: .75rem auto; background: rgba(255,255,255,.35); border-radius: 999px; }
.he-tech-content { padding: 1.2rem; }
.he-tech-content__head { width: 48%; height: .7rem; margin-bottom: 1.5rem; background: var(--he-navy); border-radius: 999px; }
.he-tech-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: .65rem; }
.he-tech-kpi { height: 4.4rem; padding: .65rem; background: var(--he-light); border-radius: .55rem; }
.he-tech-kpi b,.he-tech-kpi span { display: block; height: .45rem; border-radius: 999px; }
.he-tech-kpi b { width: 50%; margin-bottom: .75rem; background: var(--he-teal); }
.he-tech-kpi span { width: 78%; background: #cbd5df; }
.he-tech-chart { position: relative; height: 8.5rem; margin-top: 1rem; background: linear-gradient(to top,rgba(34,184,199,.12),transparent); border-bottom: 1px solid var(--he-border); }
.he-tech-chart svg { position: absolute; inset: 1rem 0 0; width: 100%; height: 6rem; }
.he-tech-panel--security { right: 0; bottom: 0; width: 13.5rem; padding: 1rem; }
.he-tech-panel--ai { top: 0; right: 0; width: 12rem; padding: 1rem; }
.he-tech-mini-head { display: flex; align-items: center; gap: .6rem; color: var(--he-navy); font-size: .78rem; font-weight: 800; }
.he-tech-mini-head .he-icon { width: 1.4rem; color: var(--he-teal); }
.he-tech-status { display: flex; align-items: center; gap: .4rem; margin-top: .65rem; color: var(--he-success); font-size: .76rem; }
.he-tech-status::before { width: .55rem; height: .55rem; content: ""; background: #2d9d68; border-radius: 999px; }
.he-tech-lines { margin-top: .7rem; }
.he-tech-lines span { display: block; height: .34rem; margin-top: .38rem; background: #dbe5ea; border-radius: 999px; }
.he-tech-lines span:nth-child(2) { width: 72%; }

.he-capability-strip { background: var(--he-navy); color: var(--he-white); }
.he-capability-strip__inner { display: grid; grid-template-columns: repeat(6,1fr); gap: 1px; }
.he-capability-item { display: flex; min-height: 7.5rem; flex-direction: column; align-items: center; justify-content: center; gap: .65rem; padding: 1rem; text-align: center; border-right: 1px solid rgba(255,255,255,.12); }
.he-capability-item:last-child { border-right: 0; }
.he-capability-item .he-icon { width: 1.7rem; color: #8fe5ec; }
.he-capability-item span { font-size: .85rem; font-weight: 700; line-height: 1.3; }

.he-grid { display: grid; gap: 1.25rem; }
.he-grid--2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.he-grid--3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.he-grid--4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.he-card,.is-style-he-card { display: flex; height: 100%; flex-direction: column; padding: clamp(1.5rem,3vw,2rem); background: var(--he-white); border: 1px solid var(--he-border); border-radius: var(--he-radius-lg); box-shadow: var(--he-shadow-sm); transition: border-color 180ms ease,box-shadow 180ms ease,transform 180ms ease; }
.he-card:hover,.is-style-he-card:hover { border-color: rgba(15,124,131,.65); box-shadow: var(--he-shadow); transform: translateY(-3px); }
.he-card__icon { display: grid; width: 3.25rem; height: 3.25rem; margin-bottom: 1.25rem; color: var(--he-teal); background: var(--he-mist); border-radius: .8rem; place-items: center; }
.he-card__icon .he-icon { width: 1.7rem; }
.he-card h3 { font-size: 1.28rem; }
.he-card p:last-of-type { margin-bottom: 1.25rem; }
.he-card .he-arrow-link { margin-top: auto; }
.he-card--flat { box-shadow: none; }
.he-card--dark { background: var(--he-navy); border-color: var(--he-navy); color: rgba(255,255,255,.82); }
.he-card--dark h3 { color: var(--he-white); }
.he-card--dark .he-arrow-link { color: #8fe5ec; }
.he-check-list { padding: 0; list-style: none; }
.he-check-list li { position: relative; padding-left: 1.75rem; }
.he-check-list li::before { position: absolute; top: .43rem; left: 0; width: 1.05rem; height: 1.05rem; content: ""; background: var(--he-teal); border-radius: 999px; }
.he-check-list li::after { position: absolute; top: .68rem; left: .27rem; width: .48rem; height: .25rem; content: ""; border-bottom: 2px solid #fff; border-left: 2px solid #fff; transform: rotate(-45deg); }

.he-split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: center; gap: clamp(2.5rem,7vw,6rem); }
.he-split--top { align-items: start; }
.he-split__visual { position: relative; min-height: 25rem; overflow: hidden; background: linear-gradient(145deg,var(--he-navy),#176474); border-radius: var(--he-radius-xl); box-shadow: var(--he-shadow); }
.he-split__visual::before,.he-split__visual::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
.he-split__visual::before { inset: 8% 18%; }
.he-split__visual::after { inset: 22% 6%; }
.he-orbit-card { position: absolute; display: flex; align-items: center; gap: .7rem; padding: .85rem 1rem; background: rgba(255,255,255,.95); border-radius: .75rem; box-shadow: 0 12px 32px rgba(0,0,0,.2); color: var(--he-navy); font-size: .82rem; font-weight: 750; }
.he-orbit-card .he-icon { width: 1.5rem; color: var(--he-teal); }
.he-orbit-card--1 { top: 12%; left: 9%; }
.he-orbit-card--2 { top: 40%; right: 8%; }
.he-orbit-card--3 { bottom: 12%; left: 18%; }
.he-orbit-core { position: absolute; top: 50%; left: 50%; display: grid; width: 7rem; height: 7rem; color: var(--he-white); background: rgba(34,184,199,.22); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; transform: translate(-50%,-50%); place-items: center; backdrop-filter: blur(8px); }
.he-orbit-core .he-icon { width: 3rem; }

.he-process { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; counter-reset: step; }
.he-process__step { position: relative; padding-top: 4.25rem; counter-increment: step; }
.he-process__step::before { position: absolute; top: 0; left: 0; display: grid; width: 3rem; height: 3rem; content: counter(step,decimal-leading-zero); color: var(--he-white); background: var(--he-teal); border-radius: .75rem; font-size: .8rem; font-weight: 800; place-items: center; }
.he-process__step:not(:last-child)::after { position: absolute; top: 1.5rem; left: 3.7rem; right: -.8rem; height: 1px; content: ""; background: var(--he-border); }
.he-process__step h3 { font-size: 1.15rem; }

.he-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; background: var(--he-border); border: 1px solid var(--he-border); border-radius: var(--he-radius-lg); }
.he-metric { padding: 2rem; background: var(--he-white); }
.he-metric strong { display: block; margin-bottom: .45rem; color: var(--he-navy); font-size: 1.15rem; }
.he-metric p { margin: 0; color: var(--he-muted); font-size: .92rem; }

.he-service-detail { border-top: 1px solid var(--he-border); }
.he-service-detail:first-child { border-top: 0; }
.he-service-detail__inner { display: grid; grid-template-columns: .38fr .62fr; gap: clamp(2rem,6vw,6rem); }
.he-service-number { color: var(--he-teal); font-size: .9rem; font-weight: 800; letter-spacing: .14em; }
.he-pill-list { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.he-pill-list li { margin: 0; padding: .48rem .75rem; background: var(--he-light); border: 1px solid var(--he-border); border-radius: 999px; color: var(--he-navy); font-size: .84rem; font-weight: 650; }
.he-section--dark .he-service-number { color: #8fe5ec; }
.he-dark .he-pill-list li { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: var(--he-white); }

.he-industry-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; background: var(--he-border); border: 1px solid var(--he-border); border-radius: var(--he-radius-lg); }
.he-industry { padding: 1.6rem; background: var(--he-white); }
.he-industry h3 { font-size: 1.05rem; }
.he-industry p { margin: 0; color: var(--he-muted); font-size: .9rem; }

.he-cta { padding-block: clamp(3.5rem,7vw,6rem); background: linear-gradient(135deg,var(--he-navy),var(--he-navy-2)); color: rgba(255,255,255,.84); }
.he-cta__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; }
.he-cta h2 { max-width: 18ch; color: var(--he-white); }
.he-cta p { max-width: 44rem; margin-bottom: 0; }

.he-faq { max-width: 56rem; }
.he-faq details { border-top: 1px solid var(--he-border); }
.he-faq details:last-child { border-bottom: 1px solid var(--he-border); }
.he-faq summary { position: relative; min-height: 64px; padding: 1.25rem 3rem 1.25rem 0; color: var(--he-navy); font-weight: 750; cursor: pointer; list-style: none; }
.he-faq summary::-webkit-details-marker { display: none; }
.he-faq summary::after { position: absolute; top: 1.25rem; right: .25rem; display: grid; width: 2rem; height: 2rem; content: "+"; color: var(--he-teal); background: var(--he-mist); border-radius: 999px; font-size: 1.25rem; line-height: 1; place-items: center; }
.he-faq details[open] summary::after { content: "−"; }
.he-faq details > div { padding: 0 3rem 1.25rem 0; }

.he-page-title { padding-block: clamp(3rem,6vw,5.5rem); background: var(--he-cloud); }
.he-page-title h1 { font-size: clamp(2.4rem,4.5vw,4rem); }
.he-entry-content > *:not(.alignfull):not(.alignwide):not(.he-section):not(.he-hero):not(.he-cta):not(.he-capability-strip) { max-width: var(--he-reading); margin-right: auto; margin-left: auto; }
.he-entry-content > .he-section,.he-entry-content > .he-hero,.he-entry-content > .he-cta,.he-entry-content > .he-capability-strip { max-width: none; }
.he-entry-content > .alignwide { max-width: var(--he-container); }
.he-entry-content > .alignfull { max-width: none; }
.he-entry-content::after { display: table; clear: both; content: ""; }
.he-entry-content :where(h2,h3,h4) { scroll-margin-top: calc(var(--he-header-height) + 1.5rem); }
.he-entry-content pre { overflow: auto; padding: 1.25rem; background: var(--he-navy); border-radius: .6rem; color: #e8f5f7; }
.he-entry-content table { width: 100%; border-collapse: collapse; }
.he-entry-content th,.he-entry-content td { padding: .75rem; border: 1px solid var(--he-border); text-align: left; vertical-align: top; }
.he-entry-content th { background: var(--he-light); color: var(--he-navy); }

.he-form-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(2.5rem,7vw,6rem); }
.he-form-card { padding: clamp(1.35rem,3vw,2.25rem); background: var(--he-white); border: 1px solid var(--he-border); border-radius: var(--he-radius-lg); box-shadow: var(--he-shadow); }
.he-form { display: grid; gap: 1.15rem; }
.he-form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.he-field { min-width: 0; }
.he-field label,.he-fieldset legend { display: block; margin-bottom: .4rem; color: var(--he-navy); font-size: .9rem; font-weight: 750; }
.he-required { color: var(--he-error); }
.he-field input,.he-field select,.he-field textarea { width: 100%; min-height: 48px; padding: .72rem .8rem; background: var(--he-white); border: 1px solid #aebbc5; border-radius: .5rem; color: var(--he-navy); }
.he-field textarea { min-height: 9rem; resize: vertical; }
.he-field input:hover,.he-field select:hover,.he-field textarea:hover { border-color: var(--he-slate); }
.he-field input:focus,.he-field select:focus,.he-field textarea:focus { border-color: #0b63ce; box-shadow: 0 0 0 1px #0b63ce; outline: 0; }
.he-field__help { margin: .35rem 0 0; color: var(--he-muted); font-size: .78rem; line-height: 1.5; }
.he-checkbox { display: grid; grid-template-columns: 1.25rem 1fr; gap: .65rem; align-items: start; }
.he-checkbox input { width: 1.15rem; height: 1.15rem; margin-top: .28rem; accent-color: var(--he-teal); }
.he-checkbox label { font-size: .88rem; line-height: 1.55; }
.he-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.he-form-actions { display: flex; align-items: center; gap: 1rem; }
.he-form-privacy { margin: 0; color: var(--he-muted); font-size: .78rem; }
.he-alert { margin-bottom: 1.25rem; padding: 1rem 1.1rem; border-radius: .55rem; font-weight: 600; }
.he-alert--success { background: #e8f6ef; border: 1px solid #8fcbb0; color: var(--he-success); }
.he-alert--error { background: #fff0f0; border: 1px solid #e6a7a7; color: var(--he-error); }
.he-error-summary ul { margin-bottom: 0; }
.he-turnstile { min-height: 65px; }

.he-contact-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.he-contact-card { padding: 1.4rem; background: var(--he-white); border: 1px solid var(--he-border); border-radius: .75rem; }
.he-contact-card .he-icon { margin-bottom: 1rem; color: var(--he-teal); }
.he-contact-card h3 { font-size: 1.05rem; }
.he-contact-card p { margin: 0; font-size: .9rem; }
.he-map-placeholder { position: relative; display: grid; min-height: 22rem; overflow: hidden; padding: 2rem; background: var(--he-cloud); border: 1px solid var(--he-border); border-radius: var(--he-radius-lg); place-items: center; text-align: center; }
.he-map-placeholder::before { position: absolute; inset: -5%; content: ""; opacity: .4; background-image: linear-gradient(35deg,transparent 48%,rgba(15,124,131,.22) 49%,rgba(15,124,131,.22) 51%,transparent 52%),linear-gradient(-25deg,transparent 48%,rgba(15,124,131,.15) 49%,rgba(15,124,131,.15) 51%,transparent 52%); background-size: 80px 80px,110px 110px; }
.he-map-placeholder > div { position: relative; max-width: 32rem; }

.he-job-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; }
.he-job-card { display: flex; min-height: 100%; flex-direction: column; padding: 1.6rem; background: var(--he-white); border: 1px solid var(--he-border); border-radius: var(--he-radius-lg); box-shadow: var(--he-shadow-sm); }
.he-job-card h2 { font-size: 1.25rem; }
.he-job-card h2 a { color: inherit; text-decoration: none; }
.he-job-card .he-arrow-link { margin-top: auto; }
.he-job-meta { color: var(--he-muted); font-size: .88rem; font-weight: 650; }
.he-job-hero { padding-block: clamp(3.5rem,7vw,6rem); background: var(--he-cloud); }
.he-job-hero__inner { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.he-job-detail .he-entry-content h2 { margin-top: 2.5rem; }
.he-job-detail .he-entry-content h2:first-child { margin-top: 0; }
.he-empty-state { grid-column: 1/-1; padding: 3rem; background: var(--he-light); border: 1px solid var(--he-border); border-radius: var(--he-radius-lg); text-align: center; }

.he-listing { padding-bottom: var(--he-section); }
.he-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.25rem; padding-top: 3rem; }
.he-post-card { overflow: hidden; background: var(--he-white); border: 1px solid var(--he-border); border-radius: var(--he-radius-lg); box-shadow: var(--he-shadow-sm); }
.he-post-card__image { display: block; aspect-ratio: 3/2; overflow: hidden; }
.he-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 250ms ease; }
.he-post-card:hover .he-post-card__image img { transform: scale(1.03); }
.he-post-card__body { padding: 1.4rem; }
.he-post-card h2 { font-size: 1.25rem; }
.he-post-card h2 a { color: inherit; text-decoration: none; }
.he-article-meta { margin-bottom: .7rem; color: var(--he-muted); font-size: .78rem; }
.he-article-header { padding-block: clamp(3.5rem,7vw,6rem); background: var(--he-cloud); }
.he-article-header h1 { font-size: clamp(2.3rem,4.5vw,4rem); }
.he-featured-image { margin-top: 3rem; }
.he-featured-image img { width: 100%; border-radius: var(--he-radius-lg); }
.he-article .he-entry-content { padding-block: 3.5rem; }
.he-post-nav { padding-block: 2rem 4rem; border-top: 1px solid var(--he-border); }
.he-pagination { padding-top: 2.5rem; }
.nav-links { display: flex; flex-wrap: wrap; gap: .5rem; }
.page-numbers { display: grid; min-width: 44px; min-height: 44px; padding: .5rem; border: 1px solid var(--he-border); border-radius: .4rem; text-decoration: none; place-items: center; }
.page-numbers.current { background: var(--he-navy); color: var(--he-white); }
.he-search-form { display: flex; max-width: 32rem; gap: .6rem; }
.he-search-form label { flex: 1; }
.he-search-form input { width: 100%; min-height: 48px; padding: .7rem .8rem; border: 1px solid #aebbc5; border-radius: .5rem; }
.he-error-page { display: grid; min-height: 65vh; padding-block: 4rem; place-items: center; text-align: center; }
.he-error-page p:not(.he-eyebrow) { max-width: 40rem; margin-inline: auto; }
.he-error-page .he-button-row { justify-content: center; }

.he-site-footer { background: var(--he-navy); color: rgba(255,255,255,.72); }
.he-footer-main { padding-block: 4.5rem; }
.he-footer-grid { width: min(calc(100% - 2.5rem),var(--he-container)); margin-inline: auto; display: grid; grid-template-columns: 1.6fr .8fr .7fr 1fr; gap: clamp(2rem,5vw,5rem); }
.he-site-footer .he-brand { color: var(--he-white); }
.he-site-footer .he-brand__mark { color: var(--he-teal); }
.he-site-footer .he-brand__text small { color: #8fe5ec; }
.he-footer-brand > p { max-width: 26rem; margin-top: 1.3rem; }
.he-site-footer h2 { color: var(--he-white); font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; }
.he-site-footer ul { margin: 0; padding: 0; list-style: none; }
.he-site-footer li { margin: 0; }
.he-site-footer a { display: inline-flex; min-height: 38px; align-items: center; color: rgba(255,255,255,.77); text-decoration: none; }
.he-site-footer a:hover { color: var(--he-white); text-decoration: underline; }
.he-footer-contact p { margin-bottom: 1rem; font-size: .9rem; }
.he-footer-contact strong { color: var(--he-white); }
.he-social-links { display: flex; flex-wrap: wrap; gap: .5rem; }
.he-social-links a { min-height: 40px; padding: 0 .65rem; border: 1px solid rgba(255,255,255,.2); border-radius: .35rem; font-size: .75rem; }
.he-footer-legal { border-top: 1px solid rgba(255,255,255,.12); }
.he-footer-legal-inner { width: min(calc(100% - 2.5rem),var(--he-container)); min-height: 5rem; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; font-size: .78rem; }
.he-footer-legal p { margin: 0; }
.he-legal-menu { display: flex; flex-wrap: wrap; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.he-legal-menu a { min-height: 44px; }

.wp-block-image img { border-radius: .75rem; }
.wp-block-separator { border: 0; border-top: 1px solid var(--he-border); }
.wp-block-quote { margin-block: 2rem; }
.wp-block-buttons { gap: .8rem; }
.wp-block-columns { gap: 1.5rem; }
.wp-block-group.is-style-he-card { padding: 1.5rem; }

@media (max-width: 1100px) {
  .he-grid--4,.he-industry-grid { grid-template-columns: repeat(2,1fr); }
  .he-contact-grid { grid-template-columns: repeat(2,1fr); }
  .he-capability-strip__inner { grid-template-columns: repeat(3,1fr); }
  .he-capability-item:nth-child(3) { border-right: 0; }
  .he-capability-item:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .he-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .he-footer-contact { grid-column: 2/4; }
}

@media (max-width: 960px) {
  :root { --he-header-height: 4.25rem; }
  .admin-bar .he-site-header { top: 32px; }
  .he-menu-toggle { display: block; }
  .he-primary-nav { position: fixed; top: var(--he-header-height); right: 0; bottom: 0; left: 0; display: block; overflow-y: auto; padding: 1.5rem; background: var(--he-white); opacity: 0; visibility: hidden; transform: translateY(-.75rem); transition: opacity 160ms ease,visibility 160ms ease,transform 160ms ease; }
  .admin-bar .he-primary-nav { top: calc(var(--he-header-height) + 32px); }
  .he-nav-open .he-primary-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .he-menu { display: block; }
  .he-menu a { width: 100%; min-height: 52px; border-bottom: 1px solid var(--he-border); font-size: 1.05rem; }
  .he-menu .sub-menu { position: static; width: auto; padding: 0 0 0 1rem; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .he-menu .sub-menu a { font-size: .95rem; }
  .he-header-cta { width: 100%; margin-top: 1.25rem; }
  .he-hero__inner { grid-template-columns: 1fr; }
  .he-hero__copy { max-width: 48rem; }
  .he-tech-visual { width: min(100%,42rem); margin-inline: auto; }
  .he-grid--3,.he-job-grid,.he-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .he-process { grid-template-columns: repeat(2,1fr); }
  .he-process__step:nth-child(2)::after { display: none; }
  .he-metrics { grid-template-columns: repeat(2,1fr); }
  .he-service-detail__inner { grid-template-columns: .3fr .7fr; gap: 2rem; }
  .he-form-layout { grid-template-columns: 1fr; }
  .he-cta__inner { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .he-site-header { top: 46px; }
  .admin-bar .he-primary-nav { top: calc(var(--he-header-height) + 46px); }
}

@media (max-width: 720px) {
  .he-container,.alignwide,.he-reading-container,.he-header-inner,.he-footer-grid,.he-footer-legal-inner { width: min(calc(100% - 2rem),var(--he-container)); }
  .he-brand__text small { display: none; }
  .he-grid--2,.he-grid--3,.he-grid--4,.he-job-grid,.he-post-grid,.he-industry-grid,.he-contact-grid,.he-process,.he-metrics,.he-split { grid-template-columns: 1fr; }
  .he-process__step::after { display: none; }
  .he-capability-strip__inner { grid-template-columns: repeat(2,1fr); }
  .he-capability-item:nth-child(3) { border-right: 1px solid rgba(255,255,255,.12); }
  .he-capability-item:nth-child(2n) { border-right: 0; }
  .he-capability-item:nth-child(-n+4) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .he-service-detail__inner { grid-template-columns: 1fr; gap: .75rem; }
  .he-service-number { margin-bottom: .4rem; }
  .he-tech-visual { min-height: 26rem; }
  .he-tech-panel--main { inset: 1.5rem 1rem 3.5rem 0; }
  .he-tech-panel--ai { width: 9.5rem; }
  .he-tech-panel--security { width: 11rem; }
  .he-tech-dashboard { grid-template-columns: 3.2rem 1fr; }
  .he-tech-sidebar { padding-inline: .3rem; }
  .he-tech-content { padding: .8rem; }
  .he-tech-kpis { grid-template-columns: 1fr; }
  .he-tech-kpi:nth-child(n+2) { display: none; }
  .he-job-hero__inner { align-items: start; flex-direction: column; }
  .he-form-row { grid-template-columns: 1fr; }
  .he-footer-grid { grid-template-columns: repeat(2,1fr); }
  .he-footer-brand { grid-column: 1/-1; }
  .he-footer-contact { grid-column: 1/-1; }
  .he-footer-legal-inner { padding-block: 1.25rem; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .he-button-row,.he-form-actions { align-items: stretch; flex-direction: column; }
  .he-button-row .he-button,.he-form-actions .he-button { width: 100%; }
  .he-footer-grid { grid-template-columns: 1fr; }
  .he-capability-strip__inner { grid-template-columns: 1fr; }
  .he-capability-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .he-capability-item:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .he-card:hover,.is-style-he-card:hover,.he-button:hover,.wp-block-button__link:hover { transform: none; }
}

@media print {
  .he-site-header,.he-site-footer,.he-button,.he-form,.he-cta { display: none !important; }
  body { color: #000; background: #fff; }
  a { color: #000; text-decoration: underline; }
  .he-section,.he-hero { padding-block: 1rem; background: #fff; }
}
