:root {
  --ink: #0b171a;
  --ink-soft: #314246;
  --night: #061718;
  --night-2: #092426;
  --teal: #08a995;
  --teal-bright: #21c9b3;
  --teal-soft: #dff8f3;
  --line: #dfe8e8;
  --canvas: #f7fafa;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 16px 40px rgba(8, 35, 37, 0.08);
  --header-height: 63px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.site-container { width: min(100% - 48px, 1390px); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 3000; padding: 10px 14px; color: var(--night); background: var(--white); border-radius: 4px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f6c85f; outline-offset: 3px; }

.eyebrow { display: inline-block; margin-bottom: 7px; color: #047c70; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #77eadc; }
.section-rule { border-bottom: 1px solid var(--line); }
.section-title { margin: 0 0 18px; font-size: clamp(1.25rem, 2.5vw, 1.75rem); font-weight: 800; letter-spacing: -.025em; }
.centered { text-align: center; }
.panel-heading h2 { margin: 0; font-size: clamp(1.2rem, 2.2vw, 1.65rem); font-weight: 800; letter-spacing: -.025em; }
.panel-heading p { margin: 8px 0 0; color: var(--ink-soft); }

.btn { min-height: 44px; display: inline-flex; gap: 9px; align-items: center; justify-content: center; padding: .72rem 1.15rem; border-radius: 5px; font-weight: 750; }
.btn-brand { color: var(--white); background: linear-gradient(135deg, #079985, #23c7b1); border: 1px solid #1ac0aa; box-shadow: 0 8px 22px rgba(10, 181, 158, .2); }
.btn-brand:hover, .btn-brand:focus { color: var(--white); background: linear-gradient(135deg, #087f71, #13ae9b); }
.btn-outline-light { border-width: 1px; }
.text-link { color: #0b8f80; font-weight: 750; }

.site-header { position: sticky; top: 0; z-index: 1050; color: var(--white); background: rgba(5, 23, 24, .97); border-bottom: 1px solid rgba(76, 218, 199, .15); backdrop-filter: blur(14px); }
.navbar { min-height: var(--header-height); padding-block: 0; }
.navbar-brand { flex: 0 0 auto; margin-right: 12px; padding: 0; }
.brand-lockup img { display: block; width: 192px; height: auto; max-height: 36px; object-fit: contain; }
.desktop-nav { min-width: 0; }
.navbar-nav { gap: 1px; }
.navbar-nav .nav-link { position: relative; display: flex; align-items: center; gap: 4px; min-height: var(--header-height); padding: 0 9px !important; color: rgba(255,255,255,.88); background: transparent; border: 0; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.navbar-nav .nav-link i { font-size: .58rem; }
.navbar-nav .nav-link::after { content: ""; position: absolute; left: 9px; right: 9px; bottom: 10px; height: 2px; background: var(--teal-bright); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link.active { color: var(--white); }
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link:focus::after, .navbar-nav .nav-link.active::after, .navbar-nav .nav-link[aria-expanded="true"]::after { transform: scaleX(1); }
.nav-cta { margin-left: 11px; padding-inline: 14px; font-size: .77rem; white-space: nowrap; }
.mobile-menu-trigger { color: var(--white); border: 1px solid rgba(255,255,255,.32); }
.mobile-menu-trigger i { font-size: 1.4rem; }

.mega-panel { position: fixed; top: var(--header-height); left: 0; right: 0; z-index: 1045; max-height: calc(100vh - var(--header-height)); overflow-y: auto; color: var(--ink); background: rgba(255,255,255,.99); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid var(--line); box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.mega-panel[hidden] { display: none; }
.mega-inner { display: grid; grid-template-columns: 230px 1fr; gap: 30px; padding-block: 27px 31px; }
.mega-intro { padding-right: 25px; border-right: 1px solid var(--line); }
.mega-intro h2 { margin: 0 0 10px; font-size: 1.25rem; font-weight: 800; }
.mega-intro p { margin-bottom: 14px; color: var(--ink-soft); font-size: .87rem; }
.mega-columns { display: grid; grid-template-columns: repeat(5, minmax(130px, 1fr)); gap: 22px; }
.mega-columns section { min-width: 0; }
.mega-columns h3 { display: flex; gap: 8px; align-items: center; min-height: 37px; margin: 0 0 8px; color: #075f59; font-size: .75rem; font-weight: 850; text-transform: uppercase; }
.mega-columns h3 i { font-size: 1rem; }
.mega-columns a { display: block; padding: 4px 0; color: #304247; font-size: .71rem; line-height: 1.3; }
.mega-columns a:hover, .mega-columns a:focus { color: #087f72; text-decoration: underline; }
.compact-mega { grid-template-columns: 260px 1fr; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.outcome-grid > a { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); }
.outcome-grid > a:hover { border-color: #49c7b7; background: #f3fcfa; }
.outcome-grid i { color: #079584; font-size: 1.3rem; }
.outcome-grid strong, .outcome-grid small { display: block; }
.outcome-grid strong { margin-bottom: 4px; font-size: .85rem; }
.outcome-grid small { color: var(--ink-soft); font-size: .72rem; }
.industry-mega-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.industry-mega-grid a { display: flex; gap: 9px; align-items: center; min-height: 62px; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); font-size: .8rem; font-weight: 750; }
.industry-mega-grid a:hover { border-color: #49c7b7; background: #f3fcfa; }
.industry-mega-grid i { color: #078e7f; font-size: 1.15rem; }

.mobile-nav { color: var(--white); background: var(--night); }
.mobile-nav .offcanvas-header { border-bottom: 1px solid rgba(255,255,255,.12); }
.mobile-nav .offcanvas-title { font-weight: 800; }
.mobile-nav-link { display: block; padding: 13px 2px; border-bottom: 1px solid rgba(255,255,255,.12); font-weight: 700; }
.mobile-nav .accordion-item, .mobile-nav .accordion-button { color: var(--white); background: transparent; border-color: rgba(255,255,255,.12); }
.mobile-nav .accordion-button { padding-inline: 2px; font-weight: 700; }
.mobile-nav .accordion-button::after { filter: invert(1); }
.mobile-nav .accordion-body { padding-inline: 10px; }
.mobile-nav .accordion-body a { display: block; padding: 9px 0; color: rgba(255,255,255,.78); }

.hero-section { position: relative; min-height: 345px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 66% 45%, #0d3b3c 0, #071d1f 38%, #041314 74%); }
.hero-section::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(34,208,185,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(34,208,185,.2) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, transparent, black 65%, transparent); }
.hero-grid { position: relative; display: grid; grid-template-columns: 42% 58%; min-height: 345px; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 34px 0 38px; }
.hero-copy h1 { margin: 0 0 8px; font-size: clamp(2.3rem, 4.3vw, 4.45rem); line-height: 1.01; font-weight: 850; letter-spacing: -.055em; }
.hero-copy h1 span { color: #27c8b3; }
.hero-copy h2 { max-width: 470px; margin: 0 0 10px; font-size: clamp(1.06rem, 1.75vw, 1.45rem); line-height: 1.3; font-weight: 750; }
.hero-copy p { max-width: 510px; margin: 0 0 20px; color: rgba(255,255,255,.77); font-size: .86rem; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.hero-actions .btn { font-size: .8rem; }
.hero-visual { position: absolute; top: 0; right: max(-9vw, -130px); bottom: 0; width: 69%; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #061718 0, rgba(6,23,24,.74) 11%, transparent 39%); }
.hero-visual picture, .hero-visual img { width: 100%; height: 100%; display: block; }
.hero-visual img { object-fit: cover; object-position: 69% center; }

.dimension-section { padding: 13px 0 17px; background: #fcfdfd; }
.dimension-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; }
.mini-card { display: flex; gap: 10px; align-items: center; min-height: 76px; padding: 12px 13px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 4px 16px rgba(10,44,45,.025); }
.mini-card:hover { border-color: #65d2c3; transform: translateY(-2px); }
.mini-card > i { flex: 0 0 auto; color: #079382; font-size: 1.5rem; }
.mini-card strong, .mini-card small { display: block; }
.mini-card strong { margin-bottom: 3px; font-size: .78rem; }
.mini-card small { color: var(--ink-soft); font-size: .65rem; line-height: 1.35; }

.paired-section { background: var(--white); }
.paired-grid { display: grid; grid-template-columns: 1fr 1.08fr; padding: 0; width: min(100%, 1440px); }
.info-panel, .automation-panel { min-height: 300px; padding: 18px 30px; border-left: 1px solid var(--line); }
.paired-grid > :last-child { border-right: 1px solid var(--line); }
.capability-tile-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 10px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-tile-grid a { position: relative; min-height: 91px; padding: 12px 30px 10px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-tile-grid a:hover { background: #f1fbf9; }
.capability-tile-grid span { display: block; font-size: .62rem; font-weight: 800; }
.capability-tile-grid i { position: absolute; top: 13px; right: 10px; color: #079886; font-size: 1.05rem; }
.capability-tile-grid strong { display: block; margin-top: 12px; font-size: .68rem; line-height: 1.22; }
.hybrid-equation-panel { display: flex; flex-direction: column; justify-content: center; }
.hybrid-equation-panel .panel-heading p { color: var(--ink); font-size: 1.05rem; font-weight: 700; }
.hybrid-equation-panel .panel-heading p strong { color: #078d7d; }
.equation-flow { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 22px; }
.equation-flow > div { flex: 1 1 0; min-width: 55px; text-align: center; }
.equation-flow > div > span { display: grid; place-items: center; width: 50px; height: 50px; margin: 0 auto 7px; color: var(--white); background: radial-gradient(circle at 35% 30%, #12b9a4, #087264); border: 2px solid #35d6c0; border-radius: 50%; box-shadow: 0 6px 16px rgba(0,139,123,.2); }
.equation-flow .result > span { width: 58px; height: 58px; }
.equation-flow small { display: block; min-height: 31px; font-size: .61rem; font-weight: 750; line-height: 1.25; }
.equation-flow .result small { color: #068576; }
.equation-flow > b { margin-top: -25px; font-size: 1.1rem; }

.feature-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px 16px; margin-top: 24px; }
.feature-list-grid a { display: flex; gap: 11px; }
.feature-list-grid i { color: #079582; font-size: 1.28rem; }
.feature-list-grid strong, .feature-list-grid small { display: block; }
.feature-list-grid strong { margin-bottom: 3px; font-size: .75rem; }
.feature-list-grid small { color: var(--ink-soft); font-size: .65rem; line-height: 1.35; }
.automation-panel { color: var(--white); background: radial-gradient(circle at 80% 30%, #0b403e, #061a1b 55%); border-color: #163839; }
.automation-panel .panel-heading h2 { font-size: 1.35rem; }
.automation-flow { display: flex; align-items: flex-start; justify-content: space-between; gap: 5px; margin-top: 27px; }
.automation-flow > div { flex: 0 1 94px; text-align: center; }
.automation-flow > div span { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 7px; color: var(--white); background: #0d3334; border: 1px solid #4bc9ba; border-radius: 50%; box-shadow: 0 0 22px rgba(31,208,185,.18); }
.automation-flow > div strong { display: block; font-size: .64rem; line-height: 1.18; }
.automation-flow > i { margin-top: 17px; color: #9adbd2; }
.automation-offers { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.78); font-size: .58rem; }
.automation-offers i { color: #26c9b5; }

.research-path-panel, .stack-panel { min-height: 330px; }
.research-flow { display: flex; align-items: flex-start; justify-content: space-between; margin: 22px 0 18px; padding: 0; list-style: none; }
.research-flow li { position: relative; flex: 1 1 0; text-align: center; }
.research-flow li:not(:last-child)::after { content: ""; position: absolute; top: 22px; left: 65%; right: -35%; border-top: 1px dashed #4ab6aa; }
.research-flow span { position: relative; z-index: 1; display: grid; place-items: center; width: 45px; height: 45px; margin: auto; color: #078d7e; background: #f6fbfa; border: 1px solid var(--line); border-radius: 50%; }
.research-flow strong { display: block; margin-top: 7px; font-size: .59rem; }
.research-tags { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 5px; }
.research-tags span { padding: 10px 7px; border-right: 1px solid var(--line); font-size: .58rem; font-weight: 750; text-align: center; }
.research-tags span:last-child { border-right: 0; }
.research-tags i { margin-right: 4px; color: #079582; }
.stack-content { display: grid; grid-template-columns: 45% 55%; gap: 12px; align-items: center; margin-top: 12px; }
.stack-visual { position: relative; height: 210px; perspective: 600px; }
.stack-visual span { position: absolute; left: 17%; width: 66%; height: 52px; background: linear-gradient(135deg, #6de2d3, #087d70); border: 1px solid #8ce9dd; border-radius: 18px 5px 18px 5px; box-shadow: 0 12px 18px rgba(4,63,59,.2); transform: rotateX(55deg) rotateZ(-6deg); }
.stack-visual span:nth-child(1) { top: 5px; }
.stack-visual span:nth-child(2) { top: 36px; filter: brightness(.94); }
.stack-visual span:nth-child(3) { top: 67px; filter: brightness(.88); }
.stack-visual span:nth-child(4) { top: 98px; filter: brightness(.82); }
.stack-visual span:nth-child(5) { top: 129px; filter: brightness(.76); }
.stack-visual span:nth-child(6) { top: 160px; filter: brightness(.7); }
.stack-list { margin: 0; padding: 0; list-style: none; }
.stack-list li { display: flex; gap: 10px; align-items: center; padding: 5px 0; border-bottom: 1px solid var(--line); }
.stack-list li:last-child { border-bottom: 0; }
.stack-list i { color: #078d7e; }
.stack-list strong, .stack-list small { display: block; }
.stack-list strong { font-size: .68rem; }
.stack-list small { color: var(--ink-soft); font-size: .57rem; line-height: 1.2; }

.industry-section, .delivery-section, .why-section { padding: 16px 0 20px; }
.industry-grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 7px; margin-top: 10px; }
.industry-grid a { display: grid; place-items: center; min-height: 80px; padding: 9px 3px; background: var(--white); border: 1px solid var(--line); border-radius: 5px; text-align: center; }
.industry-grid a:hover { border-color: #54c7b7; background: #f2fbf9; }
.industry-grid i { color: #078f80; font-size: 1.35rem; }
.industry-grid span { font-size: .59rem; font-weight: 800; }

.delivery-flow { display: grid; grid-template-columns: repeat(8, 1fr); gap: 16px; margin: 20px 0 0; padding: 0; list-style: none; }
.delivery-flow li { position: relative; }
.delivery-flow li:not(:last-child)::after { content: ""; position: absolute; top: 17px; left: 43px; right: -16px; border-top: 1px dashed #189d8e; }
.delivery-flow span { position: relative; z-index: 1; display: grid; place-items: center; width: 36px; height: 36px; color: #087f72; background: var(--white); border: 1px solid #35aa9d; border-radius: 50%; font-size: .62rem; font-weight: 800; }
.delivery-flow strong, .delivery-flow small { display: block; }
.delivery-flow strong { margin-top: 8px; font-size: .68rem; }
.delivery-flow small { color: var(--ink-soft); font-size: .57rem; line-height: 1.3; }

.why-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; margin-top: 10px; }
.why-grid article { display: flex; gap: 10px; min-height: 85px; padding: 12px; border: 1px solid var(--line); border-radius: 5px; }
.why-grid article > i { color: #078f80; font-size: 1.25rem; }
.why-grid h3 { margin: 0 0 3px; font-size: .7rem; font-weight: 800; }
.why-grid p { margin: 0; color: var(--ink-soft); font-size: .59rem; line-height: 1.35; }

.cta-section { padding: 18px 0 0; }
.cta-band { position: relative; overflow: hidden; display: grid; grid-template-columns: 84px 1fr auto; gap: 20px; align-items: center; min-height: 105px; padding: 18px 28px; color: var(--white); background: radial-gradient(circle at 70% 160%, #0d8176, #072326 58%, #041718); border-radius: 8px 8px 0 0; }
.cta-band::after { content: ""; position: absolute; left: 0; right: 0; bottom: -34px; height: 78px; border-top: 1px solid rgba(43,226,202,.72); border-radius: 50%; transform: rotate(-2deg); }
.cta-symbol { display: grid; place-items: center; width: 66px; height: 66px; color: var(--white); border: 1px solid #69e2d4; border-radius: 50%; font-size: 1.7rem; }
.cta-band h2 { position: relative; z-index: 1; margin: 0; font-size: clamp(1.25rem, 2.7vw, 2rem); font-weight: 800; line-height: 1.12; }
.cta-actions { position: relative; z-index: 1; display: flex; gap: 12px; }
.cta-actions .btn { font-size: .75rem; }

.site-footer { color: rgba(255,255,255,.82); background: #061718; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(4, .72fr) 1.2fr; gap: 26px; padding-block: 27px 20px; }
.footer-brand img { width: 184px; height: auto; max-height: 35px; object-fit: contain; }
.footer-brand p { max-width: 270px; margin: 12px 0; color: rgba(255,255,255,.58); font-size: .67rem; }
.footer-actions { display: flex; gap: 8px; }
.footer-actions a { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.footer-grid h2 { margin: 0 0 10px; color: var(--white); font-size: .72rem; font-weight: 800; }
.footer-grid > div:not(.footer-brand) > a, .footer-grid > div:not(.footer-brand) > span { display: flex; gap: 7px; padding: 3px 0; color: rgba(255,255,255,.62); font-size: .65rem; line-height: 1.35; }
.footer-grid a:hover { color: #68ddce !important; }
.footer-contact i { color: #5cdacb; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 13px; color: rgba(255,255,255,.46); border-top: 1px solid rgba(255,255,255,.1); font-size: .62rem; }

@media (max-width: 1199.98px) {
  .navbar-nav .nav-link { padding-inline: 6px !important; font-size: .69rem; }
  .navbar-nav .nav-link::after { left: 6px; right: 6px; }
  .brand-lockup img { width: 163px; }
  .nav-cta { padding-inline: 9px; font-size: .68rem; }
  .mega-columns { grid-template-columns: repeat(3, 1fr); }
  .mega-columns section:nth-child(n+4) { padding-top: 8px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, .8fr) 1.2fr; }
  .footer-grid > div:nth-child(5) { display: none; }
}

@media (max-width: 991.98px) {
  :root { --header-height: 58px; }
  .site-container { width: min(100% - 34px, 900px); }
  .desktop-nav { display: none !important; }
  .hero-grid { grid-template-columns: 55% 45%; min-height: 410px; }
  .hero-visual { right: -25%; width: 82%; }
  .hero-visual::after { background: linear-gradient(90deg, #061718 0, rgba(6,23,24,.75) 18%, transparent 55%); }
  .dimension-grid { grid-template-columns: repeat(3, 1fr); }
  .paired-grid { grid-template-columns: 1fr; }
  .info-panel, .automation-panel { border-right: 1px solid var(--line); }
  .industry-grid { grid-template-columns: repeat(5, 1fr); }
  .delivery-flow { grid-template-columns: repeat(4, 1fr); row-gap: 24px; }
  .delivery-flow li:nth-child(4)::after { display: none; }
  .why-grid { grid-template-columns: repeat(3, 1fr); }
  .cta-band { grid-template-columns: 70px 1fr; }
  .cta-actions { grid-column: 2; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid > div:nth-child(5) { display: block; }
}

@media (max-width: 767.98px) {
  .site-container { width: min(100% - 28px, 640px); }
  .hero-section { min-height: 620px; }
  .hero-grid { display: block; min-height: 620px; }
  .hero-copy { padding-top: 43px; }
  .hero-copy h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .hero-copy h2 { max-width: 90%; }
  .hero-copy p { max-width: 92%; }
  .hero-visual { top: auto; right: -38%; bottom: -6px; width: 134%; height: 330px; opacity: .9; }
  .hero-visual::after { background: linear-gradient(180deg, #061718 0, transparent 45%); }
  .hero-visual img { object-position: 72% center; }
  .dimension-grid { grid-template-columns: repeat(2, 1fr); }
  .mini-card { min-height: 86px; }
  .capability-tile-grid { grid-template-columns: repeat(3, 1fr); }
  .equation-flow { display: grid; grid-template-columns: repeat(3, 1fr); }
  .equation-flow > b { display: none; }
  .feature-list-grid { grid-template-columns: repeat(2, 1fr); }
  .automation-flow { display: grid; grid-template-columns: repeat(5, 1fr); overflow-x: auto; padding-bottom: 7px; }
  .automation-flow > i { display: none; }
  .research-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px 6px; }
  .research-flow li::after { display: none; }
  .research-tags { grid-template-columns: repeat(2, 1fr); }
  .research-tags span:nth-child(2) { border-right: 0; }
  .research-tags span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .stack-content { grid-template-columns: 1fr; }
  .stack-visual { height: 180px; }
  .stack-visual span { left: 26%; width: 48%; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .delivery-flow { grid-template-columns: repeat(2, 1fr); }
  .delivery-flow li:nth-child(2n)::after { display: none; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band { grid-template-columns: 1fr; text-align: center; }
  .cta-symbol { margin: auto; }
  .cta-actions { grid-column: 1; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (max-width: 479.98px) {
  .brand-lockup img { width: 165px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .dimension-grid, .why-grid { grid-template-columns: 1fr; }
  .capability-tile-grid { grid-template-columns: repeat(2, 1fr); }
  .info-panel, .automation-panel { padding-inline: 18px; }
  .feature-list-grid { grid-template-columns: 1fr; }
  .equation-flow { grid-template-columns: repeat(2, 1fr); }
  .research-flow { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: 1 !important; }
}

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

@media print {
  .site-header, .mobile-nav, .cta-section, .site-footer { display: none !important; }
  body { color: #000; background: #fff; }
}

/* Multi-page editorial system */
.mega-shell { display: grid; grid-template-columns: 245px 1fr; gap: 26px; padding-block: 24px 28px; }
.mega-rail { padding-right: 22px; border-right: 1px solid var(--line); }
.mega-rail h2 { margin: 0 0 8px; font-size: 1.24rem; font-weight: 850; letter-spacing: -.025em; }
.mega-rail p { color: var(--ink-soft); font-size: .78rem; }
.mega-rail .btn { min-height: 38px; font-size: .7rem; }
.pillar-links { display: grid; gap: 2px; margin-top: 13px; }
.pillar-links a { padding: 5px 0; color: #305054; font-size: .68rem; font-weight: 750; }
.pillar-links a:hover, .pillar-links a:focus { color: #087f72; text-decoration: underline; }
.mega-body { min-width: 0; }
.mega-service-groups { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.mega-service-group h3 { display: flex; gap: 7px; align-items: center; min-height: 32px; margin: 0 0 6px; color: #066b62; font-size: .67rem; font-weight: 850; text-transform: uppercase; }
.mega-service-group > a { display: flex; gap: 7px; align-items: flex-start; padding: 4px 0; }
.mega-service-group > a > i { flex: 0 0 auto; margin-top: 1px; color: #079382; font-size: .75rem; }
.mega-service-group strong, .mega-service-group small, .mega-service-group span { display: block; }
.mega-service-group span { color: #263d41; font-size: .66rem; font-weight: 700; line-height: 1.22; }
.mega-service-group small { display: none; color: var(--ink-soft); font-size: .58rem; font-weight: 500; }
.mega-service-group > a:hover span, .mega-service-group > a:focus span { color: #078276; text-decoration: underline; }
.featured-strip { display: flex; flex-wrap: wrap; gap: 5px; align-items: center; margin-top: 15px; padding-top: 12px; border-top: 1px solid var(--line); }
.featured-strip > span { margin-right: 4px; color: #365357; font-size: .6rem; font-weight: 850; text-transform: uppercase; }
.featured-strip a { padding: 4px 7px; color: #086f66; background: #ebf9f6; border-radius: 3px; font-size: .59rem; font-weight: 750; }
.featured-strip .featured-consult { margin-left: auto; color: var(--white); background: #078d7d; }
.compact-panel { grid-template-columns: 255px 1fr; }
.research-mega-grid, .work-mega-grid, .insight-mega-grid, .company-mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.research-mega-grid > a, .work-mega-grid > a, .insight-mega-grid > a, .company-mega-grid > a { display: flex; gap: 10px; align-items: flex-start; min-height: 65px; padding: 10px; border: 1px solid var(--line); border-radius: 6px; }
.research-mega-grid > a:hover, .work-mega-grid > a:hover, .insight-mega-grid > a:hover, .company-mega-grid > a:hover { border-color: #54cbbb; background: #f2fbf9; }
.research-mega-grid i, .work-mega-grid i, .insight-mega-grid i, .company-mega-grid i { color: #078f80; font-size: 1rem; }
.research-mega-grid strong, .research-mega-grid small, .work-mega-grid strong, .work-mega-grid small, .insight-mega-grid strong, .insight-mega-grid small, .company-mega-grid strong, .company-mega-grid small { display: block; }
.research-mega-grid strong, .work-mega-grid strong, .insight-mega-grid strong, .company-mega-grid strong { font-size: .68rem; line-height: 1.25; }
.research-mega-grid small, .work-mega-grid small, .insight-mega-grid small, .company-mega-grid small { margin-top: 3px; color: var(--ink-soft); font-size: .57rem; line-height: 1.25; }
.industry-mega-grid > a { min-height: 70px; }
.industry-mega-grid strong, .industry-mega-grid small { display: block; }
.industry-mega-grid strong { font-size: .68rem; }
.industry-mega-grid small { display: none; }

.footer-base { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; padding-block: 13px; color: rgba(255,255,255,.46); border-top: 1px solid rgba(255,255,255,.1); font-size: .62rem; }
.footer-base > div { display: flex; gap: 13px; }
.footer-base > span:last-child { text-align: right; }

.inner-hero, .article-hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 82% 30%, #0c4b47 0, #082729 32%, #061718 74%); }
.inner-hero::before, .article-hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(35,201,179,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(35,201,179,.25) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent, #000 60%, transparent); }
.inner-hero > .site-container, .article-hero > .site-container { position: relative; z-index: 1; padding-block: 28px 42px; }
.breadcrumb { margin-bottom: 25px; font-size: .72rem; }
.breadcrumb-item, .breadcrumb-item a { color: rgba(255,255,255,.64); }
.breadcrumb-item.active { color: rgba(255,255,255,.9); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.38); }
.inner-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 55px; align-items: center; }
.inner-hero h1, .article-hero h1 { max-width: 900px; margin: 0 0 14px; font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: 1.02; font-weight: 850; letter-spacing: -.05em; }
.inner-hero .lead, .article-hero .lead { max-width: 820px; margin: 0 0 21px; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.8vw, 1.25rem); line-height: 1.5; }
.hero-symbol { display: grid; place-items: center; min-height: 190px; padding: 28px; color: #91eee2; background: radial-gradient(circle, rgba(24,184,164,.22), rgba(7,39,41,.16)); border: 1px solid rgba(93,222,205,.32); border-radius: 50%; text-align: center; }
.hero-symbol i { font-size: 4.7rem; }
.hero-symbol span { margin-top: 8px; color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.category-hero-visual { position: relative; display: block; min-height: 0; padding: 0; overflow: hidden; border-radius: 18px; aspect-ratio: 4 / 3; }
.category-hero-visual picture, .category-hero-visual img { display: block; width: 100%; height: 100%; }
.category-hero-visual img { object-fit: cover; }
.category-hero-visual span { position: absolute; right: 10px; bottom: 10px; left: 10px; margin: 0; padding: 8px 10px; color: #dffffa; background: rgba(4,25,27,.76); border: 1px solid rgba(99,227,212,.28); border-radius: 7px; backdrop-filter: blur(8px); }
.scenario-notice { display: flex; gap: 10px; max-width: 780px; align-items: flex-start; padding: 10px 13px; color: #d9fbf6; background: rgba(15,114,104,.25); border: 1px solid rgba(93,222,205,.34); border-radius: 6px; font-size: .76rem; }
.status-label { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 13px; padding: 6px 10px; color: #082522; background: #88ecdf; border-radius: 3px; font-size: .67rem; font-weight: 850; text-transform: uppercase; }

.content-section { padding-block: clamp(48px, 6vw, 82px); border-bottom: 1px solid var(--line); }
.muted-section { background: var(--canvas); }
.dark-section { color: var(--white); background: radial-gradient(circle at 82% 20%, #0c4845, #071d1f 46%, #051718); border-color: #153839; }
.content-section h2 { margin: 0 0 14px; font-size: clamp(1.65rem, 3vw, 2.65rem); line-height: 1.13; font-weight: 850; letter-spacing: -.035em; }
.content-section h3 { font-weight: 800; }
.content-section p { color: var(--ink-soft); }
.dark-section p { color: rgba(255,255,255,.7); }
.two-column-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr); gap: clamp(32px, 6vw, 84px); align-items: start; }
.two-column-intro > div > p { max-width: 780px; font-size: 1rem; }
.decision-panel, .fact-panel { padding: 25px; background: #f1faf8; border: 1px solid #bfe7e1; border-radius: 8px; box-shadow: var(--shadow); }
.decision-panel h2 { font-size: 1.2rem; }
.check-list, .arrow-list, .metric-list, .article-checklist { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.check-list li, .arrow-list li, .metric-list li, .article-checklist li { position: relative; padding-left: 25px; color: #294145; }
.check-list li::before, .article-checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 18px; height: 18px; color: var(--white); background: #079382; border-radius: 50%; font-size: .66rem; font-weight: 850; }
.arrow-list li::before { content: "→"; position: absolute; left: 1px; color: #078f80; font-weight: 900; }
.metric-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.metric-list li::before { content: ""; position: absolute; left: 0; top: 6px; width: 11px; height: 11px; border: 2px solid #079382; border-radius: 50%; }
.split-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.split-cards > article { padding: clamp(23px, 3vw, 38px); background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 13px 34px rgba(8,41,42,.06); }
.muted-section .split-cards > article { background: #fff; }
.section-heading-row { display: flex; justify-content: space-between; gap: 35px; align-items: end; margin-bottom: 26px; }
.section-heading-row > p { max-width: 490px; }
.process-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; margin: 25px 0 0; padding: 0; list-style: none; }
.process-steps li { position: relative; padding-top: 55px; }
.process-steps li::before { content: ""; position: absolute; top: 22px; left: 42px; right: -18px; border-top: 1px dashed #179c8c; }
.process-steps li:last-child::before { display: none; }
.process-steps span { position: absolute; top: 0; left: 0; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; color: #087f72; background: #fff; border: 1px solid #079382; border-radius: 50%; font-size: .7rem; font-weight: 850; }
.process-steps p { margin: 0; font-size: .82rem; }
.architecture-flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 27px; margin-top: 30px; }
.architecture-flow > div { position: relative; min-width: 0; text-align: center; }
.architecture-flow > div:not(:last-child)::after { content: "→"; position: absolute; top: 40px; right: -22px; color: #70dcd0; font-size: 1.2rem; }
.architecture-flow span { position: absolute; top: -6px; left: 50%; color: rgba(255,255,255,.45); font-size: .6rem; font-weight: 850; transform: translateX(-50%); }
.architecture-flow i { display: grid; place-items: center; width: 64px; height: 64px; margin: 11px auto 12px; color: #b4fff5; background: rgba(14,120,108,.32); border: 1px solid #58d7c8; border-radius: 50%; font-size: 1.55rem; box-shadow: 0 0 24px rgba(23,201,178,.16); }
.architecture-flow p { margin: 0; color: rgba(255,255,255,.8); font-size: .72rem; line-height: 1.35; }
.three-card-grid, .content-card-grid, .pillar-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.number-card, .content-card, .pillar-card { position: relative; padding: 23px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 10px 28px rgba(8,41,42,.05); }
.number-card > span { color: #078f80; font-size: .72rem; font-weight: 850; }
.number-card h3, .content-card h3, .pillar-card h2 { margin: 10px 0 8px; font-size: 1.08rem; }
.number-card p, .content-card p, .pillar-card p { margin: 0 0 13px; font-size: .82rem; }
.card-icon, .pillar-card > i { color: #078f80; font-size: 1.65rem; }
.pillar-card > span { display: block; margin-top: 12px; color: #078f80; font-size: .65rem; font-weight: 850; text-transform: uppercase; }
.pillar-card-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.content-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-card .text-link { font-size: .76rem; }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.related-links > a { display: flex; gap: 13px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 7px; }
.related-links i { color: #079382; font-size: 1.4rem; }
.related-links strong, .related-links small { display: block; }
.related-links small { margin-top: 3px; color: var(--ink-soft); font-size: .7rem; }
.narrow-content { max-width: 890px; }
.faq-accordion .accordion-item { border-color: var(--line); }
.faq-accordion .accordion-button { padding-block: 18px; color: var(--ink); background: transparent; font-weight: 750; }
.faq-accordion .accordion-button:not(.collapsed) { color: #086f66; background: #eaf9f6; box-shadow: none; }
.inner-cta { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; overflow: hidden; margin-block: 30px; padding: clamp(25px, 4vw, 45px); color: var(--white); background: radial-gradient(circle at 80% 120%, #0c8478, #082729 50%, #061718); border-radius: 10px; }
.inner-cta h2 { margin: 0 0 8px; font-size: clamp(1.55rem, 3vw, 2.65rem); font-weight: 850; letter-spacing: -.035em; }
.inner-cta p { max-width: 760px; margin: 0; color: rgba(255,255,255,.7); }
.inner-cta-actions { display: flex; gap: 10px; }

.selection-matrix { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.matrix-row { display: grid; grid-template-columns: 42px minmax(190px, .8fr) minmax(260px, 1.4fr) 35px; gap: 15px; align-items: center; padding: 13px 17px; border-bottom: 1px solid var(--line); }
.matrix-row:last-child { border-bottom: 0; }
.matrix-row > span { color: #078f80; font-size: .68rem; font-weight: 850; }
.matrix-row p { margin: 0; font-size: .78rem; }
.matrix-row a { color: #078f80; }
.taxonomy-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.taxonomy-link { display: grid; grid-template-columns: 29px 28px 1fr; gap: 8px; align-items: center; min-height: 82px; padding: 11px; border: 1px solid var(--line); border-radius: 6px; }
.taxonomy-link > span { color: #078f80; font-size: .6rem; font-weight: 850; }
.taxonomy-link > i { color: #078f80; font-size: 1.1rem; }
.taxonomy-link strong, .taxonomy-link small { grid-column: 3; display: block; }
.taxonomy-link strong { font-size: .72rem; }
.taxonomy-link small { color: var(--ink-soft); font-size: .6rem; }
.service-index-group { display: grid; grid-template-columns: 245px 1fr; gap: 30px; padding-block: 35px; border-bottom: 1px solid var(--line); }
.service-index-group > div:first-child > i { color: #078f80; font-size: 2rem; }
.service-index-group .content-card-grid { grid-template-columns: repeat(2, 1fr); }
.outcome-section { display: grid; grid-template-columns: 265px 1fr; gap: 30px; margin-bottom: 32px; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.outcome-copy > i { color: #078f80; font-size: 2rem; }
.outcome-copy h2 { margin-top: 9px; font-size: 1.55rem; }
.outcome-copy p { font-size: .82rem; }
.outcome-services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.outcome-services .content-card { padding: 16px; box-shadow: none; }
.outcome-services .content-card p { font-size: .72rem; }
.filter-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-tags span { padding: 6px 9px; color: #086f66; background: #fff; border: 1px solid #bfe7e1; border-radius: 100px; font-size: .67rem; font-weight: 750; }
.fact-panel dl { margin: 0; }
.fact-panel dl > div { padding: 11px 0; border-bottom: 1px solid #cce9e5; }
.fact-panel dl > div:last-child { border-bottom: 0; }
.fact-panel dt { color: #567075; font-size: .64rem; text-transform: uppercase; }
.fact-panel dd { margin: 2px 0 0; font-weight: 750; }
.six-dimension-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.six-dimension-grid article { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 7px; }
.six-dimension-grid i { color: #078f80; font-size: 1.5rem; }
.six-dimension-grid h3 { margin: 10px 0 5px; font-size: .9rem; }
.six-dimension-grid p { margin: 0; font-size: .7rem; }
.office-address { color: var(--ink); font-size: 1.05rem; font-style: normal; line-height: 1.75; }

.contact-channel-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; }
.contact-channel-grid > a, .contact-channel-grid > div { display: flex; gap: 12px; align-items: center; min-height: 82px; padding: 16px; border: 1px solid var(--line); border-radius: 7px; }
.contact-channel-grid > a:hover { border-color: #4ac7b6; background: #f1fbf9; }
.contact-channel-grid i { color: #078f80; font-size: 1.3rem; }
.contact-channel-grid strong, .contact-channel-grid small { display: block; }
.contact-channel-grid strong { font-size: .76rem; }
.contact-channel-grid small { color: var(--ink-soft); font-size: .68rem; }
.form-layout { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(28px, 5vw, 70px); align-items: start; }
.secure-contact-form { padding: clamp(22px, 4vw, 38px); background: #fff; border: 1px solid var(--line); border-radius: 9px; box-shadow: var(--shadow); }
.form-label { color: #1d3539; font-size: .78rem; font-weight: 750; }
.fixed-form-route { min-height: 46px; padding: 7px 11px; color: #1d3539; background: #eef8f6; border: 1px solid #bdcecf; border-radius: 5px; }
.fixed-form-route span, .fixed-form-route strong { display: block; }
.fixed-form-route span { color: #52676b; font-size: .64rem; }
.fixed-form-route strong { font-size: .78rem; }
.form-control, .form-select { min-height: 46px; border-color: #bdcecf; border-radius: 5px; }
textarea.form-control { min-height: 150px; }
.form-control:focus, .form-select:focus { border-color: #078f80; box-shadow: 0 0 0 .2rem rgba(7,143,128,.16); }
.form-text, .form-check-label, .form-security-note { color: #52676b; font-size: .7rem; }
.form-check-label a { color: #087f72; text-decoration: underline; }
.form-security-note { margin: 13px 0 0; }
.form-security-note i { color: #078f80; }
.local-form-notice, .form-status:not(:empty) { display: flex; gap: 10px; margin-bottom: 18px; padding: 12px; color: #183f3b; background: #e7f8f5; border: 1px solid #9eddd4; border-radius: 5px; font-size: .76rem; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.privacy-callout { display: flex; gap: 12px; margin-top: 22px; padding: 16px; background: #e9f9f6; border: 1px solid #b9e7df; border-radius: 7px; }
.privacy-callout i { color: #078f80; font-size: 1.25rem; }
.privacy-callout p { margin: 0; font-size: .78rem; }

.article-hero > .site-container { padding-bottom: 55px; }
.narrow-article { max-width: 1020px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px 22px; color: rgba(255,255,255,.67); font-size: .7rem; }
.article-meta span, .article-meta time { display: inline-flex; gap: 7px; align-items: center; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 780px); gap: clamp(30px, 6vw, 80px); justify-content: center; align-items: start; }
.article-toc { position: sticky; top: calc(var(--header-height) + 30px); padding: 18px; background: #f3faf9; border: 1px solid var(--line); border-radius: 7px; }
.article-toc strong { font-size: .78rem; }
.article-toc ol { display: grid; gap: 8px; margin: 12px 0 0; padding-left: 18px; font-size: .7rem; }
.article-toc a:hover { color: #078f80; text-decoration: underline; }
.article-body { font-size: 1rem; line-height: 1.78; }
.article-body > section { padding-top: 28px; }
.article-body h2 { margin-top: 0; font-size: clamp(1.55rem, 2.7vw, 2.25rem); }
.article-body p { color: #2b4246; }
.direct-answer { padding: 24px; color: #183b38; background: #e9faf6; border-left: 4px solid #079382; border-radius: 5px; }
.direct-answer span { display: block; margin-bottom: 7px; color: #087b70; font-size: .66rem; font-weight: 850; text-transform: uppercase; }
.direct-answer p { margin: 0; font-size: 1.08rem; font-weight: 650; }
.article-checklist { grid-template-columns: repeat(2, 1fr); gap: 12px; }
.source-list { display: grid; gap: 12px; padding-left: 22px; }
.source-list a { color: #087f72; font-weight: 750; text-decoration: underline; }
.source-list span { display: block; color: #607478; font-size: .7rem; }

.policy-layout { display: grid; grid-template-columns: 220px minmax(0, 800px); gap: clamp(35px, 7vw, 100px); justify-content: center; align-items: start; }
.policy-layout > aside { position: sticky; top: calc(var(--header-height) + 30px); padding: 18px; background: #f1faf8; border: 1px solid var(--line); border-radius: 7px; }
.policy-layout > aside strong, .policy-layout > aside time { display: block; }
.policy-layout > aside time { margin: 5px 0 12px; color: #087f72; font-size: .78rem; }
.policy-layout > aside p { margin: 0; font-size: .7rem; }
.policy-layout article > section { margin-bottom: 34px; }
.policy-layout article h2 { font-size: 1.55rem; }
.policy-layout article p, .policy-layout article li { font-size: .88rem; }
.sitemap-layout { display: grid; grid-template-columns: .7fr 1.4fr 1fr; gap: 45px; align-items: start; }
.sitemap-layout ul { display: grid; gap: 5px; padding-left: 18px; }
.sitemap-layout li { color: #3c5559; font-size: .78rem; }
.sitemap-layout a:hover { color: #078f80; text-decoration: underline; }
.utility-page { min-height: 64vh; display: grid; place-items: center; padding-block: 80px; color: #fff; background: radial-gradient(circle at 65% 20%, #0c534d, #071d1f 50%, #051718); text-align: center; }
.utility-page .site-container { max-width: 760px; }
.utility-code { display: block; color: #63e3d4; font-size: clamp(4rem, 14vw, 10rem); font-weight: 900; line-height: .9; }
.utility-icon { color: #63e3d4; font-size: 5rem; }
.utility-page h1 { margin: 15px 0; font-size: clamp(2rem, 5vw, 4rem); font-weight: 850; letter-spacing: -.045em; }
.utility-page p { color: rgba(255,255,255,.72); }
.enquiry-reference { display: inline-flex; margin: .25rem 0 1.5rem; padding: .7rem 1rem; border: 1px solid rgba(89,220,197,.48); border-radius: 999px; color: #d8fff8 !important; background: rgba(8,127,114,.16); font-weight: 700; letter-spacing: .025em; }
.utility-page .hero-actions { justify-content: center; }
.small-note { color: #607478 !important; font-size: .7rem; }

@media (max-width: 1199.98px) {
  .mega-service-groups { grid-template-columns: repeat(3, 1fr); }
  .footer-grid > div:nth-child(5) { display: block; }
  .pillar-card-grid { grid-template-columns: repeat(3, 1fr); }
  .taxonomy-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-channel-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991.98px) {
  .inner-hero-grid { grid-template-columns: 1fr 160px; gap: 30px; }
  .hero-symbol { min-height: 150px; }
  .hero-symbol i { font-size: 3.5rem; }
  .process-steps { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
  .process-steps li:nth-child(3)::before { display: none; }
  .content-card-grid, .three-card-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar-card-grid { grid-template-columns: repeat(2, 1fr); }
  .six-dimension-grid { grid-template-columns: repeat(3, 1fr); }
  .taxonomy-grid { grid-template-columns: repeat(2, 1fr); }
  .service-index-group { grid-template-columns: 1fr; }
  .outcome-section { grid-template-columns: 1fr; }
  .form-layout { grid-template-columns: 1fr; }
  .contact-channel-grid { grid-template-columns: repeat(2, 1fr); }
  .sitemap-layout { grid-template-columns: 1fr 1fr; }
  .sitemap-layout > :last-child { grid-column: 1 / -1; }
  .footer-base { grid-template-columns: 1fr; text-align: left; }
  .footer-base > span:last-child { text-align: left; }
}

@media (max-width: 767.98px) {
  .inner-hero-grid { grid-template-columns: 1fr; }
  .hero-symbol { width: 165px; min-height: 165px; }
  .two-column-intro, .split-cards, .article-layout, .policy-layout { grid-template-columns: 1fr; }
  .article-toc, .policy-layout > aside { position: static; }
  .section-heading-row { display: block; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps li::before { display: none; }
  .architecture-flow { grid-template-columns: 1fr; gap: 15px; }
  .architecture-flow > div { display: grid; grid-template-columns: 60px 1fr; gap: 13px; align-items: center; text-align: left; }
  .architecture-flow > div:not(:last-child)::after { content: "↓"; top: auto; right: auto; bottom: -16px; left: 28px; }
  .architecture-flow span { display: none; }
  .architecture-flow i { grid-row: 1; width: 54px; height: 54px; margin: 0; }
  .architecture-flow p { grid-column: 2; }
  .content-card-grid, .three-card-grid, .pillar-card-grid, .related-links, .outcome-services { grid-template-columns: 1fr; }
  .inner-cta { grid-template-columns: 1fr; }
  .inner-cta-actions { flex-direction: column; align-items: stretch; }
  .matrix-row { grid-template-columns: 36px 1fr 28px; }
  .matrix-row p { grid-column: 2; }
  .matrix-row a { grid-column: 3; grid-row: 1 / 3; }
  .six-dimension-grid { grid-template-columns: repeat(2, 1fr); }
  .article-checklist, .metric-list { grid-template-columns: 1fr; }
  .footer-base > div { flex-wrap: wrap; }
}

@media (max-width: 479.98px) {
  .inner-hero > .site-container, .article-hero > .site-container { padding-block: 22px 35px; }
  .inner-hero h1, .article-hero h1 { font-size: 2.3rem; }
  .taxonomy-grid, .six-dimension-grid, .contact-channel-grid, .sitemap-layout { grid-template-columns: 1fr; }
  .sitemap-layout > :last-child { grid-column: auto; }
  .secure-contact-form { padding: 18px; }
}

@media print {
  .inner-cta, .article-toc { display: none !important; }
  .content-section { padding-block: 20px; }
}

/* Readability and responsive layout refinement, release 2 */
:root {
  --ink: #091619;
  --ink-soft: #263b3f;
  --line: #d5e1e2;
  --canvas: #f6f9f9;
  --teal-text: #056f66;
  --radius: 10px;
  --header-height: 72px;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  font-size: 17px;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  text-wrap: balance;
}

p, li, dd, address {
  overflow-wrap: break-word;
  text-wrap: pretty;
}

a {
  text-underline-offset: .18em;
}

:focus-visible {
  outline: 2px solid #061718;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px #f6c85f !important;
}

section[id], form[id] {
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.site-container {
  width: min(calc(100% - 48px), 1400px);
}

.eyebrow {
  margin-bottom: 10px;
  font-size: .8125rem;
  line-height: 1.4;
}

.section-title {
  margin-bottom: 24px;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  line-height: 1.2;
}

.panel-heading h2 {
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  line-height: 1.2;
}

.panel-heading p {
  max-width: 70ch;
  font-size: 1rem;
  line-height: 1.65;
}

.btn {
  min-height: 48px;
  padding: .8rem 1.25rem;
  font-size: .95rem;
  line-height: 1.25;
}

.text-link {
  color: var(--teal-text);
  font-size: .95rem;
}

.btn-brand {
  color: #041718;
}

.btn-brand:hover, .btn-brand:focus {
  color: #041718;
  background: linear-gradient(135deg, #19b9a4, #5fe0cf);
}

.navbar-nav .nav-link {
  min-height: var(--header-height);
  padding-inline: 9px !important;
  font-size: .875rem;
  line-height: 1.25;
}

.nav-cta {
  margin-left: 12px;
  padding-inline: 15px;
  font-size: .875rem;
}

.mega-shell, .mega-inner {
  grid-template-columns: minmax(245px, 280px) minmax(0, 1fr);
  gap: 32px;
  padding-block: 32px 38px;
}

.mega-panel {
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.mega-rail, .mega-intro {
  padding-right: 28px;
}

.mega-rail h2, .mega-intro h2 {
  font-size: 1.4rem;
  line-height: 1.25;
}

.mega-rail p, .mega-intro p {
  font-size: .92rem;
  line-height: 1.58;
}

.mega-rail .btn {
  min-height: 44px;
  font-size: .875rem;
}

.pillar-links {
  gap: 3px;
}

.pillar-links a {
  min-height: 36px;
  padding: 7px 0;
  font-size: .875rem;
  line-height: 1.4;
}

.mega-service-groups {
  gap: 24px;
}

.mega-service-group h3, .mega-columns h3 {
  min-height: 42px;
  margin-bottom: 9px;
  font-size: .8125rem;
  line-height: 1.35;
}

.mega-service-group > a, .mega-columns a {
  min-height: 36px;
  padding-block: 6px;
}

.mega-service-group > a > i {
  margin-top: 3px;
  font-size: .88rem;
}

.mega-service-group span, .mega-columns a {
  font-size: .875rem;
  line-height: 1.42;
}

.featured-strip {
  gap: 7px;
  margin-top: 18px;
  padding-top: 15px;
}

.featured-strip > span, .featured-strip a {
  font-size: .8125rem;
}

.featured-strip a {
  min-height: 34px;
  padding: 7px 10px;
}

.research-mega-grid, .work-mega-grid, .insight-mega-grid, .company-mega-grid {
  gap: 12px;
}

.research-mega-grid > a, .work-mega-grid > a, .insight-mega-grid > a, .company-mega-grid > a,
.outcome-grid > a {
  min-height: 84px;
  padding: 15px;
}

.research-mega-grid strong, .work-mega-grid strong, .insight-mega-grid strong, .company-mega-grid strong,
.outcome-grid strong, .industry-mega-grid strong {
  font-size: .88rem;
  line-height: 1.35;
}

.research-mega-grid small, .work-mega-grid small, .insight-mega-grid small, .company-mega-grid small,
.outcome-grid small, .industry-mega-grid small {
  margin-top: 4px;
  font-size: .8125rem;
  line-height: 1.45;
}

.industry-mega-grid {
  gap: 12px;
}

.industry-mega-grid a {
  min-height: 86px;
  padding: 15px;
}

.industry-mega-grid small {
  display: block;
}

.mobile-nav-link, .mobile-nav .accordion-button {
  min-height: 48px;
  padding-block: 14px;
  font-size: 1rem;
  line-height: 1.4;
}

.mobile-nav .accordion-body a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 0;
  color: rgba(255,255,255,.88);
  font-size: .94rem;
  line-height: 1.4;
}

.hero-section, .hero-grid {
  min-height: 480px;
}

.hero-grid {
  grid-template-columns: 44% 56%;
}

.hero-copy {
  padding-block: 54px 58px;
}

.hero-copy-surface {
  position: relative;
  isolation: isolate;
}

.hero-copy-surface::before {
  content: "";
  position: absolute;
  inset: -30px clamp(-220px, -13vw, -110px) -32px -32px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(24, 187, 167, .2), transparent 43%),
    linear-gradient(90deg, rgba(2, 15, 17, .98) 0%, rgba(4, 31, 32, .94) 50%, rgba(5, 35, 36, .58) 74%, rgba(5, 35, 36, 0) 100%);
  border-left: 1px solid rgba(95, 230, 212, .34);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.hero-copy h1 {
  margin-bottom: 14px;
  font-size: clamp(2.75rem, 4.4vw, 4.65rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.hero-copy h2 {
  max-width: 34ch;
  margin-bottom: 14px;
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  line-height: 1.4;
}

.hero-copy p {
  max-width: 60ch;
  margin-bottom: 25px;
  color: rgba(255,255,255,.88);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-actions {
  gap: 14px;
}

.hero-actions .btn {
  font-size: .95rem;
}

.hero-visual {
  width: 66%;
}

.dimension-section {
  padding: 34px 0 38px;
}

.dimension-grid {
  gap: 14px;
}

.mini-card {
  min-height: 112px;
  padding: 18px;
}

.mini-card > i {
  font-size: 1.7rem;
}

.mini-card strong {
  margin-bottom: 5px;
  font-size: .94rem;
  line-height: 1.35;
}

.mini-card small {
  font-size: .875rem;
  line-height: 1.5;
}

.info-panel, .automation-panel {
  min-height: 420px;
  padding: 34px 36px;
}

.capability-tile-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.capability-tile-grid a {
  min-height: 122px;
  padding: 18px 38px 16px 16px;
}

.capability-tile-grid span {
  font-size: .8125rem;
}

.capability-tile-grid i {
  top: 18px;
  right: 14px;
  font-size: 1.25rem;
}

.capability-tile-grid strong {
  margin-top: 18px;
  font-size: .875rem;
  line-height: 1.4;
}

.hybrid-equation-panel .panel-heading p {
  font-size: 1.18rem;
  line-height: 1.55;
}

.equation-flow {
  gap: 10px;
  margin-top: 28px;
}

.equation-flow > div > span {
  width: 58px;
  height: 58px;
  margin-bottom: 10px;
}

.equation-flow .result > span {
  width: 66px;
  height: 66px;
}

.equation-flow small {
  min-height: 42px;
  font-size: .8125rem;
  line-height: 1.4;
}

.feature-list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 22px;
  margin-top: 30px;
}

.feature-list-grid strong {
  margin-bottom: 5px;
  font-size: .9rem;
  line-height: 1.35;
}

.feature-list-grid small {
  font-size: .875rem;
  line-height: 1.52;
}

.automation-panel .panel-heading h2 {
  font-size: 1.6rem;
}

.automation-flow {
  gap: 10px;
  margin-top: 32px;
}

.automation-flow > div {
  flex-basis: 112px;
}

.automation-flow > div span {
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
}

.automation-flow > div strong {
  font-size: .875rem;
  line-height: 1.38;
}

.automation-offers {
  gap: 12px 16px;
  margin-top: 28px;
  padding-top: 15px;
  font-size: .8125rem;
  line-height: 1.45;
}

.research-path-panel, .stack-panel {
  min-height: 420px;
}

.research-flow {
  margin-block: 28px 22px;
}

.research-flow strong {
  margin-top: 9px;
  font-size: .8125rem;
  line-height: 1.4;
}

.research-tags span {
  padding: 13px 9px;
  font-size: .8125rem;
  line-height: 1.4;
}

.stack-content {
  gap: 20px;
  margin-top: 20px;
}

.stack-list li {
  gap: 12px;
  min-height: 50px;
  padding: 8px 0;
}

.stack-list strong {
  font-size: .875rem;
  line-height: 1.35;
}

.stack-list small {
  font-size: .8125rem;
  line-height: 1.42;
}

.industry-section, .delivery-section, .why-section {
  padding: 34px 0 40px;
}

.industry-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.industry-grid a {
  min-height: 112px;
  padding: 15px 8px;
}

.industry-grid i {
  font-size: 1.65rem;
}

.industry-grid span {
  font-size: .875rem;
  line-height: 1.4;
}

.delivery-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.delivery-flow li:not(:last-child)::after {
  top: 20px;
  left: 49px;
  right: -22px;
}

.delivery-flow li:nth-child(4n)::after {
  display: none;
}

.delivery-flow span {
  width: 42px;
  height: 42px;
  font-size: .8125rem;
}

.delivery-flow strong {
  margin-top: 11px;
  font-size: .875rem;
  line-height: 1.35;
}

.delivery-flow small {
  margin-top: 4px;
  font-size: .8125rem;
  line-height: 1.5;
}

.why-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.why-grid article {
  min-height: 132px;
  padding: 18px;
}

.why-grid article > i {
  font-size: 1.5rem;
}

.why-grid h3 {
  margin-bottom: 6px;
  font-size: .9rem;
  line-height: 1.35;
}

.why-grid p {
  font-size: .875rem;
  line-height: 1.52;
}

.cta-section {
  padding: 32px 0 48px;
  background: var(--white);
}

.cta-band {
  grid-template-columns: 92px 1fr auto;
  gap: 24px;
  min-height: 142px;
  padding: 26px 34px;
  border-radius: 10px;
}

.cta-symbol {
  width: 74px;
  height: 74px;
  font-size: 1.9rem;
}

.cta-band h2 {
  font-size: clamp(1.55rem, 2.7vw, 2.35rem);
  line-height: 1.18;
}

.cta-actions .btn {
  font-size: .9rem;
}

.site-footer {
  color: rgba(255,255,255,.88);
}

.footer-grid {
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(145px, .8fr)) minmax(220px, 1fr);
  gap: 32px;
  padding-block: 42px 30px;
}

.footer-brand p {
  max-width: 34ch;
  margin-block: 16px;
  color: rgba(255,255,255,.76);
  font-size: .875rem;
  line-height: 1.62;
}

.footer-actions {
  gap: 10px;
}

.footer-actions a {
  width: 40px;
  height: 40px;
}

.footer-grid h2 {
  margin-bottom: 13px;
  font-size: .9rem;
}

.footer-grid > div:not(.footer-brand) > a, .footer-grid > div:not(.footer-brand) > span {
  min-height: 32px;
  padding: 5px 0;
  color: rgba(255,255,255,.78);
  font-size: .875rem;
  line-height: 1.45;
}

.footer-base, .footer-bottom {
  padding-block: 18px;
  color: rgba(255,255,255,.7);
  font-size: .8125rem;
  line-height: 1.5;
}

.inner-hero > .site-container, .article-hero > .site-container {
  padding-block: 42px 58px;
}

.breadcrumb {
  margin-bottom: 30px;
  font-size: .875rem;
}

.breadcrumb-item, .breadcrumb-item a {
  color: rgba(255,255,255,.82);
}

.content-section p a, .article-body a, .policy-layout article a {
  color: var(--teal-text);
  text-decoration: underline;
  text-decoration-thickness: .08em;
}

.inner-hero-grid {
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 60px;
}

.inner-hero h1, .article-hero h1 {
  max-width: 20ch;
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 4.6vw, 4.35rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.article-hero h1 {
  max-width: 24ch;
}

.inner-hero .lead, .article-hero .lead {
  max-width: 66ch;
  margin-bottom: 25px;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  line-height: 1.65;
}

.hero-symbol span {
  font-size: .8125rem;
  line-height: 1.4;
}

.category-hero-visual span {
  font-size: .875rem;
  line-height: 1.45;
}

.scenario-notice {
  max-width: 68ch;
  padding: 13px 16px;
  font-size: .92rem;
  line-height: 1.55;
}

.status-label {
  font-size: .8125rem;
}

.content-section {
  padding-block: clamp(58px, 7vw, 94px);
}

.content-section h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.18;
}

.content-section p, .content-section li, .content-section address {
  line-height: 1.7;
}

.content-section > .site-container > p {
  max-width: 72ch;
}

.dark-section p {
  color: rgba(255,255,255,.82);
}

.two-column-intro {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(42px, 7vw, 92px);
}

.two-column-intro > div > p {
  max-width: 68ch;
  font-size: 1.06rem;
  line-height: 1.72;
}

.decision-panel, .fact-panel {
  padding: 30px;
}

.decision-panel h2 {
  font-size: 1.45rem;
}

.check-list, .arrow-list, .metric-list, .article-checklist {
  gap: 12px;
}

.check-list li, .arrow-list li, .metric-list li, .article-checklist li {
  padding-left: 28px;
  font-size: 1rem;
  line-height: 1.58;
}

.section-heading-row {
  gap: 45px;
  margin-bottom: 32px;
}

.section-heading-row > p {
  max-width: 60ch;
  font-size: 1rem;
}

.process-steps {
  gap: 24px;
  margin-top: 32px;
}

.process-steps p {
  font-size: .92rem;
  line-height: 1.55;
}

.architecture-flow {
  gap: 32px;
}

.architecture-flow span {
  color: rgba(255,255,255,.76);
  font-size: .8125rem;
}

.architecture-flow p {
  font-size: .875rem;
  line-height: 1.5;
}

.three-card-grid, .content-card-grid, .pillar-card-grid {
  gap: 22px;
}

.number-card, .content-card, .pillar-card {
  padding: 27px;
}

.number-card > span, .pillar-card > span {
  font-size: .8125rem;
}

.number-card h3, .content-card h3, .pillar-card h2 {
  margin-block: 12px 10px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.number-card p, .content-card p, .pillar-card p {
  font-size: .95rem;
  line-height: 1.65;
}

.content-card .text-link {
  font-size: .9rem;
}

.related-links {
  gap: 16px;
}

.related-links > a {
  min-height: 104px;
  padding: 22px;
}

.related-links small {
  margin-top: 5px;
  font-size: .875rem;
  line-height: 1.5;
}

.narrow-content {
  max-width: 72ch;
}

.faq-accordion .accordion-button {
  min-height: 58px;
  padding-block: 20px;
  font-size: 1rem;
  line-height: 1.45;
}

.inner-cta p {
  color: rgba(255,255,255,.82);
  font-size: 1rem;
  line-height: 1.65;
}

.matrix-row {
  min-height: 78px;
  padding: 17px 20px;
}

.matrix-row > span {
  font-size: .8125rem;
}

.matrix-row p {
  font-size: .9rem;
  line-height: 1.55;
}

.taxonomy-link {
  grid-template-columns: 34px 34px 1fr;
  min-height: 112px;
  padding: 16px;
}

.taxonomy-link > span {
  color: var(--teal-text);
  font-size: .8125rem;
}

.taxonomy-link > i {
  font-size: 1.3rem;
}

.taxonomy-link strong {
  font-size: .9rem;
  line-height: 1.35;
}

.taxonomy-link small {
  margin-top: 4px;
  font-size: .8125rem;
  line-height: 1.45;
}

.service-index-group {
  grid-template-columns: 280px 1fr;
  gap: 42px;
  padding-block: 48px;
}

.outcome-section {
  grid-template-columns: 300px 1fr;
  gap: 38px;
  margin-bottom: 38px;
  padding: 32px;
}

.outcome-copy p, .outcome-services .content-card p {
  font-size: .9rem;
  line-height: 1.6;
}

.filter-tags {
  gap: 9px;
}

.filter-tags span {
  color: var(--teal-text);
  padding: 8px 12px;
  font-size: .8125rem;
}

.fact-panel dt {
  font-size: .8125rem;
  line-height: 1.4;
}

.six-dimension-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.six-dimension-grid article {
  padding: 26px;
}

.six-dimension-grid h3 {
  font-size: 1.08rem;
  line-height: 1.35;
}

.six-dimension-grid p {
  font-size: .9rem;
  line-height: 1.6;
}

.contact-channel-grid {
  gap: 15px;
}

.contact-channel-grid > a, .contact-channel-grid > div {
  min-height: 104px;
  padding: 20px;
}

.contact-channel-grid strong {
  font-size: .94rem;
  line-height: 1.35;
}

.contact-channel-grid small {
  margin-top: 4px;
  font-size: .875rem;
  line-height: 1.45;
}

.form-layout {
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
}

.secure-contact-form {
  padding: clamp(28px, 4vw, 44px);
}

.form-label {
  margin-bottom: 7px;
  font-size: .95rem;
  line-height: 1.4;
}

.fixed-form-route, .form-control, .form-select {
  min-height: 50px;
  padding: .72rem .9rem;
  border-color: #738b8f;
  font-size: 1rem;
  line-height: 1.45;
}

.fixed-form-route {
  padding: 9px 13px;
}

.fixed-form-route span {
  font-size: .8125rem;
}

.fixed-form-route strong {
  font-size: .95rem;
}

.form-text, .form-check-label, .form-security-note {
  font-size: .875rem;
  line-height: 1.55;
}

.form-check-input {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: .22em;
}

.form-check {
  display: flex;
  align-items: flex-start;
  min-height: 44px;
  padding-top: 8px;
}

.form-check .form-check-input {
  flex: 0 0 auto;
}

.local-form-notice, .form-status:not(:empty) {
  padding: 15px;
  font-size: .9rem;
  line-height: 1.55;
}

.privacy-callout p {
  font-size: .9rem;
  line-height: 1.58;
}

.article-meta {
  color: rgba(255,255,255,.8);
  font-size: .875rem;
  line-height: 1.5;
}

.article-layout {
  grid-template-columns: 240px minmax(0, 760px);
  gap: clamp(38px, 6vw, 84px);
}

.article-toc {
  padding: 22px;
}

.article-toc strong {
  font-size: .94rem;
}

.article-toc ol {
  gap: 10px;
  font-size: .875rem;
  line-height: 1.5;
}

.article-body {
  font-size: 1.075rem;
  line-height: 1.82;
}

.article-body > section {
  padding-top: 36px;
}

.direct-answer {
  padding: 28px;
}

.direct-answer span {
  font-size: .8125rem;
}

.direct-answer p {
  font-size: 1.16rem;
  line-height: 1.65;
}

.source-list span {
  font-size: .875rem;
  line-height: 1.5;
}

.policy-layout {
  grid-template-columns: 240px minmax(0, 760px);
}

.policy-layout > aside time, .policy-layout > aside p {
  font-size: .875rem;
  line-height: 1.5;
}

.policy-layout article p, .policy-layout article li {
  font-size: 1rem;
  line-height: 1.75;
}

.split-cards address {
  font-size: 1rem;
  line-height: 1.75;
}

.footer-grid a, .contact-channel-grid small, .source-list a {
  overflow-wrap: anywhere;
}

.mini-card:is(:hover, :focus-within),
.industry-grid a:is(:hover, :focus-visible),
.related-links > a:is(:hover, :focus-visible),
.contact-channel-grid > a:is(:hover, :focus-visible),
.research-mega-grid > a:is(:hover, :focus-visible),
.work-mega-grid > a:is(:hover, :focus-visible),
.insight-mega-grid > a:is(:hover, :focus-visible),
.company-mega-grid > a:is(:hover, :focus-visible) {
  border-color: #248f83;
  background: #eefaf8;
}

.sitemap-layout li {
  min-height: 30px;
  font-size: .92rem;
  line-height: 1.5;
}

.utility-page p {
  color: rgba(255,255,255,.84);
  font-size: 1.05rem;
  line-height: 1.7;
}

.small-note {
  font-size: .875rem;
  line-height: 1.5;
}

.founders-section {
  background: var(--canvas);
}

.founders-intro {
  max-width: 74ch;
  margin: 0 auto clamp(30px, 5vw, 52px);
  text-align: center;
}

.founders-intro p {
  margin: 0 auto;
  font-size: 1.06rem;
  line-height: 1.72;
}

.founders-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}

.founder-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(40px, 4vw, 54px) clamp(26px, 4vw, 46px);
  text-align: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(8, 35, 37, .08);
}

.founder-portrait-frame {
  display: block;
  width: 176px;
  height: 176px;
  flex: 0 0 auto;
  padding: 4px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(8, 35, 37, .14);
}

.founder-portrait {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 50%;
}

.founder-card .founder-name {
  margin: 25px 0 7px;
  color: var(--night);
  font-size: clamp(1.45rem, 2vw, 1.7rem);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.founder-card .founder-role {
  max-width: 42ch;
  margin: 0;
  color: var(--teal-text);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.5;
}

.founder-card .founder-bio {
  max-width: 60ch;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.72;
}

.founder-card .founder-focus {
  max-width: 58ch;
  margin: auto 0 0;
  padding-top: 22px;
  color: var(--ink-soft);
  font-size: .98rem;
  line-height: 1.6;
}

.founder-card .founder-focus strong {
  color: var(--night);
  font-weight: 850;
}

@media (max-width: 1199.98px) {
  :root { --header-height: 64px; }
  .dimension-grid { grid-template-columns: repeat(3, 1fr); }
  .paired-grid { grid-template-columns: 1fr; }
  .info-panel, .automation-panel { border-right: 1px solid var(--line); }
  .industry-grid { grid-template-columns: repeat(5, 1fr); }
  .delivery-flow { grid-template-columns: repeat(4, 1fr); row-gap: 32px; }
  .delivery-flow li:nth-child(4)::after { display: none; }
  .why-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
  .six-dimension-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991.98px) {
  .site-container { width: min(calc(100% - 36px), 900px); }
  .hero-section, .hero-grid { min-height: 540px; }
  .hero-grid { grid-template-columns: 54% 46%; }
  .hero-copy { padding-block: 52px; }
  .hero-visual { right: -28%; width: 86%; }
  .cta-band { grid-template-columns: 80px 1fr; }
  .cta-actions { grid-column: 2; }
  .inner-hero-grid { grid-template-columns: 1fr 180px; gap: 38px; }
  .two-column-intro { grid-template-columns: 1fr; }
  .article-layout, .policy-layout { grid-template-columns: 1fr; }
  .article-toc, .policy-layout > aside { position: static; }
  .section-heading-row { display: block; }
  .form-layout { grid-template-columns: 1fr; }
  .service-index-group, .outcome-section { grid-template-columns: 1fr; }
  .taxonomy-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-channel-grid { grid-template-columns: repeat(2, 1fr); }
  .founders-grid {
    max-width: 760px;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .founder-card { padding: 42px clamp(26px, 6vw, 50px); }
}

@media (max-width: 767.98px) {
  .site-container { width: min(calc(100% - 32px), 640px); }
  .hero-section, .hero-grid { min-height: 740px; }
  .hero-copy { padding: 48px 0 390px; }
  .hero-copy-surface::before {
    inset: -24px -28px -27px;
    background:
      radial-gradient(circle at 18% 12%, rgba(24, 187, 167, .2), transparent 45%),
      linear-gradient(135deg, rgba(2, 15, 17, .98) 0%, rgba(4, 31, 32, .94) 68%, rgba(5, 35, 36, .52) 100%);
  }
  .hero-copy h1 { font-size: clamp(2.45rem, 12vw, 3.65rem); }
  .hero-copy h2, .hero-copy p { max-width: 100%; }
  .hero-visual { right: -44%; width: 145%; height: 355px; }
  .capability-tile-grid { grid-template-columns: repeat(2, 1fr); }
  .automation-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); overflow-x: visible; gap: 24px 12px; }
  .research-flow { grid-template-columns: repeat(2, 1fr); gap: 24px 10px; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .delivery-flow { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band { grid-template-columns: 1fr; padding: 28px 22px; }
  .cta-section { padding-bottom: 36px; }
  .cta-actions { grid-column: 1; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .inner-hero > .site-container, .article-hero > .site-container { padding-block: 34px 48px; }
  .inner-hero h1, .article-hero h1 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .category-hero-visual { overflow: visible; border-radius: 0; aspect-ratio: auto; }
  .category-hero-visual picture, .category-hero-visual img { aspect-ratio: 4 / 3; border-radius: 14px; }
  .category-hero-visual span { position: static; display: block; margin-top: 9px; background: rgba(4,25,27,.92); }
  .content-section { padding-block: 54px; }
  .six-dimension-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575.98px) {
  .site-container { width: min(calc(100% - 28px), 520px); }
  .dimension-grid, .why-grid, .delivery-flow, .process-steps,
  .taxonomy-grid, .six-dimension-grid, .contact-channel-grid {
    grid-template-columns: 1fr;
  }
  .mini-card { min-height: 0; }
  .capability-tile-grid { grid-template-columns: 1fr; }
  .capability-tile-grid a { min-height: 104px; }
  .equation-flow { grid-template-columns: repeat(2, 1fr); gap: 22px 12px; }
  .research-tags { grid-template-columns: 1fr; }
  .research-tags span { border-right: 0; border-bottom: 1px solid var(--line); }
  .research-tags span:last-child { border-bottom: 0; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .delivery-flow li::after { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: 1 !important; }
  .footer-base > div { gap: 10px 16px; }
  .section-heading-row { display: block; }
  .metric-list, .article-checklist { grid-template-columns: 1fr; }
  .matrix-row { grid-template-columns: 34px 1fr 30px; gap: 10px; }
  .secure-contact-form { padding: 22px 18px; }
  .founders-intro { margin-bottom: 26px; text-align: left; }
  .founder-card { padding: 30px 20px 34px; border-radius: 12px; }
  .founder-portrait-frame { width: 144px; height: 144px; }
  .founder-card .founder-name { margin-top: 21px; }
  .founder-card .founder-bio { margin-top: 18px; font-size: 1rem; }
}

@media print {
  body { font-size: 11pt; line-height: 1.5; }
  .content-section { padding-block: 24px; }
}
