:root {
  --blue: #0866f5;
  --blue-deep: #043da7;
  --red: #ff2b20;
  --orange: #ff8a00;
  --navy: #031f4c;
  --ink: #111318;
  --muted: #5f6877;
  --line: #e7ebf1;
  --surface: #f7f9fc;
  --white: #fff;
  --shadow: 0 12px 30px rgba(25, 48, 89, .10);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: clip; color: var(--ink); background: var(--white); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible { outline: 3px solid #ff9a00; outline-offset: 3px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text, .skip-link { position: absolute; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { clip: auto; width: auto; height: auto; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--navy); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 48px; padding: 0 24px; border-radius: 999px; color: #fff; font-size: 13px; font-weight: 700; box-shadow: 0 8px 20px rgba(8, 102, 245, .20); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(8, 102, 245, .28); }
.button--blue { background: linear-gradient(135deg, #0874ff, #0655e8); }
.button--red { background: linear-gradient(135deg, #ff3827, #ff180d); box-shadow: 0 8px 20px rgba(255, 43, 32, .2); }
.button--small { min-height: 40px; padding: 0 18px; font-size: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.site-header__inner { display: grid; grid-template-columns: 210px 1fr auto; gap: 25px; align-items: center; min-height: 68px; }
.brand { display: inline-flex; align-items: baseline; font-size: 25px; font-weight: 800; letter-spacing: -.045em; }
.brand__word { color: transparent; background: linear-gradient(96deg, #0866f5 4%, #0756df 36%, #ef1748 72%, #ff7a00 100%); background-clip: text; -webkit-background-clip: text; }
.brand__word > span { color: transparent; }
.brand__suffix { margin-left: 2px; color: var(--blue); font-size: 12px; letter-spacing: -.02em; }
.custom-logo { width: auto; max-height: 42px; }
.site-nav__list { display: flex; justify-content: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.site-nav a { font-size: 14px; font-weight: 500; }
.site-nav a:hover { color: var(--blue); }
.site-header__cta { min-height: 42px; padding-inline: 23px; font-size: 12px; }
.nav-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; overflow: hidden; min-height: 620px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 0%, #fff 0, #fff 34%, #f7faff 100%); }
.hero::before { content: ''; position: absolute; inset: 55% 0 0; opacity: .34; background-image: linear-gradient(rgba(8, 102, 245, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 102, 245, .08) 1px, transparent 1px); background-size: 34px 34px; transform: perspective(500px) rotateX(60deg) scale(1.3); transform-origin: bottom; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1fr 1.04fr 1fr; min-height: 620px; }
.hero-side { position: relative; padding: 34px 0 0; }
.hero-side__copy { position: relative; z-index: 3; max-width: 250px; }
.hero-side__copy--right { margin-left: auto; text-align: left; }
.hero-side__copy .eyebrow { margin: 0; color: var(--ink); font-size: 25px; font-weight: 800; line-height: 1.08; }
.hero-side__copy h2 { margin: 0 0 12px; font-size: 25px; line-height: 1.08; }
.hero-side__copy h2 span { color: var(--blue); }
.hero-side--growth h2 span { color: var(--red); }
.hero-side__copy > p:not(.eyebrow) { margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.hero-center { position: relative; z-index: 5; padding-top: 62px; text-align: center; }
.hero-center__kicker { margin: 0 0 14px; color: #a84f00; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-center__kicker span { color: var(--blue); }
.hero-center__kicker b { color: var(--red); }
.hero-center h1 { margin: 0; font-size: clamp(38px, 4.1vw, 55px); font-weight: 800; letter-spacing: -.055em; line-height: .96; }
.hero-center h1 em { color: var(--red); font-style: normal; }
.hero-center > p:not(.hero-center__kicker) { max-width: 400px; margin: 20px auto; color: var(--muted); font-size: 14px; }
.experience { position: absolute; top: 468px; left: 50%; display: flex; align-items: center; justify-content: center; width: 148px; transform: translateX(-50%); text-align: center; }
.experience > div { min-width: 72px; }
.experience strong { display: block; color: var(--blue); font-size: 24px; line-height: 1; }
.experience div > span { display: block; max-width: 70px; margin: 5px auto 0; font-size: 10px; font-weight: 700; line-height: 1.15; }
.experience small { display: block; margin-top: 7px; color: #6b7280; font-size: 7px; letter-spacing: 2px; }
.experience__laurel { max-width: none; margin: 0; color: #cfd4dc; font-family: Georgia, serif; font-size: 42px; font-weight: 400; line-height: 1; transform: scaleX(.55); }

.feature-list { position: absolute; z-index: 4; top: 325px; margin: 0; padding: 0; list-style: none; }
.feature-list--left { left: -14px; }
.feature-list--right { right: -10px; }
.feature-list li { display: grid; grid-template-columns: 26px 118px; gap: 9px; align-items: center; margin: 13px 0; font-size: 11px; font-weight: 600; line-height: 1.25; }
.feature-list--right li { grid-template-columns: 26px 112px; }
.feature-list li > span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 4px; color: #fff; background: var(--blue); font-size: 14px; line-height: 26px; }
.feature-list--right li > span { background: var(--red); }
.bd-icon { display: inline-grid; place-items: center; font-style: normal; font-weight: 800; line-height: 1; }
.bd-icon::before { display: block; }
.bd-icon--code::before { content: "</>"; font-size: 10px; letter-spacing: -.12em; }
.bd-icon--layout::before { content: "▦"; font-size: 16px; }
.bd-icon--tools::before { content: "◆"; font-size: 11px; }
.bd-icon--check::before { content: "✓"; font-size: 16px; }
.bd-icon--growth::before { content: "↗"; font-size: 17px; }
.bd-icon--search::before { content: "⌕"; font-size: 19px; transform: rotate(-12deg); }
.bd-icon--heart::before { content: "♥"; font-size: 15px; }
.bd-icon--analytics::before { content: "▥"; font-size: 16px; }
.bd-icon--star::before { content: "★"; font-size: 15px; }

.creation-visual, .growth-visual { position: absolute; inset: 155px 0 15px; }
.creation-visual img, .growth-visual img { position: absolute; bottom: 0; width: auto; max-width: none; height: 88%; filter: drop-shadow(0 16px 18px rgba(15, 50, 104, .1)); }
.creation-visual img { left: 34%; }
.growth-visual img { right: 34%; }
.creation-visual__grid { position: absolute; left: 22px; bottom: 20px; width: 330px; height: 210px; border: 2px solid #58b8ff; border-radius: 48% 48% 12% 12%; background: repeating-linear-gradient(0deg, rgba(0, 150, 255, .25) 0 1px, transparent 1px 18px), repeating-linear-gradient(90deg, rgba(0, 150, 255, .24) 0 1px, transparent 1px 18px), linear-gradient(135deg, #075cff, #001c75); box-shadow: 0 22px 35px rgba(0, 60, 170, .28), inset 0 0 35px rgba(39, 208, 255, .55); transform: perspective(600px) rotateX(55deg) rotateZ(-7deg); }
.creation-visual__platform { position: absolute; left: 45px; bottom: 48px; width: 300px; height: 62px; border: 6px solid #0d7df5; border-radius: 50%; box-shadow: 0 10px 28px rgba(0, 81, 255, .5), inset 0 0 18px #0ff; }
.creation-visual__cube { position: absolute; left: 157px; bottom: 126px; width: 94px; height: 92px; padding: 25px 6px; color: #fff; background: linear-gradient(135deg, #0887ff, #002579); box-shadow: -18px 23px 32px rgba(0, 48, 156, .3); transform: rotate(-5deg) skewY(2deg); text-align: center; }
.creation-visual__cube span { font-size: 15px; font-weight: 800; }
.creation-visual__cube b { display: block; font-size: 20px; }
.creation-visual__arm { position: absolute; left: 45px; bottom: 165px; width: 150px; height: 190px; transform: rotate(18deg); }
.creation-visual__arm i { position: absolute; width: 35px; height: 95px; border: 8px solid #94a9bd; border-radius: 20px; background: linear-gradient(90deg, #edf4fa, #9fb0c0); box-shadow: inset 0 0 0 3px #60758b; }
.creation-visual__arm i:nth-child(1) { bottom: 0; left: 10px; transform: rotate(-30deg); }
.creation-visual__arm i:nth-child(2) { bottom: 68px; left: 66px; transform: rotate(52deg); }
.creation-visual__arm i:nth-child(3) { width: 28px; height: 60px; bottom: 119px; left: 118px; transform: rotate(12deg); }

.growth-visual__tablet { position: absolute; left: 6px; right: 6px; bottom: 28px; height: 265px; overflow: hidden; border: 11px solid #223759; border-radius: 38px; background: linear-gradient(155deg, #163a79, #061c46 65%); box-shadow: 0 28px 35px rgba(1, 22, 62, .3); transform: perspective(650px) rotateX(53deg) rotateZ(-8deg); }
.growth-visual__tablet::after { content: ''; position: absolute; inset: 20px; background-image: linear-gradient(rgba(39, 165, 255, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(39, 165, 255, .18) 1px, transparent 1px); background-size: 32px 32px; }
.growth-visual__tablet > span { position: absolute; z-index: 2; top: 25px; left: 25px; color: #fff; font-size: 25px; font-weight: 800; }
.growth-visual__bars { position: absolute; z-index: 3; right: 45px; bottom: 80px; display: flex; align-items: end; gap: 7px; height: 180px; transform: skewY(-8deg); }
.growth-visual__bars i { width: 25px; background: linear-gradient(90deg, #ff9b00, #ff5d00); box-shadow: 5px 6px 0 #cc3b00; }
.growth-visual__bars i:nth-child(1) { height: 45px; }.growth-visual__bars i:nth-child(2) { height: 73px; }.growth-visual__bars i:nth-child(3) { height: 102px; }.growth-visual__bars i:nth-child(4) { height: 135px; }.growth-visual__bars i:nth-child(5) { height: 170px; }
.growth-visual__rocket { position: absolute; z-index: 5; right: 125px; bottom: 150px; width: 62px; height: 150px; border-radius: 70% 70% 34% 34%; background: linear-gradient(90deg, #f7f9fc, #b7c5d8); transform: rotate(38deg); box-shadow: 10px 12px 15px rgba(4, 31, 76, .25); }
.growth-visual__rocket::before { content: ''; position: absolute; left: 17px; top: 34px; width: 27px; height: 27px; border: 6px solid #153459; border-radius: 50%; background: #16a4ff; }
.growth-visual__rocket b, .growth-visual__rocket span { position: absolute; bottom: -28px; left: 18px; width: 25px; height: 46px; border-radius: 50%; background: linear-gradient(#ffd20c, #ff2700); }
.growth-visual__rocket span { bottom: -52px; left: 24px; width: 14px; height: 45px; }
.growth-visual__target { position: absolute; z-index: 2; top: 42px; right: 0; width: 104px; height: 104px; border: 12px solid var(--red); border-radius: 50%; background: radial-gradient(circle, #fff 0 14%, var(--red) 15% 28%, #fff 29% 45%, var(--red) 46% 62%, #fff 63%); }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip__inner { display: grid; grid-template-columns: 260px 1fr; align-items: center; min-height: 72px; }
.trust-strip p { margin: 0; font-size: 13px; }
.trust-strip strong { color: var(--blue); }
.logo-row { display: flex; justify-content: space-around; align-items: center; padding-left: 25px; border-left: 1px solid var(--line); color: #536070; font-weight: 700; }
.client-logo { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.client-logo i { color: #41516a; font-size: 16px; font-style: normal; font-weight: 800; line-height: 1; }
.client-logo--techify { font-size: 15px; letter-spacing: -.04em; }.client-logo--techify i { font-family: Georgia, serif; }
.client-logo--hexalab { font-size: 11px; letter-spacing: .06em; }.client-logo--hexalab i { font-size: 20px; }
.client-logo--elevate { font-size: 12px; }.client-logo--elevate i { color: var(--blue); }
.client-logo--netspire { font-size: 12px; }.client-logo--netspire i { font-size: 19px; font-weight: 900; }
.client-logo--visionary { font-size: 12px; }.client-logo--visionary i { font-size: 13px; }

.services { padding: 38px 0 44px; background: #fff; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin: 0 4px 25px; }
.section-heading h2 { position: relative; margin: 0; padding-bottom: 10px; font-size: 27px; letter-spacing: -.04em; }
.section-heading h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 66px; height: 2px; background: linear-gradient(90deg, var(--blue) 55%, var(--red) 55%); }
.section-heading h2 span { color: var(--red); }
.section-heading p { max-width: 360px; margin: 0; color: var(--muted); font-size: 13px; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
.service-card { min-height: 195px; padding: 22px 17px 16px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
.service-card__icon { display: grid; place-items: center; width: 32px; height: 32px; margin-bottom: 18px; border-radius: 7px; color: #fff; font-size: 15px; font-weight: 800; }
.service-card__icon .dashicons { width: 18px; height: 18px; font-size: 18px; line-height: 18px; }
.service-card__icon .bd-icon { width: 18px; height: 18px; }
.service-card__icon--blue { background: var(--blue); }.service-card__icon--red { background: var(--red); }.service-card__icon--orange { background: var(--orange); }
.service-card h3 { margin: 0 0 9px; font-size: 14px; }
.service-card p { min-height: 74px; margin: 0 0 14px; color: var(--muted); font-size: 12px; }
.service-card a { display: flex; justify-content: space-between; align-items: center; min-height: 44px; color: var(--blue); font-size: 12px; font-weight: 600; }

.closing-cta { color: #fff; background: linear-gradient(110deg, #061d43, #032d66); }
.closing-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; min-height: 96px; }
.closing-cta__message { display: flex; gap: 24px; align-items: center; }
.closing-cta h2 { margin: 0 0 2px; font-size: 20px; }.closing-cta h2 span { color: var(--red); }.closing-cta p { margin: 0; font-size: 13px; }
.paper-plane { flex: 0 0 92px; width: 92px; height: 58px; }
.paper-plane svg { display: block; width: 100%; height: 100%; overflow: visible; }
.paper-plane__trail { fill: none; stroke: #2b87ed; stroke-width: 1.6; stroke-linecap: round; stroke-dasharray: 4 5; opacity: .8; }
.paper-plane__trail--short { opacity: .45; }
.paper-plane circle { fill: #55a9ff; }
.paper-plane__body { fill: #f8fbff; stroke: #78baff; stroke-width: 1.2; filter: drop-shadow(0 6px 6px rgba(0, 91, 210, .28)); }
.paper-plane__wing { fill: #53a9ff; }
.paper-plane__fold { fill: none; stroke: #197eea; stroke-width: 1.5; stroke-linejoin: round; }
.site-footer { color: #bfcee2; background: #02142f; }.site-footer__cta { border-bottom: 1px solid rgba(255,255,255,.12); background: linear-gradient(105deg,#073d87,#061b3d 62%,#28205a); }.site-footer__cta>.shell { display:flex;justify-content:space-between;gap:45px;align-items:center;min-height:190px;padding-block:42px }.site-footer__cta p{margin:0 0 8px;color:#73baff;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.site-footer__cta h2{max-width:850px;margin:0;color:#fff;font-size:clamp(32px,3.5vw,52px);letter-spacing:-.055em;line-height:1.03}.site-footer__main{display:grid;grid-template-columns:minmax(330px,1.5fr) repeat(3,minmax(150px,.5fr));gap:clamp(35px,6vw,95px);padding-top:78px;padding-bottom:65px}.footer-brand{display:inline-flex;align-items:baseline;margin-bottom:24px;color:#fff;font-size:29px;font-weight:800;letter-spacing:-.055em}.footer-brand span,.footer-brand b{color:#fff}.footer-brand small{margin-left:2px;color:#fff;font-size:12px}.site-footer__brand>p{max-width:520px;margin:0 0 26px;color:#aebfd5;font-size:14px;line-height:1.72}.site-footer__contact{display:inline-flex;gap:12px;color:#fff;font-size:13px;font-weight:800}.site-footer__column h3{margin:5px 0 22px;color:#fff;font-size:13px}.site-footer__column ul{display:grid;gap:13px;margin:0;padding:0;list-style:none}.site-footer__column a{color:#aebfd5;font-size:12px;transition:color .2s ease}.site-footer__column a:hover{color:#fff}.site-footer__bottom{display:flex;justify-content:space-between;gap:30px;padding-top:23px;padding-bottom:23px;border-top:1px solid rgba(255,255,255,.11);font-size:11px}.site-footer__bottom p{margin:0}
.content-page { min-height: 60vh; padding-block: 70px; }

/* Digital Branding inner page */
.branding-page { overflow: hidden; }
.branding-kicker { margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.branding-hero { position: relative; min-height: 650px; background: radial-gradient(circle at 76% 35%, rgba(8, 102, 245, .12), transparent 28%), linear-gradient(135deg, #fff 0%, #f7faff 58%, #fff7f3 100%); }
.branding-hero::after { content: ''; position: absolute; right: -7%; bottom: -45%; width: 58%; height: 70%; border-radius: 50%; background: radial-gradient(ellipse, rgba(255, 43, 32, .12), transparent 67%); }
.branding-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); align-items: center; min-height: 650px; }
.branding-hero__copy { max-width: 650px; padding: 70px 0; }
.branding-hero h1 { margin: 0; font-size: clamp(54px, 5.2vw, 84px); letter-spacing: -.065em; line-height: .94; }
.branding-hero h1 span { color: transparent; background: linear-gradient(100deg, var(--blue) 5%, var(--red) 58%, var(--orange)); background-clip: text; -webkit-background-clip: text; }
.branding-hero__lead { max-width: 640px; margin: 30px 0; color: #465165; font-size: clamp(18px, 1.45vw, 23px); line-height: 1.55; }
.branding-hero__actions { display: flex; align-items: center; gap: 30px; }
.branding-text-link { display: inline-flex; gap: 10px; color: var(--blue-deep); font-size: 13px; font-weight: 700; }
.branding-hero__visual { position: relative; min-height: 540px; }
.branding-hero__visual::before { content: ''; position: absolute; inset: 9% 2% 4% 5%; border: 1px solid rgba(8, 102, 245, .15); border-radius: 46% 54% 44% 56%; background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(228,240,255,.55)); box-shadow: 0 35px 80px rgba(0, 55, 140, .14); transform: rotate(-5deg); }
.branding-hero__visual--image { display: grid; place-items: center; padding: 24px 0; }
.branding-hero__visual--image::before { display: none; }
.branding-hero__image { position: relative; z-index: 2; display: block; width: min(100%, 720px); height: auto; filter: drop-shadow(0 20px 28px rgba(7,48,112,.13)); }
.brand-orbit { position: absolute; z-index: 1; border: 1px solid rgba(8, 102, 245, .18); border-radius: 50%; transform: rotate(-18deg); }
.brand-orbit--one { inset: 17% 2% 12% 8%; }
.brand-orbit--two { inset: 26% 12% 22% 16%; border-color: rgba(255, 43, 32, .2); transform: rotate(20deg); }
.brand-device { position: absolute; z-index: 3; display: flex; flex-direction: column; justify-content: center; color: #fff; box-shadow: 0 28px 55px rgba(2, 33, 89, .24); }
.brand-device .dashicons { position: absolute; top: 18px; left: 20px; width: 28px; height: 28px; font-size: 28px; }
.brand-device b { font-size: 26px; letter-spacing: -.05em; }
.brand-device i { opacity: .8; font-size: 12px; font-style: normal; text-transform: uppercase; letter-spacing: .1em; }
.brand-device--desktop { left: 8%; bottom: 14%; width: 66%; height: 47%; padding: 55px 35px 25px; border: 9px solid #0a2555; border-radius: 25px; background: linear-gradient(145deg, #087cff, #05285e); transform: perspective(800px) rotateY(7deg) rotateX(4deg) rotateZ(-4deg); }
.brand-device--desktop::after { content: ''; position: absolute; left: 12%; right: 12%; bottom: -26px; height: 20px; border-radius: 0 0 50% 50%; background: #102f60; }
.brand-device--mobile { right: 4%; bottom: 11%; width: 27%; height: 47%; padding: 58px 18px 24px; border: 8px solid #fff; border-radius: 28px; background: linear-gradient(155deg, #ff8a00, #ff2b20 58%, #b80a59); transform: rotate(7deg); }
.brand-device--mobile b { font-size: 19px; }
.brand-signal { position: absolute; z-index: 4; display: grid; place-items: center; width: 58px; height: 58px; border: 5px solid #fff; border-radius: 18px; color: #fff; box-shadow: 0 14px 30px rgba(18, 44, 94, .2); }
.brand-signal .dashicons { width: 26px; height: 26px; font-size: 26px; line-height: 26px; }
.brand-signal--heart { top: 15%; left: 20%; background: linear-gradient(145deg, #ff3b2e, #ff7a00); transform: rotate(-10deg); }
.brand-signal--search { top: 21%; right: 11%; background: linear-gradient(145deg, #0b83ff, #0344c4); transform: rotate(8deg); }
.brand-signal--growth { top: 6%; right: 35%; background: linear-gradient(145deg, #ff9c00, #ff4020); transform: rotate(4deg); }
.brand-target { position: absolute; z-index: 2; top: 27%; right: 25%; display: grid; place-items: center; width: 128px; height: 128px; border: 13px solid var(--red); border-radius: 50%; background: radial-gradient(circle, #fff 0 14%, var(--red) 15% 28%, #fff 29% 44%, var(--red) 45% 59%, #fff 60%); box-shadow: 0 18px 35px rgba(255, 43, 32, .18); }
.brand-target i { position: absolute; width: 100px; height: 10px; background: linear-gradient(90deg, #ff8a00, #ff2b20); transform: rotate(-40deg) translateX(40px); }
.brand-target i::after { content: ''; position: absolute; right: -7px; top: -8px; border-top: 13px solid transparent; border-bottom: 13px solid transparent; border-left: 20px solid #ff2b20; }

.brand-outcomes { position: relative; z-index: 3; border-top: 1px solid rgba(8,102,245,.1); border-bottom: 1px solid rgba(8,102,245,.12); background: #fff; }
.brand-outcomes__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.brand-outcomes__grid > div { min-height: 126px; padding: 29px 38px; border-right: 1px solid var(--line); }
.brand-outcomes__grid > div:first-child { border-left: 1px solid var(--line); }
.brand-outcomes strong { display: block; margin-bottom: 7px; color: var(--navy); font-size: 19px; }
.brand-outcomes span { display: block; max-width: 290px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.brand-pillars { padding: 100px 0; color: #fff; background: linear-gradient(125deg, #02193c, #053b83); }
.brand-pillars__intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 25px 70px; align-items: end; }
.brand-pillars__intro .branding-kicker { grid-column: 1 / -1; margin-bottom: -5px; color: #71baff; }
.brand-pillars h2 { margin: 0; font-size: clamp(36px, 4vw, 60px); letter-spacing: -.055em; line-height: 1; }
.brand-pillars__intro > p:last-child { margin: 0; color: #c8d7ec; font-size: 17px; }
.brand-pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.brand-pillar-grid article { padding: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.brand-pillar-grid .dashicons { width: 40px; height: 40px; color: #66b7ff; font-size: 40px; line-height: 40px; }
.brand-pillar-grid article:nth-child(2) .dashicons { color: #ff695f; }
.brand-pillar-grid article:nth-child(3) .dashicons { color: #ffa528; }
.brand-pillar-grid h3 { margin: 25px 0 10px; font-size: 21px; }
.brand-pillar-grid p { margin: 0; color: #c8d7ec; font-size: 14px; }

.brand-deliverables { padding: 100px 0; background: #f5f8fc; }
.brand-deliverables__intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 70px; align-items: end; margin-bottom: 55px; }
.brand-deliverables h2 { max-width: 760px; margin: 0; font-size: clamp(38px, 4vw, 60px); letter-spacing: -.055em; line-height: 1.03; }
.brand-deliverables__intro > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.brand-deliverables__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.brand-deliverables__grid article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; min-height: 174px; padding: 29px; border: 1px solid #dfe7f2; border-radius: 17px; background: #fff; box-shadow: 0 15px 35px rgba(24,53,100,.055); }
.brand-deliverables__grid article > span { color: var(--blue); font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.brand-deliverables__grid article:nth-child(3n+2) > span { color: var(--red); }
.brand-deliverables__grid article:nth-child(3n+3) > span { color: var(--orange); }
.brand-deliverables h3 { margin: 0 0 9px; font-size: 20px; }
.brand-deliverables__grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.brand-touchpoints { padding: 100px 0; background: #fff; }
.brand-touchpoints__heading { align-items: center; margin-bottom: 45px; }
.brand-touchpoints__heading h2 { font-size: clamp(34px, 3.8vw, 56px); }
.brand-touchpoints__heading p { max-width: 500px; font-size: 15px; }
.touchpoint-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.touchpoint-card { position: relative; min-height: 230px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #fff, #f8faff); box-shadow: 0 18px 40px rgba(24, 53, 100, .08); }
.touchpoint-card::after { content: ''; position: absolute; right: -55px; bottom: -55px; width: 130px; height: 130px; border-radius: 50%; background: linear-gradient(135deg, rgba(8,102,245,.09), rgba(255,43,32,.08)); }
.touchpoint-card > .dashicons { width: 38px; height: 38px; color: var(--blue); font-size: 38px; line-height: 38px; }
.touchpoint-card:nth-child(3n+2) > .dashicons { color: var(--red); }
.touchpoint-card:nth-child(3n+3) > .dashicons { color: var(--orange); }
.touchpoint-card h3 { margin: 23px 0 10px; font-size: 20px; }
.touchpoint-card p { margin: 0; color: var(--muted); font-size: 14px; }

.brand-process { padding: 100px 0; background: #f6f9fd; }
.brand-process__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr); gap: 90px; align-items: center; }
.brand-process h2 { margin: 0 0 25px; font-size: clamp(36px, 4vw, 58px); letter-spacing: -.055em; line-height: 1.04; }
.brand-process__grid > div > p:last-child { color: var(--muted); font-size: 16px; }
.brand-process ol { margin: 0; padding: 0; list-style: none; }
.brand-process li { display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid #dbe3ef; }
.brand-process li > span { color: var(--red); font-size: 28px; font-weight: 800; }
.brand-process li:nth-child(2) > span { color: var(--orange); }
.brand-process li:nth-child(3) > span { color: var(--blue); }
.brand-process strong { font-size: 19px; }
.brand-process li p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }

.brand-editorial { padding: 80px 0; background: #fff; }
.brand-editorial__content { max-width: 920px; }
.brand-editorial__content > :first-child { margin-top: 0; }
.brand-editorial__content > :last-child { margin-bottom: 0; }

.brand-faq { padding: 100px 0; background: #fff; }
.brand-faq__grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); gap: 90px; align-items: start; }
.brand-faq__intro { position: sticky; top: 105px; }
.brand-faq h2 { margin: 0 0 22px; font-size: clamp(36px, 3.8vw, 56px); letter-spacing: -.055em; line-height: 1.04; }
.brand-faq__intro > p:last-child { max-width: 440px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.brand-faq details { border-bottom: 1px solid #dbe3ef; }
.brand-faq summary { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 25px 0; cursor: pointer; color: var(--navy); font-size: 18px; font-weight: 700; list-style: none; }
.brand-faq summary::-webkit-details-marker { display: none; }
.brand-faq summary span { display: grid; flex: 0 0 34px; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--blue); background: #edf5ff; font-size: 22px; transition: transform .2s ease; }
.brand-faq details[open] summary span { color: #fff; background: var(--red); transform: rotate(45deg); }
.brand-faq details p { max-width: 720px; margin: -6px 54px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.brand-related { padding: 34px 0; border-top: 1px solid var(--line); background: #f6f9fd; }
.brand-related__inner { display: flex; justify-content: space-between; gap: 35px; align-items: center; }
.brand-related p { margin: 0; color: var(--navy); font-size: 14px; font-weight: 700; }
.brand-related nav { display: flex; flex-wrap: wrap; gap: 12px; }
.brand-related a { display: inline-flex; gap: 20px; align-items: center; padding: 12px 16px; border: 1px solid #dce6f3; border-radius: 999px; color: var(--blue-deep); background: #fff; font-size: 13px; font-weight: 700; }
.brand-related a:hover { border-color: #a7c9f6; color: var(--blue); }

.branding-cta { padding: 55px 0; color: #fff; background: linear-gradient(105deg, #061d43, #063a7d 58%, #1a1f52); }
.branding-cta__inner { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.branding-cta .branding-kicker { margin-bottom: 8px; color: #79bcff; }
.branding-cta h2 { margin: 0; font-size: clamp(30px, 3.2vw, 46px); letter-spacing: -.04em; }

/* Services overview and reusable service detail system */
.services-page, .service-detail { overflow: hidden; }
.services-kicker, .service-detail__kicker { margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.services-tone--blue, .service-tone--blue { --service-accent: var(--blue); --service-soft: #eaf3ff; --service-deep: #0645a8; }
.services-tone--red, .service-tone--red { --service-accent: var(--red); --service-soft: #fff0ee; --service-deep: #bd1d15; }
.services-tone--orange, .service-tone--orange { --service-accent: var(--orange); --service-soft: #fff5e7; --service-deep: #b65d00; }

.services-hero { position: relative; min-height: 650px; background: radial-gradient(circle at 76% 25%, rgba(8,102,245,.16), transparent 27%), radial-gradient(circle at 93% 85%, rgba(255,43,32,.1), transparent 25%), linear-gradient(140deg, #fff, #f4f8ff); }
.services-hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(530px, 1.08fr); gap: 65px; align-items: center; min-height: 650px; }
.services-hero__copy { max-width: 690px; padding: 70px 0; }
.services-hero h1 { margin: 0; font-size: clamp(54px, 5.5vw, 86px); letter-spacing: -.07em; line-height: .93; }
.services-hero h1 span { color: transparent; background: linear-gradient(100deg, var(--blue), var(--red) 58%, var(--orange)); background-clip: text; -webkit-background-clip: text; }
.services-hero__copy > p:not(.services-kicker) { max-width: 650px; margin: 28px 0; color: #4b5668; font-size: clamp(18px, 1.4vw, 22px); line-height: 1.55; }
.services-hero__actions { display: flex; gap: 28px; align-items: center; }
.services-text-link { display: inline-flex; gap: 12px; color: var(--blue-deep); font-size: 13px; font-weight: 700; }
.services-map { position: relative; min-height: 560px; }
.services-map::before, .services-map::after { content: ''; position: absolute; border: 1px solid rgba(8,102,245,.18); border-radius: 50%; }
.services-map::before { inset: 7% 5%; }
.services-map::after { inset: 21% 19%; border-color: rgba(255,43,32,.2); }
.services-map__core { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; flex-direction: column; justify-content: center; width: 220px; height: 220px; padding: 30px; border: 12px solid #fff; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #0878ff, #052b70); box-shadow: 0 30px 65px rgba(4,53,130,.25); transform: translate(-50%, -50%); text-align: center; }
.services-map__core span { opacity: .78; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.services-map__core strong { margin-top: 8px; font-size: 25px; line-height: 1.05; }
.services-map__node { position: absolute; z-index: 3; display: flex; gap: 11px; align-items: center; width: 184px; min-height: 66px; padding: 13px 15px; border: 5px solid #fff; border-radius: 17px; color: var(--navy); background: #fff; box-shadow: 0 18px 38px rgba(19,52,105,.15); }
.services-map__node .dashicons { display: grid; flex: 0 0 35px; place-items: center; width: 35px; height: 35px; border-radius: 10px; color: #fff; background: var(--service-accent); font-size: 19px; line-height: 35px; }
.services-map__node b { font-size: 12px; line-height: 1.2; }
.services-map__node--1 { top: 7%; left: 33%; }.services-map__node--2 { top: 27%; right: 0; }.services-map__node--3 { right: 4%; bottom: 18%; }.services-map__node--4 { bottom: 4%; left: 31%; }.services-map__node--5 { bottom: 20%; left: 0; }.services-map__node--6 { top: 24%; left: -3%; }

.services-catalog { padding: 105px 0; background: #fff; }
.services-section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 70px; align-items: end; margin-bottom: 52px; }
.services-section-heading h2 { max-width: 800px; margin: 0; font-size: clamp(38px, 4vw, 60px); letter-spacing: -.055em; line-height: 1.02; }
.services-section-heading h2 span { color: var(--red); }
.services-section-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.services-catalog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.services-catalog__card { display: flex; flex-direction: column; min-height: 440px; padding: 30px; border: 1px solid #dfe7f1; border-radius: 20px; background: linear-gradient(145deg, #fff, #f8faff); box-shadow: 0 18px 42px rgba(24,53,100,.07); transition: transform .2s ease, box-shadow .2s ease; }
.services-catalog__card:hover { box-shadow: 0 24px 50px rgba(24,53,100,.13); transform: translateY(-5px); }
.services-catalog__top { display: flex; justify-content: space-between; align-items: center; }
.services-catalog__number { color: #a2adbd; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.services-catalog__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: #fff; background: var(--service-accent); }
.services-catalog__icon .dashicons { width: 24px; height: 24px; font-size: 24px; line-height: 24px; }
.services-catalog__card h3 { margin: 34px 0 13px; font-size: 25px; letter-spacing: -.035em; }
.services-catalog__card > p { min-height: 86px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.services-catalog__card ul { margin: 23px 0 30px; padding: 0; list-style: none; }
.services-catalog__card li { position: relative; margin: 8px 0; padding-left: 18px; color: #3c4657; font-size: 13px; }
.services-catalog__card li::before { content: ''; position: absolute; top: .55em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--service-accent); }
.services-catalog__card > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); color: var(--service-deep); font-size: 13px; font-weight: 800; }

.services-method { padding: 105px 0; color: #fff; background: linear-gradient(125deg, #02193c, #063b82); }
.services-method__grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(520px, 1.25fr); gap: 90px; align-items: start; }
.services-method .services-kicker { color: #70b9ff; }
.services-method h2 { margin: 0 0 24px; font-size: clamp(38px, 4vw, 60px); letter-spacing: -.055em; line-height: 1.02; }
.services-method__intro > p:last-child { max-width: 580px; margin: 0; color: #c8d7ec; font-size: 16px; line-height: 1.65; }
.services-method__steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.services-method__steps li { min-height: 210px; padding: 27px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.06); }
.services-method__steps li > span { color: #67b6ff; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.services-method__steps li:nth-child(2) > span, .services-method__steps li:nth-child(4) > span { color: #ff756a; }
.services-method__steps strong { display: block; margin-top: 25px; font-size: 21px; }
.services-method__steps p { margin: 9px 0 0; color: #c8d7ec; font-size: 14px; line-height: 1.6; }

.services-principles { padding: 100px 0; background: #f6f9fd; }
.services-principles__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.services-principles article { padding: 34px; border: 1px solid #dfe7f1; border-radius: 18px; background: #fff; }
.services-principles .dashicons { width: 38px; height: 38px; color: var(--blue); font-size: 38px; line-height: 38px; }
.services-principles article:nth-child(2) .dashicons { color: var(--red); }.services-principles article:nth-child(3) .dashicons { color: var(--orange); }
.services-principles h3 { margin: 24px 0 10px; font-size: 21px; }
.services-principles article p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.services-cta, .service-detail__cta { padding: 62px 0; color: #fff; background: linear-gradient(105deg, #061d43, #063a7d 58%, #1a1f52); }
.services-cta__inner, .service-detail__cta-inner { display: flex; justify-content: space-between; gap: 45px; align-items: center; }
.services-cta .services-kicker, .service-detail__cta .service-detail__kicker { margin-bottom: 8px; color: #79bcff; }
.services-cta h2, .service-detail__cta h2 { max-width: 840px; margin: 0; font-size: clamp(31px, 3.3vw, 48px); letter-spacing: -.045em; line-height: 1.06; }

.service-detail__hero { position: relative; min-height: 650px; background: radial-gradient(circle at 76% 32%, color-mix(in srgb, var(--service-accent) 15%, transparent), transparent 28%), linear-gradient(138deg, #fff, #f5f8fd); }
.service-detail__hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr); gap: 75px; align-items: center; min-height: 650px; }
.service-detail__hero-copy { max-width: 700px; padding: 65px 0; }
.service-detail__back { display: inline-flex; gap: 9px; margin-bottom: 55px; color: var(--muted); font-size: 12px; font-weight: 700; }
.service-detail__kicker { color: var(--service-accent); }
.service-detail__hero h1 { margin: 0; font-size: clamp(57px, 6vw, 92px); letter-spacing: -.07em; line-height: .92; }
.service-detail__lead { max-width: 690px; margin: 29px 0; color: #4b5668; font-size: clamp(18px, 1.4vw, 22px); line-height: 1.58; }
.service-detail__actions { display: flex; gap: 28px; align-items: center; }
.service-detail__actions > a:not(.button) { display: inline-flex; gap: 10px; color: var(--service-deep); font-size: 13px; font-weight: 800; }
.service-detail__visual { position: relative; min-height: 530px; }
.service-detail__orbit { position: absolute; border: 1px solid color-mix(in srgb, var(--service-accent) 27%, transparent); border-radius: 50%; }
.service-detail__orbit--outer { inset: 4% 1%; }.service-detail__orbit--inner { inset: 18% 15%; transform: rotate(18deg); }
.service-detail__visual-card { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; flex-direction: column; justify-content: flex-end; width: 64%; height: 62%; padding: 38px; border: 11px solid #fff; border-radius: 30px; color: #fff; background: linear-gradient(145deg, var(--service-accent), #062c6c 78%); box-shadow: 0 35px 70px rgba(8,47,112,.25); transform: translate(-50%, -50%) rotate(-5deg); }
.service-detail__visual-card .dashicons { position: absolute; top: 30px; left: 32px; width: 42px; height: 42px; font-size: 42px; line-height: 42px; }
.service-detail__visual-card small { opacity: .72; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.service-detail__visual-card strong { margin: 9px 0 5px; font-size: 32px; letter-spacing: -.045em; line-height: 1; }
.service-detail__visual-card i { opacity: .82; font-size: 12px; font-style: normal; }
.service-detail__signal { position: absolute; z-index: 3; display: grid; place-items: center; width: 62px; height: 62px; border: 6px solid #fff; border-radius: 18px; color: #fff; background: var(--service-accent); box-shadow: 0 17px 35px rgba(14,43,94,.18); }
.service-detail__signal .dashicons { width: 27px; height: 27px; font-size: 27px; line-height: 27px; }
.service-detail__signal--one { top: 13%; left: 13%; transform: rotate(-10deg); }.service-detail__signal--two { top: 18%; right: 9%; transform: rotate(8deg); }.service-detail__signal--three { right: 16%; bottom: 11%; transform: rotate(-5deg); }

.service-scene { position: relative; min-height: 530px; }
.service-scene::before, .service-scene::after { content: ''; position: absolute; border: 1px solid color-mix(in srgb, var(--service-accent) 24%, transparent); border-radius: 50%; }
.service-scene::before { inset: 5% 1%; }.service-scene::after { inset: 19% 15%; transform: rotate(18deg); }
.service-scene > div { position: absolute; z-index: 2; }
.service-scene--image { display: grid; place-items: center; padding: 24px 0; }
.service-scene--image::before, .service-scene--image::after { display: none; }
.service-scene__image { position: relative; z-index: 2; display: block; width: min(100%, 720px); height: auto; filter: drop-shadow(0 20px 28px rgba(7,48,112,.13)); }
.scene-chip { display: grid; place-items: center; width: 62px; height: 62px; border: 6px solid #fff; border-radius: 18px; color: #fff; background: var(--service-accent); box-shadow: 0 17px 35px rgba(14,43,94,.2); }
.scene-chip .dashicons { width: 28px; height: 28px; font-size: 28px; line-height: 28px; }

.scene-browser { top: 14%; left: 3%; width: 79%; height: 66%; overflow: hidden; border: 10px solid #09295b; border-radius: 24px; background: #fff; box-shadow: 0 32px 65px rgba(7,48,112,.24); transform: rotate(-4deg); }
.scene-browser__bar { display: flex; gap: 6px; align-items: center; height: 38px; padding: 0 13px; color: #6a7587; background: #edf3fb; }
.scene-browser__bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }.scene-browser__bar i:nth-child(2) { background: var(--orange); }.scene-browser__bar i:nth-child(3) { background: #25b984; }
.scene-browser__bar span { margin-left: 10px; font-size: 9px; font-style: normal; }
.scene-code { position: absolute; top: 38px; bottom: 0; left: 0; width: 48%; padding: 25px 20px; color: #8cc8ff; background: linear-gradient(145deg, #031b3f, #063b82); }
.scene-code b, .scene-code em { display: block; color: #ff8b36; font-size: 12px; font-style: normal; }.scene-code i { display: block; width: 84%; height: 6px; margin: 14px 0; border-radius: 9px; background: #1685ef; }.scene-code i:nth-of-type(2) { width: 62%; background: #ff5147; }.scene-code i:nth-of-type(3) { width: 73%; background: #6ac2ff; }
.scene-browser__preview { position: absolute; top: 38px; right: 0; bottom: 0; display: flex; flex-direction: column; justify-content: center; width: 52%; padding: 25px; background: linear-gradient(145deg, #f8fbff, #e4efff); }
.scene-browser__preview span { width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(145deg, var(--blue), #51a7ff); }.scene-browser__preview strong { margin: 17px 0 5px; font-size: 28px; }.scene-browser__preview small { color: var(--muted); font-size: 9px; }
.scene-device { right: 2%; bottom: 7%; display: flex; flex-direction: column; width: 29%; height: 50%; padding: 28px 18px; border: 8px solid #fff; border-radius: 27px; color: #fff; background: linear-gradient(160deg, #087dff, #04306f); box-shadow: 0 27px 52px rgba(8,47,112,.23); transform: rotate(7deg); }
.scene-device .dashicons { width: 28px; height: 28px; font-size: 28px; line-height: 28px; }.scene-device b { margin: auto 0 15px; font-size: 17px; }.scene-device i { width: 100%; height: 6px; margin-top: 8px; border-radius: 8px; background: rgba(255,255,255,.35); }.scene-device i:nth-of-type(2) { width: 73%; }
.scene-chip--code { top: 8%; right: 7%; transform: rotate(8deg); }.scene-chip--speed { bottom: 8%; left: 13%; transform: rotate(-9deg); }

.scene-canvas { top: 11%; left: 2%; width: 80%; height: 68%; overflow: hidden; border: 10px solid #fff; border-radius: 24px; background: #f8faff; box-shadow: 0 32px 65px rgba(7,48,112,.22); transform: rotate(-3deg); }
.scene-canvas__tools { position: absolute; inset: 0 auto 0 0; display: flex; flex-direction: column; gap: 15px; align-items: center; width: 54px; padding-top: 24px; background: #082d68; }.scene-canvas__tools span { width: 20px; height: 20px; border: 2px solid #7cbcff; border-radius: 5px; }.scene-canvas__tools span:nth-child(2) { border-radius: 50%; border-color: #ff6b61; }.scene-canvas__tools span:nth-child(3) { height: 5px; border: 0; background: #ffa52c; }
.scene-wireframe { position: absolute; inset: 20px 20px 20px 74px; }.scene-wireframe header { height: 18px; border-radius: 6px; background: #dbe6f4; }.scene-wireframe__hero { height: 48%; margin-top: 18px; padding: 25px; border-radius: 12px; background: linear-gradient(135deg, #dcecff, #f6e8ff); }.scene-wireframe__hero b { display: block; width: 45%; height: 18px; border-radius: 5px; background: var(--blue); }.scene-wireframe__hero i { display: block; width: 80%; height: 7px; margin-top: 13px; border-radius: 5px; background: #a9b8ca; }.scene-wireframe__hero i:last-child { width: 57%; }.scene-wireframe__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; height: 29%; margin-top: 13px; }.scene-wireframe__cards span { border: 1px solid #cad7e8; border-radius: 9px; background: #fff; }
.scene-prototype { right: 1%; bottom: 5%; display: flex; flex-direction: column; width: 29%; height: 57%; padding: 27px 17px; border: 8px solid #fff; border-radius: 28px; color: var(--navy); background: linear-gradient(160deg, #fff, #edf4ff); box-shadow: 0 27px 52px rgba(8,47,112,.2); transform: rotate(8deg); }.scene-prototype .dashicons { color: var(--blue); font-size: 27px; }.scene-prototype b { margin: auto 0 14px; font-size: 16px; }.scene-prototype i { height: 6px; margin-bottom: 8px; border-radius: 8px; background: #ccd8e7; }.scene-prototype__action { margin-top: 8px; padding: 8px; border-radius: 8px; color: #fff; background: var(--red); font-size: 9px; text-align: center; }
.scene-swatches { bottom: 4%; left: 14%; display: flex; gap: 7px; padding: 10px; border: 5px solid #fff; border-radius: 18px; background: #fff; box-shadow: 0 14px 30px rgba(14,43,94,.16); }.scene-swatches i { width: 23px; height: 23px; border-radius: 7px; background: var(--blue); }.scene-swatches i:nth-child(2) { background: var(--red); }.scene-swatches i:nth-child(3) { background: var(--orange); }.scene-swatches i:nth-child(4) { background: #071f48; }.scene-chip--cursor { top: 6%; right: 7%; transform: rotate(8deg); }

.scene-search { top: 13%; left: 2%; width: 84%; height: 67%; padding: 28px; border: 10px solid #fff; border-radius: 25px; background: #fff; box-shadow: 0 32px 65px rgba(7,48,112,.21); transform: rotate(-3deg); }
.scene-search__bar { display: flex; gap: 13px; align-items: center; padding: 14px 17px; border: 2px solid #d6e1ef; border-radius: 999px; color: #657184; }.scene-search__bar .dashicons { color: var(--service-accent); }.scene-search__bar b { overflow: hidden; font-size: 11px; white-space: nowrap; }
.scene-results { margin-top: 20px; }.scene-results article { display: grid; grid-template-columns: 31px 1fr; gap: 13px; padding: 13px 0; border-bottom: 1px solid #e1e8f1; }.scene-results article > i { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; color: #fff; background: var(--service-accent); font-size: 9px; font-style: normal; }.scene-results strong { display: block; color: var(--navy); font-size: 12px; }.scene-results div span { display: block; width: 90%; height: 5px; margin-top: 7px; border-radius: 6px; background: #d6e0ec; }.scene-results div span:last-child { width: 62%; }
.scene-rank { right: 1%; bottom: 5%; width: 36%; height: 43%; padding: 24px 18px; border: 8px solid #fff; border-radius: 25px; color: #fff; background: linear-gradient(155deg, #ff9c00, #ff4d20); box-shadow: 0 27px 52px rgba(117,61,0,.2); transform: rotate(7deg); }.scene-rank small { opacity: .8; font-size: 10px; text-transform: uppercase; }.scene-rank strong { display: block; margin: 9px 0 20px; font-size: 34px; }.scene-rank div { display: flex; gap: 6px; align-items: end; height: 70px; }.scene-rank i { flex: 1; height: 20%; border-radius: 4px 4px 0 0; background: rgba(255,255,255,.7); }.scene-rank i:nth-child(2) { height: 42%; }.scene-rank i:nth-child(3) { height: 55%; }.scene-rank i:nth-child(4) { height: 76%; }.scene-rank i:nth-child(5) { height: 100%; }.scene-chip--search { top: 5%; right: 7%; transform: rotate(9deg); }

.scene-social-phone { top: 3%; left: 24%; width: 49%; height: 90%; overflow: hidden; border: 11px solid #fff; border-radius: 34px; background: #fff; box-shadow: 0 34px 70px rgba(7,48,112,.22); transform: rotate(-3deg); }.scene-social-phone header { display: flex; gap: 10px; align-items: center; height: 52px; padding: 0 16px; border-bottom: 1px solid #e5eaf1; }.scene-social-phone header span { width: 25px; height: 25px; border-radius: 50%; background: linear-gradient(145deg, var(--red), var(--orange)); }.scene-social-phone header b { font-size: 11px; }.scene-social-phone header i { width: 4px; height: 4px; margin-left: auto; border-radius: 50%; background: #7c8797; box-shadow: 0 7px #7c8797, 0 -7px #7c8797; }
.scene-social-post { padding: 15px; }.scene-social-image { display: grid; place-items: center; height: 205px; border-radius: 17px; color: #fff; background: linear-gradient(145deg, #087cff, #6426d8 58%, #ff3a28); }.scene-social-image .dashicons { width: 58px; height: 58px; font-size: 58px; line-height: 58px; }.scene-social-actions { padding: 13px 2px; color: var(--red); font-size: 17px; }.scene-social-post > i { display: block; width: 90%; height: 6px; margin: 8px 0; border-radius: 6px; background: #dbe3ee; }.scene-social-post > i:last-child { width: 63%; }
.scene-community { right: 1%; bottom: 10%; display: flex; flex-wrap: wrap; align-items: center; width: 34%; padding: 18px; border: 7px solid #fff; border-radius: 23px; background: #fff; box-shadow: 0 23px 45px rgba(7,48,112,.18); transform: rotate(7deg); }.scene-avatar { display: grid; place-items: center; width: 36px; height: 36px; margin-right: -8px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--blue); font-size: 11px; font-weight: 800; }.scene-avatar:nth-child(2) { background: var(--red); }.scene-avatar:nth-child(3) { background: var(--orange); }.scene-community strong { width: 100%; margin-top: 13px; font-size: 13px; }
.scene-reaction { display: grid; place-items: center; width: 58px; height: 58px; border: 6px solid #fff; border-radius: 20px; color: #fff; box-shadow: 0 17px 35px rgba(14,43,94,.2); font-size: 21px; font-weight: 800; }.scene-reaction--heart { top: 11%; left: 5%; background: var(--red); transform: rotate(-10deg); }.scene-reaction--like { top: 19%; right: 6%; background: var(--blue); transform: rotate(9deg); }.scene-reaction--chat { bottom: 11%; left: 4%; background: var(--orange); transform: rotate(8deg); }

.scene-roadmap { top: 17%; left: 2%; width: 86%; height: 57%; padding: 29px; border: 10px solid #fff; border-radius: 26px; color: #fff; background: linear-gradient(145deg, #06285f, #0872e8); box-shadow: 0 32px 65px rgba(7,48,112,.24); transform: rotate(-3deg); }.scene-roadmap header small { display: block; opacity: .72; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.scene-roadmap header strong { display: block; margin-top: 6px; font-size: 24px; }.scene-roadmap__path { position: relative; display: flex; justify-content: space-between; margin-top: 70px; }.scene-roadmap__path::before { content: ''; position: absolute; top: 10px; left: 8%; right: 8%; height: 3px; background: linear-gradient(90deg, #62b6ff, #ff9c00, #ff4435); }.scene-roadmap__path i { position: relative; z-index: 2; width: 22px; height: 22px; border: 5px solid #fff; border-radius: 50%; background: var(--orange); }.scene-roadmap__path i:nth-child(2) { background: #55b0ff; }.scene-roadmap__path i:nth-child(3) { background: var(--red); }.scene-roadmap__labels { display: flex; justify-content: space-between; margin-top: 13px; }.scene-roadmap__labels span { width: 25%; opacity: .8; font-size: 9px; text-align: center; }
.scene-dashboard { right: 2%; bottom: 5%; width: 38%; height: 42%; padding: 22px; border: 8px solid #fff; border-radius: 24px; color: var(--navy); background: #fff; box-shadow: 0 27px 52px rgba(8,47,112,.2); transform: rotate(7deg); }.scene-dashboard small { color: var(--muted); font-size: 9px; text-transform: uppercase; }.scene-dashboard > div { display: flex; gap: 7px; align-items: end; height: 75px; margin: 18px 0; }.scene-dashboard i { flex: 1; height: 35%; border-radius: 5px 5px 0 0; background: var(--blue); }.scene-dashboard i:nth-child(2) { height: 68%; background: var(--orange); }.scene-dashboard i:nth-child(3) { height: 49%; background: var(--red); }.scene-dashboard i:nth-child(4) { height: 92%; background: #13a779; }.scene-dashboard strong { font-size: 14px; }.scene-chip--strategy { top: 7%; right: 7%; transform: rotate(8deg); }.scene-chip--idea { bottom: 7%; left: 10%; color: #fff; background: var(--orange); transform: rotate(-9deg); }

.service-outcomes { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.service-outcomes__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-outcomes article { min-height: 138px; padding: 31px 38px; border-right: 1px solid var(--line); }
.service-outcomes article:first-child { border-left: 1px solid var(--line); }
.service-outcomes strong { display: block; color: var(--service-deep); font-size: 19px; }
.service-outcomes p { max-width: 320px; margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.service-capabilities { padding: 105px 0; background: #fff; }
.service-detail__heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 70px; align-items: end; margin-bottom: 52px; }
.service-detail__heading h2 { max-width: 800px; margin: 0; font-size: clamp(38px, 4vw, 60px); letter-spacing: -.055em; line-height: 1.03; }
.service-detail__heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.service-capabilities__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-capabilities__grid article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; min-height: 170px; padding: 29px; border: 1px solid #dfe7f1; border-radius: 17px; background: #fff; box-shadow: 0 15px 35px rgba(24,53,100,.055); }
.service-capabilities__grid article > span { color: var(--service-accent); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.service-capabilities h3 { margin: 0 0 9px; font-size: 20px; }.service-capabilities article p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-approach { padding: 105px 0; color: #fff; background: linear-gradient(125deg, #02193c, #063b82); }
.service-approach__grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(500px, 1.18fr); gap: 90px; align-items: center; }
.service-approach .service-detail__kicker { color: #79bcff; }.service-approach h2 { margin: 0 0 24px; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.055em; line-height: 1.03; }
.service-approach__grid > div > p:last-child { margin: 0; color: #c8d7ec; font-size: 16px; line-height: 1.65; }
.service-approach ol { margin: 0; padding: 0; list-style: none; }
.service-approach li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.service-approach li > span { color: #70b9ff; font-size: 26px; font-weight: 800; }.service-approach strong { font-size: 20px; }.service-approach li p { margin: 7px 0 0; color: #c8d7ec; font-size: 14px; }
.service-editorial { padding: 80px 0; background: #fff; }.service-editorial__content { max-width: 920px; }
.service-faq { padding: 100px 0; background: #f6f9fd; }
.service-faq__grid { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(520px, 1.25fr); gap: 90px; align-items: start; }
.service-faq h2 { margin: 0 0 20px; font-size: clamp(36px, 3.8vw, 55px); letter-spacing: -.055em; line-height: 1.04; }.service-faq__grid > div:first-child > p:last-child { color: var(--muted); font-size: 15px; }
.service-faq details { border-bottom: 1px solid #d5dfec; }.service-faq summary { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 25px 0; cursor: pointer; font-size: 18px; font-weight: 700; list-style: none; }.service-faq summary::-webkit-details-marker { display: none; }
.service-faq summary span { display: grid; flex: 0 0 34px; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--service-deep); background: #fff; font-size: 22px; }.service-faq details[open] summary span { color: #fff; background: var(--service-accent); transform: rotate(45deg); }.service-faq details p { margin: -5px 55px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-related { padding: 95px 0; background: #fff; }.service-related .service-detail__heading > a { display: flex; gap: 13px; justify-self: end; color: var(--blue-deep); font-size: 13px; font-weight: 800; }
.service-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.service-related__card { display: grid; grid-template-columns: 48px 1fr auto; gap: 18px; align-items: center; min-height: 110px; padding: 25px; border: 1px solid #dfe7f1; border-radius: 17px; color: var(--navy); background: #fff; box-shadow: 0 14px 32px rgba(24,53,100,.06); }.service-related__card > .dashicons { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: #fff; background: var(--service-accent); font-size: 22px; line-height: 48px; }.service-related__card strong { font-size: 17px; }.service-related__card i { color: var(--service-deep); font-size: 20px; font-style: normal; }

/* Contact and secure project enquiry */
.contact-page { overflow: hidden; background: #fff; }
.contact-kicker { margin: 0 0 16px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-hero { position: relative; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 83% 32%, rgba(255,55,39,.09), transparent 25%), radial-gradient(circle at 66% 60%, rgba(7,114,255,.12), transparent 29%), linear-gradient(138deg, #fff 10%, #f5f9ff); }
.contact-hero::after { content: ''; position: absolute; inset: auto 0 0; height: 180px; opacity: .42; background-image: linear-gradient(rgba(6,102,245,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(6,102,245,.08) 1px, transparent 1px); background-size: 42px 42px; -webkit-mask-image: linear-gradient(to top, #000, transparent); mask-image: linear-gradient(to top, #000, transparent); pointer-events: none; }
.contact-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .93fr) minmax(480px, 1.07fr); gap: clamp(55px, 7vw, 120px); align-items: center; min-height: 650px; }
.contact-hero__copy { max-width: 720px; padding: 86px 0; }
.contact-hero h1 { margin: 0; max-width: 720px; font-size: clamp(52px, 5.4vw, 84px); letter-spacing: -.065em; line-height: .96; }
.contact-hero h1 span { display: block; color: transparent; background: linear-gradient(95deg, var(--blue) 2%, var(--red) 55%, var(--orange)); -webkit-background-clip: text; background-clip: text; }
.contact-hero__copy > p:not(.contact-kicker) { max-width: 650px; margin: 28px 0; color: #536075; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.62; }
.contact-hero__signals { display: flex; flex-wrap: wrap; gap: 13px 25px; align-items: center; }
.contact-hero__signals span { display: inline-flex; gap: 8px; align-items: center; color: #33445f; font-size: 13px; font-weight: 700; }
.contact-hero__signals i { width: 19px; height: 19px; color: var(--blue); font-size: 19px; line-height: 19px; }
.contact-scene { position: relative; min-height: 520px; }
.contact-scene::before, .contact-scene::after { content: ''; position: absolute; border: 1px solid rgba(6,102,245,.14); border-radius: 50%; }
.contact-scene::before { inset: 5% -2% 1% 0; transform: rotate(-7deg); }.contact-scene::after { inset: 17% 11% 13% 12%; transform: rotate(12deg); }
.contact-scene__brief { position: absolute; z-index: 2; top: 15%; left: 3%; width: 72%; overflow: hidden; border: 10px solid #fff; border-radius: 27px; background: #fff; box-shadow: 0 35px 75px rgba(7,48,112,.22); transform: rotate(-5deg); }
.contact-scene__brief header { display: flex; gap: 7px; align-items: center; height: 46px; padding: 0 18px; color: #58657a; background: #ecf3fb; }
.contact-scene__brief header span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); }.contact-scene__brief header span:nth-child(2) { background: var(--orange); }.contact-scene__brief header span:nth-child(3) { background: #27bd80; }
.contact-scene__brief header b { margin-left: 8px; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.contact-scene__brief > div { padding: 39px 36px 35px; background: linear-gradient(145deg, #f8fbff, #e9f3ff); }
.contact-scene__brief small { display: block; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.contact-scene__brief strong { display: block; margin: 12px 0 28px; color: var(--navy); font-size: clamp(25px, 2.2vw, 38px); letter-spacing: -.045em; }
.contact-scene__brief i { display: block; width: 100%; height: 7px; margin: 13px 0; border-radius: 12px; background: #d7e4f4; }.contact-scene__brief i:nth-of-type(2) { width: 76%; }.contact-scene__brief i:nth-of-type(3) { width: 88%; }
.contact-scene__button { display: inline-flex; align-items: center; min-height: 43px; margin-top: 20px; padding: 0 20px; border-radius: 99px; color: #fff; background: linear-gradient(135deg, var(--red), #ff6b25); font-size: 11px; font-weight: 800; }
.contact-scene__message { position: absolute; z-index: 4; right: 0; bottom: 10%; display: flex; flex-direction: column; width: 38%; min-width: 170px; padding: 25px; border: 8px solid #fff; border-radius: 24px; color: #fff; background: linear-gradient(145deg, #096fff, #063a8b); box-shadow: 0 26px 55px rgba(7,48,112,.24); transform: rotate(7deg); }
.contact-scene__message .dashicons { width: 30px; height: 30px; margin-bottom: 34px; font-size: 30px; line-height: 30px; }.contact-scene__message strong { font-size: 22px; }.contact-scene__message small { margin-top: 5px; color: #bcdcff; }
.contact-scene__plane { position: absolute; z-index: 5; top: 5%; right: 10%; display: grid; place-items: center; width: 70px; height: 70px; border: 7px solid #fff; border-radius: 21px; color: #fff; background: linear-gradient(145deg, var(--orange), var(--red)); box-shadow: 0 22px 42px rgba(255,52,35,.25); transform: rotate(10deg); }
.contact-scene__plane .dashicons { width: 32px; height: 32px; font-size: 32px; line-height: 32px; transform: rotate(-35deg); }

.contact-main { padding: 105px 0 115px; background: #f6f9fd; }
.contact-main__grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .75fr); gap: clamp(40px, 6vw, 90px); align-items: start; }
.contact-form-panel { padding: clamp(30px, 4vw, 58px); border: 1px solid #dfe7f1; border-radius: 24px; background: #fff; box-shadow: 0 22px 55px rgba(24,53,100,.08); }
.contact-form-panel__heading { max-width: 730px; margin-bottom: 35px; }.contact-form-panel__heading h2 { margin: 0 0 14px; font-size: clamp(31px, 3.4vw, 49px); letter-spacing: -.05em; line-height: 1.05; }.contact-form-panel__heading > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.contact-notice { display: flex; gap: 12px; align-items: center; margin-bottom: 28px; padding: 16px 18px; border: 1px solid; border-radius: 12px; font-size: 14px; font-weight: 650; }.contact-notice .dashicons { flex: 0 0 22px; }.contact-notice--success { color: #126644; border-color: #9ed8be; background: #ecfbf4; }.contact-notice--error { color: #972d26; border-color: #f0b7b3; background: #fff2f1; }
.contact-success { position: relative; overflow: hidden; padding: clamp(34px,5vw,62px); border: 1px solid #bcd8fb; border-radius: 22px; outline: 0; background: radial-gradient(circle at 92% 8%,rgba(255,58,40,.13),transparent 27%),linear-gradient(140deg,#eff7ff,#fff 62%); box-shadow: inset 5px 0 0 var(--blue); }.contact-success>.dashicons { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 24px; border-radius: 50%; color: #fff; background: var(--blue); font-size: 31px; line-height: 54px; box-shadow: 0 12px 25px rgba(6,102,245,.22); }.contact-success h2 { max-width: 680px; margin: 0 0 16px; font-size: clamp(34px,4vw,54px); letter-spacing: -.05em; line-height: 1.04; }.contact-success>p:not(.contact-kicker) { max-width: 650px; margin: 0 0 28px; color: #526075; font-size: 16px; line-height: 1.7; }.contact-success .button { width: fit-content; }
.contact-form { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; }
.contact-form label { display: flex; flex-direction: column; gap: 9px; color: #25344d; font-size: 13px; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid #cfd9e7; border-radius: 10px; outline: 0; color: var(--navy); background: #fbfdff; font: inherit; font-weight: 500; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form textarea { min-height: 175px; resize: vertical; line-height: 1.55; }.contact-form input:hover, .contact-form select:hover, .contact-form textarea:hover { border-color: #9eb3cf; background: #fff; }.contact-form input:focus-visible, .contact-form select:focus-visible, .contact-form textarea:focus-visible { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(6,102,245,.13); }
.contact-form__full { grid-column: 1 / -1; }.contact-form__consent { flex-direction: row !important; gap: 11px !important; align-items: flex-start; color: #526075 !important; font-weight: 500 !important; line-height: 1.5; }.contact-form__consent input { flex: 0 0 18px; width: 18px; min-height: 18px; margin-top: 2px; padding: 0; accent-color: var(--blue); }.contact-form__consent a { color: var(--blue-deep); font-weight: 750; text-decoration: underline; }
.contact-form__submit { display: flex; gap: 24px; align-items: center; padding-top: 5px; }.contact-form__submit .button { min-height: 54px; border: 0; padding-inline: 28px; cursor: pointer; }.contact-form__submit .button:disabled { cursor: wait; opacity: .78; }.contact-form__submit small { display: flex; gap: 7px; align-items: center; max-width: 260px; color: #718096; font-size: 11px; line-height: 1.4; }.contact-form__submit small .dashicons { flex: 0 0 17px; width: 17px; height: 17px; color: var(--blue); font-size: 17px; line-height: 17px; }
.contact-turnstile { display: flex; gap: 16px; align-items: center; min-height: 48px; }.contact-turnstile .cf-turnstile { width: min(100%, 300px); }.contact-turnstile > small { max-width: 260px; color: #718096; font-size: 11px; line-height: 1.45; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-sidebar { display: grid; gap: 20px; }.contact-sidebar__card { padding: 35px 31px; border-radius: 22px; color: #fff; background: linear-gradient(150deg, #061b3d, #063a7d 72%, #0c4da0); box-shadow: 0 22px 50px rgba(6,33,76,.18); }.contact-sidebar__card .contact-kicker { color: #78bcff; }.contact-sidebar__card ol { display: grid; gap: 29px; margin: 29px 0 0; padding: 0; list-style: none; }.contact-sidebar__card li { display: grid; grid-template-columns: 39px 1fr; gap: 15px; }.contact-sidebar__card li > span { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; color: #70b8ff; font-size: 11px; font-weight: 800; }.contact-sidebar__card li:nth-child(2) > span { color: #ff9a62; }.contact-sidebar__card li:nth-child(3) > span { color: #ff7468; }.contact-sidebar__card strong { display: block; font-size: 15px; }.contact-sidebar__card li p { margin: 6px 0 0; color: #bfcee2; font-size: 12px; line-height: 1.55; }

/* About and agency credibility */
.about-page { overflow: hidden; background: #fff; }.about-kicker { margin: 0 0 16px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.about-hero { position: relative; min-height: 680px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 25%, rgba(255,55,39,.09), transparent 24%), radial-gradient(circle at 67% 64%, rgba(7,114,255,.13), transparent 31%), linear-gradient(138deg, #fff, #f4f9ff); }.about-hero::after { content: ''; position: absolute; inset: auto 0 0; height: 200px; opacity: .4; background-image: linear-gradient(rgba(6,102,245,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(6,102,245,.08) 1px, transparent 1px); background-size: 42px 42px; -webkit-mask-image: linear-gradient(to top, #000, transparent); mask-image: linear-gradient(to top, #000, transparent); pointer-events: none; }
.about-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(500px, .98fr); gap: clamp(55px, 7vw, 115px); align-items: center; min-height: 680px; }.about-hero__copy { max-width: 790px; padding: 84px 0; }.about-hero h1 { margin: 0; font-size: clamp(54px, 5.6vw, 88px); letter-spacing: -.068em; line-height: .94; }.about-hero h1 span { display: block; color: transparent; background: linear-gradient(95deg, var(--blue), var(--red) 62%, var(--orange)); -webkit-background-clip: text; background-clip: text; }.about-hero__lead { max-width: 720px; margin: 30px 0; color: #526076; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.62; }.about-hero__actions { display: flex; gap: 28px; align-items: center; }.about-hero__actions > a:not(.button) { display: inline-flex; gap: 9px; color: var(--blue-deep); font-size: 13px; font-weight: 800; }
.about-system { position: relative; min-height: 540px; }.about-system__orbit { position: absolute; border: 1px solid rgba(6,102,245,.18); border-radius: 50%; }.about-system__orbit--one { inset: 4% 2%; transform: rotate(-10deg); }.about-system__orbit--two { inset: 19% 16%; border-color: rgba(255,55,39,.2); transform: rotate(16deg); }.about-system__core { position: absolute; z-index: 3; top: 50%; left: 50%; display: flex; flex-direction: column; justify-content: flex-end; width: 46%; aspect-ratio: 1; padding: 34px; border: 10px solid #fff; border-radius: 32px; color: #fff; background: linear-gradient(145deg, #0875ff, #063276 68%, #071b3d); box-shadow: 0 30px 62px rgba(8,47,112,.22); transform: translate(-50%, -50%) rotate(-5deg); }.about-system__core::before { content: ''; position: absolute; top: 27px; left: 29px; width: 43px; height: 43px; border: 2px solid rgba(255,255,255,.55); border-radius: 14px; box-shadow: 16px 16px 0 -5px #ff4939; }.about-system__core span { color: #9bd0ff; font-size: 13px; font-weight: 700; }.about-system__core strong { margin: 4px 0; font-size: clamp(32px, 2.7vw, 44px); letter-spacing: -.055em; }.about-system__core small { color: #bcd5f4; font-size: 11px; }.about-system__node { position: absolute; z-index: 4; display: flex; gap: 12px; align-items: center; min-width: 166px; padding: 16px 20px; border: 7px solid #fff; border-radius: 18px; color: #fff; background: var(--blue); box-shadow: 0 19px 40px rgba(14,43,94,.18); }.about-system__node .dashicons { width: 25px; height: 25px; font-size: 25px; line-height: 25px; }.about-system__node b { font-size: 13px; }.about-system__node--strategy { top: 8%; left: 5%; transform: rotate(-7deg); }.about-system__node--identity { top: 14%; right: 0; background: var(--red); transform: rotate(7deg); }.about-system__node--experience { bottom: 8%; left: 1%; background: #ff8700; transform: rotate(5deg); }.about-system__node--growth { right: 1%; bottom: 10%; background: #075ecb; transform: rotate(-7deg); }
.about-definition { padding: 105px 0; color: #fff; background: linear-gradient(135deg, #061a3c, #063b7f 64%, #102458); }.about-definition__grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(50px, 8vw, 145px); }.about-definition .about-kicker { color: #70baff; }.about-definition h2 { max-width: 1050px; margin: 0; font-size: clamp(37px, 4vw, 61px); letter-spacing: -.055em; line-height: 1.05; }.about-definition__grid > div p { max-width: 760px; margin: 28px 0 0; color: #c4d4e8; font-size: 17px; line-height: 1.7; }
.about-principles, .about-capabilities { padding: 105px 0; }.about-section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; margin-bottom: 50px; }.about-section-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.055em; line-height: 1.02; }.about-section-heading > p { max-width: 440px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }.about-principles__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }.about-principles article { min-height: 285px; padding: 31px 28px; border: 1px solid #dfe7f1; border-radius: 19px; background: #fff; box-shadow: 0 16px 36px rgba(24,53,100,.06); }.about-principles article > .dashicons { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: #fff; background: var(--blue); font-size: 22px; line-height: 48px; }.about-principles article:nth-child(2) > .dashicons { background: var(--red); }.about-principles article:nth-child(3) > .dashicons { background: var(--orange); }.about-principles article:nth-child(4) > .dashicons { background: #075fc9; }.about-principles h3 { margin: 38px 0 12px; font-size: 20px; letter-spacing: -.025em; }.about-principles article p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.68; }
.about-process { padding: 110px 0; background: #f5f8fc; }.about-process__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 9vw, 150px); align-items: start; }.about-process__intro { position: sticky; top: 100px; }.about-process__intro h2 { margin: 0; font-size: clamp(40px, 4.2vw, 62px); letter-spacing: -.058em; line-height: 1.02; }.about-process__intro > p:last-child { max-width: 560px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }.about-process__steps { margin: 0; padding: 0; list-style: none; }.about-process__steps li { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 31px 0; border-bottom: 1px solid #d8e2ee; }.about-process__steps li:first-child { padding-top: 0; }.about-process__steps > li > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px; color: #fff; background: var(--blue); font-size: 12px; font-weight: 800; }.about-process__steps li:nth-child(2) > span { background: #ff7d00; }.about-process__steps li:nth-child(3) > span { background: var(--red); }.about-process__steps li:nth-child(4) > span { background: #073f91; }.about-process__steps h3 { margin: 1px 0 8px; font-size: 23px; }.about-process__steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.about-capabilities { background: #fff; }.about-capabilities__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.about-capabilities__grid a { display: grid; grid-template-columns: 50px 1fr auto; gap: 18px; align-items: center; min-height: 128px; padding: 25px; border: 1px solid #dde6f1; border-radius: 18px; color: var(--navy); background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }.about-capabilities__grid a:hover { border-color: #9fc5f8; box-shadow: 0 18px 38px rgba(24,53,100,.09); transform: translateY(-3px); }.about-capabilities__grid > a > .dashicons { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; color: #fff; background: var(--blue); font-size: 23px; line-height: 50px; }.about-capabilities__grid a:nth-child(3n+2) > .dashicons { background: var(--red); }.about-capabilities__grid a:nth-child(3n) > .dashicons { background: var(--orange); }.about-capabilities__grid strong { display: block; margin-bottom: 7px; font-size: 16px; }.about-capabilities__grid small { display: block; color: var(--muted); font-size: 11px; line-height: 1.5; }.about-capabilities__grid i { color: var(--blue-deep); font-size: 20px; font-style: normal; }
.about-commitment { padding: 100px 0; color: #fff; background: #071b3d; }.about-commitment__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(55px, 8vw, 130px); align-items: center; }.about-commitment .about-kicker { color: #6bb6ff; }.about-commitment h2 { max-width: 780px; margin: 0; font-size: clamp(38px, 4vw, 59px); letter-spacing: -.055em; line-height: 1.04; }.about-commitment ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }.about-commitment li { display: flex; gap: 13px; align-items: center; padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; color: #d5e1f0; background: rgba(255,255,255,.06); font-size: 14px; }.about-commitment li .dashicons { flex: 0 0 21px; color: #58aeff; }.about-cta { padding: 65px 0; color: #fff; background: linear-gradient(105deg, #063a7d, #071b3d 62%, #27205a); }.about-cta__inner { display: flex; justify-content: space-between; gap: 50px; align-items: center; }.about-cta .about-kicker { margin-bottom: 9px; color: #75baff; }.about-cta h2 { max-width: 900px; margin: 0; font-size: clamp(31px, 3.4vw, 49px); letter-spacing: -.045em; line-height: 1.05; }

/* Case studies and portfolio */
.case-archive, .case-single { overflow: hidden; color: var(--navy); background: #fff; }
.case-kicker { margin: 0 0 15px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.case-hero { position: relative; padding: clamp(90px, 9vw, 145px) 0; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 20%, rgba(255,64,40,.09), transparent 25%), radial-gradient(circle at 16% 75%, rgba(6,102,245,.11), transparent 28%), linear-gradient(135deg, #fff, #f5f9ff); }
.case-hero::after { content: ''; position: absolute; inset: auto 0 0; height: 180px; opacity: .43; background-image: linear-gradient(rgba(6,102,245,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(6,102,245,.08) 1px, transparent 1px); background-size: 42px 42px; -webkit-mask-image: linear-gradient(to top, #000, transparent); mask-image: linear-gradient(to top, #000, transparent); pointer-events: none; }
.case-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); gap: clamp(55px, 9vw, 150px); align-items: end; }
.case-hero h1 { max-width: 900px; margin: 0; font-size: clamp(53px, 6.1vw, 96px); letter-spacing: -.07em; line-height: .92; }.case-hero h1 span { display: block; color: transparent; background: linear-gradient(95deg, var(--blue), var(--red) 60%, var(--orange)); -webkit-background-clip: text; background-clip: text; }
.case-hero__intro > p { max-width: 620px; margin: 0 0 28px; color: #526075; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.65; }.case-hero__intro > div { display: flex; flex-wrap: wrap; gap: 12px 22px; }.case-hero__intro span { display: inline-flex; gap: 8px; align-items: center; color: #34455f; font-size: 12px; font-weight: 750; }.case-hero__intro i { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(6,102,245,.11); }.case-hero__intro span:nth-child(2) i { background: var(--orange); box-shadow: 0 0 0 4px rgba(255,132,0,.12); }.case-hero__intro span:nth-child(3) i { background: var(--red); box-shadow: 0 0 0 4px rgba(255,49,38,.11); }
.case-library { padding: clamp(80px, 8vw, 125px) 0; background: #fff; }.case-library__header { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: end; margin-bottom: 50px; }.case-library__header h2 { max-width: 850px; margin: 0; font-size: clamp(38px, 4.3vw, 62px); letter-spacing: -.058em; line-height: 1.02; }
.case-filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; max-width: 720px; }.case-filters a { display: inline-flex; align-items: center; min-height: 38px; padding: 0 16px; border: 1px solid #d8e2ef; border-radius: 99px; color: #526075; background: #fff; font-size: 12px; font-weight: 750; transition: .2s ease; }.case-filters a:hover, .case-filters a.is-active { color: #fff; border-color: var(--blue); background: var(--blue); box-shadow: 0 9px 22px rgba(6,102,245,.17); }
.case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(22px, 2.5vw, 42px); }.case-card { overflow: hidden; border: 1px solid #dde6f1; border-radius: 24px; background: #fff; box-shadow: 0 18px 45px rgba(24,53,100,.075); transition: transform .25s ease, box-shadow .25s ease; }.case-card:hover { box-shadow: 0 28px 60px rgba(24,53,100,.13); transform: translateY(-5px); }
.case-card__visual { position: relative; display: grid; place-items: center; width: 100%; min-height: 0; aspect-ratio: 16 / 9; overflow: hidden; color: #fff; background: radial-gradient(circle at 20% 15%, rgba(55,158,255,.85), transparent 24%), radial-gradient(circle at 82% 78%, rgba(255,73,42,.75), transparent 25%), linear-gradient(145deg, #073d8e, #061b3d 75%); }.case-card__visual::after { content: ''; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 42px 42px; transform: perspective(500px) rotateX(52deg) scale(1.5); transform-origin: bottom; }.case-card__visual img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .4s ease; }.case-card:hover .case-card__visual img { transform: scale(1.035); }
.case-card__mark { position: relative; z-index: 1; display: grid; place-items: center; width: 145px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.28); border-radius: 34px; background: rgba(255,255,255,.1); box-shadow: 24px 24px 0 -5px rgba(255,49,38,.9), -30px -25px 0 -14px rgba(255,139,0,.9); transform: rotate(-6deg); backdrop-filter: blur(6px); }.case-card__mark b { font-size: 48px; letter-spacing: -.08em; }.case-card__mark i { position: absolute; width: 22px; height: 22px; border: 3px solid rgba(255,255,255,.6); border-radius: 7px; }.case-card__mark i:nth-child(1) { top: 22px; left: 22px; }.case-card__mark i:nth-child(2) { top: 22px; right: 22px; border-radius: 50%; }.case-card__mark i:nth-child(3) { right: 22px; bottom: 22px; transform: rotate(45deg); }
.case-card__result { position: absolute; z-index: 3; right: 22px; bottom: 22px; display: flex; flex-direction: column; min-width: 138px; padding: 17px 20px; border: 5px solid rgba(255,255,255,.92); border-radius: 17px; color: var(--navy); background: #fff; box-shadow: 0 17px 35px rgba(2,25,61,.25); }.case-card__result strong { font-size: 27px; letter-spacing: -.04em; }.case-card__result small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.case-card__body { padding: 31px 32px 34px; }.case-card__terms { margin: 0 0 12px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.case-card h3 { margin: 0 0 13px; font-size: clamp(26px, 2.3vw, 36px); letter-spacing: -.045em; line-height: 1.08; }.case-card h3 a { color: var(--navy); }.case-card__body > p:not(.case-card__terms) { margin: 0 0 23px; color: var(--muted); font-size: 14px; line-height: 1.65; }.case-card__link { display: inline-flex; gap: 13px; align-items: center; color: var(--blue-deep); font-size: 13px; font-weight: 800; }.case-card__link span { font-size: 18px; transition: transform .2s ease; }.case-card__link:hover span { transform: translateX(4px); }
.case-empty { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); gap: clamp(45px, 8vw, 130px); align-items: center; min-height: 520px; padding: clamp(42px, 6vw, 90px); border: 1px solid #dce6f2; border-radius: 28px; background: linear-gradient(140deg, #f7fbff, #fff); box-shadow: 0 20px 55px rgba(24,53,100,.07); }.case-empty__visual { position: relative; display: grid; place-items: center; min-height: 330px; overflow: hidden; border-radius: 26px; color: #fff; background: linear-gradient(145deg, #0875ff, #063276 68%, #071b3d); }.case-empty__visual::before { content: ''; position: absolute; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.05), 0 0 0 90px rgba(255,255,255,.035); }.case-empty__visual .dashicons { position: relative; z-index: 2; width: 64px; height: 64px; font-size: 64px; line-height: 64px; }.case-empty__visual i { position: absolute; z-index: 2; width: 35px; height: 35px; border-radius: 11px; background: var(--red); box-shadow: 0 12px 25px rgba(0,0,0,.18); }.case-empty__visual i:nth-of-type(1) { top: 19%; right: 18%; transform: rotate(11deg); }.case-empty__visual i:nth-of-type(2) { bottom: 16%; left: 15%; background: var(--orange); transform: rotate(-9deg); }.case-empty__visual i:nth-of-type(3) { right: 13%; bottom: 16%; background: #fff; transform: rotate(6deg); }.case-empty h2 { max-width: 760px; margin: 0; font-size: clamp(36px, 4.1vw, 61px); letter-spacing: -.06em; line-height: 1.02; }.case-empty > div:last-child > p:not(.case-kicker) { max-width: 660px; margin: 24px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.case-pagination { margin-top: 48px; }.case-pagination .nav-links { display: flex; gap: 8px; justify-content: center; }.case-pagination .page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid #d8e2ef; border-radius: 12px; color: var(--navy); font-weight: 750; }.case-pagination .current { color: #fff; border-color: var(--blue); background: var(--blue); }
.case-framework { padding: clamp(85px, 8vw, 120px) 0; color: #fff; background: linear-gradient(125deg, #061a3c, #063b80 66%, #102458); }.case-framework__heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 55px; align-items: start; margin-bottom: 52px; }.case-framework .case-kicker { color: #72baff; }.case-framework__heading h2 { max-width: 900px; margin: 0; font-size: clamp(39px, 4.3vw, 64px); letter-spacing: -.058em; line-height: 1.02; }.case-framework__grid { display: grid; grid-template-columns: repeat(3, 1fr); }.case-framework article { min-height: 245px; padding: 37px 36px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); }.case-framework article + article { border-left: 0; }.case-framework article > span { color: #6bb7ff; font-size: 12px; font-weight: 800; letter-spacing: .12em; }.case-framework article:nth-child(2) > span { color: #ffa041; }.case-framework article:nth-child(3) > span { color: #ff6f62; }.case-framework h3 { margin: 62px 0 11px; font-size: 22px; }.case-framework article p { margin: 0; color: #c6d5e8; font-size: 14px; line-height: 1.65; }
.case-cta { padding: 68px 0; color: #fff; background: linear-gradient(105deg, #063a7d, #071b3d 64%, #27205a); }.case-cta__inner { display: flex; justify-content: space-between; gap: 50px; align-items: center; }.case-cta .case-kicker { margin-bottom: 9px; color: #79bdff; }.case-cta h2 { max-width: 960px; margin: 0; font-size: clamp(31px, 3.5vw, 50px); letter-spacing: -.05em; line-height: 1.05; }

.case-single__hero { position: relative; padding: clamp(75px, 7vw, 115px) 0; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 83% 20%, rgba(255,64,40,.09), transparent 25%), linear-gradient(140deg, #fff, #f4f9ff); }.case-single__hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); gap: clamp(55px, 8vw, 135px); align-items: center; }.case-single__copy { max-width: 800px; }.case-single__back { display: inline-flex; margin-bottom: 45px; color: #526075; font-size: 12px; font-weight: 750; }.case-single__hero h1 { margin: 0; font-size: clamp(52px, 5.7vw, 87px); letter-spacing: -.068em; line-height: .95; }.case-single__lead { max-width: 720px; margin: 28px 0 0; color: #526075; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; }
.case-single__visual { position: relative; min-height: 535px; overflow: hidden; border: 11px solid #fff; border-radius: 31px; background: #08275a; box-shadow: 0 34px 75px rgba(7,48,112,.2); transform: rotate(1.8deg); }.case-single__visual > img { width: 100%; height: 100%; min-height: 535px; object-fit: cover; }.case-single__canvas { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 20% 18%, rgba(24,135,255,.9), transparent 25%), radial-gradient(circle at 82% 80%, rgba(255,73,42,.8), transparent 26%), linear-gradient(145deg, #063a84, #061a3c); }.case-single__canvas::before { content: ''; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.32) 1px, transparent 1px); background-size: 46px 46px; }.case-single__canvas .dashicons { position: relative; z-index: 2; width: 90px; height: 90px; font-size: 90px; line-height: 90px; }.case-single__canvas i { position: absolute; z-index: 2; width: 42px; height: 42px; border-radius: 13px; background: var(--red); }.case-single__canvas i:nth-of-type(1) { top: 16%; right: 16%; transform: rotate(11deg); }.case-single__canvas i:nth-of-type(2) { bottom: 20%; left: 14%; background: var(--orange); transform: rotate(-10deg); }.case-single__canvas i:nth-of-type(3) { right: 13%; bottom: 18%; background: var(--blue); transform: rotate(7deg); }.case-single__canvas strong { position: absolute; z-index: 2; bottom: 42px; left: 42px; right: 42px; font-size: 13px; letter-spacing: .06em; text-align: center; text-transform: uppercase; }.case-single__result { position: absolute; z-index: 4; right: 25px; bottom: 25px; display: flex; flex-direction: column; min-width: 170px; padding: 20px 24px; border-radius: 18px; color: var(--navy); background: #fff; box-shadow: 0 20px 45px rgba(2,25,61,.26); transform: rotate(-1.8deg); }.case-single__result strong { font-size: 33px; letter-spacing: -.045em; }.case-single__result small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.case-facts { border-bottom: 1px solid var(--line); background: #fff; }.case-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }.case-facts__grid > div { min-height: 138px; padding: 34px 38px; border-right: 1px solid var(--line); }.case-facts__grid > div:first-child { border-left: 1px solid var(--line); }.case-facts small { display: block; margin-bottom: 9px; color: #7a8798; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.case-facts strong { font-size: 18px; line-height: 1.35; }
.case-story { padding: clamp(85px, 9vw, 140px) 0; background: #fff; }.case-story__inner { max-width: 1280px; }.case-story__section { display: grid; grid-template-columns: minmax(180px, .38fr) minmax(0, 1.62fr); gap: clamp(40px, 8vw, 130px); padding: 55px 0; border-bottom: 1px solid #dce5f0; }.case-story__section:first-child { padding-top: 0; }.case-story__section .case-kicker { margin: 7px 0 0; }.case-story__section > div { max-width: 880px; color: #45546a; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.78; }.case-story__section > div p { margin: 0 0 1.25em; }.case-story__editorial { max-width: 900px; margin: 70px auto 0; }.case-story__editorial .entry-content { color: #45546a; font-size: 17px; line-height: 1.75; }.case-story__editorial h2, .case-story__editorial h3 { color: var(--navy); letter-spacing: -.035em; }.case-story__editorial img { height: auto; border-radius: 20px; }
.case-services { padding: 75px 0; background: #f5f8fc; }.case-services__heading { display: flex; justify-content: space-between; gap: 45px; align-items: end; margin-bottom: 30px; }.case-services__heading .case-kicker { margin: 0; }.case-services__heading h2 { margin: 0; color: var(--navy); font-size: clamp(32px, 3.5vw, 50px); letter-spacing: -.05em; }.case-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.case-services__grid a { display: flex; justify-content: space-between; gap: 24px; align-items: center; min-height: 94px; padding: 24px; border: 1px solid #dce5f0; border-radius: 16px; color: var(--navy); background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }.case-services__grid a:hover { border-color: #9fc5f8; box-shadow: 0 16px 34px rgba(24,53,100,.08); transform: translateY(-2px); }.case-services__grid strong { font-size: 16px; }.case-services__grid span { color: var(--blue); font-size: 11px; font-weight: 750; white-space: nowrap; }
.case-next { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; padding-top: 40px; padding-bottom: 40px; border-top: 1px solid var(--line); }.case-next > div:last-child { text-align: right; }.case-next > div a { display: inline-grid; grid-template-columns: auto 1fr auto; gap: 10px; color: var(--navy); }.case-next small { grid-column: 2; color: var(--muted); font-size: 10px; text-transform: uppercase; }.case-next strong { grid-column: 2; font-size: 14px; }.case-next > div:first-child span { grid-row: 1 / 3; align-self: center; }.case-next > div:last-child span { grid-column: 3; grid-row: 1 / 3; align-self: center; }.case-next__all { min-height: 40px; padding: 0 17px; border: 1px solid #d7e2ef; border-radius: 99px; color: var(--blue-deep); font-size: 11px; font-weight: 800; line-height: 38px; }

/* Legal pages and 404 */
.legal-page{overflow:hidden;background:#fff}.legal-kicker{margin:0 0 15px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.legal-hero{position:relative;padding:clamp(85px,8vw,130px) 0;border-bottom:1px solid var(--line);background:radial-gradient(circle at 82% 18%,rgba(255,61,38,.08),transparent 25%),linear-gradient(140deg,#fff,#f4f9ff)}.legal-hero__inner{max-width:1100px}.legal-hero h1{margin:0;font-size:clamp(54px,6.3vw,96px);letter-spacing:-.07em;line-height:.94}.legal-hero__inner>p:not(.legal-kicker){max-width:790px;margin:28px 0 22px;color:#526075;font-size:clamp(17px,1.45vw,21px);line-height:1.65}.legal-hero small{color:#7b8798;font-size:11px;font-weight:700;text-transform:uppercase}.legal-content{padding:clamp(80px,8vw,125px) 0}.legal-content__grid{display:grid;grid-template-columns:minmax(220px,.48fr) minmax(0,1.52fr);gap:clamp(55px,9vw,145px);align-items:start}.legal-content aside{position:sticky;top:100px;padding:28px;border:1px solid #dce6f1;border-radius:18px;background:#f7faff}.legal-content aside>strong{font-size:13px}.legal-content aside nav{display:grid;gap:11px;margin:20px 0 30px}.legal-content aside nav a{color:#5d6a7d;font-size:11px;line-height:1.35}.legal-content aside nav a:hover{color:var(--blue)}.legal-content aside>p{margin:0 0 8px;color:#6f7b8e;font-size:11px}.legal-content aside>a{color:var(--blue-deep);font-size:12px;font-weight:800}.legal-content article{display:grid;grid-template-columns:55px 1fr;gap:28px;padding:0 0 48px;margin-bottom:48px;border-bottom:1px solid #dce5f0;scroll-margin-top:100px}.legal-content article>span{display:grid;place-items:center;width:45px;height:45px;border-radius:13px;color:#fff;background:var(--blue);font-size:11px;font-weight:800}.legal-content article:nth-child(3n+2)>span{background:var(--orange)}.legal-content article:nth-child(3n)>span{background:var(--red)}.legal-content h2{margin:0 0 16px;font-size:clamp(27px,3vw,42px);letter-spacing:-.045em;line-height:1.08}.legal-content article p,.legal-content article li{color:#4b596d;font-size:15px;line-height:1.75}.legal-content article ul{padding-left:22px}.legal-note{padding:28px 31px;border-left:4px solid var(--orange);border-radius:0 15px 15px 0;background:#fff6ea}.legal-note strong{color:#9a4200}.legal-note p{margin:8px 0 0;color:#744822;font-size:13px;line-height:1.65}.error-page{display:grid;align-items:center;min-height:70vh;padding:90px 0;background:radial-gradient(circle at 18% 20%,rgba(6,102,245,.12),transparent 27%),linear-gradient(140deg,#fff,#f5f9ff)}.error-page__grid{display:grid;grid-template-columns:minmax(340px,.85fr) 1.15fr;gap:clamp(55px,9vw,140px);align-items:center}.error-page__visual{position:relative;display:grid;place-items:center;min-height:420px;overflow:hidden;border-radius:30px;color:#fff;background:linear-gradient(145deg,#0875ff,#063276 65%,#071b3d);box-shadow:0 30px 70px rgba(7,48,112,.2)}.error-page__visual strong{position:relative;z-index:2;font-size:clamp(90px,12vw,180px);letter-spacing:-.09em}.error-page__visual i{position:absolute;width:48px;height:48px;border-radius:14px;background:var(--red)}.error-page__visual i:nth-of-type(1){top:14%;right:13%;transform:rotate(10deg)}.error-page__visual i:nth-of-type(2){bottom:14%;left:12%;background:var(--orange);transform:rotate(-9deg)}.error-page__visual i:nth-of-type(3){right:11%;bottom:15%;background:#fff;transform:rotate(8deg)}.error-page h1{max-width:800px;margin:0;font-size:clamp(45px,5.2vw,78px);letter-spacing:-.065em;line-height:.98}.error-page__grid>div:last-child>p:not(.case-kicker){max-width:650px;margin:27px 0;color:#526075;font-size:17px;line-height:1.7}.error-page__actions{display:flex;gap:25px;align-items:center}.error-page__actions>a:not(.button){display:inline-flex;gap:10px;color:var(--blue-deep);font-size:13px;font-weight:800}

/* Blog and editorial publishing */
.insights-page,.article-page{overflow:hidden;color:var(--navy);background:#fff}.insights-kicker{margin:0 0 15px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.insights-hero{position:relative;padding:clamp(90px,9vw,145px) 0;border-bottom:1px solid var(--line);background:radial-gradient(circle at 82% 22%,rgba(255,61,38,.09),transparent 25%),radial-gradient(circle at 14% 78%,rgba(6,102,245,.11),transparent 28%),linear-gradient(135deg,#fff,#f5f9ff)}.insights-hero__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(55px,9vw,145px);align-items:end}.insights-hero h1{max-width:960px;margin:0;font-size:clamp(54px,6.1vw,96px);letter-spacing:-.07em;line-height:.92}.insights-hero h1 span{display:block;color:transparent;background:linear-gradient(95deg,var(--blue),var(--red) 61%,var(--orange));-webkit-background-clip:text;background-clip:text}.insights-hero__intro>p{margin:0 0 27px;color:#526075;font-size:clamp(16px,1.35vw,20px);line-height:1.65}.insights-hero__intro>div{display:flex;flex-wrap:wrap;gap:8px}.insights-hero__intro span{padding:8px 13px;border:1px solid #d8e3f0;border-radius:99px;color:#40516b;background:#fff;font-size:11px;font-weight:750}.insights-library{padding:clamp(80px,8vw,125px) 0}.insights-library__header{display:grid;grid-template-columns:1fr auto;gap:45px;align-items:end;margin-bottom:50px}.insights-library__header h2{margin:0;font-size:clamp(38px,4.3vw,62px);letter-spacing:-.058em;line-height:1.02}.insights-filters{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.insights-filters a{padding:11px 16px;border:1px solid #d8e2ef;border-radius:99px;color:#526075;font-size:12px;font-weight:750}.insights-filters a:hover,.insights-filters a.is-active{color:#fff;border-color:var(--blue);background:var(--blue)}
.insights-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(22px,2.4vw,40px)}.insight-card{display:grid;grid-template-columns:minmax(220px,.8fr) 1.2fr;overflow:hidden;min-height:350px;border:1px solid #dce6f1;border-radius:23px;background:#fff;box-shadow:0 17px 42px rgba(24,53,100,.07);transition:.25s ease}.insight-card:hover{box-shadow:0 26px 58px rgba(24,53,100,.12);transform:translateY(-4px)}.insight-card--featured{grid-column:1/-1;grid-template-columns:1.08fr .92fr;min-height:480px}.insight-card__visual{display:grid;place-items:center;min-height:100%;overflow:hidden;color:#fff;background:radial-gradient(circle at 18% 18%,#178fff,transparent 25%),radial-gradient(circle at 82% 80%,#ff4527,transparent 27%),linear-gradient(145deg,#073f91,#061b3d)}.insight-card__visual img{width:100%;height:100%;object-fit:cover}.insight-card__fallback{position:relative;display:grid;place-items:center;width:135px;height:170px;border:1px solid rgba(255,255,255,.3);border-radius:18px;background:rgba(255,255,255,.1);box-shadow:23px 23px 0 -5px var(--red);transform:rotate(-6deg)}.insight-card__fallback b{font-size:45px}.insight-card__fallback i{position:absolute;left:23px;right:23px;height:5px;border-radius:5px;background:rgba(255,255,255,.48)}.insight-card__fallback i:nth-child(1){top:28px}.insight-card__fallback i:nth-child(2){top:43px;width:55%}.insight-card__fallback i:nth-child(3){bottom:28px;background:var(--orange)}.insight-card__body{display:flex;flex-direction:column;justify-content:center;padding:clamp(27px,3vw,48px)}.insight-card__meta{display:flex;gap:22px;margin-bottom:18px;color:#758297;font-size:10px;font-weight:750;text-transform:uppercase}.insight-card h3{margin:0 0 15px;font-size:clamp(25px,2.2vw,36px);letter-spacing:-.045em;line-height:1.09}.insight-card--featured h3{font-size:clamp(34px,3.4vw,53px)}.insight-card h3 a{color:var(--navy)}.insight-card__body>p{margin:0 0 24px;color:var(--muted);font-size:14px;line-height:1.65}.insight-card__link{display:inline-flex;gap:13px;color:var(--blue-deep);font-size:13px;font-weight:800}
.insights-empty{display:grid;grid-template-columns:minmax(320px,.8fr) 1.2fr;gap:clamp(45px,8vw,125px);align-items:center;padding:clamp(40px,6vw,85px);border:1px solid #dce6f2;border-radius:28px;background:linear-gradient(140deg,#f7fbff,#fff)}.insights-empty__visual{position:relative;display:grid;place-items:center;min-height:330px;border-radius:25px;color:#fff;background:linear-gradient(145deg,#0875ff,#063276 68%,#071b3d)}.insights-empty__visual .dashicons{width:64px;height:64px;font-size:64px;line-height:64px}.insights-empty__visual i{position:absolute;width:38px;height:38px;border-radius:11px;background:var(--red)}.insights-empty__visual i:first-of-type{top:18%;right:15%}.insights-empty__visual i:last-of-type{bottom:16%;left:14%;background:var(--orange)}.insights-empty h2{margin:0;font-size:clamp(36px,4.1vw,61px);letter-spacing:-.06em;line-height:1.02}.insights-empty>div:last-child>p:not(.insights-kicker){margin:24px 0 30px;color:var(--muted);font-size:16px;line-height:1.7}.insights-principles{padding:clamp(85px,8vw,120px) 0;color:#fff;background:linear-gradient(125deg,#061a3c,#063b80 66%,#102458)}.insights-principles__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(55px,8vw,130px)}.insights-principles h2{margin:0;font-size:clamp(38px,4.2vw,62px);letter-spacing:-.058em;line-height:1.03}.insights-principles__grid>div:last-child{display:grid;grid-template-columns:repeat(3,1fr)}.insights-principles article{padding:30px;border:1px solid rgba(255,255,255,.14)}.insights-principles article+article{border-left:0}.insights-principles h3{margin:58px 0 10px}.insights-principles article p{color:#c5d5e8;font-size:13px;line-height:1.65}
.article-hero{padding:clamp(80px,8vw,130px) 0 70px;background:radial-gradient(circle at 83% 15%,rgba(255,63,38,.09),transparent 26%),linear-gradient(140deg,#fff,#f4f9ff)}.article-hero__inner{max-width:1150px}.article-back{display:inline-flex;margin-bottom:50px;color:#526075;font-size:12px;font-weight:750}.article-hero h1{margin:0;font-size:clamp(50px,6.1vw,94px);letter-spacing:-.07em;line-height:.96}.article-lead{margin:30px 0 0;color:#526075;font-size:clamp(17px,1.45vw,22px);line-height:1.65}.article-meta{display:flex;gap:25px;margin-top:30px;color:#758297;font-size:11px;font-weight:750;text-transform:uppercase}.article-visual{position:relative;z-index:2;max-width:1450px}.article-visual>img,.article-visual__fallback{width:100%;max-height:740px;min-height:480px;object-fit:cover;border-radius:28px;box-shadow:0 30px 70px rgba(7,48,112,.17)}.article-visual__fallback{position:relative;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#0875ff,#063276 65%,#ff3a28)}.article-visual__fallback .dashicons{width:90px;height:90px;font-size:90px;line-height:90px}.article-visual__fallback i{position:absolute;width:50px;height:50px;border-radius:14px;background:var(--red)}.article-visual__fallback i:first-of-type{top:15%;right:14%}.article-visual__fallback i:last-of-type{bottom:14%;left:12%;background:var(--orange)}.article-visual__fallback strong{position:absolute;bottom:42px;font-size:13px;letter-spacing:.11em;text-transform:uppercase}.article-body{padding:clamp(80px,9vw,135px) 0}.article-body__grid{display:grid;grid-template-columns:220px minmax(0,820px);gap:clamp(55px,9vw,145px);justify-content:center}.article-body aside{position:sticky;top:100px;align-self:start}.article-body aside>span{display:block;color:#7a8798;font-size:10px;font-weight:800;text-transform:uppercase}.article-body aside>strong{font-size:14px}.article-body aside nav{display:flex;flex-wrap:wrap;gap:7px;margin-top:25px}.article-body aside nav a{padding:7px 10px;border-radius:99px;color:var(--blue-deep);background:#edf5ff;font-size:10px;font-weight:750}.article-body .entry-content{color:#3f4e63;font-size:clamp(17px,1.35vw,20px);line-height:1.82}.article-body .entry-content h2{margin:2em 0 .65em;color:var(--navy);font-size:clamp(31px,3.3vw,47px);letter-spacing:-.05em}.article-body .entry-content img{height:auto;border-radius:18px}.article-body .entry-content blockquote{margin:2em 0;padding:25px 30px;border-left:4px solid var(--red);background:#f6f9fd}.article-related{padding:90px 0;background:#f5f8fc}.article-related__heading h2{margin:0 0 38px;font-size:clamp(36px,4vw,57px)}.article-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-related__grid a{display:grid;grid-template-columns:1fr auto;min-height:170px;padding:28px;border:1px solid #dce5f0;border-radius:18px;color:var(--navy);background:#fff}.article-related__grid small{grid-column:1/-1;color:#758297;font-size:10px}.article-related__grid strong,.article-related__grid span{align-self:end}

@media (min-width: 1201px) {
  .branding-hero__grid, .brand-outcomes__grid, .brand-pillars .shell, .brand-deliverables .shell, .brand-touchpoints .shell, .brand-process__grid, .brand-editorial__content, .brand-faq__grid, .brand-related__inner, .branding-cta__inner, .services-hero__grid, .services-catalog .shell, .services-method__grid, .services-principles .shell, .services-cta__inner, .service-detail__hero-grid, .service-outcomes__grid, .service-capabilities .shell, .service-approach__grid, .service-editorial__content, .service-faq__grid, .service-related .shell, .service-detail__cta-inner, .contact-hero__grid, .contact-main__grid, .about-hero__grid, .about-definition__grid, .about-principles .shell, .about-process__grid, .about-capabilities .shell, .about-commitment__grid, .about-cta__inner, .case-hero__grid, .case-library .shell, .case-framework .shell, .case-cta__inner, .case-single__hero-grid, .case-facts__grid, .case-story__inner, .case-next { width: 100%; max-width: none; padding-inline: clamp(48px, 5vw, 128px); }
}

@media (max-width: 900px) {
  .branding-hero__grid { grid-template-columns: 1fr; padding-top: 40px; }
  .branding-hero__copy { max-width: 720px; padding-bottom: 10px; }
  .branding-hero__visual { min-height: 480px; }
  .brand-outcomes__grid { grid-template-columns: 1fr; }
  .brand-outcomes__grid > div, .brand-outcomes__grid > div:first-child { min-height: auto; padding: 22px 0; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .brand-pillars__intro { grid-template-columns: 1fr; }
  .brand-deliverables__intro { grid-template-columns: 1fr; gap: 25px; }
  .brand-pillar-grid, .touchpoint-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-process__grid { grid-template-columns: 1fr; gap: 45px; }
  .brand-faq__grid { grid-template-columns: 1fr; gap: 42px; }
  .brand-faq__intro { position: static; }
  .brand-related__inner { align-items: flex-start; flex-direction: column; }
  .services-hero__grid, .service-detail__hero-grid { grid-template-columns: 1fr; padding-top: 45px; }
  .services-hero__copy, .service-detail__hero-copy { max-width: 760px; padding-bottom: 0; }
  .services-map, .service-scene { min-height: 500px; }
  .services-section-heading, .service-detail__heading { grid-template-columns: 1fr; gap: 24px; }
  .services-catalog__grid { grid-template-columns: repeat(2, 1fr); }
  .services-method__grid, .service-approach__grid, .service-faq__grid { grid-template-columns: 1fr; gap: 48px; }
  .service-outcomes__grid { grid-template-columns: 1fr; }
  .service-outcomes article, .service-outcomes article:first-child { min-height: auto; padding: 24px 0; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .services-principles__grid, .service-related__grid { grid-template-columns: 1fr; }
  .contact-hero__grid { grid-template-columns: 1fr; gap: 0; padding-top: 40px; }
  .contact-hero__copy { max-width: 760px; padding-bottom: 15px; }
  .contact-scene { min-height: 500px; }
  .contact-main__grid { grid-template-columns: 1fr; }
  .contact-sidebar { grid-template-columns: 1fr; }
  .about-hero__grid { grid-template-columns: 1fr; gap: 0; padding-top: 45px; }.about-hero__copy { max-width: 820px; padding-bottom: 10px; }.about-system { min-height: 520px; }.about-definition__grid, .about-process__grid, .about-commitment__grid { grid-template-columns: 1fr; }.about-definition__grid { gap: 35px; }.about-principles__grid { grid-template-columns: repeat(2, 1fr); }.about-process__intro { position: static; }.about-capabilities__grid { grid-template-columns: repeat(2, 1fr); }
  .case-hero__grid, .case-single__hero-grid { grid-template-columns: 1fr; gap: 48px; }.case-library__header, .case-framework__heading { grid-template-columns: 1fr; gap: 28px; }.case-filters { justify-content: flex-start; }.case-empty { grid-template-columns: minmax(270px, .72fr) 1.28fr; }.case-single__copy { max-width: 850px; }.case-single__visual { min-height: 480px; transform: none; }.case-facts__grid { grid-template-columns: repeat(2, 1fr); }.case-facts__grid > div:nth-child(odd) { border-left: 1px solid var(--line); }.case-story__section { grid-template-columns: .38fr 1.62fr; gap: 45px; }
}

@media (max-width: 600px) {
  .branding-hero h1 { font-size: 54px; }
  .branding-hero__lead { font-size: 17px; }
  .branding-hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .branding-hero__visual { min-height: 390px; transform: scale(.86); transform-origin: center top; }
  .brand-pillars, .brand-deliverables, .brand-touchpoints, .brand-process, .brand-faq { padding: 70px 0; }
  .brand-pillar-grid, .brand-deliverables__grid, .touchpoint-grid { grid-template-columns: 1fr; }
  .brand-deliverables__grid article { grid-template-columns: 42px 1fr; padding: 24px 20px; }
  .brand-faq summary { font-size: 16px; }
  .brand-related nav { flex-direction: column; width: 100%; }
  .brand-related a { justify-content: space-between; }
  .branding-cta__inner { align-items: flex-start; flex-direction: column; }
  .services-hero h1, .service-detail__hero h1 { font-size: 50px; }
  .services-hero__actions, .service-detail__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .services-map { min-height: 430px; transform: scale(.82); transform-origin: center top; }
  .services-map__node { width: 150px; min-height: 58px; padding: 10px; }.services-map__node b { font-size: 10px; }
  .services-catalog, .services-method, .services-principles, .service-capabilities, .service-approach, .service-faq, .service-related { padding: 70px 0; }
  .services-catalog__grid, .services-method__steps, .service-capabilities__grid { grid-template-columns: 1fr; }
  .services-catalog__card { min-height: auto; }
  .services-catalog__card > p { min-height: auto; }
  .services-principles__grid { grid-template-columns: 1fr; }
  .services-cta__inner, .service-detail__cta-inner { align-items: flex-start; flex-direction: column; }
  .service-scene { min-height: 390px; transform: scale(.85); transform-origin: center top; }
  .service-capabilities__grid article { grid-template-columns: 42px 1fr; padding: 24px 20px; }
  .service-related .service-detail__heading > a { justify-self: start; }
  .contact-hero h1 { font-size: 51px; }
  .contact-hero__copy > p:not(.contact-kicker) { font-size: 17px; }
  .contact-scene { min-height: 410px; transform: scale(.88); transform-origin: center top; }
  .contact-main { padding: 72px 0; }
  .contact-form-panel { padding: 28px 20px; border-radius: 18px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form__full { grid-column: auto; }
  .contact-form__submit { align-items: flex-start; flex-direction: column; }
  .contact-turnstile { align-items: flex-start; flex-direction: column; }
  .contact-sidebar { grid-template-columns: 1fr; }
  .about-hero h1 { font-size: 52px; }.about-hero__actions { align-items: flex-start; flex-direction: column; gap: 21px; }.about-system { min-height: 410px; transform: scale(.84); transform-origin: center top; }.about-definition, .about-principles, .about-process, .about-capabilities, .about-commitment { padding: 72px 0; }.about-section-heading { grid-template-columns: 1fr; gap: 22px; }.about-principles__grid, .about-capabilities__grid { grid-template-columns: 1fr; }.about-principles article { min-height: auto; }.about-process__steps li { grid-template-columns: 52px 1fr; gap: 17px; }.about-process__steps > li > span { width: 44px; height: 44px; }.about-cta__inner { align-items: flex-start; flex-direction: column; }
  .case-hero { padding: 75px 0; }.case-hero h1, .case-single__hero h1 { font-size: 50px; }.case-grid { grid-template-columns: 1fr; }.case-card__visual { min-height: 300px; }.case-card__body { padding: 26px 23px 29px; }.case-empty { grid-template-columns: 1fr; padding: 22px; }.case-empty__visual { min-height: 270px; }.case-framework__grid { grid-template-columns: 1fr; }.case-framework article + article { border-top: 0; border-left: 1px solid rgba(255,255,255,.14); }.case-framework article { min-height: auto; }.case-framework h3 { margin-top: 35px; }.case-cta__inner { align-items: flex-start; flex-direction: column; }.case-single__hero { padding: 70px 0; }.case-single__back { margin-bottom: 30px; }.case-single__visual, .case-single__visual > img { min-height: 340px; }.case-single__canvas strong { right: 20px; bottom: 25px; left: 20px; font-size: 10px; }.case-facts__grid { grid-template-columns: 1fr; }.case-facts__grid > div, .case-facts__grid > div:first-child, .case-facts__grid > div:nth-child(odd) { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); border-left: 0; }.case-story__section { grid-template-columns: 1fr; gap: 20px; padding: 40px 0; }.case-story__section .case-kicker { margin: 0; }.case-next { grid-template-columns: 1fr; }.case-next__all { grid-row: 1; justify-self: center; }.case-next > div { text-align: center !important; }.case-next > div:empty { display: none; }
}

@media (min-width: 901px) {
  .site-header__inner { min-height: 58px; }
  .hero, .hero__grid { min-height: 548px; }
  .hero-side { padding-top: 30px; }
  .hero-center { padding-top: 130px; }
  .hero-center h1 { font-size: 44px; white-space: nowrap; }
  .hero-center > p:not(.hero-center__kicker) { max-width: 350px; margin: 16px auto; }
  .creation-visual, .growth-visual { inset: 155px 0 15px; }
  .creation-visual img { right: 2% !important; left: auto !important; width: auto; height: 102%; transform: none !important; }
  .growth-visual img { right: auto !important; left: 2% !important; width: auto; height: 102%; transform: none !important; }
  .feature-list { top: 282px; }
  .feature-list--left { left: 0; }
  .feature-list--right { right: -76px; }
  .experience { top: 448px; }
  .trust-strip__inner { width: min(880px, calc(100% - 80px)); min-height: 61px; }
  .services { padding: 28px 0 24px; }
  .services .shell, .closing-cta__inner { width: min(860px, calc(100% - 80px)); }
  .section-heading { margin-bottom: 17px; }
  .section-heading h2 { font-size: 24px; }
  .service-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
  .service-card { min-height: 205px; padding: 19px 15px 14px; }
  .service-card__icon { margin-bottom: 14px; }
  .service-card p { min-height: 74px; margin-bottom: 12px; }
  .closing-cta__inner { min-height: 84px; }
}

@media (max-width: 900px) {
  .site-header__inner { grid-template-columns: 185px 1fr auto; }
  .site-nav__list { gap: 15px; }
  .hero__grid { grid-template-columns: 1fr 1.1fr 1fr; }
  .creation-visual { transform: scale(.85); transform-origin: left bottom; }
  .growth-visual { transform: scale(.85); transform-origin: right bottom; }
  .creation-visual img, .growth-visual img { right: auto; left: 50%; height: 92%; transform: translateX(-50%); }
  .feature-list { display: none; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 28px, 680px); }
  .site-header__inner { grid-template-columns: 1fr auto; min-height: 62px; }
  body.nav-open { overflow: hidden; }
  .nav-toggle { display: grid; gap: 4px; width: 44px; min-height: 44px; padding: 10px; cursor: pointer; }
  .nav-toggle span:not(.screen-reader-text) { height: 2px; background: var(--navy); }
  .site-header__cta { display: none; }
  .site-nav { position: absolute; top: 62px; left: 0; right: 0; display: none; padding: 20px; border-bottom: 1px solid var(--line); background: #fff; }
  .site-nav.is-open { display: block; }
  .site-nav__list { flex-direction: column; gap: 2px; }
  .site-nav a { display: flex; align-items: center; min-height: 44px; padding: 8px 4px; font-size: 16px; }
  .hero { min-height: auto; }
  .hero__grid { display: flex; flex-direction: column; }
  .hero-center { order: -1; padding: 190px 0 22px; }
  .hero-center h1 { font-size: 44px; }
  .experience { position: static; width: auto; margin-top: 25px; transform: none; }
  .hero-side { min-height: 480px; padding-top: 25px; }
  .hero-side__copy--right { margin-left: 0; }
  .creation-visual, .growth-visual { inset: 120px 0 5px; transform: scale(.92); transform-origin: center bottom; }
  .trust-strip__inner { grid-template-columns: 1fr; padding-block: 20px; text-align: center; }
  .logo-row { flex-wrap: wrap; gap: 18px 30px; margin-top: 15px; padding: 15px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .section-heading { display: block; }.section-heading p { margin-top: 15px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .closing-cta__inner { grid-template-columns: 1fr; gap: 18px; padding-block: 30px; }
}

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

@media (max-width: 480px) {
  .hero-center h1 { font-size: 37px; }
  .hero-side { min-height: 420px; }
  .creation-visual, .growth-visual { transform: scale(.76); transform-origin: left bottom; }
  .growth-visual { transform-origin: right bottom; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }.service-card p { min-height: auto; }
  .closing-cta__message { align-items: flex-start; }.paper-plane { display: none; }
}

@media (min-width: 1201px) {
  .shell { width: 100%; max-width: none; padding-inline: clamp(48px, 5vw, 128px); }
  .site-header__inner { grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr); }
  .site-header__cta { justify-self: end; }
  .site-nav__list { gap: clamp(26px, 2.2vw, 52px); }
  .hero, .hero__grid { min-height: clamp(560px, 30vw, 720px); }
  .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr) minmax(0, 1fr); }
  .hero-side { padding-top: clamp(38px, 3vw, 70px); }
  .hero-center { padding-top: clamp(140px, 10vw, 175px); }
  .hero-center h1 { font-size: clamp(48px, 3vw, 68px); }
  .hero-center > p:not(.hero-center__kicker) { max-width: 430px; font-size: 14px; }
  .creation-visual, .growth-visual { inset: clamp(150px, 9vw, 175px) 0 15px; }
  .creation-visual img { right: 2% !important; left: auto !important; width: auto; height: 108%; transform: none !important; }
  .growth-visual img { right: auto !important; left: 2% !important; width: auto; height: 108%; transform: none !important; }
  .feature-list { top: 50%; }
  .trust-strip__inner, .services .shell, .closing-cta__inner { width: 100%; max-width: none; padding-inline: clamp(48px, 5vw, 128px); }
  .trust-strip__inner { grid-template-columns: minmax(280px, .8fr) 2.5fr; }
  .services { padding: clamp(36px, 3vw, 62px) 0; }
  .section-heading { margin-inline: 0; }
  .section-heading p { max-width: 390px; font-size: 12px; }
  .service-grid { gap: clamp(16px, 1.3vw, 28px); }
  .service-card { min-height: 190px; padding: 22px 18px 16px; }
  .closing-cta__inner { min-height: 96px; }
}

@media (max-width: 900px) {
  .insights-hero__grid,.insights-library__header,.insights-principles__grid{grid-template-columns:1fr;gap:35px}.insights-filters{justify-content:flex-start}.insight-card,.insight-card--featured{grid-template-columns:1fr}.insight-card__visual{min-height:340px}.insights-empty{grid-template-columns:minmax(270px,.72fr) 1.28fr}.insights-principles__grid>div:last-child{grid-template-columns:1fr}.insights-principles article+article{border-top:0;border-left:1px solid rgba(255,255,255,.14)}.article-body__grid{grid-template-columns:170px 1fr;gap:50px}.article-related__grid{grid-template-columns:1fr}
}

@media (max-width: 600px) {
  .insights-hero{padding:75px 0}.insights-hero h1,.article-hero h1{font-size:50px}.insights-grid{grid-template-columns:1fr}.insight-card,.insight-card--featured{grid-column:auto}.insights-empty{grid-template-columns:1fr;padding:22px}.insights-empty__visual{min-height:270px}.article-visual>img,.article-visual__fallback{min-height:330px;border-radius:18px}.article-body__grid{grid-template-columns:1fr}.article-body aside{position:static}.article-related{padding:70px 0}
}

@media (max-width: 900px) {
  .site-footer__main{grid-template-columns:1.3fr repeat(2,1fr)}.site-footer__brand{grid-column:1/-1}.legal-content__grid{grid-template-columns:1fr}.legal-content aside{position:static}.error-page__grid{grid-template-columns:1fr}.error-page__visual{min-height:350px}
}

@media (max-width: 600px) {
  .site-footer__cta>.shell{align-items:flex-start;flex-direction:column}.site-footer__main{grid-template-columns:1fr 1fr;padding-top:58px}.site-footer__brand{grid-column:1/-1}.site-footer__column:first-of-type{grid-column:1/-1}.site-footer__bottom{align-items:flex-start;flex-direction:column}.legal-hero{padding:72px 0}.legal-hero h1{font-size:52px}.legal-content{padding:70px 0}.legal-content aside{padding:22px}.legal-content article{grid-template-columns:42px 1fr;gap:17px}.legal-content article>span{width:38px;height:38px}.error-page{padding:70px 0}.error-page__visual{min-height:280px}.error-page__actions{align-items:flex-start;flex-direction:column}
}

/* Homepage/footer separation and interactive process page */
.site-footer{border-top:14px solid #fff}

/* Milestone 10: insight imagery, editorial trust and connected service journeys */
.article-body__grid>aside>p{margin:14px 0 0;color:#657287;font-size:12px;line-height:1.65}.article-body__grid>aside>small{display:block;margin-top:13px;color:#7a8798;font-size:10px;font-weight:700}.article-service-cta{position:static!important;display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-top:55px;padding:32px;border:1px solid #d8e5f3;border-radius:22px;background:linear-gradient(135deg,#f2f8ff,#fff 58%,#fff3ef);box-shadow:0 16px 38px rgba(20,59,110,.08)}.article-service-cta>div>span{color:var(--blue-deep)!important}.article-service-cta h2{margin:7px 0 10px!important;font-size:clamp(26px,3vw,38px)!important}.article-service-cta p{max-width:510px;margin:0;color:#5d6a7d;font-size:14px;line-height:1.65}.article-service-cta>a{display:inline-flex;flex:0 0 auto;align-items:center;gap:18px;padding:15px 21px;border-radius:999px;color:#fff;background:var(--blue);font-size:12px;font-weight:800;box-shadow:0 10px 25px rgba(0,106,255,.18)}
.service-insight{padding:clamp(75px,8vw,120px) 0;background:#f3f7fc}.service-insight__card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:clamp(45px,7vw,105px);padding:clamp(24px,3vw,45px);border:1px solid #dce6f1;border-radius:28px;background:#fff;box-shadow:0 24px 60px rgba(19,54,102,.09)}.service-insight__visual{display:block;overflow:hidden;border-radius:20px;background:#eef5ff}.service-insight__visual img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.service-insight__card h2{margin:10px 0 18px;font-size:clamp(34px,3.5vw,56px);letter-spacing:-.05em;line-height:1.02}.service-insight__card p:not(.service-detail__kicker){margin:0 0 24px;color:#5f6c7e;font-size:15px;line-height:1.7}.service-insight__card>div>a{display:inline-flex;align-items:center;gap:14px;color:var(--blue-deep);font-size:13px;font-weight:800}
@media(max-width:900px){.service-insight__card{grid-template-columns:1fr}.article-service-cta{align-items:flex-start;flex-direction:column}}
.process-page{overflow:hidden;color:var(--navy);background:#fff}.process-kicker{margin:0 0 14px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.process-hero{padding:clamp(85px,8vw,135px) 0;background:radial-gradient(circle at 82% 20%,rgba(255,48,32,.1),transparent 28%),linear-gradient(140deg,#fff,#f4f9ff)}.process-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(55px,8vw,130px);align-items:center}.process-hero h1{max-width:900px;margin:0;font-size:clamp(53px,6vw,92px);letter-spacing:-.07em;line-height:.94}.process-hero h1 span{display:block;color:transparent;background:linear-gradient(95deg,var(--blue),var(--red) 64%,var(--orange));background-clip:text;-webkit-background-clip:text}.process-hero__grid>div:first-child>p:last-child{max-width:730px;margin:30px 0 0;color:#526075;font-size:clamp(17px,1.4vw,21px);line-height:1.65}.process-hero__map{position:relative;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;min-height:330px;padding:45px;border:1px solid #dce6f2;border-radius:28px;background:#fff;box-shadow:0 28px 65px rgba(9,54,125,.12)}.process-hero__map::before{content:"";position:absolute;right:11%;left:11%;top:50%;height:3px;background:linear-gradient(90deg,var(--blue),var(--red),var(--orange))}.process-hero__map i{position:relative;z-index:2;justify-self:center;width:24px;height:24px;border:6px solid #fff;border-radius:50%;background:var(--blue);box-shadow:0 0 0 2px var(--blue)}.process-hero__map i:nth-child(4),.process-hero__map i:nth-child(5){background:var(--red);box-shadow:0 0 0 2px var(--red)}.process-hero__map span{align-self:start;justify-self:center;color:#57657a;font-size:10px;font-weight:800;text-transform:uppercase}.process-tool{padding:clamp(85px,8vw,125px) 0}.process-tool__heading{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;margin-bottom:38px}.process-tool__heading h2{margin:0;font-size:clamp(40px,4.7vw,67px);letter-spacing:-.06em;line-height:1}.process-tool__heading>p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.process-goals{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.process-goals button{min-height:46px;padding:0 19px;border:1px solid #d5e1ef;border-radius:99px;color:#40516b;background:#fff;font:700 12px Inter,Arial,sans-serif;cursor:pointer}.process-goals button:hover,.process-goals button.is-active{color:#fff;border-color:var(--blue);background:var(--blue)}.process-workbench{display:grid;grid-template-columns:minmax(300px,.68fr) 1.32fr;overflow:hidden;border:1px solid #dbe5f1;border-radius:25px;background:#f5f9ff;box-shadow:0 24px 58px rgba(15,50,104,.1)}.process-steps{margin:0;padding:0;list-style:none;background:#071e43}.process-steps button{display:grid;grid-template-columns:50px 1fr;gap:17px;align-items:center;width:100%;min-height:82px;padding:16px 25px;border:0;border-bottom:1px solid rgba(255,255,255,.1);color:#bdcde2;background:transparent;text-align:left;cursor:pointer}.process-steps button span{font-size:10px;font-weight:800;letter-spacing:.1em}.process-steps button strong{font-size:17px}.process-steps button:hover,.process-steps button.is-active{color:#fff;background:linear-gradient(90deg,#0866f5,#07499e)}.process-panel{padding:clamp(38px,5vw,75px)}.process-panel>p:first-child{margin:0 0 16px;color:var(--red);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.process-panel h3{margin:0;font-size:clamp(42px,5vw,70px);letter-spacing:-.065em;line-height:.95}.process-panel>strong{display:block;margin:19px 0 11px;font-size:19px}.process-panel>p:not(:first-child){max-width:780px;margin:0;color:#516075;font-size:16px;line-height:1.72}.process-panel>div{margin-top:32px;padding:22px 25px;border-left:4px solid var(--orange);background:#fff}.process-panel>div span{color:#7d4b00;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.process-panel>div p{margin:7px 0 0;color:#3f4e63;font-size:14px}.process-recommendation{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;margin-top:24px;padding:24px 26px;border:1px solid #dbe5f1;border-radius:18px;background:#fff}.process-recommendation>.dashicons{width:34px;height:34px;color:var(--orange);font-size:34px;line-height:34px}.process-recommendation strong{font-size:13px}.process-recommendation p{margin:5px 0 0;color:var(--muted);font-size:13px}.process-principles{padding:clamp(85px,8vw,125px) 0;color:#fff;background:linear-gradient(125deg,#061a3c,#063b80 68%,#241d5c)}.process-principles__heading{display:flex;justify-content:space-between;gap:45px;align-items:end;margin-bottom:42px}.process-principles__heading h2{margin:0;font-size:clamp(40px,4.7vw,67px);letter-spacing:-.06em}.process-principles__grid{display:grid;grid-template-columns:repeat(3,1fr)}.process-principles article{min-height:250px;padding:34px;border:1px solid rgba(255,255,255,.15)}.process-principles article+article{border-left:0}.process-principles article>span{color:#69b8ff;font-size:11px;font-weight:800}.process-principles h3{margin:70px 0 10px;font-size:20px}.process-principles article p{margin:0;color:#c4d4e8;font-size:14px;line-height:1.65}
@media(max-width:900px){.process-hero__grid,.process-tool__heading{grid-template-columns:1fr}.process-hero__map{min-height:260px}.process-workbench{grid-template-columns:1fr}.process-steps{display:grid;grid-template-columns:repeat(5,1fr)}.process-steps button{grid-template-columns:1fr;gap:5px;padding:13px;text-align:center}.process-recommendation{grid-template-columns:auto 1fr}.process-recommendation .button{grid-column:1/-1;justify-self:start}.process-principles__grid{grid-template-columns:1fr}.process-principles article+article{border-top:0;border-left:1px solid rgba(255,255,255,.15)}.process-principles article{min-height:auto}.process-principles h3{margin-top:35px}}
@media(max-width:600px){.site-footer{border-top-width:10px}.process-hero{padding:72px 0}.process-hero h1{font-size:50px}.process-hero__map{grid-template-columns:1fr;gap:12px;min-height:auto;padding:28px}.process-hero__map::before{top:12%;bottom:12%;left:50%;width:3px;height:auto}.process-hero__map i{grid-column:1}.process-hero__map span{display:none}.process-goals{display:grid}.process-goals button{width:100%}.process-steps{grid-template-columns:1fr}.process-steps button{grid-template-columns:44px 1fr;min-height:60px;text-align:left}.process-panel{padding:35px 24px}.process-recommendation{grid-template-columns:1fr}.process-recommendation>.dashicons{display:none}.process-principles__heading{display:block}.process-principles__heading h2{font-size:42px}}

/* Keep interactive controls on the same local system stack as the rest of the site. */
.process-goals button { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }

.article-faq { display: grid; gap: 10px; margin-top: 24px; }
.article-faq details { overflow: hidden; border: 1px solid #dce5f0; border-radius: 14px; background: #fff; }
.article-faq summary { position: relative; padding: 20px 52px 20px 22px; color: var(--navy); font-size: 16px; font-weight: 750; line-height: 1.4; cursor: pointer; list-style: none; }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary::after { content: "+"; position: absolute; top: 50%; right: 22px; color: var(--blue); font-size: 22px; font-weight: 500; transform: translateY(-50%); }
.article-faq details[open] summary::after { content: "−"; }
.article-faq details p { margin: 0; padding: 0 22px 22px; color: #4c5b70; font-size: 16px; line-height: 1.72; }

@media (max-width: 720px) {
  .case-services__heading { display: block; }
  .case-services__heading h2 { margin-top: 8px; }
  .case-services__grid { grid-template-columns: 1fr; }
}

/* Compact footer proportions: preserve the four-column structure while removing excess vertical space. */
.site-footer__main{padding-top:38px;padding-bottom:30px}
.footer-brand{margin-bottom:18px}
.site-footer__brand>p{margin-bottom:20px}
.site-footer__column h3{margin-bottom:16px}
.site-footer__column ul{gap:10px}
.site-footer__bottom{padding-top:15px;padding-bottom:15px}

/* Editorial article images should support the story, not behave like a second full-page hero. */
.article-visual{max-width:1120px;margin-top:40px}
.article-visual>img{display:block;width:100%;height:auto;min-height:0;max-height:none;aspect-ratio:16/9;object-fit:contain;border-radius:0;box-shadow:none}
.article-visual__fallback{height:clamp(320px,27vw,430px);min-height:0;max-height:none;border-radius:22px}
.article-body{padding-top:clamp(58px,6vw,90px)}
@media(max-width:760px){.article-visual{width:calc(100% - 32px);margin-top:24px}.article-visual>img,.article-visual__fallback{height:auto;min-height:0;aspect-ratio:16/9;border-radius:16px}.article-body{padding-top:52px}}

/* Link typography: functional links remain comfortably readable throughout the site. */
.site-header__cta{font-size:13px}
.service-card a{font-size:13px;font-weight:700}
.service-detail__back,.article-back{font-size:14px}
.insights-filters a{font-size:13px}
.article-body aside nav a{font-size:13px}
.article-service-cta>a{font-size:13px}
.site-footer__column a{color:#c3d0e2;font-size:13px}

/* Performance and accessibility refinements — v0.25.0. */
.dashicons{display:inline-block;width:20px;height:20px;vertical-align:middle;font-size:20px;line-height:1}
.brand-deliverables__grid article:nth-child(3n+2)>span{color:#c5261d}
.brand-deliverables__grid article:nth-child(3n+3)>span{color:#934800}
.brand-process li>span{color:#c5261d}
.brand-process li:nth-child(2)>span{color:#934800}
.brand-process li:nth-child(3)>span{color:#064fbf}
.article-body aside>span,.article-body__grid>aside>small{color:#586579}
.contact-form__submit small,.contact-turnstile>small{color:#586579}
.case-facts small{color:#586579}

/* Let editorial artwork merge cleanly with the page instead of appearing inside a framed card. */
.article-visual>img{border-radius:0;box-shadow:none}
@media(max-width:760px){.article-visual>img{border-radius:0}}

/* Core Services typography: stronger reading size without disturbing the six-card rhythm. */
.section-heading h2{font-size:clamp(29px,2vw,34px)}
.section-heading p{max-width:430px;font-size:14px;line-height:1.55}
.service-card h3{font-size:16px;line-height:1.3}
.service-card p{font-size:14px;line-height:1.55}
.service-card a{font-size:14px}
@media(min-width:901px){.service-card{min-height:226px}.service-card p{min-height:92px}}
@media(max-width:900px){.service-card{min-height:auto}.service-card p{min-height:auto}}

/* v0.29.1 — project evidence, related journeys and accessible actions */
.service-cases{padding:clamp(75px,8vw,110px) 0;background:#f5f8fc}.service-cases__heading,.case-insights__heading{display:flex;justify-content:space-between;gap:45px;align-items:end;margin-bottom:34px}.service-cases__heading h2,.case-insights__heading h2{max-width:800px;margin:0;color:var(--navy);font-size:clamp(34px,4vw,56px);letter-spacing:-.055em;line-height:1.04}.service-cases__heading>div>p,.case-insights__heading>div>p{margin-bottom:10px}.service-cases__heading>a,.case-insights__heading>a{display:inline-flex;gap:12px;align-items:center;min-height:44px;color:var(--blue-deep);font-size:13px;font-weight:800;white-space:nowrap}.service-cases__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:20px}.service-case-card{overflow:hidden;border:1px solid #dce5f0;border-radius:18px;background:#fff;box-shadow:0 15px 36px rgba(24,53,100,.07)}.service-case-card__visual{display:block;min-height:245px;overflow:hidden;background:#eaf1f9}.service-case-card__visual img{display:block;width:100%;height:245px;object-fit:cover;transition:transform .3s ease}.service-case-card:hover .service-case-card__visual img{transform:scale(1.025)}.service-case-card>div{padding:25px}.service-case-card p{margin:0 0 9px;color:var(--blue);font-size:11px;font-weight:800;text-transform:uppercase}.service-case-card h3{margin:0;font-size:20px;letter-spacing:-.025em;line-height:1.28}.service-case-card h3 a{color:var(--navy)}.service-case-card__link{display:flex;justify-content:space-between;align-items:center;min-height:44px;margin-top:20px;color:var(--blue);font-size:13px;font-weight:750}.service-case-card i{font-style:normal}.case-insights{padding:75px 0;background:#f5f8fc}.case-insights__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.case-insights__grid>a{display:grid;grid-template-columns:1fr auto;min-height:175px;padding:28px;border:1px solid #dce5f0;border-radius:18px;color:var(--navy);background:#fff;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.case-insights__grid>a:hover{border-color:#9fc5f8;box-shadow:0 16px 34px rgba(24,53,100,.08);transform:translateY(-2px)}.case-insights__grid small{grid-column:1/-1;color:var(--blue);font-size:11px;font-weight:800;text-transform:uppercase}.case-insights__grid strong,.case-insights__grid>a>span{align-self:end}.case-insights__grid strong{font-size:18px;line-height:1.35}.case-insights__grid>a>span{color:var(--blue);font-size:20px}
@media(max-width:1050px){.service-cases__grid,.case-insights__grid{grid-template-columns:1fr}.service-case-card{display:grid;grid-template-columns:minmax(260px,.75fr) 1.25fr}.service-case-card__visual,.service-case-card__visual img{height:100%;min-height:230px}}
@media(max-width:700px){.service-cases__heading,.case-insights__heading{align-items:flex-start;flex-direction:column;gap:20px}.service-case-card{display:block}.service-case-card__visual,.service-case-card__visual img{height:230px;min-height:230px}.service-cases,.case-insights{padding:70px 0}}

/* v0.30.0 — privacy-conscious planning tools and interactive project discovery */
.planner-page{overflow:hidden;color:var(--navy);background:#fff}.planner-kicker{margin:0 0 12px;color:#0759d5;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.planner-hero{padding:clamp(85px,8vw,130px) 0;background:radial-gradient(circle at 88% 24%,rgba(255,47,35,.1),transparent 28%),radial-gradient(circle at 65% 80%,rgba(0,106,255,.1),transparent 25%),linear-gradient(140deg,#fff,#f4f8fd)}.planner-hero__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:clamp(55px,8vw,120px);align-items:center}.planner-hero h1{max-width:900px;margin:0;font-size:clamp(52px,6vw,88px);letter-spacing:-.07em;line-height:.95}.planner-hero h1 span{display:block;color:transparent;background:linear-gradient(95deg,var(--blue),var(--red) 68%,var(--orange));background-clip:text;-webkit-background-clip:text}.planner-hero__grid>div:first-child>p:last-child{max-width:760px;margin:28px 0 0;color:#526075;font-size:clamp(17px,1.4vw,21px);line-height:1.65}.planner-hero__summary{overflow:hidden;border:1px solid #d9e4f1;border-radius:24px;background:#fff;box-shadow:0 25px 60px rgba(16,54,109,.11)}.planner-hero__summary span{display:grid;grid-template-columns:48px 1fr;gap:18px;align-items:center;min-height:88px;padding:18px 26px;color:#253852;font-size:15px;font-weight:750}.planner-hero__summary span+span{border-top:1px solid #e3eaf3}.planner-hero__summary strong{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;color:#fff;background:var(--blue);font-size:11px}.planner-hero__summary span:nth-child(2) strong{background:var(--red)}.planner-hero__summary span:nth-child(3) strong{color:#102649;background:var(--orange)}
.planner-workspace{padding:clamp(70px,8vw,120px) 0;background:#f5f8fc}.planner-privacy{display:flex;gap:14px;align-items:center;margin-bottom:22px;padding:16px 20px;border:1px solid #d7e4f2;border-radius:14px;color:#31445f;background:#fff}.planner-privacy>.dashicons{flex:0 0 auto;color:var(--blue)}.planner-privacy p{margin:0;font-size:13px;line-height:1.55}.planner-tabs{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;margin-bottom:24px;border:1px solid #d6e2ef;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(16,52,105,.09)}body.admin-bar .planner-tabs{top:32px}.planner-tabs button{display:flex;gap:13px;align-items:center;justify-content:center;min-height:66px;padding:12px;border:0;border-right:1px solid #e0e8f1;color:#536278;background:#fff;font:750 14px system-ui,-apple-system,"Segoe UI",Arial,sans-serif;cursor:pointer}.planner-tabs button:last-child{border-right:0}.planner-tabs button span{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;color:#435773;background:#edf3fa;font-size:10px}.planner-tabs button:hover{color:var(--blue-deep);background:#f6f9fd}.planner-tabs button[aria-selected="true"]{color:#fff;background:linear-gradient(100deg,#0766f5,#064cae)}.planner-tabs button[aria-selected="true"] span{color:var(--blue-deep);background:#fff}.planner-tabs button:focus-visible,.planner-options input:focus-visible+span,.planner-checks input:focus-visible+span,.assessment-row input:focus-visible+span,.budget-checks input:focus-visible+span{outline:3px solid #ff9a2f;outline-offset:3px}.planner-panel{padding:clamp(28px,4vw,56px);border:1px solid #d8e3ef;border-radius:25px;background:#fff;box-shadow:0 24px 58px rgba(15,50,104,.08)}.planner-panel[hidden]{display:none}.planner-panel__intro{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:end;margin-bottom:42px}.planner-panel__intro h2{max-width:800px;margin:0;font-size:clamp(38px,4.5vw,64px);letter-spacing:-.06em;line-height:1}.planner-panel__intro>p{margin:0;color:#56657a;font-size:15px;line-height:1.7}
.planner-form{display:grid;gap:42px}.planner-form fieldset,.assessment-form fieldset,.budget-form fieldset{min-width:0;margin:0;padding:0;border:0}.planner-form legend{display:flex;gap:13px;align-items:center;margin-bottom:17px;font-size:18px;font-weight:800}.planner-form legend>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;color:#fff;background:var(--navy);font-size:10px}.planner-field-help{margin:-9px 0 15px 47px;color:#647187;font-size:12px}.planner-options{display:grid;gap:13px}.planner-options--four{grid-template-columns:repeat(4,1fr)}.planner-options--three{grid-template-columns:repeat(3,1fr)}.planner-options label,.planner-checks label,.assessment-row label,.budget-checks label{position:relative;cursor:pointer}.planner-options input,.planner-checks input,.assessment-row input,.budget-checks input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.planner-options label>span{display:block;height:100%;min-height:124px;padding:22px;border:1px solid #d8e3ef;border-radius:16px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.planner-options label:hover>span{border-color:#9fc5f8;transform:translateY(-2px)}.planner-options input:checked+span{border-color:var(--blue);background:#f3f8ff;box-shadow:inset 0 0 0 2px var(--blue),0 12px 26px rgba(0,98,235,.09)}.planner-options strong{display:block;color:var(--navy);font-size:15px}.planner-options small{display:block;margin-top:8px;color:#637187;font-size:12px;line-height:1.55}.planner-checks{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.planner-checks label>span,.budget-checks label>span{display:flex;align-items:center;min-height:54px;padding:13px 16px;border:1px solid #d8e3ef;border-radius:13px;color:#40516a;background:#fff;font-size:13px;font-weight:700}.planner-checks input:checked+span,.budget-checks input:checked+span{color:#fff;border-color:var(--blue);background:var(--blue);box-shadow:0 8px 20px rgba(0,98,235,.15)}.planner-checks input:disabled+span{opacity:.46;cursor:not-allowed}.planner-result{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr) auto;gap:35px;align-items:center;margin-top:44px;padding:30px;border-radius:20px;color:#fff;background:linear-gradient(125deg,#061b3d,#074994)}.planner-result .planner-kicker{color:#72bdff}.planner-result h3{margin:0 0 9px;font-size:clamp(25px,2.5vw,36px);letter-spacing:-.04em}.planner-result p:not(.planner-kicker){max-width:680px;margin:0;color:#c6d5e8;font-size:14px;line-height:1.65}.planner-result__services{display:flex;flex-wrap:wrap;gap:7px}.planner-result__services span{padding:8px 10px;border:1px solid rgba(255,255,255,.22);border-radius:99px;color:#fff;background:rgba(255,255,255,.08);font-size:10px;font-weight:750}
.assessment-form{display:grid;border-top:1px solid #dde6f0}.assessment-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;padding:23px 0;border-bottom:1px solid #dde6f0}.assessment-row legend{display:flex;flex-direction:column}.assessment-row legend strong{font-size:15px}.assessment-row legend small{max-width:680px;margin-top:5px;color:#657288;font-size:12px;line-height:1.5}.assessment-row>div{display:grid;grid-template-columns:repeat(3,90px);gap:6px}.assessment-row label>span{display:grid;place-items:center;min-height:42px;padding:8px;border:1px solid #d6e1ee;border-radius:11px;color:#58677b;background:#fff;font-size:11px;font-weight:750}.assessment-row input:checked+span{color:#fff;border-color:var(--blue);background:var(--blue)}.assessment-result{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:32px;align-items:center;margin-top:38px;padding:30px;border:1px solid #d6e3f0;border-radius:20px;background:linear-gradient(135deg,#eff6ff,#fff 60%,#fff5f1)}.assessment-score{position:relative;width:128px;height:128px}.assessment-score svg{width:100%;height:100%;transform:rotate(-90deg)}.assessment-score circle{fill:none;stroke:#dce8f6;stroke-width:9}.assessment-score circle:last-child{stroke:var(--blue);stroke-linecap:round;stroke-dasharray:320;stroke-dashoffset:160;transition:stroke-dashoffset .35s ease}.assessment-score>strong{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--navy);font-size:34px;letter-spacing:-.05em}.assessment-score>strong small{margin:10px 0 0 3px;color:#647287;font-size:11px}.assessment-result h3{margin:0 0 7px;font-size:clamp(25px,2.5vw,36px);letter-spacing:-.04em}.assessment-result>div:nth-child(2)>p:not(.planner-kicker){max-width:730px;margin:0;color:#59687c;font-size:14px;line-height:1.65}.assessment-priorities{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.assessment-priorities span{padding:7px 10px;border-radius:99px;color:#064dac;background:#e6f1ff;font-size:10px;font-weight:750}
.budget-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:34px;align-items:start}.budget-form{display:grid;grid-template-columns:1fr 1fr;gap:24px}.budget-form>label{display:flex;flex-direction:column;gap:9px}.budget-form>label>span,.budget-form legend{color:var(--navy);font-size:13px;font-weight:800}.budget-form select,.case-explorer select,.case-explorer input{width:100%;min-height:50px;padding:0 14px;border:1px solid #ccd9e8;border-radius:11px;color:#263951;background:#fff;font:600 13px system-ui,-apple-system,"Segoe UI",Arial,sans-serif}.budget-form select:focus-visible,.case-explorer select:focus-visible,.case-explorer input:focus-visible{outline:3px solid #ff9a2f;outline-offset:2px;border-color:var(--blue)}.budget-form fieldset{grid-column:1/-1}.budget-checks{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:11px}.budget-result{position:sticky;top:98px;padding:32px;border-radius:22px;color:#fff;background:linear-gradient(145deg,#061b3d,#073c80);box-shadow:0 22px 55px rgba(4,31,72,.2)}body.admin-bar .budget-result{top:130px}.budget-result .planner-kicker{color:#72bdff}.budget-result__price{display:block;margin:4px 0 23px;font-size:clamp(35px,4vw,52px);letter-spacing:-.06em}.budget-result__facts{display:grid;grid-template-columns:1fr 1fr;margin-bottom:20px;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.budget-result__facts span{padding:17px 12px 17px 0}.budget-result__facts span+span{padding-left:18px;border-left:1px solid rgba(255,255,255,.15)}.budget-result__facts small{display:block;margin-bottom:4px;color:#aebfd4;font-size:9px;font-weight:750;text-transform:uppercase}.budget-result__facts strong{font-size:14px}.budget-result>p{margin:0 0 16px;color:#c2d1e4;font-size:13px;line-height:1.6}.budget-result ul{display:grid;gap:7px;margin:0 0 24px;padding:0;list-style:none}.budget-result li{position:relative;padding-left:20px;color:#e5edf7;font-size:12px}.budget-result li::before{content:"✓";position:absolute;left:0;color:#72bdff;font-weight:800}.budget-result>.button{width:100%;justify-content:space-between}.budget-result>small{display:block;margin-top:13px;color:#aebed2;font-size:10px;line-height:1.5}.planner-case-link{padding:clamp(70px,7vw,105px) 0;background:#fff}.planner-case-link__inner{display:flex;gap:45px;align-items:end;justify-content:space-between}.planner-case-link h2{max-width:850px;margin:0;font-size:clamp(37px,4.5vw,62px);letter-spacing:-.06em;line-height:1}
.contact-hero__planner-link{display:inline-flex;gap:11px;align-items:center;min-height:44px;margin-top:18px;color:#064fbf;font-size:13px;font-weight:800}.contact-hero__planner-link span{font-size:18px}.contact-form-panel__prefill-note{display:none!important;margin-top:13px!important;padding:12px 14px!important;border-left:3px solid var(--blue);color:#294769!important;background:#edf5ff}.contact-form-panel.is-planner-prefilled .contact-form-panel__prefill-note{display:block!important}
.case-library__header>p{max-width:520px;margin:0;color:#5d6b7e;font-size:14px;line-height:1.65}.case-explorer{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr)) minmax(210px,1.25fr) auto;gap:12px;align-items:end;margin:0 0 12px;padding:20px;border:1px solid #d7e2ee;border-radius:18px;background:#f6f9fd}.case-explorer label{display:flex;flex-direction:column;gap:7px}.case-explorer label>span{color:#44556c;font-size:10px;font-weight:800;text-transform:uppercase}.case-explorer button{min-height:50px;padding:0 15px;border:1px solid #cbd9e8;border-radius:11px;color:#0755c9;background:#fff;font:750 12px system-ui,-apple-system,"Segoe UI",Arial,sans-serif;cursor:pointer}.case-explorer button:hover{border-color:var(--blue);background:#edf5ff}.case-explorer__status{min-height:20px;margin:0 0 24px;color:#647287;font-size:12px;font-weight:700}.case-explorer__empty{padding:55px;border:1px solid #d9e4ef;border-radius:20px;text-align:center;background:#f7faff}.case-explorer__empty h3{margin:0 0 10px;font-size:30px}.case-explorer__empty>p:last-child{max-width:620px;margin:0 auto;color:#617087;line-height:1.65}.case-card[hidden],.case-grid[hidden],.case-explorer__empty[hidden]{display:none!important}
@media(max-width:1050px){.planner-result,.assessment-result{grid-template-columns:auto 1fr}.planner-result>.button,.assessment-result>.button{grid-column:1/-1;justify-self:start}.planner-options--four{grid-template-columns:1fr 1fr}.case-explorer{grid-template-columns:1fr 1fr 1fr}.case-explorer__search{grid-column:1/3}.case-explorer button{grid-column:3}}
@media(max-width:900px){.planner-hero__grid,.planner-panel__intro,.budget-layout{grid-template-columns:1fr}.planner-hero__summary{max-width:620px}.planner-options--three{grid-template-columns:1fr}.planner-checks{grid-template-columns:1fr 1fr}.budget-result{position:static}.planner-case-link__inner{align-items:flex-start;flex-direction:column}.case-library__header{display:block}.case-library__header>p{margin-top:18px}.case-explorer{grid-template-columns:1fr 1fr}.case-explorer__search,.case-explorer button{grid-column:auto}}
@media(max-width:700px){body.admin-bar .planner-tabs{top:46px}.planner-hero{padding:68px 0}.planner-hero h1{font-size:48px}.planner-hero__grid{gap:40px}.planner-workspace{padding:55px 0}.planner-tabs{top:0;grid-template-columns:1fr}.planner-tabs button{justify-content:flex-start;min-height:52px;border-right:0;border-bottom:1px solid #e0e8f1}.planner-tabs button:last-child{border-bottom:0}.planner-panel{padding:28px 20px}.planner-panel__intro{gap:18px;margin-bottom:32px}.planner-panel__intro h2{font-size:40px}.planner-options--four,.planner-checks,.budget-form,.budget-checks{grid-template-columns:1fr}.planner-options label>span{min-height:auto}.planner-result,.assessment-result{grid-template-columns:1fr;padding:24px}.assessment-row{grid-template-columns:1fr;gap:14px}.assessment-row>div{grid-template-columns:repeat(3,1fr)}.assessment-score{width:110px;height:110px}.budget-form>label,.budget-form fieldset{grid-column:1}.budget-result__price{font-size:38px}.case-explorer{grid-template-columns:1fr}.case-explorer__search,.case-explorer button{grid-column:1}.case-explorer__empty{padding:35px 22px}}
@media(prefers-reduced-motion:reduce){.planner-page *,.case-explorer *{scroll-behavior:auto!important;transition:none!important}}

/* v0.30.1 — stable assessment geometry across Chromium browsers. */
.assessment-row{display:grid;grid-template-columns:minmax(320px,1fr) minmax(285px,auto);gap:clamp(35px,6vw,100px);align-items:center;padding:23px 2px}
.assessment-row>.assessment-row__question{display:flex;min-width:0;flex-direction:column}
.assessment-row__question strong{font-size:16px}
.assessment-row__question small{max-width:720px;margin-top:6px;color:#657288;font-size:13px;line-height:1.5}
.assessment-row>.assessment-row__options{display:grid;grid-template-columns:repeat(3,minmax(88px,1fr));gap:7px}
.assessment-row label>span{min-height:46px;padding:8px 11px;font-size:12px;white-space:nowrap}
@media(max-width:900px){.assessment-row{grid-template-columns:minmax(0,1fr) auto;gap:28px}}
@media(max-width:700px){.assessment-row{grid-template-columns:1fr;gap:14px}.assessment-row>.assessment-row__options{grid-template-columns:repeat(3,1fr)}}

/* A visible but restrained homepage entry point for first-time visitors. */
.home-planner{padding:clamp(34px,4vw,58px) 0;color:var(--navy);background:linear-gradient(135deg,#edf5ff,#fff 58%,#fff2ee)}
.home-planner__inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(440px,.9fr);gap:clamp(45px,7vw,100px);align-items:center}
.home-planner__copy>p{margin:0 0 9px;color:#72bdff;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.home-planner__copy h2{max-width:760px;margin:0;font-size:clamp(31px,3.3vw,48px);letter-spacing:-.05em;line-height:1.04}
.home-planner__copy>span{display:block;max-width:720px;margin:15px 0 21px;color:#526177;font-size:14px;line-height:1.65}
.home-planner__steps{display:grid;gap:8px}
.home-planner__steps>div{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;min-height:67px;padding:12px 17px;border:1px solid #d8e3ef;border-radius:13px;background:#fff;box-shadow:0 10px 24px rgba(24,53,100,.055)}
.home-planner__steps>div>strong{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;color:#fff;background:var(--blue);font-size:10px}
.home-planner__steps>div:nth-child(2)>strong{background:var(--red)}
.home-planner__steps>div:nth-child(3)>strong{color:#152a47;background:var(--orange)}
.home-planner__steps span{display:flex;flex-direction:column}
.home-planner__steps b{font-size:13px}
.home-planner__steps small{margin-top:3px;color:#637188;font-size:11px;line-height:1.4}
@media(max-width:900px){.home-planner__inner{grid-template-columns:1fr}.home-planner__steps{grid-template-columns:repeat(3,1fr)}.home-planner__steps>div{grid-template-columns:1fr;align-content:start}}
@media(max-width:650px){.home-planner{padding:48px 0}.home-planner__steps{grid-template-columns:1fr}.home-planner__steps>div{grid-template-columns:42px 1fr}.home-planner__copy h2{font-size:34px}}

/* v0.31.0 — evidence-led homepage, private brief, decision resources and editorial trust. */
.home-proof{padding:clamp(78px,8vw,120px) 0;color:var(--navy);background:#f5f8fc}.home-proof__heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:60px;align-items:end;margin-bottom:38px}.home-proof__heading p,.home-thinking__intro>p{margin:0 0 10px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.home-proof__heading h2,.home-thinking__intro h2{max-width:820px;margin:0;font-size:clamp(38px,4.8vw,66px);letter-spacing:-.06em;line-height:1}.home-proof__heading>div:last-child{display:flex;align-items:flex-start;flex-direction:column;gap:14px}.home-proof__heading>div:last-child>span{color:#5a687c;font-size:14px;line-height:1.6}.home-proof__heading a,.home-thinking a{display:inline-flex;gap:12px;align-items:center;min-height:42px;color:var(--blue-deep);font-size:13px;font-weight:800}.home-proof__heading i,.home-thinking i{font-style:normal}.home-proof__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-proof-card{overflow:hidden;border:1px solid #d9e3ef;border-radius:20px;background:#fff;box-shadow:0 17px 42px rgba(18,52,102,.07);transition:transform .2s ease,box-shadow .2s ease}.home-proof-card:hover{box-shadow:0 22px 48px rgba(18,52,102,.12);transform:translateY(-3px)}.home-proof-card__visual{display:block;overflow:hidden;aspect-ratio:16/9;background:#eaf1f9}.home-proof-card__visual img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .3s ease}.home-proof-card:hover img{transform:scale(1.02)}.home-proof-card__body{padding:25px}.home-proof-card__body>p{margin:0 0 9px;color:var(--blue);font-size:10px;font-weight:800;line-height:1.5;text-transform:uppercase}.home-proof-card h3{margin:0;font-size:21px;letter-spacing:-.03em;line-height:1.25}.home-proof-card dl{display:grid;gap:13px;margin:20px 0 0}.home-proof-card dl>div{padding-top:13px;border-top:1px solid #e4eaf2}.home-proof-card dt{color:#526178;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.home-proof-card dd{margin:5px 0 0;color:#58677b;font-size:12px;line-height:1.55}.home-proof-card__link{display:flex;justify-content:space-between;min-height:42px;margin-top:13px;color:var(--blue);font-size:13px;font-weight:800}.home-thinking{padding:clamp(75px,8vw,115px) 0;color:#fff;background:linear-gradient(128deg,#031b40,#063c82)}.home-thinking__grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(55px,8vw,110px)}.home-thinking__intro>p{color:#72bdff}.home-thinking__intro h2{font-size:clamp(38px,4.5vw,60px)}.home-thinking__intro>span{display:block;max-width:580px;margin:19px 0 22px;color:#c1cee0;font-size:14px;line-height:1.7}.home-thinking__intro>div{display:flex;flex-wrap:wrap;gap:20px}.home-thinking a{color:#fff}.home-thinking__articles{display:grid;gap:14px}.home-thinking__articles article{display:grid;grid-template-columns:1fr auto;gap:10px 30px;padding:25px 27px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.06)}.home-thinking__articles p{grid-column:1/-1;margin:0;color:#72bdff;font-size:10px;font-weight:800;text-transform:uppercase}.home-thinking__articles h3{margin:0;font-size:21px;line-height:1.3}.home-thinking__articles>article>span{grid-column:1/-1;color:#bdcbe0;font-size:13px;line-height:1.6}.home-thinking__articles>article>a{align-self:end}.home-thinking__articles h3 a{display:block;min-height:0;font-size:inherit}.home-thinking__articles h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}

.insight-clusters{padding:clamp(68px,7vw,105px) 0;background:#f5f8fc}.insight-clusters__heading{display:flex;justify-content:space-between;gap:35px;align-items:end;margin-bottom:30px}.insight-clusters__heading h2{max-width:820px;margin:0;color:var(--navy);font-size:clamp(34px,4vw,54px);letter-spacing:-.055em;line-height:1.04}.insight-clusters__heading>a,.insights-principles__policy{display:inline-flex;gap:11px;align-items:center;min-height:44px;color:var(--blue-deep);font-size:13px;font-weight:800}.insight-clusters__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.insight-cluster{position:relative;overflow:hidden;padding:28px;border:1px solid #dae4ef;border-radius:19px;background:#fff;box-shadow:0 14px 34px rgba(18,52,102,.06)}.insight-cluster>span{position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:var(--blue)}.insight-cluster--red>span{background:var(--red)}.insight-cluster--orange>span{background:var(--orange)}.insight-cluster h3{margin:2px 0 10px;color:var(--navy);font-size:21px;letter-spacing:-.03em}.insight-cluster>p{min-height:68px;margin:0 0 20px;color:#5c6a7e;font-size:13px;line-height:1.65}.insight-cluster ol{display:grid;gap:0;margin:0;padding:0;list-style:none;counter-reset:cluster}.insight-cluster li{counter-increment:cluster;border-top:1px solid #e5ebf2}.insight-cluster li a{display:grid;grid-template-columns:25px 1fr auto;gap:9px;align-items:center;min-height:66px;color:#29415f;font-size:12px;font-weight:700;line-height:1.4}.insight-cluster li a::before{content:counter(cluster,decimal-leading-zero);color:var(--blue);font-size:9px;font-weight:800}.insight-cluster li i{color:var(--blue);font-style:normal}.insights-principles__policy{margin-top:20px}

.planner-brief{margin:0 0 15px;border:1px solid rgba(255,255,255,.18);border-radius:13px;background:rgba(255,255,255,.06)}.planner-brief summary{padding:13px 15px;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.planner-brief pre{max-height:280px;overflow:auto;margin:0;padding:15px;border-top:1px solid rgba(255,255,255,.15);color:#d9e5f3;white-space:pre-wrap;font:11px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace}.planner-brief__actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:12px}.planner-brief__actions button{min-height:38px;padding:8px 10px;border:1px solid rgba(255,255,255,.22);border-radius:9px;color:#fff;background:rgba(255,255,255,.07);font:700 10px system-ui,-apple-system,"Segoe UI",Arial,sans-serif;cursor:pointer}.planner-brief__actions button:hover{border-color:#72bdff;background:rgba(114,189,255,.12)}.planner-brief__status{min-height:20px!important;margin:0 0 10px!important;color:#9fd0ff!important;font-size:10px!important}.budget-result>.planner-brief__status+button{width:100%;justify-content:space-between}

.case-single__visual-note{display:flex;gap:10px;margin:12px 4px 0;color:#5b697d;font-size:11px;line-height:1.5}.case-single__visual-note span{color:var(--blue);font-weight:800}.case-evidence{padding:clamp(70px,8vw,110px) 0;background:#f5f8fc}.case-evidence__heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.65fr);gap:50px;align-items:end;margin-bottom:32px}.case-evidence__heading h2{margin:0;color:var(--navy);font-size:clamp(36px,4vw,58px);letter-spacing:-.055em;line-height:1}.case-evidence__heading>p:last-child{margin:0;color:#5d6b7f;font-size:14px;line-height:1.7}.case-evidence__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.case-evidence__grid article{padding:27px;border:1px solid #d9e4ef;border-radius:18px;background:#fff}.case-evidence__grid article>span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:17px;border-radius:11px;color:#fff;background:var(--blue);font-size:10px;font-weight:800}.case-evidence__grid article:nth-child(2)>span{background:var(--red)}.case-evidence__grid article:nth-child(3)>span{color:#17304e;background:var(--orange)}.case-evidence__grid h3{margin:0 0 15px;color:var(--navy);font-size:19px}.case-evidence__grid ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}.case-evidence__grid li{position:relative;padding-left:18px;color:#5b697d;font-size:12px;line-height:1.6}.case-evidence__grid li::before{content:"";position:absolute;top:.62em;left:0;width:7px;height:7px;border-radius:50%;background:#71aefa}

.about-accountability{padding:clamp(75px,8vw,115px) 0;color:var(--navy);background:#f5f8fc}.about-accountability__grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(50px,8vw,105px);align-items:start}.about-accountability h2{margin:0;font-size:clamp(37px,4.6vw,61px);letter-spacing:-.06em;line-height:1}.about-accountability__grid>div:first-child>p:not(.about-kicker){margin:22px 0;color:#59687d;font-size:15px;line-height:1.75}.about-accountability__grid>div:first-child>a{display:inline-flex;gap:11px;align-items:center;min-height:44px;color:var(--blue-deep);font-size:13px;font-weight:800}.about-accountability__cards{display:grid;gap:12px}.about-accountability__cards article{display:grid;grid-template-columns:48px 1fr;gap:4px 16px;padding:22px;border:1px solid #d9e4ef;border-radius:16px;background:#fff}.about-accountability__cards .dashicons{grid-row:1/3;display:grid;place-items:center;width:48px;height:48px;border-radius:13px;color:#fff;background:var(--blue);font-size:23px}.about-accountability__cards article:nth-child(2) .dashicons{background:var(--red)}.about-accountability__cards article:nth-child(3) .dashicons{color:#18324f;background:var(--orange)}.about-accountability__cards h3{margin:1px 0 3px;font-size:18px}.about-accountability__cards p{margin:0;color:#5d6c80;font-size:12px;line-height:1.6}.article-body__grid>aside>strong a{color:var(--navy)}.article-author-policy{display:inline-flex;gap:8px;align-items:center;min-height:38px;margin-top:10px;color:var(--blue-deep);font-size:12px;font-weight:800}

.decision-page,.editorial-page{overflow:hidden;color:var(--navy);background:#fff}.decision-kicker,.editorial-kicker{margin:0 0 11px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.decision-hero,.editorial-hero{padding:clamp(85px,9vw,135px) 0;background:radial-gradient(circle at 85% 15%,rgba(255,45,32,.1),transparent 25%),radial-gradient(circle at 55% 95%,rgba(8,102,245,.1),transparent 28%),#f8faff}.decision-hero__grid,.editorial-hero__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:clamp(55px,8vw,120px);align-items:end}.decision-hero h1,.editorial-hero h1{max-width:850px;margin:0;font-size:clamp(52px,6.5vw,92px);letter-spacing:-.072em;line-height:.94}.decision-hero h1 span,.editorial-hero h1 span{color:transparent;background:linear-gradient(95deg,var(--blue),var(--red) 68%,var(--orange));background-clip:text;-webkit-background-clip:text}.decision-hero__grid>div:last-child>p,.editorial-hero__grid>div:last-child>p{margin:0 0 24px;color:#536177;font-size:clamp(16px,1.4vw,20px);line-height:1.7}.decision-library{padding:clamp(75px,8vw,120px) 0}.decision-library__intro{display:grid;grid-template-columns:1fr minmax(300px,.7fr);gap:55px;align-items:end;margin-bottom:28px}.decision-library__intro h2,.editorial-standards__heading h2{margin:0;font-size:clamp(38px,4.8vw,65px);letter-spacing:-.06em;line-height:1}.decision-library__intro>p{margin:0;color:#5b697e;font-size:14px;line-height:1.7}.decision-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.decision-filters button{min-height:42px;padding:0 17px;border:1px solid #d3dfec;border-radius:99px;color:#45566e;background:#fff;font:750 12px system-ui,-apple-system,"Segoe UI",Arial,sans-serif;cursor:pointer}.decision-filters button:hover,.decision-filters button.is-active{color:#fff;border-color:var(--blue);background:var(--blue)}.decision-grid{display:grid;gap:18px}.decision-card{overflow:hidden;border:1px solid #d8e3ef;border-radius:22px;background:#fff;box-shadow:0 16px 38px rgba(18,52,102,.07)}.decision-card[hidden]{display:none}.decision-card>header{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:10px 55px;padding:28px 32px;border-bottom:1px solid #e1e8f0;background:#f7faff}.decision-card>header>p{grid-column:1/-1;margin:0;color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase}.decision-card>header h2{margin:0;font-size:clamp(27px,3vw,42px);letter-spacing:-.045em;line-height:1.04}.decision-card>header>span{align-self:end;color:#5c6b7f;font-size:14px;line-height:1.65}.decision-card__comparison{display:grid;grid-template-columns:1fr 1fr}.decision-card__comparison section{padding:29px 32px}.decision-card__comparison section+section{border-left:1px solid #e1e8f0}.decision-card__comparison small{color:var(--blue);font-size:9px;font-weight:800;text-transform:uppercase}.decision-card__comparison section+section small{color:var(--red)}.decision-card__comparison h3{margin:7px 0 12px;font-size:22px}.decision-card__comparison p{margin:0;color:#59687c;font-size:13px;line-height:1.65}.decision-card__comparison strong{display:block;margin:20px 0 6px;color:var(--navy);font-size:10px;text-transform:uppercase}.decision-card>footer{display:flex;justify-content:space-between;gap:35px;align-items:center;padding:20px 32px;border-top:1px solid #e1e8f0;background:#fffaf6}.decision-card>footer p{max-width:780px;margin:0;color:#604d42;font-size:12px;line-height:1.6}.decision-card>footer a{display:inline-flex;gap:10px;align-items:center;min-height:42px;color:var(--blue-deep);font-size:12px;font-weight:800;white-space:nowrap}.decision-principles{padding:clamp(72px,8vw,110px) 0;color:#fff;background:#031f4c}.decision-principles>.shell{display:grid;grid-template-columns:minmax(0,.65fr) minmax(0,1.35fr);gap:70px}.decision-principles .decision-kicker{color:#72bdff}.decision-principles h2{margin:0;font-size:clamp(36px,4.4vw,58px);letter-spacing:-.055em;line-height:1}.decision-principles ol{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0;padding:0;list-style:none}.decision-principles li{padding:23px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.06)}.decision-principles li>span{color:#72bdff;font-size:10px;font-weight:800}.decision-principles strong{display:block;margin:8px 0 6px;font-size:16px}.decision-principles p{margin:0;color:#becde1;font-size:12px;line-height:1.6}

.editorial-hero__review{color:var(--blue)!important;font-size:12px!important;font-weight:800;text-transform:uppercase}.editorial-method{padding:clamp(75px,8vw,115px) 0}.editorial-method__grid{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:clamp(55px,8vw,110px)}.editorial-method aside{position:sticky;top:110px;align-self:start}.editorial-method aside h2{margin:0;font-size:clamp(34px,4vw,52px);letter-spacing:-.055em;line-height:1.04}.editorial-method aside>p:not(.editorial-kicker){margin:20px 0;color:#5a697d;font-size:14px;line-height:1.75}.editorial-method aside>a{display:inline-flex;gap:10px;align-items:center;min-height:42px;color:var(--blue-deep);font-size:13px;font-weight:800}.editorial-method__steps{display:grid;border-top:1px solid #dce5ef}.editorial-method__steps article{display:grid;grid-template-columns:55px 1fr;gap:18px;padding:27px 0;border-bottom:1px solid #dce5ef}.editorial-method__steps article>span{display:grid;place-items:center;width:45px;height:45px;border-radius:13px;color:#fff;background:var(--blue);font-size:10px;font-weight:800}.editorial-method__steps article:nth-child(2)>span{background:var(--red)}.editorial-method__steps article:nth-child(3)>span{color:#17304e;background:var(--orange)}.editorial-method__steps article:nth-child(4)>span{background:var(--blue-deep)}.editorial-method__steps h3{margin:0 0 6px;font-size:21px}.editorial-method__steps p{margin:0;color:#5b697e;font-size:13px;line-height:1.65}.editorial-standards{padding:clamp(75px,8vw,115px) 0;background:#f5f8fc}.editorial-standards__heading{margin-bottom:30px}.editorial-standards__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.editorial-standards__grid article{min-height:195px;padding:26px;border:1px solid #d9e3ee;border-radius:18px;background:#fff}.editorial-standards__grid h3{margin:0 0 10px;font-size:19px}.editorial-standards__grid p{margin:0;color:#5a697d;font-size:13px;line-height:1.65}.editorial-sources{padding:clamp(75px,8vw,115px) 0}.editorial-sources__grid{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:70px}.editorial-sources h2{margin:0;font-size:clamp(38px,4.8vw,64px);letter-spacing:-.06em;line-height:1}.editorial-sources ol{display:grid;gap:10px;margin:0;padding:0;list-style:none;counter-reset:sources}.editorial-sources li{counter-increment:sources;display:grid;grid-template-columns:42px 1fr;gap:2px 15px;padding:19px;border:1px solid #d9e3ef;border-radius:14px}.editorial-sources li::before{content:counter(sources,decimal-leading-zero);grid-row:1/3;color:var(--blue);font-size:11px;font-weight:800}.editorial-sources li strong{font-size:15px}.editorial-sources li span{color:#5b697d;font-size:12px;line-height:1.55}.editorial-sources__grid>div:last-child>p{margin:18px 0 0;color:#5b697d;font-size:13px;line-height:1.65}

@media(max-width:1050px){.home-proof__grid,.insight-clusters__grid,.case-evidence__grid,.editorial-standards__grid{grid-template-columns:1fr 1fr}.home-proof-card:last-child,.insight-cluster:last-child,.case-evidence__grid article:last-child{grid-column:1/-1}.decision-hero__grid,.editorial-hero__grid{grid-template-columns:1fr;gap:35px}.decision-hero__grid>div:last-child,.editorial-hero__grid>div:last-child{max-width:720px}.decision-card>header{grid-template-columns:1fr}.decision-principles>.shell{grid-template-columns:1fr}.editorial-method__grid,.editorial-sources__grid{grid-template-columns:1fr}.editorial-method aside{position:static}.about-accountability__grid{grid-template-columns:1fr}.home-thinking__grid{grid-template-columns:1fr}}
@media(max-width:760px){.home-proof__heading,.case-evidence__heading,.decision-library__intro{grid-template-columns:1fr;gap:20px}.home-proof__grid,.insight-clusters__grid,.case-evidence__grid,.editorial-standards__grid{grid-template-columns:1fr}.home-proof-card:last-child,.insight-cluster:last-child,.case-evidence__grid article:last-child{grid-column:auto}.home-thinking__articles article{grid-template-columns:1fr}.insight-clusters__heading{align-items:flex-start;flex-direction:column}.insight-cluster>p{min-height:0}.planner-brief__actions{grid-template-columns:1fr}.decision-card>header,.decision-card__comparison section,.decision-card>footer{padding:23px}.decision-card__comparison{grid-template-columns:1fr}.decision-card__comparison section+section{border-top:1px solid #e1e8f0;border-left:0}.decision-card>footer{align-items:flex-start;flex-direction:column;gap:12px}.decision-principles ol{grid-template-columns:1fr}.editorial-standards__grid article{min-height:0}.about-accountability__cards article{grid-template-columns:43px 1fr}.about-accountability__cards .dashicons{width:43px;height:43px}.home-thinking__intro>div{align-items:flex-start;flex-direction:column;gap:6px}}
@media(max-width:520px){.decision-hero h1,.editorial-hero h1{font-size:48px}.decision-filters{display:grid;grid-template-columns:1fr 1fr}.decision-filters button:first-child{grid-column:1/-1}.editorial-method__steps article{grid-template-columns:44px 1fr}.editorial-method__steps article>span{width:40px;height:40px}.home-proof-card__body{padding:21px}}

/* v0.31.2: unify the homepage hero around one proposition and two supporting capabilities. */
.hero::after{content:"";position:absolute;z-index:0;top:29%;right:13%;bottom:7%;left:13%;border:1px solid rgba(8,102,245,.12);border-radius:50%;background:radial-gradient(circle at 24% 58%,rgba(8,102,245,.075),transparent 24%),radial-gradient(circle at 76% 58%,rgba(255,43,32,.065),transparent 24%);box-shadow:inset 0 0 80px rgba(8,102,245,.025);pointer-events:none}
.hero__grid::before{content:"";position:absolute;z-index:1;top:55%;right:24%;left:24%;height:1px;background:linear-gradient(90deg,transparent,rgba(8,102,245,.22) 22%,rgba(255,138,0,.2) 50%,rgba(255,43,32,.2) 78%,transparent);pointer-events:none}
.hero-side,.hero-center{z-index:2}
.hero-side__copy .eyebrow,.hero-side__copy h2{font-size:22px}
.hero-side__copy>p:not(.eyebrow){color:#566276;font-size:13.5px;line-height:1.58}
.hero-center>p:not(.hero-center__kicker){max-width:450px;color:#4d596c;font-size:15.5px;line-height:1.62}
.feature-list li{font-size:11.5px}

@media (min-width:901px){
  .hero__grid{grid-template-columns:minmax(0,1fr) minmax(390px,.88fr) minmax(0,1fr)}
	  .hero-side--creation .hero-side__copy{margin-left:clamp(12px,2vw,34px)}
	  .hero-side--growth .hero-side__copy{margin-right:clamp(12px,2vw,34px)}
	  .creation-visual img{right:0!important;height:106%}
	  .growth-visual img{left:0!important;height:106%}
	  .feature-list--left{right:auto;left:0}
	  .feature-list--right{right:0}
}

@media (min-width:1201px){
  .hero__grid{grid-template-columns:minmax(0,1fr) minmax(430px,.8fr) minmax(0,1fr)}
  .hero-center{padding-top:clamp(135px,8.5vw,165px)}
  .hero-center h1{font-size:clamp(50px,3.15vw,70px)}
  .hero-side{padding-top:clamp(48px,3.6vw,76px)}
	  .creation-visual,.growth-visual{inset:190px 0 15px}
	  .creation-visual img{right:0!important;height:109%}
	  .growth-visual img{left:0!important;height:109%}
	  .feature-list--left{left:0}
	  .feature-list--right{right:0}
}

@media (min-width:1800px){
	  .hero-side--creation .hero-side__copy{margin-left:clamp(72px,5vw,125px)}
	  .hero-side--growth .hero-side__copy{margin-right:clamp(72px,5vw,125px)}
	  .creation-visual,.growth-visual{inset:clamp(175px,9vw,210px) 0 15px}
	  .creation-visual img{right:-4%!important;height:114%}
	  .growth-visual img{left:-4%!important;height:114%}
	  .feature-list--left{left:clamp(70px,5vw,125px)}
	  .feature-list--right{right:clamp(70px,5vw,125px)}
}

@media (max-width:900px){
  .hero::after{top:20%;right:4%;bottom:3%;left:4%}
  .hero__grid::before{display:none}
  .hero-center>p:not(.hero-center__kicker){font-size:15px}
}

@media (max-width:780px){
  .hero::after{display:none}
  .hero-side__copy .eyebrow,.hero-side__copy h2{font-size:22px}
}

/* v0.32.0: outcome-led homepage architecture and agency authority system. */
.home-proof-strip{position:relative;z-index:4;border-bottom:1px solid #dfe7f1;background:#fff}
.home-proof-strip__inner{display:grid;grid-template-columns:repeat(4,1fr);min-height:82px}
.home-proof-strip span{position:relative;display:flex;gap:11px;align-items:center;justify-content:center;padding:18px 22px;color:#34455f;font-size:12px;font-weight:800;text-align:center}
.home-proof-strip span+span{border-left:1px solid #e4eaf2}
.home-proof-strip span::before{content:"";flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px rgba(8,102,245,.09)}
.home-proof-strip span:nth-child(2)::before{background:var(--red);box-shadow:0 0 0 5px rgba(255,43,32,.08)}
.home-proof-strip span:nth-child(3)::before{background:var(--orange);box-shadow:0 0 0 5px rgba(255,138,0,.09)}
.home-proof-strip span:nth-child(4)::before{background:var(--blue-deep)}

.services{padding:clamp(72px,7vw,105px) 0;background:#fff}
.services .section-heading{align-items:end;margin-bottom:34px}
.services .section-heading h2{max-width:710px;font-size:clamp(34px,4vw,54px);line-height:1.02}
.services .section-heading p{max-width:390px;font-size:14px;line-height:1.65}
.service-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.service-pillar{position:relative;overflow:hidden;min-height:390px;padding:34px 32px 29px;border:1px solid #dce5ef;border-radius:22px;background:linear-gradient(155deg,#fff,#f7faff);box-shadow:0 18px 45px rgba(18,52,102,.07);transition:transform .22s ease,box-shadow .22s ease}
.service-pillar::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:var(--blue)}
.service-pillar--red::before{background:var(--red)}
.service-pillar--orange::before{background:var(--orange)}
.service-pillar:hover{transform:translateY(-4px);box-shadow:0 24px 52px rgba(18,52,102,.12)}
.service-pillar__number{display:grid;place-items:center;width:45px;height:45px;margin-bottom:41px;border-radius:13px;color:#fff;background:var(--blue);font-size:11px;font-weight:850;letter-spacing:.08em}
.service-pillar--red .service-pillar__number{background:var(--red)}
.service-pillar--orange .service-pillar__number{color:#142d4d;background:var(--orange)}
.service-pillar h3{margin:0 0 13px;color:var(--navy);font-size:clamp(25px,2.1vw,32px);letter-spacing:-.045em;line-height:1.04}
.service-pillar>p{min-height:76px;margin:0 0 29px;color:#59687d;font-size:14px;line-height:1.7}
.service-pillar ul{display:grid;margin:0;padding:0;border-top:1px solid #dfe7f0;list-style:none}
.service-pillar li{border-bottom:1px solid #dfe7f0}
.service-pillar li a{display:flex;justify-content:space-between;gap:20px;align-items:center;min-height:54px;color:var(--blue-deep);font-size:13px;font-weight:800}
.service-pillar li a:hover{color:var(--blue)}
.services__all{display:inline-flex;gap:12px;align-items:center;min-height:44px;margin-top:24px;color:var(--blue-deep);font-size:13px;font-weight:850}

.home-proof{background:#f3f7fc}
.home-proof__grid{grid-template-columns:minmax(0,1.28fr) minmax(320px,.72fr);grid-template-rows:1fr 1fr;gap:18px}
.home-proof-card--featured{grid-row:1/3}
.home-proof-card--featured .home-proof-card__visual{aspect-ratio:16/10}
.home-proof-card--featured .home-proof-card__body{padding:31px}
.home-proof-card--featured h3{font-size:clamp(26px,2.7vw,39px);line-height:1.08}
.home-proof-card--featured dl{grid-template-columns:1fr 1fr;gap:18px}
.home-proof-card:not(.home-proof-card--featured){display:grid;grid-template-columns:minmax(170px,.78fr) minmax(0,1.22fr)}
.home-proof-card:not(.home-proof-card--featured) .home-proof-card__visual{height:100%;aspect-ratio:auto}
.home-proof-card:not(.home-proof-card--featured) .home-proof-card__body{padding:22px}
.home-proof-card:not(.home-proof-card--featured) h3{font-size:18px}
.home-proof-card:not(.home-proof-card--featured) dl{margin-top:13px}
.home-proof-card:not(.home-proof-card--featured) dl>div:first-child{display:none}
.home-proof-card:not(.home-proof-card--featured) .home-proof-card__link{margin-top:8px}

.connected-system{position:relative;overflow:hidden;padding:clamp(82px,8vw,120px) 0;color:#fff;background:radial-gradient(circle at 78% 50%,rgba(35,127,255,.26),transparent 28%),linear-gradient(125deg,#021633,#052e67)}
.connected-system::after{content:"";position:absolute;right:-10%;bottom:-45%;width:55%;height:80%;border:1px solid rgba(114,189,255,.19);border-radius:50%;transform:rotate(-13deg)}
.connected-system__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.72fr) minmax(540px,1.28fr);gap:clamp(55px,8vw,110px);align-items:center}
.connected-system__copy>p,.home-trust__quote>p{margin:0 0 11px;color:#73baff;font-size:11px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.connected-system h2{margin:0;font-size:clamp(46px,5.5vw,75px);letter-spacing:-.065em;line-height:.95}
.connected-system__copy>span{display:block;max-width:590px;margin:24px 0;color:#c1d0e3;font-size:16px;line-height:1.75}
.connected-system__copy>a{display:inline-flex;gap:12px;align-items:center;min-height:44px;color:#fff;font-size:13px;font-weight:850}
.connected-system__copy i,.home-trust__quote i{font-style:normal}
.connected-system__map{position:relative;display:grid;grid-template-columns:145px 1fr 145px;gap:34px;align-items:center;min-height:390px;padding:42px;border:1px solid rgba(255,255,255,.16);border-radius:27px;background:rgba(255,255,255,.07);box-shadow:0 30px 70px rgba(0,0,0,.18);backdrop-filter:blur(10px)}
.connected-system__map::before,.connected-system__map::after{content:"";position:absolute;z-index:-1;top:50%;height:1px;background:linear-gradient(90deg,#4d9fff,#ff714d)}
.connected-system__map::before{right:56%;left:19%}
.connected-system__map::after{right:19%;left:56%}
.connected-system__core,.connected-system__result{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:145px;padding:19px;border:1px solid rgba(255,255,255,.2);border-radius:50%;text-align:center;background:#063f8d;box-shadow:0 18px 40px rgba(0,0,0,.18)}
.connected-system__core small{color:#8fc8ff;font-size:10px;text-transform:uppercase}
.connected-system__core strong{font-size:18px;line-height:1.15}
.connected-system__map ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.connected-system__map li{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;min-height:64px;padding:10px 15px;border:1px solid rgba(255,255,255,.15);border-radius:13px;background:rgba(255,255,255,.08)}
.connected-system__map li>span{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;color:#fff;background:var(--blue);font-size:14px;font-weight:850}
.connected-system__map li:nth-child(2)>span{background:var(--red)}
.connected-system__map li:nth-child(3)>span{color:#162d49;background:var(--orange)}
.connected-system__map li b{font-size:13px}
.connected-system__result{gap:5px;background:#fff;color:var(--navy)}
.connected-system__result>span{display:grid;place-items:center;width:34px;height:34px;margin-bottom:5px;border-radius:50%;color:#fff;background:var(--red);font-weight:900}
.connected-system__result b{font-size:12px}

.home-trust{padding:clamp(76px,8vw,112px) 0;color:var(--navy);background:#fff}
.home-trust__grid{display:grid;grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr);gap:clamp(55px,9vw,130px);align-items:center}
.home-trust__mark{position:relative;display:grid;place-items:center;min-height:330px;overflow:hidden;border:1px solid #dbe5f0;border-radius:28px;background:radial-gradient(circle at 30% 25%,rgba(8,102,245,.19),transparent 29%),radial-gradient(circle at 75% 70%,rgba(255,43,32,.14),transparent 28%),#f6f9fd}
.home-trust__mark::before,.home-trust__mark::after{content:"";position:absolute;border:1px solid rgba(8,102,245,.2);border-radius:50%}
.home-trust__mark::before{inset:55px 24px;transform:rotate(-17deg)}
.home-trust__mark::after{inset:82px 55px;border-color:rgba(255,43,32,.2);transform:rotate(24deg)}
.home-trust__mark span{position:relative;z-index:2;display:grid;place-items:center;width:130px;height:130px;border-radius:30px;color:#fff;background:linear-gradient(140deg,var(--blue),var(--blue-deep));box-shadow:0 25px 55px rgba(2,51,124,.26);font-size:42px;font-weight:900;letter-spacing:-.08em;transform:rotate(-5deg)}
.home-trust__mark i{position:absolute;z-index:3;right:23%;bottom:26%;width:39px;height:39px;border:8px solid #fff;border-radius:12px;background:var(--red)}
.home-trust__quote>p{color:var(--blue)}
.home-trust__quote h2{max-width:870px;margin:0;color:var(--navy);font-size:clamp(34px,4.4vw,58px);font-weight:750;letter-spacing:-.052em;line-height:1.08}
.home-trust__quote>span{display:block;max-width:820px;margin:24px 0;color:#56657a;font-size:15px;line-height:1.75}
.home-trust__quote>div{display:flex;flex-wrap:wrap;gap:11px 25px;align-items:center;padding-top:19px;border-top:1px solid #dee6ef}
.home-trust__quote strong{margin-right:auto;font-size:14px}
.home-trust__quote a{display:inline-flex;gap:8px;align-items:center;min-height:42px;color:var(--blue-deep);font-size:12px;font-weight:850}

.closing-cta{background:linear-gradient(112deg,#061b3e,#043b83)}
.closing-cta__inner{grid-template-columns:minmax(0,1fr) auto;min-height:190px;padding-block:38px}
.closing-cta__message{align-items:flex-start}
.closing-cta h2{font-size:clamp(27px,3vw,42px);letter-spacing:-.045em;line-height:1.05}
.closing-cta p{max-width:670px;margin-top:9px;color:#c3d1e4;font-size:14px;line-height:1.6}
.closing-cta__actions{display:flex;gap:20px;align-items:center}
.closing-cta__link{display:inline-flex;gap:10px;align-items:center;min-height:48px;color:#fff;font-size:12px;font-weight:800}

@media(max-width:1100px){
  .service-pillar{padding:29px 25px}
  .home-proof__grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .home-proof-card--featured{grid-row:auto;grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}
  .home-proof-card--featured .home-proof-card__visual{height:100%;aspect-ratio:auto}
  .home-proof-card:not(.home-proof-card--featured){display:block}
  .home-proof-card:not(.home-proof-card--featured) .home-proof-card__visual{height:auto;aspect-ratio:16/9}
  .connected-system__grid{grid-template-columns:1fr}
  .connected-system__copy{max-width:760px}
}
@media(max-width:900px){
  .home-proof-strip__inner{grid-template-columns:1fr 1fr}
  .home-proof-strip span:nth-child(3){border-left:0;border-top:1px solid #e4eaf2}
  .home-proof-strip span:nth-child(4){border-top:1px solid #e4eaf2}
  .services .section-heading{align-items:flex-start;flex-direction:column;gap:18px}
  .service-pillars{grid-template-columns:1fr}
  .service-pillar{min-height:0}
  .service-pillar__number{margin-bottom:25px}
  .service-pillar>p{min-height:0}
  .home-trust__grid{grid-template-columns:1fr}
  .home-trust__mark{min-height:260px}
  .closing-cta__inner{grid-template-columns:1fr}
  .closing-cta__actions{padding-left:116px}
}
@media(max-width:700px){
  .home-proof-strip__inner{width:100%;grid-template-columns:1fr 1fr}
  .home-proof-strip span{padding:15px 11px;font-size:10px}
  .services{padding:60px 0}
  .services .section-heading h2{font-size:37px}
  .service-pillar{padding:26px 22px}
  .home-proof__grid{grid-template-columns:1fr}
  .home-proof-card--featured{grid-column:auto;display:block}
  .home-proof-card--featured .home-proof-card__visual{height:auto;aspect-ratio:16/10}
  .home-proof-card--featured dl{grid-template-columns:1fr}
  .connected-system__map{grid-template-columns:1fr;gap:19px;padding:25px}
  .connected-system__map::before,.connected-system__map::after{display:none}
  .connected-system__core,.connected-system__result{min-height:105px;border-radius:18px}
  .connected-system__map li{min-height:56px}
  .home-trust__quote h2{font-size:35px}
  .home-trust__quote>div{align-items:flex-start;flex-direction:column}
  .paper-plane{display:none}
  .closing-cta__actions{align-items:flex-start;flex-direction:column;padding-left:0}
}

/* v0.32.1: proprietary editorial hero art with a calmer, brand-led silhouette. */
.creation-visual img,.growth-visual img{filter:drop-shadow(0 18px 24px rgba(15,50,104,.12))}
@media(min-width:901px){
  .creation-visual,.growth-visual{inset:185px 0 22px}
	.creation-visual img{right:-2%!important;left:auto!important;height:105%}
	.growth-visual img{right:auto!important;left:-2%!important;height:105%}
}
@media(min-width:1201px){
  .creation-visual,.growth-visual{inset:182px 0 20px}
	.creation-visual img{right:-3%!important;left:auto!important;height:108%}
	.growth-visual img{right:auto!important;left:-3%!important;height:108%}
}
@media(min-width:1800px){
	.creation-visual img{right:-5%!important;left:auto!important;height:112%}
	.growth-visual img{right:auto!important;left:-5%!important;height:112%}
}
@media(max-width:900px){
  .creation-visual img,.growth-visual img{height:88%}
}
@media(prefers-reduced-motion:reduce){.home-proof-card,.home-proof-card img,.decision-page *,.editorial-page *{transition:none!important}}

@media print{
	body.planner-print-mode>*{display:none!important}
	body.planner-print-mode .planner-page{display:block!important;color:#102649;background:#fff}
	body.planner-print-mode .planner-page>*{display:none!important}
	body.planner-print-mode .planner-workspace{display:block!important;padding:0;background:#fff}
	body.planner-print-mode .planner-workspace>.shell>*{display:none!important}
	body.planner-print-mode .planner-panel[data-planner-panel="budget"]{display:block!important;padding:0;border:0;box-shadow:none}
	body.planner-print-mode .planner-panel[data-planner-panel="budget"]>*{display:none!important}
	body.planner-print-mode .budget-layout{display:block!important}
	body.planner-print-mode .budget-form{display:none!important}
	body.planner-print-mode .budget-result{display:block!important;position:static;padding:32px;color:#102649;background:#fff;box-shadow:none}
	body.planner-print-mode .budget-result>*{display:none!important}
	body.planner-print-mode .budget-result>.planner-kicker,body.planner-print-mode .budget-result>.budget-result__price,body.planner-print-mode .budget-result>.budget-result__facts,body.planner-print-mode .budget-result>.planner-brief{display:block!important}
	body.planner-print-mode .budget-result__facts{display:grid!important;border-color:#ccd6e2}
	body.planner-print-mode .budget-result__facts small,body.planner-print-mode .planner-brief pre{color:#33465f}
	body.planner-print-mode .planner-brief{border:1px solid #ccd6e2;background:#fff}
	body.planner-print-mode .planner-brief summary{display:none}
	body.planner-print-mode .planner-brief pre{display:block!important;max-height:none;border:0;font-size:11pt;white-space:pre-wrap}
}

/* v0.33.0: continuous Structure, Connection and Momentum homepage hero. */
.hero{
	min-height:clamp(620px,43vw,760px);
	background:#fff;
}
.hero::before,.hero::after,.hero__grid::before{display:none}
.hero-art{position:absolute;z-index:0;inset:0;overflow:hidden;pointer-events:none}
.hero-art::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.14) 27%,rgba(255,255,255,.76) 39%,rgba(255,255,255,.76) 61%,rgba(255,255,255,.12) 73%,transparent 100%)}
.hero-art img{position:absolute;top:50%;left:50%;width:100%;min-width:1500px;max-width:none;height:auto;transform:translate(-50%,-50%)}
.hero__grid{z-index:2;display:grid;grid-template-columns:1fr;place-items:start center;min-height:clamp(620px,43vw,760px)}
.hero-center{width:min(560px,48vw);padding-top:clamp(112px,8.2vw,158px)}
.hero-center h1{font-size:clamp(50px,4vw,70px);text-wrap:balance}
.hero-center>p:not(.hero-center__kicker){max-width:500px;font-size:15.5px;line-height:1.62}

@media(max-width:900px){
	.hero,.hero__grid{min-height:650px}
	.hero-art img{top:64%;width:auto;min-width:1180px;height:590px}
	.hero-art::after{background:linear-gradient(180deg,rgba(255,255,255,.96) 0,rgba(255,255,255,.82) 47%,rgba(255,255,255,.16) 78%,transparent 100%)}
	.hero-center{order:initial;width:min(600px,calc(100vw - 48px));padding-top:92px}
	.hero-center h1{font-size:clamp(45px,8vw,62px);white-space:normal}
}
@media(max-width:560px){
	.hero,.hero__grid{min-height:620px}
	.hero-art img{top:68%;min-width:980px;height:490px}
	.hero-center{width:calc(100vw - 36px);padding-top:72px}
	.hero-center h1{font-size:42px}
	.hero-center>p:not(.hero-center__kicker){font-size:14.5px}
}

/* v0.34.0: contained, product-led homepage proportions. */
.home .shell{width:min(1200px,calc(100% - 64px));max-width:1200px;padding-inline:0}
.home .site-header__inner{grid-template-columns:210px 1fr auto}
.home .site-nav__list{gap:clamp(22px,2.2vw,34px)}

.home .hero{min-height:0;padding:58px 0 62px;background:linear-gradient(135deg,#f7faff,#fff 58%,#f9fbfe)}
.home .hero__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);gap:clamp(44px,5vw,72px);align-items:center;justify-items:stretch;min-height:500px}
.home .hero-center{width:auto;padding:0;text-align:left}
.home .hero-center__kicker{margin-bottom:18px}
.home .hero-center h1{max-width:600px;font-size:clamp(48px,4.2vw,64px);line-height:.98;white-space:normal;text-wrap:balance}
.home .hero-center>p:not(.hero-center__kicker){max-width:590px;margin:24px 0;color:#4e5c70;font-size:16px;line-height:1.68}
.home .hero-art{position:relative;inset:auto;min-height:438px;overflow:hidden;border:1px solid #dce5ef;border-radius:25px;background:#fff;box-shadow:0 22px 52px rgba(18,52,102,.1)}
.home .hero-art::after{background:linear-gradient(180deg,transparent 64%,rgba(255,255,255,.22))}
.home .hero-art img{position:absolute;top:0;left:0;width:100%;min-width:0;max-width:none;height:100%;object-fit:cover;object-position:52% center;transform:none}

.home .home-proof-strip__inner{min-height:68px}
.home .home-proof-strip span{padding:14px 18px;font-size:11px}

.home .services{padding:82px 0}
.home .services .section-heading{margin:0 0 30px}
.home .services .section-heading h2{max-width:650px;font-size:clamp(34px,3.5vw,47px)}
.home .services .section-heading p{max-width:360px;font-size:13.5px}
.home .service-pillars{gap:16px}
.home .service-pillar{min-height:342px;padding:28px 27px 24px;border-radius:18px}
.home .service-pillar__number{width:40px;height:40px;margin-bottom:27px;border-radius:11px}
.home .service-pillar h3{font-size:clamp(24px,2vw,29px)}
.home .service-pillar>p{min-height:64px;margin-bottom:22px;font-size:13px;line-height:1.62}
.home .service-pillar li a{min-height:49px;font-size:12.5px}
.home .services__all{margin-top:20px}

.home .home-proof{padding:84px 0}
.home .home-proof__heading{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:48px;margin-bottom:30px}
.home .home-proof__heading h2,.home .home-thinking__intro h2{font-size:clamp(35px,3.7vw,49px)}
.home .home-proof__grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto;gap:16px}
.home .home-proof-card,.home .home-proof-card--featured,.home .home-proof-card:not(.home-proof-card--featured){grid-row:auto;grid-column:auto;display:block}
.home .home-proof-card__visual,.home .home-proof-card--featured .home-proof-card__visual,.home .home-proof-card:not(.home-proof-card--featured) .home-proof-card__visual{width:100%;height:auto;aspect-ratio:16/9}
.home .home-proof-card__body,.home .home-proof-card--featured .home-proof-card__body,.home .home-proof-card:not(.home-proof-card--featured) .home-proof-card__body{padding:23px}
.home .home-proof-card h3,.home .home-proof-card--featured h3,.home .home-proof-card:not(.home-proof-card--featured) h3{font-size:20px;line-height:1.22}
.home .home-proof-card dl,.home .home-proof-card--featured dl,.home .home-proof-card:not(.home-proof-card--featured) dl{grid-template-columns:1fr;gap:10px;margin-top:16px}
.home .home-proof-card:not(.home-proof-card--featured) dl>div:first-child{display:block}
.home .home-proof-card dd{font-size:11.5px}
.home .home-proof-card__link{font-size:12.5px}

.home .connected-system{padding:84px 0}
.home .connected-system__grid{grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);gap:64px}
.home .connected-system h2{font-size:clamp(40px,4.3vw,56px)}
.home .connected-system__copy>span{margin:20px 0;font-size:15px}
.home .connected-system__map{grid-template-columns:120px 1fr 120px;gap:25px;min-height:330px;padding:29px;border-radius:22px}
.home .connected-system__core,.home .connected-system__result{min-height:120px;padding:15px}
.home .connected-system__core strong{font-size:16px}
.home .connected-system__map li{grid-template-columns:37px 1fr;min-height:57px;padding:9px 12px}
.home .connected-system__map li>span{width:37px;height:37px}
.home .connected-system__map li b{font-size:12px}

.home .home-planner{padding:70px 0}
.home .home-planner__inner{grid-template-columns:minmax(0,1.05fr) minmax(410px,.95fr);gap:64px}
.home .home-planner__copy h2{font-size:clamp(32px,3.5vw,45px)}
.home .home-planner__steps>div{min-height:62px;padding:10px 15px}

.home .home-trust{padding:82px 0}
.home .home-trust__grid{grid-template-columns:320px minmax(0,1fr);gap:72px}
.home .home-trust__mark{min-height:270px;border-radius:22px}
.home .home-trust__mark span{width:112px;height:112px;border-radius:27px;font-size:36px}
.home .home-trust__quote h2{max-width:780px;font-size:clamp(34px,3.6vw,47px)}
.home .home-trust__quote>span{max-width:760px;margin:20px 0;font-size:14px}

.home .home-thinking{padding:84px 0}
.home .home-thinking__grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:70px}
.home .home-thinking__intro h2{font-size:clamp(35px,3.6vw,48px)}
.home .home-thinking__articles article{padding:22px 24px;border-radius:16px}
.home .home-thinking__articles h3{font-size:19px}
.home .home-thinking__articles>article>span{font-size:12.5px}

.home .closing-cta__inner{min-height:158px;padding-block:30px}
.home .closing-cta h2{font-size:clamp(27px,2.8vw,37px)}

@media(max-width:1020px){
	.home .hero__grid{grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);gap:35px}
	.home .hero-art{min-height:400px}
	.home .connected-system__grid{grid-template-columns:1fr;gap:38px}
	.home .connected-system__copy{max-width:720px}
	.home .connected-system__map{max-width:760px}
	.home .home-trust__grid{grid-template-columns:270px minmax(0,1fr);gap:48px}
}
@media(max-width:860px){
	.home .shell{width:min(720px,calc(100% - 44px))}
	.home .hero{padding:62px 0}
	.home .hero__grid{grid-template-columns:1fr;gap:38px;min-height:0}
	.home .hero-center{max-width:680px}
	.home .hero-center h1{max-width:650px}
	.home .hero-art{min-height:0;aspect-ratio:16/8}
	.home .hero-art img{object-position:center 58%}
	.home .home-proof-strip__inner{width:100%;max-width:none}
	.home .home-proof__grid{grid-template-columns:1fr 1fr}
	.home .home-proof-card:last-child{grid-column:1/-1}
	.home .home-planner__inner{grid-template-columns:1fr;gap:36px}
	.home .home-planner__steps{grid-template-columns:repeat(3,1fr)}
	.home .home-trust__grid{grid-template-columns:1fr;gap:38px}
	.home .home-trust__mark{max-width:460px}
	.home .home-thinking__grid{grid-template-columns:1fr;gap:38px}
}
@media(max-width:640px){
	.home .shell{width:calc(100% - 36px)}
	.home .hero{padding:52px 0}
	.home .hero__grid{gap:30px}
	.home .hero-center h1{font-size:42px}
	.home .hero-center>p:not(.hero-center__kicker){font-size:14.5px}
	.home .hero-art{aspect-ratio:4/3;border-radius:19px}
	.home .hero-art img{object-position:70% center}
	.home .home-proof-strip__inner{grid-template-columns:1fr 1fr}
	.home .services,.home .home-proof,.home .connected-system,.home .home-trust,.home .home-thinking{padding:64px 0}
	.home .services .section-heading,.home .home-proof__heading{display:grid;grid-template-columns:1fr;gap:18px}
	.home .service-pillars,.home .home-proof__grid{grid-template-columns:1fr}
	.home .home-proof-card:last-child{grid-column:auto}
	.home .home-planner{padding:58px 0}
	.home .home-planner__steps{grid-template-columns:1fr}
	.home .connected-system__map{grid-template-columns:1fr;gap:16px;min-height:0;padding:23px}
	.home .connected-system__map::before,.home .connected-system__map::after{display:none}
	.home .connected-system__core,.home .connected-system__result{min-height:92px;border-radius:16px}
	.home .closing-cta__inner{min-height:0;padding-block:42px}
	.home .closing-cta__actions{padding-left:0}
}

/* v0.35.0: global contained layout and code-native brand visuals. */
body .shell{width:min(1200px,calc(100% - 64px));max-width:1200px;margin-inline:auto;padding-inline:0}
body .site-header__inner{grid-template-columns:210px 1fr auto}
body .site-nav__list{gap:clamp(22px,2.2vw,34px)}

.branding-hero,.services-hero,.service-detail__hero,.contact-hero,.about-hero{min-height:0}
.branding-hero__grid,.services-hero__grid,.service-detail__hero-grid,.contact-hero__grid,.about-hero__grid{min-height:560px;gap:clamp(42px,5vw,70px)}
.branding-hero__copy,.services-hero__copy,.service-detail__hero-copy,.contact-hero__copy,.about-hero__copy{padding:62px 0}
.branding-hero h1,.services-hero h1,.service-detail__hero h1,.contact-hero h1,.about-hero h1,.case-hero h1,.case-single__hero h1,.insights-hero h1,.article-hero h1,.process-hero h1,.planner-hero h1,.decision-hero h1,.editorial-hero h1{font-size:clamp(46px,5vw,68px);line-height:.96}
.case-hero,.insights-hero{padding:90px 0}
.case-single__hero{padding:80px 0}
.article-hero{padding:80px 0 58px}
.process-hero,.planner-hero,.decision-hero,.editorial-hero{padding:82px 0}
.article-visual{max-width:1200px}

.home .hero{padding:54px 0 58px}
.home .hero__grid{grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);min-height:500px}
.home .hero-system{position:relative;overflow:hidden;min-height:438px;border:1px solid #d8e3ef;border-radius:24px;background:#fff;box-shadow:0 22px 52px rgba(18,52,102,.1)}
.hero-system__header{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;min-height:62px;padding:0 21px;border-bottom:1px solid #e1e8f1;background:#fbfdff}
.hero-system__header>span{display:flex;gap:5px}
.hero-system__header>span i{width:8px;height:8px;border-radius:50%;background:var(--blue)}
.hero-system__header>span i:nth-child(2){background:var(--red)}
.hero-system__header>span i:nth-child(3){background:var(--orange)}
.hero-system__header b{color:var(--navy);font-size:12px}
.hero-system__header small{color:#728096;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.hero-system__canvas{position:relative;display:grid;grid-template-columns:minmax(120px,.9fr) minmax(155px,1.12fr) minmax(115px,.8fr);gap:14px;align-items:stretch;min-height:309px;padding:22px;background-image:linear-gradient(rgba(8,102,245,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(8,102,245,.045) 1px,transparent 1px);background-size:25px 25px}
.hero-system__canvas::before{content:"";position:absolute;z-index:0;top:50%;right:10%;left:10%;height:2px;background:linear-gradient(90deg,var(--blue),var(--red),var(--orange));opacity:.28}
.hero-system__core,.hero-system__flow,.hero-system__outcome{position:relative;z-index:1}
.hero-system__core{display:flex;justify-content:flex-end;flex-direction:column;padding:20px;border-radius:17px;color:#fff;background:linear-gradient(145deg,#0866f5,#043b86 70%,#031f4c);box-shadow:0 15px 32px rgba(3,48,113,.18)}
.hero-system__core small,.hero-system__outcome>small{font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.hero-system__core strong{margin:8px 0 20px;font-size:22px;letter-spacing:-.045em;line-height:1.04}
.hero-system__core>div{display:flex;gap:7px}
.hero-system__core>div i{width:17px;height:17px;border:3px solid rgba(255,255,255,.35);border-radius:5px;background:#fff}
.hero-system__core>div i:nth-child(2){background:var(--blue)}
.hero-system__core>div i:nth-child(3){background:var(--red)}
.hero-system__core>div i:nth-child(4){background:var(--orange)}
.hero-system__flow{display:grid;gap:9px;align-content:center}
.hero-system__flow>span{display:grid;grid-template-columns:31px 1fr;gap:1px 10px;align-items:center;min-height:68px;padding:10px 12px;border:1px solid #dbe5ef;border-radius:13px;background:#fff;box-shadow:0 9px 20px rgba(18,52,102,.065)}
.hero-system__flow i{grid-row:1/3;display:grid;place-items:center;width:31px;height:31px;border-radius:9px;color:#fff;background:var(--blue);font-size:9px;font-style:normal;font-weight:850}
.hero-system__flow>span:nth-child(2) i{background:var(--red)}
.hero-system__flow>span:nth-child(3) i{color:#18324f;background:var(--orange)}
.hero-system__flow b{font-size:12px}
.hero-system__flow small{color:#718096;font-size:9px}
.hero-system__outcome{display:flex;justify-content:center;flex-direction:column;padding:17px;border:1px solid #dbe5ef;border-radius:17px;background:linear-gradient(155deg,#fff,#f1f6fc)}
.hero-system__outcome>small{margin-bottom:11px;color:var(--blue)}
.hero-system__outcome strong{margin:3px 0;color:var(--navy);font-size:11px;line-height:1.35}
.hero-system__outcome>div{display:flex;gap:5px;align-items:end;height:47px;margin-top:18px}
.hero-system__outcome>div i{flex:1;height:32%;border-radius:4px 4px 0 0;background:#9cc4ff}
.hero-system__outcome>div i:nth-child(2){height:50%;background:#5a9bf5}
.hero-system__outcome>div i:nth-child(3){height:72%;background:var(--blue)}
.hero-system__outcome>div i:nth-child(4){height:100%;background:linear-gradient(var(--red),var(--orange))}
.hero-system__footer{display:grid;grid-template-columns:repeat(4,1fr);min-height:65px;border-top:1px solid #e1e8f1}
.hero-system__footer span{display:flex;align-items:center;justify-content:center;color:#53647b;font-size:9px;font-weight:800;text-transform:uppercase}
.hero-system__footer span+span{border-left:1px solid #e1e8f1}

.about-hero__grid{grid-template-columns:minmax(0,1fr) minmax(500px,1fr)}
.about-hero__copy{max-width:620px}
.about-hero__lead{max-width:590px;margin:24px 0;font-size:17px}
.about-blueprint{overflow:hidden;min-height:438px;border:1px solid #d9e3ee;border-radius:24px;background:#fff;box-shadow:0 22px 52px rgba(18,52,102,.1)}
.about-blueprint__header{display:flex;justify-content:space-between;gap:25px;align-items:center;min-height:72px;padding:0 24px;color:#fff;background:linear-gradient(110deg,#031f4c,#064a9e)}
.about-blueprint__header span{color:#8fc7ff;font-size:9px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.about-blueprint__header b{font-size:16px}
.about-blueprint__steps{display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr;gap:8px;align-items:center;min-height:292px;padding:24px;background:linear-gradient(140deg,#f9fbfe,#fff)}
.about-blueprint__steps>div{display:flex;justify-content:center;flex-direction:column;min-height:205px;padding:18px;border:1px solid #dce5ef;border-radius:16px;background:#fff}
.about-blueprint__steps>div:first-child{border-top:4px solid var(--blue)}
.about-blueprint__steps>div:nth-of-type(2){border-top:4px solid var(--red)}
.about-blueprint__steps>div:nth-of-type(3){border-top:4px solid var(--orange)}
.about-blueprint__steps small{color:var(--blue);font-size:9px;font-weight:850;text-transform:uppercase}
.about-blueprint__steps strong{margin:17px 0 9px;color:var(--navy);font-size:17px;line-height:1.16}
.about-blueprint__steps span{color:#617086;font-size:11px;line-height:1.55}
.about-blueprint__steps>i{color:#8ca0b9;font-size:20px;font-style:normal;text-align:center}
.about-blueprint__footer{display:grid;grid-template-columns:repeat(3,1fr);min-height:72px;border-top:1px solid #e1e8f1;background:#fbfdff}
.about-blueprint__footer span{display:flex;gap:8px;align-items:center;justify-content:center;color:#4e5e73;font-size:9px;font-weight:800;text-align:center;text-transform:uppercase}
.about-blueprint__footer span+span{border-left:1px solid #e1e8f1}
.about-blueprint__footer i{width:7px;height:7px;border-radius:50%;background:var(--blue)}
.about-blueprint__footer span:nth-child(2) i{background:var(--red)}
.about-blueprint__footer span:nth-child(3) i{background:var(--orange)}

@media(max-width:1050px){
	.home .hero__grid{grid-template-columns:1fr;gap:38px;min-height:0}
	.home .hero-center{max-width:720px}
	.branding-hero__grid,.services-hero__grid,.service-detail__hero-grid,.contact-hero__grid,.about-hero__grid{grid-template-columns:1fr;min-height:0;padding-block:52px}
	.branding-hero__copy,.services-hero__copy,.service-detail__hero-copy,.contact-hero__copy,.about-hero__copy{max-width:760px;padding:0}
	.about-blueprint{width:100%;max-width:760px}
}
@media(max-width:860px){
	body .shell{width:min(720px,calc(100% - 44px))}
	.home .hero-system{min-height:0}
}
@media(max-width:640px){
	body .shell{width:calc(100% - 36px)}
	.home .hero{padding:48px 0}
	.home .hero__grid{gap:30px}
	.branding-hero h1,.services-hero h1,.service-detail__hero h1,.contact-hero h1,.about-hero h1,.case-hero h1,.case-single__hero h1,.insights-hero h1,.article-hero h1,.process-hero h1,.planner-hero h1,.decision-hero h1,.editorial-hero h1{font-size:43px}
	.case-hero,.insights-hero,.article-hero,.process-hero,.planner-hero,.decision-hero,.editorial-hero{padding:62px 0}
	.home .hero-system{border-radius:19px}
	.hero-system__header{grid-template-columns:auto 1fr;min-height:58px;padding:0 16px}
	.hero-system__header small{display:none}
	.hero-system__canvas{grid-template-columns:1fr;min-height:0;padding:16px}
	.hero-system__canvas::before{display:none}
	.hero-system__core{min-height:150px}
	.hero-system__flow>span{min-height:61px}
	.hero-system__outcome{min-height:155px}
	.hero-system__footer{grid-template-columns:1fr 1fr}
	.hero-system__footer span:nth-child(3){border-top:1px solid #e1e8f1;border-left:0}
	.hero-system__footer span:nth-child(4){border-top:1px solid #e1e8f1}
	.about-blueprint{min-height:0;border-radius:19px}
	.about-blueprint__header{align-items:flex-start;flex-direction:column;gap:5px;padding:17px 19px}
	.about-blueprint__steps{grid-template-columns:1fr;min-height:0;padding:17px}
	.about-blueprint__steps>div{min-height:150px}
	.about-blueprint__steps>i{transform:rotate(90deg)}
	.about-blueprint__footer{grid-template-columns:1fr;min-height:0}
	.about-blueprint__footer span{min-height:47px}
	.about-blueprint__footer span+span{border-top:1px solid #e1e8f1;border-left:0}
}

/* v0.35.1: one consistent page frame across every public template. */
body main#main-content,body .site-footer{width:min(1440px,100%);margin-inline:auto}
@media(min-width:1441px){
	body{background:#eef3f8}
	body main#main-content,body .site-footer{box-shadow:0 0 0 1px rgba(21,58,105,.06),0 18px 55px rgba(19,52,96,.055)}
}

/* v0.35.2: connected Services model and sharp, uncropped Insight artwork. */
.services-architecture{overflow:hidden;min-height:438px;border:1px solid #d8e3ef;border-radius:24px;background:#fff;box-shadow:0 22px 52px rgba(18,52,102,.1)}
.services-architecture__header{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;min-height:62px;padding:0 21px;border-bottom:1px solid #e1e8f1;background:#fbfdff}
.services-architecture__header>span{display:flex;gap:5px}.services-architecture__header>span i{width:8px;height:8px;border-radius:50%;background:var(--blue)}.services-architecture__header>span i:nth-child(2){background:var(--red)}.services-architecture__header>span i:nth-child(3){background:var(--orange)}
.services-architecture__header b{font-size:12px}.services-architecture__header small{color:#728096;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.services-architecture__body{display:grid;grid-template-columns:minmax(0,1fr) 145px;gap:13px;min-height:309px;padding:20px;background-image:linear-gradient(rgba(8,102,245,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(8,102,245,.045) 1px,transparent 1px);background-size:25px 25px}
.services-architecture__stages{display:grid;grid-template-columns:1fr;gap:5px;align-content:center}.services-architecture__stages>article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 12px;align-items:center;min-height:74px;padding:12px 14px;border:1px solid #dbe5ef;border-left:4px solid var(--blue);border-radius:13px;background:#fff;box-shadow:0 8px 18px rgba(18,52,102,.06)}
.services-architecture__stages>article:nth-of-type(2){border-left-color:var(--red)}.services-architecture__stages>article:nth-of-type(3){border-left-color:var(--orange)}
.services-architecture__stages small{color:var(--blue);font-size:8px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.services-architecture__stages article:nth-of-type(2) small{color:var(--red)}.services-architecture__stages article:nth-of-type(3) small{color:#a45800}
.services-architecture__stages strong{grid-column:1;font-size:13px;line-height:1.18}.services-architecture__stages article>div{grid-row:1/3;grid-column:2;display:grid;gap:5px}.services-architecture__stages a{padding:5px 7px;border-radius:6px;color:#52627a;background:#f2f6fb;font-size:8px;font-weight:750;white-space:nowrap}.services-architecture__stages a:hover{color:#fff;background:var(--blue)}.services-architecture__stages>i{height:9px;color:#8aa0ba;font-size:13px;font-style:normal;line-height:9px;text-align:center;transform:rotate(90deg)}
.services-architecture__outcome{display:flex;justify-content:center;flex-direction:column;padding:15px;border:1px solid #dbe5ef;border-radius:16px;background:linear-gradient(155deg,#fff,#f1f6fc)}.services-architecture__outcome>small{margin-bottom:11px;color:var(--blue);font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.services-architecture__outcome>strong{margin:3px 0;font-size:10px;line-height:1.35}.services-architecture__outcome>div{display:flex;gap:5px;align-items:end;height:46px;margin-top:17px}.services-architecture__outcome>div i{flex:1;height:30%;border-radius:4px 4px 0 0;background:#a9cbff}.services-architecture__outcome>div i:nth-child(2){height:48%;background:#61a0fa}.services-architecture__outcome>div i:nth-child(3){height:72%;background:var(--blue)}.services-architecture__outcome>div i:nth-child(4){height:100%;background:linear-gradient(var(--red),var(--orange))}
.services-architecture__footer{display:grid;grid-template-columns:repeat(4,1fr);min-height:65px;border-top:1px solid #e1e8f1}.services-architecture__footer span{display:flex;align-items:center;justify-content:center;color:#53647b;font-size:9px;font-weight:800;text-transform:uppercase}.services-architecture__footer span+span{border-left:1px solid #e1e8f1}

.insight-card:not(.insight-card--featured){display:flex;flex-direction:column;min-height:0}.insight-card:not(.insight-card--featured) .insight-card__body{flex:1}
.insight-card__visual{width:100%;min-height:0;aspect-ratio:16/9;border-bottom:1px solid #e1e8f1;background:#fff}
.insight-card__visual img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}
.insight-card--featured{align-items:center;min-height:0}.insight-card--featured .insight-card__visual{min-height:0;aspect-ratio:16/9;border-right:1px solid #e1e8f1;border-bottom:0}
@media(max-width:900px){.services-architecture{width:100%;max-width:760px}.insight-card,.insight-card--featured{display:flex;flex-direction:column;min-height:0}.insight-card--featured .insight-card__visual{border-right:0;border-bottom:1px solid #e1e8f1}}
@media(max-width:640px){.services-architecture{min-height:0;border-radius:19px}.services-architecture__header{grid-template-columns:auto 1fr;padding:0 16px}.services-architecture__header small{display:none}.services-architecture__body{grid-template-columns:1fr;padding:16px}.services-architecture__outcome{min-height:145px}.services-architecture__footer{grid-template-columns:1fr 1fr}.services-architecture__footer span:nth-child(3){border-top:1px solid #e1e8f1;border-left:0}.services-architecture__footer span:nth-child(4){border-top:1px solid #e1e8f1}}

/* v0.35.3: light system canvas inside the Connected Digital section. */
.home .connected-system__map{color:var(--navy);border-color:#d8e4f0;background:linear-gradient(145deg,#fff,#f4f8fd);box-shadow:0 25px 60px rgba(0,14,40,.24);backdrop-filter:none}
.home .connected-system__map::before,.home .connected-system__map::after{z-index:0;background:linear-gradient(90deg,#68a9ff,#ff6657,#ffad42)}
.home .connected-system__core,.home .connected-system__map ul,.home .connected-system__result{position:relative;z-index:1}
.home .connected-system__core{color:#fff;border-color:#cfe1f7;background:linear-gradient(145deg,#0874f6,#073573);box-shadow:0 16px 35px rgba(5,59,132,.2)}
.home .connected-system__map li{color:var(--navy);border-color:#d9e4ef;background:#fff;box-shadow:0 7px 18px rgba(18,52,102,.06)}
.home .connected-system__result{color:var(--navy);border-color:#f0d9d3;background:linear-gradient(145deg,#fff,#fff7f4);box-shadow:0 15px 32px rgba(40,42,66,.09)}

/* v0.35.4: prominent planning tools on Home and in the primary navigation. */
body .site-nav__list{gap:clamp(17px,1.5vw,25px)}
.branddigital-tools-menu{position:relative}.branddigital-tools-menu>a{display:flex;gap:5px;align-items:center}.branddigital-tools-menu>a span{color:var(--blue);font-size:12px}
.branddigital-tools-menu>.sub-menu{position:absolute;z-index:50;top:calc(100% + 15px);left:50%;display:grid;gap:4px;width:275px;margin:0;padding:8px;border:1px solid #d9e4f0;border-radius:15px;background:#fff;box-shadow:0 20px 45px rgba(15,47,94,.16);list-style:none;opacity:0;visibility:hidden;transform:translate(-50%,-7px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.branddigital-tools-menu>.sub-menu::before{content:"";position:absolute;right:0;bottom:100%;left:0;height:17px}
.branddigital-tools-menu:hover>.sub-menu,.branddigital-tools-menu:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.site-nav .branddigital-tools-menu>.sub-menu a{display:flex;align-items:flex-start;flex-direction:column;min-height:0;padding:11px 12px;border-radius:10px;color:var(--navy)}.site-nav .branddigital-tools-menu>.sub-menu a:hover,.site-nav .branddigital-tools-menu>.sub-menu a:focus{color:var(--blue-deep);background:#f1f6fd}.branddigital-tools-menu>.sub-menu strong{font-size:12px}.branddigital-tools-menu>.sub-menu small{margin-top:3px;color:#6a788c;font-size:10px;font-weight:500}
.home-tools__cards{display:grid;grid-template-columns:1fr 1fr;gap:15px}.home-tool-card{position:relative;display:flex;align-items:flex-start;flex-direction:column;min-height:245px;padding:25px;border:1px solid #d8e3ef;border-radius:19px;color:var(--navy);background:#fff;box-shadow:0 14px 34px rgba(18,52,102,.075);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.home-tool-card:hover{border-color:#9fc5f8;color:var(--navy);box-shadow:0 22px 45px rgba(18,52,102,.13);transform:translateY(-3px)}
.home-tool-card>span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:25px;border-radius:10px;color:#fff;background:var(--blue);font-size:10px;font-weight:850}.home-tool-card--library>span{background:var(--red)}.home-tool-card>small{color:var(--blue);font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.home-tool-card--library>small{color:var(--red)}.home-tool-card>strong{margin:7px 0 9px;font-size:22px;letter-spacing:-.035em}.home-tool-card>p{margin:0;color:#617086;font-size:12px;line-height:1.55}.home-tool-card>b{display:flex;justify-content:space-between;width:100%;margin-top:auto;padding-top:20px;color:var(--blue-deep);font-size:11px}.home-tool-card i{font-style:normal}
@media(min-width:1051px){.home .home-planner__inner{grid-template-columns:minmax(0,.72fr) minmax(580px,1.28fr);gap:52px}}
@media(max-width:780px){.branddigital-tools-menu>.sub-menu{position:static;width:auto;margin:0 0 8px 14px;padding:4px 0 4px 13px;border:0;border-left:2px solid #dce6f1;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.branddigital-tools-menu>.sub-menu::before{display:none}.site-nav .branddigital-tools-menu>.sub-menu a{min-height:48px;padding:8px}.home-tools__cards{grid-template-columns:1fr}.home-tool-card{min-height:225px}}

/* v0.35.5: compact Brand Core blueprint and resilient mobile hero spacing. */
.home .hero-center{padding-top:0!important}
.home .hero-system{min-height:424px}
.hero-core-map{position:relative;display:grid;grid-template-columns:minmax(180px,.82fr) minmax(260px,1.18fr);gap:18px;align-items:stretch;min-height:304px;padding:24px;background-color:#f8fbff;background-image:linear-gradient(rgba(8,102,245,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(8,102,245,.045) 1px,transparent 1px);background-size:26px 26px}
.hero-core-map::before{content:"";position:absolute;top:50%;right:38%;left:28%;height:1px;background:linear-gradient(90deg,rgba(8,102,245,.6),rgba(255,43,32,.55),rgba(255,138,0,.55))}
.hero-core-map__hub,.hero-core-map__signals{position:relative;z-index:1}
.hero-core-map__hub{display:flex;justify-content:center;flex-direction:column;min-height:256px;padding:25px;border-radius:20px;color:#fff;background:linear-gradient(145deg,#0b6ff5 0%,#06469f 52%,#031f4c 100%);box-shadow:0 18px 34px rgba(3,48,113,.18)}
.hero-core-map__mark{display:flex;gap:6px;margin-bottom:34px}
.hero-core-map__mark i{display:block;width:22px;height:7px;border-radius:99px;background:#fff}
.hero-core-map__mark i:nth-child(2){background:var(--red)}
.hero-core-map__mark i:nth-child(3){background:var(--orange)}
.hero-core-map__hub small{font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;opacity:.75}
.hero-core-map__hub strong{max-width:170px;margin:8px 0 13px;font-size:27px;letter-spacing:-.05em;line-height:1}
.hero-core-map__hub p{margin:0;color:#dbeafe;font-size:10px;font-weight:700;line-height:1.45}
.hero-core-map__signals{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.hero-core-map__signal{display:grid;grid-template-columns:35px minmax(0,1fr);gap:11px;align-items:center;min-height:119px;padding:14px;border:1px solid #dbe5ef;border-top:3px solid var(--signal);border-radius:15px;background:#fff;box-shadow:0 10px 23px rgba(18,52,102,.065)}
.hero-core-map__signal>i{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;color:#fff;background:var(--signal);font-size:9px;font-style:normal;font-weight:850}
.hero-core-map__signal span{min-width:0}
.hero-core-map__signal strong,.hero-core-map__signal small{display:block}
.hero-core-map__signal strong{color:var(--navy);font-size:12px;line-height:1.2}
.hero-core-map__signal small{margin-top:5px;color:#718096;font-size:8.5px;line-height:1.4}
.hero-core-map__signal--blue{--signal:var(--blue)}
.hero-core-map__signal--red{--signal:var(--red)}
.hero-core-map__signal--orange{--signal:var(--orange)}
.hero-core-map__signal--navy{--signal:var(--navy)}
.hero-core-map__outcomes{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;min-height:58px;border-top:1px solid #e1e8f1;background:#fff}
.hero-core-map__outcomes span{color:#40536c;font-size:9px;font-weight:850;letter-spacing:.08em;text-align:center;text-transform:uppercase}
.hero-core-map__outcomes i{color:#9badc1;font-size:15px;font-style:normal}

@media(max-width:1050px){
	.home .hero-system{width:100%;max-width:760px}
}
@media(max-width:640px){
	.home .hero{padding-top:34px}
	.home .hero__grid{gap:28px}
	.home .hero-system{min-height:0}
	.hero-core-map{grid-template-columns:1fr;gap:14px;min-height:0;padding:15px}
	.hero-core-map::before{display:none}
	.hero-core-map__hub{min-height:154px;padding:20px}
	.hero-core-map__mark{margin-bottom:21px}
	.hero-core-map__hub strong{max-width:none;font-size:25px}
	.hero-core-map__signals{gap:9px}
	.hero-core-map__signal{grid-template-columns:31px minmax(0,1fr);gap:9px;min-height:94px;padding:11px}
	.hero-core-map__signal>i{width:31px;height:31px;border-radius:9px}
	.hero-core-map__signal strong{font-size:11px}
	.hero-core-map__signal small{font-size:7.5px}
	.hero-core-map__outcomes{min-height:52px}
	.hero-core-map__outcomes span{font-size:8px}
}
@media(max-width:430px){
	.hero-core-map__signal{min-height:72px}
	.hero-core-map__signal small{display:none}
}

/* v0.35.6: modern Connected Digital blueprint. */
.home .connected-system__blueprint{overflow:hidden;width:100%;max-width:760px;border:1px solid rgba(255,255,255,.22);border-radius:24px;color:var(--navy);background:#fff;box-shadow:0 28px 66px rgba(0,14,40,.26)}
.connected-blueprint__header{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;min-height:84px;padding:16px 24px;border-bottom:1px solid #dce6f1;background:linear-gradient(120deg,#f8fbff,#fff)}
.connected-blueprint__mark{display:flex;gap:5px}
.connected-blueprint__mark i{display:block;width:18px;height:7px;border-radius:99px;background:var(--blue)}
.connected-blueprint__mark i:nth-child(2){background:var(--red)}
.connected-blueprint__mark i:nth-child(3){background:var(--orange)}
.connected-blueprint__header small,.connected-blueprint__header strong{display:block}
.connected-blueprint__header small{color:#6d7d92;font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.connected-blueprint__header strong{margin-top:3px;color:var(--navy);font-size:17px;line-height:1.15}
.connected-blueprint__header>span{color:#64758b;font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.connected-blueprint__grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:24px;background-color:#f7faff;background-image:linear-gradient(rgba(8,102,245,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(8,102,245,.04) 1px,transparent 1px);background-size:27px 27px}
.connected-blueprint__grid::before,.connected-blueprint__grid::after{content:"";position:absolute;z-index:0;background:linear-gradient(90deg,rgba(8,102,245,.28),rgba(255,43,32,.25),rgba(255,138,0,.25))}
.connected-blueprint__grid::before{top:50%;right:24px;left:24px;height:1px}
.connected-blueprint__grid::after{top:24px;bottom:24px;left:50%;width:1px}
.connected-blueprint__card{--signal:var(--blue);position:relative;z-index:1;display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px;align-items:center;min-height:112px;padding:16px 18px;border:1px solid #d8e4f0;border-top:3px solid var(--signal);border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(18,52,102,.07)}
.connected-blueprint__card>i{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:#fff;background:var(--signal);font-size:10px;font-style:normal;font-weight:850}
.connected-blueprint__card b,.connected-blueprint__card small{display:block}
.connected-blueprint__card b{color:var(--navy);font-size:13px;line-height:1.2}
.connected-blueprint__card small{margin-top:5px;color:#6f7e91;font-size:9px;line-height:1.45}
.connected-blueprint__card--red{--signal:var(--red)}
.connected-blueprint__card--orange{--signal:var(--orange)}
.connected-blueprint__card--navy{--signal:var(--navy)}
.connected-blueprint__outcomes{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;min-height:64px;padding:0 22px;border-top:1px solid #dce6f1;background:#fff}
.connected-blueprint__outcomes span{color:#40536c;font-size:9px;font-weight:850;letter-spacing:.075em;text-align:center;text-transform:uppercase}
.connected-blueprint__outcomes i{color:#9aacc0;font-size:15px;font-style:normal}

@media(max-width:1020px){
	.home .connected-system__blueprint{max-width:760px}
}
@media(max-width:640px){
	.home .connected-system__blueprint{border-radius:19px}
	.connected-blueprint__header{grid-template-columns:auto 1fr;min-height:72px;padding:14px 17px}
	.connected-blueprint__header>span{display:none}
	.connected-blueprint__grid{gap:9px;padding:15px}
	.connected-blueprint__grid::before,.connected-blueprint__grid::after{display:none}
	.connected-blueprint__card{grid-template-columns:34px minmax(0,1fr);gap:9px;min-height:88px;padding:11px;border-radius:13px}
	.connected-blueprint__card>i{width:34px;height:34px;border-radius:10px}
	.connected-blueprint__card b{font-size:11px}
	.connected-blueprint__card small{font-size:7.5px}
	.connected-blueprint__outcomes{min-height:56px;padding:0 12px}
	.connected-blueprint__outcomes span{font-size:7.5px}
}
@media(max-width:430px){
	.connected-blueprint__card{min-height:70px}
	.connected-blueprint__card small{display:none}
}

/* v0.35.7: photographic glass-system Home hero. */
.home .hero{background:#fff}
.home .hero__grid{grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr)}
.hero-glass-visual{display:flex;align-items:center;justify-content:center;min-width:0;overflow:hidden;margin:0;background:#fff}
.hero-glass-visual img{display:block;width:114%;max-width:none;height:auto;aspect-ratio:4/3;object-fit:contain;background:#fff}
@media(max-width:1050px){
	.home .hero__grid{grid-template-columns:1fr}
	.hero-glass-visual{width:100%;max-width:760px}
}
@media(max-width:640px){
	.hero-glass-visual{margin-top:-2px}
	.hero-glass-visual img{width:110%;max-width:none}
}
/* v0.36.0: translucent theme-colour glass cards for Connected Digital. */
.connected-spectrum{position:relative;width:100%;min-width:0;max-width:760px;min-height:490px;perspective:1100px}
.connected-spectrum__label{position:absolute;top:4px;right:8px;color:#73baff;font-size:9px;font-weight:850;letter-spacing:.17em;text-transform:uppercase}
.connected-spectrum__floor{position:absolute;right:2%;bottom:34px;left:2%;height:105px;border-radius:50%;background:radial-gradient(ellipse,rgba(0,13,42,.58),rgba(3,31,76,0) 68%);filter:blur(7px);transform:rotate(-3deg)}
.connected-spectrum__layers{position:absolute;inset:0}
.connected-spectrum__card{--spectrum-accent:var(--blue);--spectrum-rgb:18,111,255;position:absolute;top:74px;display:flex;flex-direction:column;justify-content:flex-end;width:30%;height:318px;overflow:hidden;padding:25px;border:1px solid rgba(255,255,255,.3);border-top:2px solid var(--spectrum-accent);border-radius:30px;color:#fff;background:linear-gradient(150deg,rgba(255,255,255,.2),rgba(var(--spectrum-rgb),.2) 48%,rgba(4,34,78,.24));box-shadow:0 28px 58px rgba(0,13,38,.34),inset 0 1px 0 rgba(255,255,255,.52),inset 0 -1px 0 rgba(var(--spectrum-rgb),.28);transform:rotateY(-9deg);backdrop-filter:blur(20px) saturate(135%);-webkit-backdrop-filter:blur(20px) saturate(135%)}
.connected-spectrum__card::before{content:"";position:absolute;top:31px;left:29px;width:32px;height:4px;border-radius:4px;background:var(--spectrum-accent);box-shadow:0 11px 0 rgba(3,31,76,.13)}
.connected-spectrum__card::after{content:"";position:absolute;inset:0;background:linear-gradient(138deg,rgba(255,255,255,.3),rgba(255,255,255,.05) 35%,transparent 58%),radial-gradient(circle at 82% 18%,rgba(var(--spectrum-rgb),.28),transparent 42%);pointer-events:none}
.connected-spectrum__card>*{position:relative;z-index:1}
.connected-spectrum__card>span{margin-bottom:12px;color:var(--spectrum-accent);font-size:10px;font-weight:850;letter-spacing:.13em}
.connected-spectrum__card>strong{font-size:17px;line-height:1.15}
.connected-spectrum__card>small{margin-top:6px;color:rgba(225,238,255,.84);font-size:10px;line-height:1.4}
.connected-spectrum__card--identity{left:1%;z-index:1}
.connected-spectrum__card--experience{--spectrum-accent:var(--red);--spectrum-rgb:255,48,40;top:50px;left:23%;z-index:2}
.connected-spectrum__card--visibility{--spectrum-accent:var(--orange);--spectrum-rgb:255,138,0;top:82px;left:45%;z-index:3}
.connected-spectrum__card--growth{--spectrum-accent:#79b8ff;--spectrum-rgb:72,142,232;top:58px;left:67%;z-index:4}
.connected-spectrum__promise{position:absolute;top:181px;left:50%;z-index:8;width:202px;padding:20px 18px;border:1px solid rgba(255,255,255,.48);border-radius:20px;color:#fff;text-align:center;background:linear-gradient(145deg,rgba(255,255,255,.28),rgba(119,180,255,.18));box-shadow:0 22px 55px rgba(0,12,40,.38),inset 0 1px 0 rgba(255,255,255,.5),0 0 50px rgba(125,185,255,.2);transform:translateX(-50%);backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%)}
.connected-spectrum__promise span,.connected-spectrum__promise strong{display:block}
.connected-spectrum__promise span{margin-bottom:5px;color:#9bcaff;font-size:8px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}
.connected-spectrum__promise strong{font-size:16px;line-height:1.2}
.connected-spectrum__outcome{position:absolute;right:4%;bottom:7px;left:4%;display:flex;gap:6px;align-items:center;justify-content:center;color:#dbe8fa;font-size:9px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.connected-spectrum__outcome::before,.connected-spectrum__outcome::after{content:"";flex:1;max-width:95px;height:1px;background:linear-gradient(90deg,transparent,rgba(116,174,255,.62))}
.connected-spectrum__outcome::after{transform:scaleX(-1)}
.connected-spectrum__outcome i{width:5px;height:5px;border-radius:50%;background:var(--blue)}
.connected-spectrum__outcome i:nth-child(2){background:var(--red)}
.connected-spectrum__outcome i:nth-child(3){margin-right:7px;background:var(--orange)}
@media(max-width:1020px){
	.connected-spectrum{max-width:760px}
}
@media(max-width:640px){
	.connected-spectrum{min-height:510px}
	.connected-spectrum__label{top:0;right:auto;left:0}
	.connected-spectrum__floor{display:none}
	.connected-spectrum__layers{top:40px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;height:320px}
	.connected-spectrum__card,.connected-spectrum__card--identity,.connected-spectrum__card--experience,.connected-spectrum__card--visibility,.connected-spectrum__card--growth{position:relative;top:auto;left:auto;width:auto;min-width:0;height:auto;min-height:150px;padding:18px;border-radius:19px;transform:none}
	.connected-spectrum__card::before{top:20px;left:18px;width:25px}
	.connected-spectrum__card>span{margin-bottom:8px;font-size:9px}
	.connected-spectrum__card>strong{font-size:14px}
	.connected-spectrum__card>small{font-size:9px}
	.connected-spectrum__promise{top:378px;width:190px;padding:15px}
	.connected-spectrum__outcome{bottom:5px;gap:5px;font-size:7.5px;letter-spacing:.1em}
}
@media(max-width:390px){
	.connected-spectrum__card{padding:14px;min-height:145px}
	.connected-spectrum__card>small{font-size:8px}
	.connected-spectrum__promise{top:370px}
}

/* v0.36.2: radial BrandDigital system for the Connected Digital section. */
.connected-orbit{position:relative;width:100%;min-width:0;max-width:760px;min-height:520px}
.connected-orbit__label{position:absolute;top:3px;right:8px;color:#73baff;font-size:9px;font-weight:850;letter-spacing:.17em;text-transform:uppercase}
.connected-orbit__ring{position:absolute;top:50%;left:50%;border:1px solid rgba(115,186,255,.25);border-radius:50%;transform:translate(-50%,-50%)}
.connected-orbit__ring--outer{width:72%;aspect-ratio:1}
.connected-orbit__ring--inner{width:49%;aspect-ratio:1;border-style:dashed;border-color:rgba(255,255,255,.22)}
.connected-orbit__core{position:absolute;top:50%;left:50%;z-index:4;display:flex;align-items:center;justify-content:center;flex-direction:column;width:192px;height:192px;border:1px solid rgba(255,255,255,.32);border-radius:50%;color:#fff;text-align:center;background:radial-gradient(circle at 68% 28%,rgba(18,111,255,.45),transparent 42%),linear-gradient(145deg,#071e46,#0a4b91);box-shadow:0 28px 65px rgba(0,11,36,.42),inset 0 1px 0 rgba(255,255,255,.28);transform:translate(-50%,-50%)}
.connected-orbit__core strong{font-size:22px;letter-spacing:-.035em}
.connected-orbit__core span{margin-top:12px;color:#a9d1ff;font-size:8px;font-weight:850;letter-spacing:.2em;line-height:1.55;text-transform:uppercase}
.connected-orbit__node{--orbit-accent:var(--blue);position:absolute;z-index:5;display:flex;align-items:center;justify-content:center;flex-direction:column;width:170px;min-height:152px;padding:19px 17px;border:1px solid rgba(255,255,255,.42);border-top:2px solid var(--orbit-accent);border-radius:20px;color:#fff;text-align:center;background:linear-gradient(145deg,rgba(255,255,255,.23),rgba(255,255,255,.08));box-shadow:0 20px 44px rgba(0,12,39,.3),inset 0 1px 0 rgba(255,255,255,.42);backdrop-filter:blur(18px) saturate(135%);-webkit-backdrop-filter:blur(18px) saturate(135%)}
.connected-orbit__node::after{content:"";position:absolute;z-index:-1;top:50%;left:50%;width:95px;height:1px;background:linear-gradient(90deg,var(--orbit-accent),rgba(255,255,255,.2));transform-origin:left center}
.connected-orbit__node>span{position:absolute;top:13px;left:15px;color:var(--orbit-accent);font-size:9px;font-weight:850;letter-spacing:.12em}
.connected-orbit__node>i{display:grid;place-items:center;width:44px;height:44px;margin:4px 0 10px;border-radius:50%;color:var(--orbit-accent);background:rgba(255,255,255,.14);font-size:23px}
.connected-orbit__node>strong{font-size:15px;line-height:1.08}
.connected-orbit__node>small{margin-top:8px;color:#c6d9f0;font-size:8px;font-weight:750;letter-spacing:.12em;line-height:1.35;text-transform:uppercase}
.connected-orbit__node--identity{top:8px;left:50%;--orbit-accent:#7dbaff;transform:translateX(-50%)}
.connected-orbit__node--identity::after{top:100%;left:50%;width:72px;transform:rotate(90deg)}
.connected-orbit__node--website{top:170px;left:1%;--orbit-accent:var(--blue)}
.connected-orbit__node--website::after{left:100%;width:98px;transform:rotate(18deg)}
.connected-orbit__node--search{top:170px;right:1%;--orbit-accent:var(--orange)}
.connected-orbit__node--search::after{left:0;width:98px;transform:rotate(162deg)}
.connected-orbit__node--content{bottom:0;left:14%;--orbit-accent:var(--red)}
.connected-orbit__node--content::after{top:0;left:100%;width:105px;transform:rotate(-39deg)}
.connected-orbit__node--touchpoints{right:14%;bottom:0;--orbit-accent:#73baff}
.connected-orbit__node--touchpoints::after{top:0;left:0;width:105px;transform:rotate(219deg)}
@media(max-width:1020px){
	.connected-orbit{max-width:760px}
}
@media(max-width:640px){
	.connected-orbit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-height:0;padding-top:38px}
	.connected-orbit__label{top:0;right:auto;left:0}
	.connected-orbit__ring{display:none}
	.connected-orbit__core{position:relative;top:auto;left:auto;grid-column:1/-1;width:100%;height:auto;min-height:118px;border-radius:20px;transform:none}
	.connected-orbit__node,.connected-orbit__node--identity,.connected-orbit__node--website,.connected-orbit__node--search,.connected-orbit__node--content,.connected-orbit__node--touchpoints{position:relative;top:auto;right:auto;bottom:auto;left:auto;width:auto;min-height:142px;padding:17px 13px;transform:none}
	.connected-orbit__node::after{display:none}
	.connected-orbit__node--touchpoints{grid-column:1/-1;min-height:125px}
	.connected-orbit__node>strong{font-size:14px}
	.connected-orbit__node>small{font-size:7.5px}
}

/* v0.36.3: premium light Connected Digital orbit with equal radial spacing. */
.home .connected-system{color:var(--navy);background:radial-gradient(circle at 76% 43%,rgba(18,111,255,.08),transparent 27%),radial-gradient(circle at 92% 74%,rgba(255,48,40,.045),transparent 24%),#f9fbfe}
.home .connected-system::after{right:-8%;bottom:-52%;width:58%;height:92%;border-color:rgba(18,111,255,.12)}
.home .connected-system__copy>p{color:var(--blue)}
.home .connected-system h2{color:var(--navy)}
.home .connected-system__copy>span{color:#526176}
.home .connected-system__copy>a{color:var(--navy)}
.connected-orbit{min-height:620px}
.connected-orbit__label{top:5px;color:#52759f}
.connected-orbit__ring{background:transparent}
.connected-orbit__ring--outer{width:480px;height:480px;border-color:#d5e4f5;box-shadow:0 0 0 28px rgba(18,111,255,.025)}
.connected-orbit__ring--inner{width:338px;height:338px;border-color:#c9dbee}
.connected-orbit__core{z-index:8;width:188px;height:188px;border-color:rgba(255,255,255,.5);background:radial-gradient(circle at 72% 26%,rgba(255,48,40,.3),transparent 31%),linear-gradient(145deg,#031b40,#0a4e91 72%,#0a356b);box-shadow:0 28px 70px rgba(20,54,99,.22),inset 0 1px 0 rgba(255,255,255,.34)}
.connected-orbit__core strong{font-size:22px}
.connected-orbit__core span{color:#c1dcff}
.connected-orbit__node{width:168px;min-height:150px;padding:18px 16px;border:1px solid #e0e8f2;border-top:2px solid var(--orbit-accent);border-radius:20px;color:var(--navy);background:rgba(255,255,255,.96);box-shadow:0 20px 52px rgba(22,58,104,.11),inset 0 1px 0 #fff;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.connected-orbit__node::after{background:linear-gradient(90deg,var(--orbit-accent),rgba(79,117,160,.35))}
.connected-orbit__node>i{color:var(--orbit-accent);background:color-mix(in srgb,var(--orbit-accent) 11%,white)}
.connected-orbit__node>small{color:#68788d}
.connected-orbit__node--identity{top:14px;left:50%;--orbit-accent:var(--blue);transform:translateX(-50%)}
.connected-orbit__node--identity::after{top:50%;left:50%;width:224px;transform:rotate(90deg)}
.connected-orbit__node--website{top:161px;left:6%;--orbit-accent:var(--red)}
.connected-orbit__node--website::after{top:50%;left:50%;width:224px;transform:rotate(18deg)}
.connected-orbit__node--search{top:161px;right:6%;--orbit-accent:var(--orange)}
.connected-orbit__node--search::after{top:50%;left:50%;width:224px;transform:rotate(162deg)}
.connected-orbit__node--content{bottom:41px;left:20.4%;--orbit-accent:var(--red)}
.connected-orbit__node--content::after{top:50%;left:50%;width:224px;transform:rotate(-54deg)}
.connected-orbit__node--touchpoints{right:20.4%;bottom:41px;--orbit-accent:var(--blue)}
.connected-orbit__node--touchpoints::after{top:50%;left:50%;width:224px;transform:rotate(234deg)}
@media(max-width:640px){
	.connected-orbit{min-height:0}
	.connected-orbit__core{width:100%;height:auto;background:linear-gradient(135deg,#031b40,#0a4e91)}
	.connected-orbit__node,.connected-orbit__node--identity,.connected-orbit__node--website,.connected-orbit__node--search,.connected-orbit__node--content,.connected-orbit__node--touchpoints{width:auto;min-height:142px}
	.connected-orbit__node--touchpoints{min-height:125px}
}

/* v0.36.4: established navy section with a warm, contrasting brand core. */
.home .connected-system{color:#fff;background:radial-gradient(circle at 78% 50%,rgba(35,127,255,.26),transparent 28%),linear-gradient(125deg,#021633,#052e67)}
.home .connected-system::after{border-color:rgba(114,189,255,.19)}
.home .connected-system__copy>p{color:#73baff}
.home .connected-system h2{color:#fff}
.home .connected-system__copy>span{color:#c1d0e3}
.home .connected-system__copy>a{color:#fff}
.connected-orbit__label{color:#8fc8ff}
.connected-orbit__ring--outer{border-color:rgba(125,186,255,.3);box-shadow:0 0 0 28px rgba(18,111,255,.035)}
.connected-orbit__ring--inner{border-color:rgba(255,255,255,.24)}
.connected-orbit__core{border-color:rgba(255,255,255,.58);background:radial-gradient(circle at 72% 24%,rgba(255,190,98,.72),transparent 31%),linear-gradient(145deg,#d72228,#ff4134 58%,#ff8500);box-shadow:0 30px 72px rgba(0,10,35,.4),0 0 46px rgba(255,75,48,.18),inset 0 1px 0 rgba(255,255,255,.4)}
.connected-orbit__core span{color:#fff}
@media(max-width:640px){
	.connected-orbit__core{background:radial-gradient(circle at 78% 18%,rgba(255,190,98,.7),transparent 32%),linear-gradient(135deg,#d72228,#ff4134 60%,#ff8500)}
}

/* v0.36.5: solid red brand core without an outline or transitional colour. */
.connected-orbit__core{border:0;background:var(--red);box-shadow:0 30px 72px rgba(0,10,35,.4),0 0 42px rgba(255,48,40,.18)}
@media(max-width:640px){
	.connected-orbit__core{background:var(--red)}
}
