:root {
  --halo-ink: #071629;
  --halo-navy: #0b2038;
  --halo-navy-soft: #15304d;
  --halo-blue-dark: #2456a8;
  --halo-blue: #3671d6;
  --halo-blue-light: #5790ee;
  --halo-blue-pale: #b9d2ff;
  --halo-cyan: #78d7e8;
  --halo-paper: #f7f9fc;
  --halo-white: #fff;
  --halo-slate: #40546b;
  --halo-muted: #687b90;
  --halo-border: #cbd5e1;
  --halo-border-soft: #e1e8f0;
  --halo-focus: #f4bf4f;
  --halo-radius-sm: .55rem;
  --halo-radius-md: 1rem;
  --halo-radius-lg: 1.5rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { text-underline-offset: .25em; }
:where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid var(--halo-focus);
  outline-offset: 4px;
  border-radius: .2rem;
}
.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  width: auto;
  height: auto;
  top: .75rem;
  left: .75rem;
  padding: .65rem 1rem;
  background: var(--halo-white);
  color: var(--halo-ink);
  font-weight: 700;
  z-index: 100000;
}
.halo-home > * { margin-block-start: 0; }
.halo-home .alignwide,
.site-header .alignwide,
.site-footer .alignwide { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.halo-home h1,
.halo-home h2,
.halo-home h3,
.halo-home p { margin-top: 0; }
.halo-home h1 { max-width: 780px; margin-bottom: 1.5rem; font-size: clamp(3rem, 5.5vw, 5.4rem); line-height: .98; letter-spacing: -.055em; font-weight: 720; }
.halo-home h2 { max-width: 830px; margin-bottom: 1.25rem; font-size: clamp(2.15rem, 3.7vw, 3.65rem); line-height: 1.05; letter-spacing: -.043em; font-weight: 700; }
.halo-home h3 { margin-bottom: .65rem; font-size: 1.25rem; line-height: 1.2; letter-spacing: -.02em; }
.section { padding: 7rem 0; }
.section-dark { background: var(--halo-ink); color: var(--halo-white); }
.section-light { background: var(--halo-white); }
.eyebrow { margin: 0 0 1.3rem; color: var(--halo-blue-pale); font-size: .73rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.dark { color: var(--halo-blue-dark); }

/* Header and navigation */
.halo-skip-wrap { height: 0; margin: 0; }
.site-header { position: absolute; z-index: 20; width: 100%; color: var(--halo-white); }
.nav-shell { min-height: 92px; gap: 2rem; }
.brand { display: inline-flex; align-items: center; color: var(--halo-white); text-decoration: none; white-space: nowrap; }
.brand-logo { display: block; width: auto; max-width: none; object-fit: contain; }
.brand-logo-horizontal { width: 236px; height: auto; }
.brand-logo-icon { display: none; width: 46px; height: 46px; }
.primary-nav .wp-block-navigation-item__content { color: #dce8f7; font-size: .87rem; font-weight: 650; }
.primary-nav .wp-block-navigation-item__content:hover,
.primary-nav .current-menu-item > .wp-block-navigation-item__content { color: var(--halo-white); }
.primary-nav .current-menu-item:not(.nav-cta) > .wp-block-navigation-item__content { box-shadow: inset 0 -2px 0 var(--halo-cyan); }
.primary-nav .nav-cta > .wp-block-navigation-item__content { padding: .76rem 1.05rem; border: 1px solid rgba(120,215,232,.55); border-radius: var(--halo-radius-sm); background: rgba(87,144,238,.12); color: var(--halo-white); }
.wp-block-navigation__responsive-container.is-menu-open { background: var(--halo-ink) !important; color: var(--halo-white) !important; padding: 1.5rem !important; }
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close { min-width: 44px; min-height: 44px; color: currentColor; }

/* Hero and connected systems */
.hero { position: relative; min-height: 850px; padding: 11.75rem 0 7rem; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0 0 auto; height: 730px; pointer-events: none; background: radial-gradient(circle at 75% 35%, rgba(54,113,214,.22), transparent 34%), linear-gradient(120deg, transparent 45%, rgba(120,215,232,.05)); }
.hero-grid { position: relative; display: grid !important; grid-template-columns: minmax(0,1.06fr) minmax(390px,.74fr); align-items: center; gap: 5.5rem; }
.hero-grid > .wp-block-column { min-width: 0; }
.hero-deck { max-width: 720px; margin-bottom: 2rem; color: #c5d3e2; font-size: clamp(1.08rem,1.5vw,1.27rem); line-height: 1.65; }
.button-row { gap: 1rem; }
.wp-block-button__link { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; }
.button-primary .wp-block-button__link { background: var(--halo-blue-light); color: var(--halo-ink); }
.button-primary .wp-block-button__link:hover { background: #78a9f7; }
.button-secondary .wp-block-button__link { border-color: rgba(255,255,255,.32) !important; color: var(--halo-white) !important; }
.button-secondary .wp-block-button__link:hover { background: rgba(255,255,255,.08) !important; }
.button-ink .wp-block-button__link { background: var(--halo-ink); color: var(--halo-white); }
.hero-note { margin: 1.3rem 0 0; color: #8fa7be; font-size: .82rem; }
.systems-visual { position: relative; width: 100%; aspect-ratio: .92; border: 1px solid rgba(185,210,255,.16); border-radius: var(--halo-radius-lg); background: linear-gradient(145deg,rgba(21,48,77,.76),rgba(7,22,41,.35)); box-shadow: 0 42px 110px rgba(0,0,0,.32); overflow: hidden; }
.visual-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(185,210,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(185,210,255,.15) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom,#000,transparent); }
.system-core { position: absolute; z-index: 3; inset: 50% auto auto 50%; width: 154px; height: 154px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: translate(-50%,-50%); border: 1px solid rgba(120,215,232,.5); border-radius: 50%; background: rgba(7,22,41,.93); box-shadow: 0 0 0 18px rgba(54,113,214,.08),0 0 60px rgba(87,144,238,.18); text-align: center; }
.system-core span { color: var(--halo-cyan); font-size: .68rem; font-weight: 850; letter-spacing: .18em; }
.system-core strong { max-width: 90px; font-size: .9rem; line-height: 1.2; }
.system-node { position: absolute; z-index: 4; width: 148px; padding: .85rem; border: 1px solid rgba(185,210,255,.22); border-radius: .75rem; background: rgba(11,32,56,.92); box-shadow: 0 16px 38px rgba(0,0,0,.24); }
.system-node span { float: right; color: var(--halo-blue-pale); font-size: .62rem; font-weight: 800; }
.system-node strong,.system-node small { display: block; }
.system-node strong { font-size: .82rem; }
.system-node small { margin-top: .2rem; color: #8fa7be; font-size: .68rem; }
.node-intake { top: 10%; left: 8%; }.node-workflow { top: 13%; right: 6%; }.node-system { bottom: 10%; left: 7%; }.node-outcome { right: 6%; bottom: 12%; }
.signal { position: absolute; z-index: 2; inset: 50% auto auto 50%; width: 63%; height: 63%; transform: translate(-50%,-50%) rotate(45deg); border: 1px solid rgba(87,144,238,.3); }
.signal-b { width: 43%; height: 43%; border-color: rgba(120,215,232,.25); }

/* Story sections */
.problem-band { padding: 5.5rem 0; background: var(--halo-paper); border-bottom: 1px solid var(--halo-border-soft); }
.section-heading { max-width: 860px; margin-bottom: 3.4rem; }
.section-heading > p:last-child { max-width: 700px; color: var(--halo-slate); font-size: 1.08rem; }
.section-heading.compact { display: grid; grid-template-columns: .6fr 1.35fr; gap: 1rem 4rem; max-width: 1180px; }
.section-heading.compact h2,.section-heading.compact > p:last-child { grid-column: 2; }
.section-heading.compact .eyebrow { grid-row: 1 / span 2; grid-column: 1; }
.problem-list,.method-flow { gap: 0; border-top: 1px solid var(--halo-border); }
.problem-list > .wp-block-column,.method-flow > .wp-block-column { min-height: 215px; padding: 1.5rem 1.5rem 0; border-right: 1px solid var(--halo-border); }
.problem-list > .wp-block-column:first-child,.method-flow > .wp-block-column:first-child { padding-left: 0; }
.problem-list > .wp-block-column:last-child,.method-flow > .wp-block-column:last-child { border-right: 0; }
.item-index,.card-index { color: var(--halo-blue); font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.problem-list h3 { margin-top: 3rem; }
.problem-list p,.pillar-card p,.method-flow p,.why-list p { color: var(--halo-slate); }
.pillar-grid { gap: 1.25rem; }
.pillar-card { min-height: 430px; display: flex; flex-direction: column; padding: 1.8rem; border: 1px solid var(--halo-border-soft); border-radius: var(--halo-radius-md); background: var(--halo-paper); }
.pillar-featured { background: var(--halo-ink); color: var(--halo-white); }
.pillar-featured p { color: #b9c9d9; }
.card-symbol { width: 58px; height: 58px; margin: 2rem 0 3rem; position: relative; color: var(--halo-blue); }
.pillar-featured .card-symbol { color: var(--halo-cyan); }
.system-symbol { display: flex; align-items: center; justify-content: space-between; }
.system-symbol i { width: 15px; height: 15px; border: 2px solid currentColor; border-radius: 50%; }
.cloud-symbol::before { content: ""; position: absolute; left: 7px; top: 23px; width: 45px; height: 22px; border: 2px solid currentColor; border-radius: 15px; }
.cloud-symbol::after { content: ""; position: absolute; left: 18px; top: 10px; width: 26px; height: 26px; border: 2px solid currentColor; border-bottom-color: var(--halo-paper); border-radius: 50%; }
.automation-symbol i { position: absolute; width: 12px; height: 12px; border: 2px solid currentColor; transform: rotate(45deg); }
.automation-symbol i:nth-child(1){left:2px;top:24px}.automation-symbol i:nth-child(2){left:24px;top:5px}.automation-symbol i:nth-child(3){right:2px;bottom:6px}
.pillar-card h3 { font-size: 1.55rem; }
.pillar-card .card-link { margin-top: auto; }
.card-link a { color: var(--halo-blue); font-size: .88rem; font-weight: 750; }
.pillar-featured .card-link a { color: var(--halo-cyan); }
.method-section { background: var(--halo-paper); }
.method-flow > .wp-block-column { position: relative; min-height: 250px; }
.step-number { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; background: var(--halo-ink); color: var(--halo-white) !important; font-size: .7rem; }
.method-flow > .wp-block-column:not(:last-child)::after { content: ""; position: absolute; top: 33px; left: 50px; right: 14px; height: 1px; background: var(--halo-blue-pale); }
.method-flow h3 { margin-top: 4.2rem; }
.product-signal { padding: 7rem 0; }
.product-grid { gap: 7rem; }
.product-copy > p { color: #b9c9d9; font-size: 1.06rem; }
.product-lens { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; margin: 2.2rem 0; padding: 1.1rem; border: 1px solid rgba(185,210,255,.16); border-radius: var(--halo-radius-sm); background: rgba(255,255,255,.035); }
.product-lens > span { display: grid; gap: .3rem; }.product-lens small { color: var(--halo-cyan); font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.product-lens strong { color: var(--halo-white); font-size: .92rem; line-height: 1.4; }.product-lens b { color: var(--halo-blue-light); }
.evidence-note { font-size: .82rem !important; }.evidence-note span { color: var(--halo-cyan); margin-right: .5rem; }
.why-section { background: var(--halo-white); }
.why-grid { gap: 7rem; }
.why-list { border-top: 1px solid var(--halo-border); }
.why-item { gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--halo-border-soft); }
.why-arrow { color: var(--halo-blue) !important; font-size: 1.2rem; }
.why-item h3,.why-item p { margin-bottom: .2rem; }
.salesforce-bridge { padding: 5rem 0; background: #dfeaff; }
.bridge-grid { gap: 2rem 3rem; }
.bridge-kicker { color: var(--halo-blue-dark); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.bridge-grid h2 { margin: 0; font-size: clamp(1.8rem,2.7vw,2.75rem); }
.bridge-grid p { color: var(--halo-slate); }
.final-cta { padding: 7rem 0; }
.cta-grid { gap: 5rem; }
.cta-action { align-self: end; }
.staging-note { max-width: 260px; margin: .8rem 0 0; color: #8fa7be; font-size: .72rem; }

/* Footer and generic templates */
.site-footer { margin: 0; padding: 3.5rem 0; background: #040f1e; color: #9eb0c4; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { gap: 4rem; }
.footer-brand { color: var(--halo-white); }
.footer-brand .brand-logo-horizontal { width: 220px; }
.footer-grid > .wp-block-column:first-child > p { max-width: 310px; margin-top: 1.2rem; font-size: .82rem; }
.footer-nav a { color: #c1cede; font-size: .82rem; }
.footer-meta { font-size: .72rem; }
.halo-generic-main { min-height: 60vh; padding: 0; }

/* Phase 3C secondary-page system */
.secondary-page { margin: 0; }
.secondary-page .alignwide { width: min(100% - 3rem,1180px); margin-inline: auto; }
.secondary-hero { position: relative; min-height: 690px; padding: 11rem 0 6rem; overflow: hidden; }
.secondary-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 79% 40%,rgba(54,113,214,.22),transparent 31%),linear-gradient(120deg,transparent 48%,rgba(120,215,232,.045)); }
.secondary-hero-grid { position: relative; display: grid !important; grid-template-columns: minmax(0,1.08fr) minmax(330px,.7fr); align-items: center; gap: 6rem; }
.secondary-hero h1 { max-width: 850px; font-size: clamp(3.15rem,5.4vw,5.7rem); }
.secondary-deck { max-width: 720px; margin: 1.6rem 0 2rem; color: #c5d3e2; font-size: clamp(1.08rem,1.6vw,1.28rem); line-height: 1.65; }
.secondary-section { padding: 7rem 0; background: var(--halo-white); }
.section-tint { background: var(--halo-paper); }
.compact-heading { margin-bottom: 2.4rem; }
.secondary-section a:not(.wp-block-button__link) { color: var(--halo-blue-dark); font-weight: 720; }

.workflow-map { display: grid; grid-template-columns: 1fr auto 1fr; gap: .9rem; align-items: center; padding: 2rem; border: 1px solid rgba(185,210,255,.18); border-radius: var(--halo-radius-lg); background: rgba(11,32,56,.78); }
.workflow-map span { display: grid; place-items: center; min-height: 92px; padding: 1rem; border: 1px solid rgba(120,215,232,.28); border-radius: var(--halo-radius-sm); color: var(--halo-white); font-weight: 750; }
.workflow-map i { width: 24px; height: 1px; background: var(--halo-cyan); opacity: .7; }
.workflow-map i:nth-of-type(2) { display: none; }

.outcome-grid { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.outcome-grid.three-up { grid-template-columns: repeat(3,minmax(0,1fr)); }
.outcome-card { min-width: 0; min-height: 285px; padding: 1.6rem; border: 1px solid var(--halo-border-soft); border-radius: var(--halo-radius-md); background: var(--halo-paper); }
.outcome-card h2,.outcome-card h3 { margin-top: 2.5rem; font-size: 1.45rem; }
.outcome-card p:last-child { color: var(--halo-slate); }
.capability-bridge,.split-story,.engagement-grid,.founder-grid,.contact-grid { gap: 6rem; }
.capability-list { border-top: 1px solid var(--halo-border); }
.capability-row { display: grid; grid-template-columns: minmax(180px,.5fr) 1fr; gap: 2rem; padding: 1.45rem 0; border-bottom: 1px solid var(--halo-border-soft); }
.capability-row h3,.capability-row p { margin: 0; }
.capability-row h3 { font-size: 1.15rem; }
.capability-row p { color: var(--halo-slate); }

.platform-orbit,.halo-principle-mark { position: relative; min-height: 390px; border: 1px solid rgba(185,210,255,.18); border-radius: 50%; background: radial-gradient(circle,rgba(54,113,214,.24),rgba(7,22,41,.12) 55%); }
.platform-orbit strong,.halo-principle-mark strong { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 138px; height: 138px; border: 1px solid var(--halo-cyan); border-radius: 50%; color: var(--halo-white); }
.platform-orbit span,.halo-principle-mark span { position: absolute; padding: .55rem .8rem; border: 1px solid rgba(185,210,255,.22); border-radius: 2rem; background: var(--halo-navy); color: #dce8f7; font-size: .78rem; font-weight: 700; }
.platform-orbit span:nth-of-type(1),.halo-principle-mark span:nth-of-type(1){top:12%;left:38%}.platform-orbit span:nth-of-type(2),.halo-principle-mark span:nth-of-type(2){top:44%;right:4%}.platform-orbit span:nth-of-type(3),.halo-principle-mark span:nth-of-type(3){bottom:11%;left:38%}.platform-orbit span:nth-of-type(4),.halo-principle-mark span:nth-of-type(4){top:44%;left:4%}
.boundary-panel { padding: 2.2rem; border-radius: var(--halo-radius-lg); background: var(--halo-ink); color: var(--halo-white); }
.boundary-panel p { color: #b9c9d9; }
.boundary-panel .panel-label { color: var(--halo-cyan); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.story-copy { color: var(--halo-slate); font-size: 1.12rem; }

.decision-stack { display: grid; gap: .75rem; padding: 2rem; border: 1px solid rgba(185,210,255,.18); border-radius: var(--halo-radius-lg); background: rgba(11,32,56,.72); }
.decision-stack span,.decision-stack strong { position: relative; padding: .9rem 1rem; border: 1px solid rgba(185,210,255,.18); border-radius: var(--halo-radius-sm); color: #dce8f7; }
.decision-stack span::after { content: "↓"; position: absolute; right: 1rem; color: var(--halo-cyan); }
.decision-stack strong { border-color: rgba(120,215,232,.5); background: rgba(54,113,214,.16); color: var(--halo-white); text-align: center; }
.comparison-grid { gap: 1.25rem; }
.comparison-card { min-height: 360px; padding: 2rem; border: 1px solid var(--halo-border); border-radius: var(--halo-radius-lg); background: var(--halo-white); }
.comparison-card.featured { background: var(--halo-ink); color: var(--halo-white); }
.comparison-card.featured li { color: #c5d3e2; }
.comparison-card ul { margin: 2rem 0 0; padding-left: 1.25rem; color: var(--halo-slate); }
.comparison-card li { margin-bottom: .65rem; }
.use-case-list { border-top: 1px solid var(--halo-border); }
.use-case { display: grid; grid-template-columns: 42px 1fr; gap: 1.2rem; padding: 1.15rem 0; border-bottom: 1px solid var(--halo-border-soft); }
.use-case > span { color: var(--halo-blue); font-size: .72rem; font-weight: 850; }
.use-case h3,.use-case p { margin: 0; }.use-case h3 { font-size: 1.08rem; }.use-case p { color: var(--halo-slate); }
.principles-grid { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.principle-card { min-width: 0; padding: 1.6rem; border-top: 2px solid var(--halo-blue); background: var(--halo-white); }
.principle-card h3 { font-size: 1.25rem; }.principle-card p { color: var(--halo-slate); }
.founder-card { padding: 2rem; border: 1px solid var(--halo-border-soft); border-radius: var(--halo-radius-lg); background: var(--halo-paper); }
.founder-initials { display: grid; place-items: center; width: 110px; height: 110px; border-radius: 50%; background: var(--halo-ink); color: var(--halo-white); font-size: 2rem; font-weight: 800; letter-spacing: -.04em; }

.contact-hero { min-height: 520px; }
.contact-intro { position: relative; max-width: 880px; margin-inline: auto; text-align: center; }
.contact-section { padding: 6rem 0; background: var(--halo-white); }
.contact-context ol { margin: 2rem 0; padding: 0; list-style: none; counter-reset: contact-step; }
.contact-context li { counter-increment: contact-step; display: grid; grid-template-columns: 36px 1fr; padding: 1rem 0; border-top: 1px solid var(--halo-border-soft); }
.contact-context li::before { content: "0" counter(contact-step); color: var(--halo-blue); font-size: .72rem; font-weight: 850; }
.contact-context li strong,.contact-context li span { grid-column: 2; }.contact-context li span { color: var(--halo-slate); font-size: .9rem; }
.contact-boundary { padding: 1rem; border-left: 3px solid var(--halo-blue); background: var(--halo-paper); color: var(--halo-slate); font-size: .85rem; }
.form-shell { padding: 2.2rem; border: 1px solid var(--halo-border-soft); border-radius: var(--halo-radius-lg); background: var(--halo-paper); }
.halo-workflow-form { display: grid; gap: 1.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: grid; gap: .45rem; }
.form-field label { color: var(--halo-ink); font-size: .85rem; font-weight: 780; }
.form-field input,.form-field textarea { width: 100%; box-sizing: border-box; border: 1px solid #a8b7c8; border-radius: var(--halo-radius-sm); background: var(--halo-white); color: var(--halo-ink); font: inherit; padding: .78rem .85rem; }
.form-field input:focus,.form-field textarea:focus { outline: 3px solid rgba(54,113,214,.28); outline-offset: 2px; border-color: var(--halo-blue-dark); }
.field-guidance { margin: 0; color: var(--halo-slate); font-size: .78rem; }
.form-boundary { display: grid; gap: .2rem; padding: .85rem 1rem; border: 1px solid var(--halo-border); border-radius: var(--halo-radius-sm); background: var(--halo-white); font-size: .78rem; }
.form-boundary span { color: var(--halo-slate); }
.halo-submit { min-height: 52px; border: 0; border-radius: var(--halo-radius-sm); background: var(--halo-blue-light); color: var(--halo-ink); font: inherit; font-weight: 800; cursor: pointer; }
.halo-submit:hover { background: #78a9f7; }.halo-submit:focus-visible { outline: 3px solid var(--halo-blue-dark); outline-offset: 3px; }
.form-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.form-status { margin-bottom: 1.2rem; padding: 1rem; border-radius: var(--halo-radius-sm); }
.form-status h2 { margin: 0 0 .35rem; font-size: 1.2rem; }.form-status p { margin: 0; }
.form-status-success { border: 1px solid #4f8d72; background: #eaf7f0; }.form-status-error { border: 1px solid #b25f5f; background: #fff0f0; }
.contact-expectation { padding: 5rem 0; }

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

@media (max-width: 980px) {
  .halo-home .alignwide,.secondary-page .alignwide,.site-header .alignwide,.site-footer .alignwide { width: min(100% - 2.4rem,780px); }
  .hero { min-height: auto; padding-top: 10rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 4rem; }
  .systems-visual { max-width: 620px; margin-inline: auto; aspect-ratio: 1.18; }
  .section-heading.compact { grid-template-columns: 1fr; gap: 0; }
  .section-heading.compact h2,.section-heading.compact > p:last-child,.section-heading.compact .eyebrow { grid-column: 1; grid-row: auto; }
  .problem-list,.method-flow { flex-wrap: wrap !important; }
  .problem-list > .wp-block-column,.method-flow > .wp-block-column { flex-basis: 50% !important; }
  .product-grid,.why-grid { flex-wrap: wrap !important; gap: 2.5rem; }
  .product-grid > .wp-block-column,.why-grid > .wp-block-column { flex-basis: 100% !important; }
  .bridge-grid { flex-wrap: wrap !important; }
  .bridge-grid > .wp-block-column { flex-basis: 100% !important; }
  .cta-grid { flex-wrap: wrap !important; gap: 2.5rem; }
  .cta-grid > .wp-block-column { flex-basis: 100% !important; }
  .secondary-hero { min-height: auto; padding-top: 10rem; }
  .secondary-hero-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .workflow-map,.platform-orbit,.halo-principle-mark,.decision-stack { max-width: 620px; width: 100%; margin-inline: auto; }
  .outcome-grid,.outcome-grid.three-up,.principles-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .capability-bridge,.split-story,.engagement-grid,.founder-grid,.contact-grid { flex-wrap: wrap !important; gap: 2.5rem; }
  .capability-bridge > .wp-block-column,.split-story > .wp-block-column,.engagement-grid > .wp-block-column,.founder-grid > .wp-block-column,.contact-grid > .wp-block-column { flex-basis: 100% !important; }
}

@media (max-width: 700px) {
  .halo-home .alignwide,.secondary-page .alignwide,.site-header .alignwide,.site-footer .alignwide { width: calc(100% - 2rem); }
  .nav-shell { min-height: 76px; }
  .site-header .brand-logo-horizontal { display: none; }
  .site-header .brand-logo-icon { display: block; }
  .section { padding: 4.15rem 0; }
  .hero { padding: 8.1rem 0 4.25rem; }
  .hero::before { height: 600px; }
  .hero-grid { gap: 2.7rem; }
  .halo-home h1 { font-size: clamp(2.7rem,12vw,3.8rem); }
  .hero-deck { font-size: 1rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .wp-block-button,.button-row .wp-block-button__link { width: 100%; }
  .hero-note { text-align: center; }
  .systems-visual { aspect-ratio: .9; }
  .system-node { width: 118px; padding: .65rem; }
  .system-node small { display: none; }
  .system-core { width: 120px; height: 120px; }
  .node-intake{top:7%;left:5%}.node-workflow{top:9%;right:5%}.node-system{left:5%;bottom:8%}.node-outcome{right:5%;bottom:10%}
  .problem-band { padding: 3.65rem 0; }
  .problem-list,.pillar-grid,.method-flow { flex-direction: column !important; }
  .problem-list > .wp-block-column,.pillar-grid > .wp-block-column,.method-flow > .wp-block-column { flex-basis: auto !important; width: 100%; }
  .problem-list > .wp-block-column,.problem-list > .wp-block-column:first-child { min-height: auto; padding: 1.1rem 0; border-right: 0; border-top: 1px solid var(--halo-border); }
  .problem-list > .wp-block-column:first-child { border-top: 0; }
  .problem-list h3 { margin-top: .9rem; }
  .pillar-card { min-height: 340px; }
  .card-symbol { margin: 1.4rem 0 2rem; }
  .product-signal { padding: 4.15rem 0; }
  .product-lens { grid-template-columns: 1fr; gap: .75rem; }
  .product-lens b { transform: rotate(90deg); justify-self: start; margin-left: 1rem; }
  .method-flow { border-top: 0; }
  .method-flow > .wp-block-column,.method-flow > .wp-block-column:first-child { min-height: auto; display: grid; grid-template-columns: 42px 1fr; column-gap: .85rem; padding: 1.05rem 0; border-right: 0; border-top: 1px solid var(--halo-border); }
  .method-flow > .wp-block-column > *:not(.step-number) { grid-column: 2; }
  .method-flow h3 { margin: 0; }
  .method-flow > .wp-block-column::after { display: none; }
  .why-grid { gap: 1.5rem; }
  .final-cta { padding: 4.25rem 0; }
  .cta-action .wp-block-button,.cta-action .wp-block-button__link { width: 100%; }
  .footer-grid { flex-wrap: wrap !important; gap: 2.5rem; }
  .footer-grid > .wp-block-column { flex-basis: 100% !important; }
  .secondary-hero { padding: 8.4rem 0 4.25rem; }
  .secondary-hero h1 { font-size: clamp(2.65rem,12vw,3.75rem); }
  .secondary-deck { font-size: 1rem; }
  .secondary-section,.contact-section { padding: 4.15rem 0; }
  .outcome-grid,.outcome-grid.three-up,.principles-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: auto; }
  .capability-row { grid-template-columns: 1fr; gap: .45rem; }
  .workflow-map { grid-template-columns: 1fr; padding: 1.2rem; }
  .workflow-map span { min-height: 58px; }.workflow-map i { width: 1px; height: 18px; justify-self: center; }.workflow-map i:nth-of-type(2) { display: block; }
  .platform-orbit,.halo-principle-mark { min-height: 330px; }
  .platform-orbit span:nth-of-type(1),.halo-principle-mark span:nth-of-type(1){top:8%;left:34%}.platform-orbit span:nth-of-type(3),.halo-principle-mark span:nth-of-type(3){bottom:8%;left:34%}
  .comparison-grid { flex-direction: column !important; }.comparison-grid > .wp-block-column { flex-basis: 100% !important; }
  .comparison-card { min-height: auto; }
  .form-row { grid-template-columns: 1fr; }
  .form-shell { padding: 1.15rem; }
  .contact-intro { text-align: left; }
}

@media (forced-colors: active) {
  .systems-visual,.system-node,.system-core,.pillar-card { border: 1px solid CanvasText; }
}
