/* Shared Aeternitas navigation, footer and content pages. */
.site-shell-header { gap: 24px; padding-block: 24px; }
.site-shell-header.scrolled, .site-shell-header.nav-expanded { background: #090f19f5; border-bottom: 1px solid #48617655; backdrop-filter: blur(18px); }
.site-desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2.1vw, 32px); margin-left: auto; }
.site-desktop-nav a, .site-desktop-nav summary, .site-header-cta { font-size: 13px; color: #c4d1dc; }
.nav-group > summary { list-style: none; display: flex; align-items: center; gap: 7px; min-height: 44px; cursor: pointer; }
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary > span { font-size: 15px; transition: transform .2s; }
.nav-group[open] > summary > span { transform: rotate(180deg); }
.nav-group summary:focus-visible { outline: 2px solid #20b7d6; outline-offset: 5px; }
.site-desktop-nav a:hover, .site-desktop-nav summary:hover, .site-desktop-nav [aria-current] { color: #fff; }
.site-desktop-nav .nav-direct { display: flex; align-items: center; min-height: 44px; }
.site-header-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 44px; padding-left: 22px; border-left: 1px solid #48617666; white-space: nowrap; }
.site-header-cta > span { font-size: 23px; }
.nav-panel { position: absolute; top: 100%; left: 0; right: 0; display: grid; grid-template-columns: .7fr 1.5fr; gap: 6vw; padding: 40px var(--pad) 46px; background: radial-gradient(ellipse at 0 100%, #17394f, #0c1927 65%); border-block: 1px solid #45678066; box-shadow: 0 35px 55px #0005; max-height: calc(100dvh - 100px); overflow-y: auto; }
.navigation-dialog { position: fixed; inset: 0; width: 100%; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0 var(--pad) 32px; border: 0; color: #f1f8fa; background: radial-gradient(ellipse at 100% 100%, #16435b, #091420 65%); overflow: auto; overscroll-behavior: contain; }
.navigation-dialog::backdrop { background: #080f18; }
.dialog-header { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 90px; background: #091420f5; }
.menu-close { width: 48px; height: 48px; flex-shrink: 0; border: 1px solid #739cb455; border-radius: 50%; background: none; color: #e3f0f7; font-size: 30px; font-weight: 400; }
.navigation-dialog nav { padding-top: 20px; }
.navigation-dialog .nav-group, .navigation-dialog .nav-direct { border-bottom: 1px solid #789cb33b; }
.navigation-dialog summary, .navigation-dialog .nav-direct { font-family: 'Inter Tight', sans-serif; font-size: clamp(27px, 6vw, 42px); letter-spacing: -.035em; padding: 18px 0; justify-content: space-between; min-height: 70px; }
.navigation-dialog .nav-direct { display: block; }
.navigation-dialog .nav-panel { position: static; display: block; background: none; border: 0; padding: 0 0 20px; box-shadow: none; overflow: visible; max-height: none; }
.mobile-contact-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 25px; padding: 20px; background: #d7edf6; color: #102a43; font-size: 16px; }
.dialog-signoff { margin-top: 36px; font-size: 13px; line-height: 1.8; color: #aac3d2; }
.dialog-signoff > span { color: #f1f8fa; }
.no-script-nav { display: flex; flex-wrap: wrap; gap: 20px; padding: 110px var(--pad) 24px; }
.service-page-link { display: inline-flex; align-items: center; justify-content: space-between; min-height: 48px; gap: 24px; margin-top: 15px; font-size: 13px; color: #c3e3f1; border-bottom: 1px solid #6c9ab477; }

.site-footer { display: block; padding: 64px var(--pad) 28px; background: radial-gradient(ellipse at 0 0, #142f43, transparent 70%), #080f18; border-top: 1px solid #4b6c8144; }
.footer-topline { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 48px; border-bottom: 1px solid #49697e66; }
.footer-topline > p { font-family: 'Inter Tight', sans-serif; font-size: clamp(33px, 4.4vw, 66px); letter-spacing: -.05em; line-height: 1.07; }
.footer-topline em { color: #a7c5e2; }
.footer-topline > a { display: flex; align-items: center; justify-content: space-between; gap: 38px; min-height: 52px; border-bottom: 1px solid #7cabc5; color: #d0e5f0; font-size: 14px; }
.footer-topline > a > span { font-size: 26px; }
.footer-directory { display: grid; grid-template-columns: 1.25fr 1.1fr 1fr .8fr; gap: clamp(28px, 3vw, 60px); padding: 50px 0; }
.footer-about .brand { gap: 12px; }
.footer-about .brand > img:first-child { width: 35px; }
.footer-about .brand .wordmark { width: 145px; }
.footer-about > p { font-size: 13px; color: #a9bdcc; line-height: 1.8; margin: 24px 0 22px; }
.footer-about > span { font-size: 12px; color: #99b7ca; }
.footer-column h2 { font-family: Inter, sans-serif; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #88c4db; margin: 0 0 20px; }
.footer-column ul { list-style: none; padding: 0; margin: 0; }
.footer-column li + li { margin-top: 5px; }
.footer-column li a { display: block; padding: 7px 0; font-size: 13px; line-height: 1.55; color: #b7c9d6; }
.footer-column a:hover { color: white; }
.footer-bottomline, .footer-bottomline > div { display: flex; align-items: center; justify-content: space-between; gap: 16px 28px; }
.footer-bottomline { border-top: 1px solid #49697e66; padding-top: 24px; font-size: 11px; color: #a9bdcc; }
.footer-bottomline > div { flex-wrap: wrap; }
.footer-bottomline a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-bottomline .motion-toggle { min-height: 44px; }

.inner-page { background: #080f18; }
.page-hero { padding: 170px var(--pad) 88px; position: relative; overflow: hidden; background: radial-gradient(ellipse at 90% 70%, #173e55 0, transparent 65%), #080f18; }
.page-hero > .index, .detail-hero .index { display: block; color: #8ec8dd; margin-bottom: 30px; font-size: 11px; }
.page-hero h1 { font-size: clamp(54px, 6.8vw, 108px); line-height: 1.035; letter-spacing: -.06em; font-weight: 500; max-width: 1120px; position: relative; z-index: 1; }
.page-hero h1 em, .page-section h2 em, .page-cta h2 em { color: #a7c5e2; }
.page-lead { max-width: 650px; margin-top: 30px; font-size: 18px; line-height: 1.75; color: #b5cad8; position: relative; z-index: 1; }
.page-hero .button { margin-top: 32px; min-height: 54px; }
.page-breadcrumb { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; color: #9bbacf; margin-bottom: 34px; font-size: 12px; }
.directory-hero { min-height: 610px; }
.directory-mark { position: absolute; right: 2%; bottom: -4%; width: 40%; opacity: .05; transform: rotate(-12deg); }
.page-section { padding: 78px var(--pad); }
.page-section h2, .page-cta h2 { font-size: clamp(36px, 4.4vw, 68px); line-height: 1.08; letter-spacing: -.05em; }
.page-section.light-section h2 em { color: #5c8298; }
.section-intro { display: flex; flex-direction: column; gap: 26px; margin-bottom: 45px; max-width: 800px; }
.section-intro > .index { color: #7db9d1; font-size: 10px; }
.light-section .section-intro > .index { color: #54758b; }
.section-intro > p { font-size: 17px; line-height: 1.7; color: #a4bfd0; }
.light-section .section-intro > p { color: #4f6d80; }
.offering-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.offering-card { display: flex; flex-direction: column; align-items: flex-start; position: relative; padding: 35px; min-height: 340px; border: 1px solid #c9dee7; border-radius: 8px; background: linear-gradient(140deg, #fff, #f0f8fb); box-shadow: 0 12px 40px #102a4305; transition: border-color .2s, transform .2s; }
.offering-card:hover { border-color: #659bb4; transform: translateY(-3px); }
.offering-number { font-size: 10px; letter-spacing: .1em; color: #587e95; }
.offering-card h2 { margin: 29px 0 20px; font-size: clamp(28px, 3vw, 43px); padding-right: 20px; }
.offering-card > p { font-size: 15px; line-height: 1.75; color: #4f6d80; max-width: 500px; }
.offering-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: auto; padding-top: 28px; }
.offering-tags > span { padding: 5px 8px; border: 1px solid #d3e4eb; font-size: 10px; color: #486e84; border-radius: 3px; }
.offering-arrow { position: absolute; right: 30px; top: 29px; font-size: 25px; color: #4d8aa6; }
.detail-hero { padding-top: 130px; }
.detail-hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 50px; align-items: center; }
.detail-hero h1 { font-size: clamp(50px, 5vw, 86px); }
.detail-hero .page-lead { font-size: 17px; }
.capability-art { position: relative; height: 430px; display: flex; align-items: center; justify-content: center; background: radial-gradient(ellipse, #20b7d611, transparent 65%); }
.capability-art > img { width: 35%; max-width: 180px; filter: drop-shadow(0 0 24px #d7f5ff66); }
.capability-orbit { position: absolute; width: 83%; aspect-ratio: 1; border: 1px solid #72bcd833; border-radius: 50%; transform: rotateX(35deg) rotateZ(-25deg); box-shadow: 0 0 0 35px #5dadc906, 0 0 0 75px #5dadc905; }
.capability-orbit::before { content: ''; position: absolute; width: 7px; height: 7px; top: 13%; left: 13%; background: #57cbe3; border-radius: 50%; box-shadow: 0 0 15px #20b7d6; }
.capability-label { position: absolute; top: 67%; left: 0; right: 0; text-align: center; font-size: 9px; letter-spacing: .14em; color: #8cb6ca; }
.capability-node { position: absolute; padding: 12px 15px; border: 1px solid #457e9766; background: #123044e8; color: #bcdde9; font-size: 12px; border-radius: 5px; display: flex; align-items: center; gap: 9px; max-width: 75%; }
.capability-node i { width: 5px; height: 5px; border-radius: 50%; background: #20b7d6; }
.capability-node-1 { left: 0; top: 14%; }
.capability-node-2 { right: 0; top: 35%; }
.capability-node-3 { left: 7%; bottom: 10%; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.feature-grid > article { border-top: 1px solid #b8d3df; padding-top: 24px; }
.feature-grid h3, .feature-grid h2 { font-size: 30px; letter-spacing: -.035em; line-height: 1.12; margin: 22px 0 18px; }
.feature-grid p { font-size: 15px; line-height: 1.8; color: #4f6d80; }
.feature-grid .index { color: #60889e; font-size: 11px; }
.detail-demo { background: radial-gradient(ellipse at 50% 70%, #153a50, transparent 70%); }
.page-demo-stage { max-width: 980px; margin: 0 auto; padding-bottom: 20px; background: #122b3d; border: 1px solid #537e9680; border-radius: 10px; overflow: hidden; }
.page-demo-stage .service-visual { perspective: none; }
.page-demo-stage .workspace { max-width: none; }
.page-demo-stage .employee-console { width: 100%; }
.demo-fallback { padding: 25px; color: #bed9e7; }
.process-split { display: grid; grid-template-columns: 1fr 1.2fr; gap: 8vw; }
.process-split > div > .index { display: block; font-size: 10px; color: #587e95; margin-bottom: 28px; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: flex; align-items: baseline; gap: 25px; padding: 25px 0; border-top: 1px solid #bad3df; }
.process-list li > span { font-size: 11px; color: #547b91; }
.process-list h3 { font-size: 26px; letter-spacing: -.025em; line-height: 1.3; }
.text-link { display: inline-flex; gap: 25px; align-items: center; min-height: 48px; border-bottom: 1px solid #7a9eb2; font-size: 14px; margin-top: 25px; }
.page-faq { padding-top: 20px; }
.page-faq details { border-top: 1px solid #b7d1dd; }
.page-faq details:last-of-type { border-bottom: 1px solid #b7d1dd; }
.page-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 28px; list-style: none; padding: 25px 0; font-family: 'Inter Tight', sans-serif; font-size: 25px; letter-spacing: -.025em; cursor: pointer; }
.page-faq summary::-webkit-details-marker { display: none; }
.page-faq summary span { font-size: 26px; font-weight: 400; color: #5b8aa3; }
.page-faq details[open] summary span { transform: rotate(45deg); }
.page-faq details p { color: #4f6d80; line-height: 1.8; max-width: 800px; padding: 0 40px 28px 0; }
.related-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.related-services > a { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px; border: 1px solid #689bb377; border-radius: 5px; min-height: 110px; font-size: 22px; line-height: 1.3; font-family: 'Inter Tight', sans-serif; }
.related-services > a > span { color: #619ab5; }
.page-cta { padding: 78px var(--pad); background: linear-gradient(135deg, #13364c, #0a1827); }
.page-cta > .index { color: #8bbbd0; display: block; margin-bottom: 35px; }
.page-cta > div { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.page-cta .button { min-height: 56px; }
.company-statement > .index { display: block; color: #52788d; margin-bottom: 30px; }
.company-statement > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; margin-top: 45px; color: #4f6d80; font-size: 17px; line-height: 1.8; }
.company-values > article { border-color: #47738a; }
.company-values p { color: #b0c6d4; }
.process-chapters { max-width: 1100px; margin: auto; }
.process-chapters > article { display: grid; grid-template-columns: .4fr 1.6fr; gap: 60px; padding: 50px 0; border-top: 1px solid #c0d6e1; }
.chapter-number { font-family: 'Inter Tight', sans-serif; font-size: clamp(66px, 10vw, 150px); color: #96bbcc; line-height: 1; letter-spacing: -.06em; }
.process-chapters .index { color: #537b92; }
.process-chapters h2 { margin-top: 22px; font-size: 46px; }
.process-chapters p { font-size: 17px; color: #4f6d80; line-height: 1.85; margin-top: 22px; }
.chapter-outcome { border-left: 2px solid #4b95b1; padding: 5px 0 5px 22px; margin-top: 28px; }
.chapter-outcome > span { color: #537b92; font-size: 10px; letter-spacing: .07em; }
.chapter-outcome p { font-size: 15px; margin-top: 10px; }
.contact-page-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 7vw; }
.contact-page-grid .index { color: #537b92; display: block; margin-bottom: 28px; }
.contact-email { display: inline-flex; align-items: center; gap: 25px; min-height: 60px; margin-top: 28px; padding-bottom: 10px; border-bottom: 1px solid #84abbf; font-family: 'Inter Tight', sans-serif; font-size: clamp(23px, 2.8vw, 42px); letter-spacing: -.035em; }
.contact-address-note { font-size: 13px; color: #58778a; line-height: 1.8; margin-top: 18px; }
.contact-brief { padding: 30px; border: 1px solid #c4dce7; border-radius: 7px; background: #ffffff99; }
.contact-brief h3 { font-size: 29px; letter-spacing: -.04em; }
.contact-brief ol { padding-left: 20px; margin: 25px 0 0; color: #4f6d80; font-size: 15px; line-height: 1.8; }
.contact-brief li + li { margin-top: 16px; }
.company-contact-details { display: flex; flex-wrap: wrap; gap: 18px 35px; border-top: 1px solid #c0d6e1; padding-top: 25px; margin-top: 60px; font-size: 13px; color: #4f6d80; }

@media (min-width: 1001px) and (max-width: 1250px) {
  .site-shell-header .brand .wordmark { width: 140px; }
  .site-shell-header .brand > img:first-child { width: 32px; }
  .site-shell-header .brand { gap: 9px; }
  .site-desktop-nav { gap: 16px; }
  .site-desktop-nav summary, .site-desktop-nav .nav-direct { font-size: 12px; }
  .site-header-cta { padding-left: 15px; gap: 15px; font-size: 12px; }
  .footer-directory { grid-template-columns: repeat(3, 1fr); }
  .footer-about { grid-column: 1/-1; }
}
@media (max-width: 1000px) {
  .site-desktop-nav, .site-header-cta { display: none; }
  .site-shell-header { padding-block: 18px; }
  .hero-controls { padding-top: 10px; }
  .hero-selector { display: flex; grid-template-columns: none; gap: 12px; width: calc(100% + 2 * var(--pad)); margin-inline: calc(-1 * var(--pad)); padding: 3px var(--pad) 15px; overflow-x: auto; scroll-snap-type: x proximity; scroll-padding-inline: var(--pad); scrollbar-width: thin; scrollbar-color: #4d7c92 transparent; }
  .hero-selector .hero-dot { flex: 0 0 auto; width: auto; min-width: 142px; min-height: 78px; padding: 16px 18px; gap: 8px; border: 1px solid #42678066; border-radius: 5px; background: #11283866; scroll-snap-align: start; }
  .hero-selector .hero-dot > span { font-size: 10px; }
  .hero-selector .hero-dot > strong { font-size: 13px; white-space: nowrap; line-height: 1.4; }
  .hero-selector .hero-dot.is-active { border-color: #80bfd4; background: #1e475b88; }
  .hero-dot.is-active::before { display: none; }
  .hero-transport { padding-top: 4px; }
  .footer-directory { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; }
  .footer-about { grid-column: 1/-1; }
  .footer-about > p { margin: 20px 0 15px; }
  .footer-bottomline { align-items: flex-start; }
  .footer-bottomline > div { flex-direction: column; align-items: flex-start; gap: 10px; }
  .footer-utilities { text-align: right; align-items: flex-end !important; }
  .page-hero { padding-top: 130px; padding-bottom: 64px; }
  .page-hero h1 { font-size: clamp(48px, 8.5vw, 80px); }
  .directory-hero { min-height: 0; }
  .page-section { padding-block: 60px; }
  .detail-hero-grid { grid-template-columns: 1fr; gap: 10px; }
  .detail-hero h1 { max-width: 850px; }
  .capability-art { height: 360px; max-width: 550px; width: 100%; margin: 10px auto 0; }
  .feature-grid { gap: 25px; }
  .feature-grid h3 { font-size: 26px; }
  .process-split { gap: 35px; }
  .process-list h3 { font-size: 24px; }
  .related-services { grid-template-columns: 1fr; }
  .related-services > a { min-height: 85px; }
  .company-statement > div { grid-template-columns: 1fr; gap: 22px; max-width: 760px; }
  .contact-page-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-brief { max-width: 750px; }
}
@media (max-width: 600px) {
  .site-footer { padding-top: 50px; }
  .footer-topline { display: block; padding-bottom: 35px; }
  .footer-topline > a { margin-top: 27px; }
  .footer-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px 24px; padding-block: 36px; }
  .footer-column:last-child { grid-column: 1/-1; }
  .footer-column:last-child ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .footer-column li { margin: 0; }
  .footer-column li a { font-size: 13px; min-height: 44px; display: flex; align-items: center; }
  .footer-bottomline { flex-wrap: wrap; gap: 18px; }
  .footer-bottomline > div { font-size: 12px; }
  .footer-utilities { flex-direction: row !important; align-items: center !important; width: 100%; justify-content: space-between !important; }
  .page-hero h1 { font-size: clamp(40px, 11.4vw, 64px); }
  .page-hero > .index, .detail-hero .index { font-size: 10px; margin-bottom: 22px; }
  .page-lead { font-size: 16px; margin-top: 25px; }
  .page-section { padding-block: 46px; }
  .section-intro { gap: 20px; margin-bottom: 30px; }
  .section-intro > p { font-size: 16px; }
  .page-section h2, .page-cta h2 { font-size: 38px; }
  .offering-grid, .feature-grid, .process-split { grid-template-columns: 1fr; }
  .offering-card { padding: 26px; min-height: 325px; }
  .offering-card h2 { font-size: 31px; }
  .offering-tags { gap: 6px; }
  .offering-tags > span { font-size: 10px; }
  .detail-hero { padding-top: 108px; }
  .page-breadcrumb { margin-bottom: 22px; }
  .detail-hero h1 { font-size: 12vw; }
  .detail-hero .button { gap: 18px; font-size: 13px; width: 100%; }
  .capability-art { height: 330px; }
  .capability-node { font-size: 11px; padding: 11px 12px; }
  .capability-label { font-size: 8px; }
  .feature-grid { gap: 32px; }
  .feature-grid h3, .feature-grid h2 { font-size: 29px; }
  .feature-grid p { font-size: 16px; }
  .page-demo-stage { padding-bottom: 6px; }
  .page-demo-stage .stage-top { font-size: 8px; }
  .page-faq summary { font-size: 23px; padding: 23px 0; }
  .page-faq details p { padding-right: 0; font-size: 15px; }
  .page-cta { padding-block: 55px; }
  .page-cta > div { align-items: flex-start; flex-direction: column; }
  .page-cta .button { width: 100%; }
  .process-chapters > article { grid-template-columns: 1fr; gap: 24px; padding-block: 32px; }
  .chapter-number { font-size: 64px; }
  .process-chapters h2 { font-size: 34px; }
  .process-chapters p { font-size: 16px; }
  .contact-brief { padding: 24px; }
  .contact-email { font-size: clamp(22px, 6.6vw, 34px); gap: 18px; }
  .company-contact-details { display: grid; gap: 15px; margin-top: 40px; }
}
@media (prefers-reduced-motion: reduce) { .offering-card:hover { transform: none; } }
/* The journal and portfolio share a searchable, server-rendered catalogue. */
.archive-filters { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 16px; padding-bottom: 30px; border-bottom: 1px solid #c2d9e4; }
.archive-filters > div:first-child { flex: 1 1 300px; }
.archive-filters > div:nth-child(2) { flex: 1 1 200px; max-width: 320px; }
.archive-filters label { display: block; margin-bottom: 10px; font-size: 12px; color: #4e7187; }
.archive-filters input, .archive-filters select { width: 100%; min-height: 50px; padding: 12px 15px; border: 1px solid #b7d1df; border-radius: 4px; color: #102a43; background: #fff; font: inherit; font-size: 15px; }
.archive-filters button { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 14px 20px; min-height: 50px; border-radius: 4px; background: #102a43; color: #f1f8fa; font-size: 13px; }
.archive-filters > a { font-size: 13px; display: inline-flex; align-items: center; min-height: 50px; }
.archive-count { font-size: 12px; color: #52788e; margin: 24px 0; }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.archive-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid #c5dce6; border-radius: 7px; background: #fff; transition: border-color .2s; }
.archive-card:hover { border-color: #669cb6; }
.archive-image { aspect-ratio: 1.6; overflow: hidden; background: #dcebf2; }
.archive-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .5s; }
.archive-card:hover .archive-image img { transform: scale(1.025); }
.editorial-cover { min-height: 180px; aspect-ratio: 1.9; position: relative; padding: 22px; background: radial-gradient(ellipse at 90% 90%, #add4e3, transparent 65%), #e5f1f6; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.editorial-cover > img { position: absolute; width: 42%; right: -4%; top: 24%; opacity: .16; }
.editorial-cover > span { font-size: 10px; letter-spacing: .09em; color: #426e88; }
.editorial-cover > span:last-child { font-size: 8px; }
.archive-card:nth-child(3n+2) .editorial-cover { background: radial-gradient(ellipse at 0 0, #256078, transparent 75%), #102a43; }
.archive-card:nth-child(3n+2) .editorial-cover > span { color: #bcdeec; }
.archive-card:nth-child(3n+2) .editorial-cover > img { filter: invert(1); opacity: .25; }
.archive-card-copy { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.archive-card-meta { display: flex; justify-content: space-between; gap: 16px; font-size: 10px; color: #527d95; }
.archive-card h2 { font-size: 29px; margin: 20px 0 17px; line-height: 1.15; letter-spacing: -.04em; }
.archive-card p { color: #4f6d80; font-size: 14px; line-height: 1.75; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.archive-card-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: auto; padding-top: 25px; font-size: 11px; color: #51768c; }
.archive-card-bottom > span:last-child { font-size: 23px; }
.archive-empty { padding-block: 45px; }
.archive-empty > p { color: #4f6d80; margin-top: 20px; }
.story-hero { padding-top: 130px; }
.story-hero h1 { font-size: clamp(46px, 5.5vw, 82px); max-width: 1120px; }
.story-hero .page-lead { max-width: 900px; }
.story-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; color: #9ac4d8; font-size: 11px; margin-bottom: 27px; }
.story-image { margin: 0 0 65px; max-height: 700px; overflow: hidden; border: 1px solid #c0d9e5; border-radius: 8px; background: #e1edf2; }
.story-image img { display: block; width: 100%; height: auto; }
.story-layout { display: grid; grid-template-columns: .75fr 2fr; gap: 7vw; align-items: start; }
.story-aside { position: sticky; top: 130px; }
.story-aside > .index { color: #52788e; font-size: 10px; line-height: 1.6; }
.story-aside p { color: #5d7c8f; font-size: 12px; line-height: 1.8; margin-top: 20px; }
.story-aside a { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 12px; min-height: 48px; border-bottom: 1px solid #bcd4e0; margin-top: 12px; }
.story-technologies { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.story-technologies > span:first-child { flex-basis: 100%; margin-bottom: 8px; color: #587e94; font-size: 9px; }
.story-technologies > span:not(:first-child) { border: 1px solid #c1dbe7; padding: 5px 8px; font-size: 10px; color: #52788e; }
.story-prose { min-width: 0; max-width: 850px; }
.story-prose h2 { font-size: 34px; margin: 48px 0 23px; line-height: 1.2; letter-spacing: -.035em; scroll-margin-top: 130px; }
.story-prose h2:first-child { margin-top: 0; }
.story-prose p, .story-prose li { font-size: 17px; line-height: 1.9; color: #3c5c70; overflow-wrap: anywhere; }
.story-prose p + p { margin-top: 22px; }
.story-prose ul { margin: 14px 0; padding-left: 23px; }
.story-prose blockquote { margin: 28px 0; padding: 10px 0 10px 25px; border-left: 2px solid #4b99b6; font-size: 21px; line-height: 1.7; color: #3c5c70; }
.story-table { overflow-x: auto; margin: 30px 0; }
.story-table table { border-collapse: collapse; font-size: 13px; min-width: 480px; }
.story-table th, .story-table td { text-align: left; padding: 14px; border: 1px solid #bfd7e3; color: #345970; }
.story-table th { background: #dceef6; }
@media (max-width: 1000px) {
  .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-layout { grid-template-columns: 1fr; gap: 40px; }
  .story-aside { position: static; max-width: 750px; }
  .story-aside p { margin-top: 14px; }
  .story-image { margin-bottom: 35px; }
}
@media (max-width: 600px) {
  .archive-grid { grid-template-columns: 1fr; }
  .archive-card h2 { font-size: 29px; }
  .archive-filters > div, .archive-filters > div:nth-child(2) { flex-basis: 100%; max-width: none; }
  .archive-filters button { width: 100%; }
  .archive-filters input, .archive-filters select { font-size: 16px; }
  .story-hero { padding-top: 108px; }
  .story-hero h1 { font-size: 11vw; }
  .story-prose h2 { font-size: 29px; }
  .story-prose p, .story-prose li { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) { .archive-card:hover .archive-image img { transform: none; } }

/* The navigation is a compact expression of the brand, with a place for every discipline. */
.capability-icon { width: 26px; height: 26px; display: block; flex-shrink: 0; }
.mega-panel { grid-template-columns: minmax(230px, .8fr) minmax(0, 2.5fr); gap: 24px; padding: 28px var(--pad) 30px; background: radial-gradient(ellipse at 4% 100%, #142f43, transparent 60%), #0a1420; border-bottom-color: #5c8fa677; }
.mega-feature { position: relative; min-height: 355px; overflow: hidden; padding: 26px; border: 1px solid #466b834f; border-radius: 10px; display: flex; flex-direction: column; background: radial-gradient(ellipse at 80% 40%, #27607d88, transparent 80%), #102637; }
.mega-eyebrow { font-size: 8px; letter-spacing: .15em; color: #9cbfd1; }
.mega-feature > p { margin-top: 20px; font-family: 'Inter Tight', sans-serif; font-size: clamp(33px, 3.3vw, 48px); line-height: 1.04; letter-spacing: -.05em; }
.mega-feature > p em { color: #a7c5e2; }
.mega-art { position: relative; min-height: 150px; flex: 1; display: grid; place-items: center; margin: 0 -12px; isolation: isolate; }
.mega-art > img { width: 92px; filter: drop-shadow(0 0 24px #cceeff66); }
.mega-orbit { position: absolute; width: 180px; height: 104px; border: 1px solid #83c4df4d; border-radius: 50%; transform: rotate(-23deg); z-index: -1; box-shadow: 0 0 25px #20b7d60b; }
.mega-orbit.orbit-b { width: 240px; height: 140px; transform: rotate(-23deg); border-color: #7ab1cd20; }
.mega-art-solutions .orbit-a { transform: rotate(28deg); }
.mega-art-company .orbit-a { width: 130px; height: 130px; border-style: dashed; opacity: .6; }
.mega-art-company .orbit-b { width: 165px; height: 165px; }
.mega-star { width: 5px; height: 5px; position: absolute; background: #8de5f5; border-radius: 50%; box-shadow: 0 0 14px #20b7d6; }
.mega-star.star-a { left: 19%; top: 62%; }
.mega-star.star-b { right: 18%; top: 22%; width: 3px; height: 3px; opacity: .5; }
.mega-art-label { position: absolute; bottom: 9px; font-size: 7px; letter-spacing: .13em; color: #93bdd0; }
.mega-feature-link { display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding-top: 10px; margin-top: 15px; border-top: 1px solid #90b9cd3d; color: #d9eef7 !important; font-size: 12px !important; }
.mega-feature-link > span { font-size: 23px; }
.mega-destinations { min-width: 0; display: flex; flex-direction: column; }
.mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; flex: 1; }
.mega-card { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto 1fr; align-content: start; position: relative; min-width: 0; padding: 19px 20px 20px; gap: 0 10px; border: 1px solid #486b804d; border-radius: 8px; background: linear-gradient(130deg, #1b344536, #10223236); overflow: hidden; transition: background .25s, border-color .25s, transform .25s; }
.mega-icon { display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; border: 1px solid #679fba45; border-radius: 10px; background: radial-gradient(ellipse at 0 0, #20b7d61c, transparent), #14304588; color: #9ed6e8; margin-bottom: 19px; transition: color .2s, border-color .2s; }
.mega-number { justify-self: end; padding-top: 3px; color: #6b8ba0; font-size: 9px; letter-spacing: .1em; }
.mega-card-title { grid-column: 1/-1; font-family: 'Inter Tight', sans-serif; font-size: 17px; line-height: 1.15; letter-spacing: -.02em; color: #e2eff5; max-width: 215px; }
.mega-card > small { grid-column: 1/-1; margin-top: 8px; padding-right: 10px; color: #8eafc1; font-size: 11px; line-height: 1.65; }
.mega-card-arrow { position: absolute; right: 16px; top: 18px; font-size: 21px; color: #c6ecf7; opacity: 0; transform: translate(-5px, 5px); transition: transform .25s, opacity .25s; }
.mega-card:hover, .mega-card:focus-visible, .mega-card[aria-current] { border-color: #80c1d79c; background: radial-gradient(ellipse at 0 0, #2c71854a, transparent 85%), #122c3d; transform: translateY(-2px); }
.mega-card:hover .mega-number, .mega-card:focus-visible .mega-number { opacity: 0; }
.mega-card:hover .mega-card-arrow, .mega-card:focus-visible .mega-card-arrow { opacity: 1; transform: none; }
.mega-card:hover .mega-icon, .mega-card:focus-visible .mega-icon { color: #d3f8ff; border-color: #7ec3d97a; }
.mega-contact-card { background: linear-gradient(140deg, #24465560, #17323c60); border-style: dashed; }
.mega-foot { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 19px; padding-top: 16px; border-top: 1px solid #50768f3b; }
.mega-foot > span { display: flex; align-items: center; gap: 8px; font-size: 10px; color: #86a7ba; }
.mega-foot i { width: 4px; height: 4px; border-radius: 50%; background: #20b7d6; }
.mega-foot a { display: flex; align-items: center; gap: 15px; font-size: 11px; min-height: 32px; }
.mega-panel-company .mega-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 1001px) and (max-width: 1200px) {
  .mega-panel { grid-template-columns: 230px minmax(0, 1fr); gap: 18px; }
  .mega-feature { padding: 22px; }
  .mega-card { padding: 16px; }
  .mega-card-title { font-size: 16px; }
  .mega-card > small { font-size: 10px; }
  .mega-foot > span { font-size: 9px; }
}
@media (min-width: 1001px) and (prefers-reduced-motion: no-preference) {
  .nav-group[open] .mega-feature { animation: mega-reveal .35s both; }
  .nav-group[open] .mega-card { animation: mega-reveal .4s backwards; }
  .nav-group[open] .mega-card:nth-child(2) { animation-delay: .03s; }
  .nav-group[open] .mega-card:nth-child(3) { animation-delay: .06s; }
  .nav-group[open] .mega-card:nth-child(n+4) { animation-delay: .09s; }
  .nav-group[open] .mega-star { animation: mega-pulse 3s ease-in-out infinite alternate; }
}
@keyframes mega-reveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes mega-pulse { to { opacity: .25; box-shadow: 0 0 20px #20b7d699; } }
@media (max-width: 1000px) {
  .navigation-dialog .mega-panel { padding-bottom: 24px; }
  .mega-feature { min-height: 0; padding: 15px 18px; margin: 0 0 16px; border-radius: 6px; display: grid; grid-template-columns: 1fr 75px; align-items: center; }
  .mega-feature > .mega-eyebrow { font-size: 7px; }
  .mega-feature > p { font-size: 25px; margin-top: 10px; }
  .mega-art { grid-column: 2; grid-row: 1/4; min-height: 100px; margin: 0; }
  .mega-art > img { width: 50px; }
  .mega-orbit { width: 75px !important; height: 45px !important; }
  .mega-orbit.orbit-b { width: 100px !important; height: 65px !important; }
  .mega-art-label, .mega-star { display: none; }
  .mega-feature-link { grid-column: 1; padding-top: 8px; margin-top: 6px; font-size: 11px !important; border: 0; min-height: 35px; gap: 15px; justify-content: flex-start; }
  .mega-feature-link > span { font-size: 18px; }
  .mega-grid, .mega-panel-company .mega-grid { grid-template-columns: 1fr; gap: 8px; }
  .mega-card { grid-template-columns: 44px minmax(0, 1fr) 15px; grid-template-rows: auto 1fr; gap: 0 14px; padding: 17px 15px; border-radius: 6px; min-height: 90px; }
  .mega-icon { grid-column: 1; grid-row: 1/3; align-self: center; margin: 0; }
  .mega-card-title { grid-column: 2; font-size: 17px; max-width: none; align-self: end; }
  .mega-card > small { grid-column: 2; margin-top: 5px; font-size: 11px; padding: 0; }
  .mega-number { display: none; }
  .mega-card-arrow { position: static; grid-column: 3; grid-row: 1/3; align-self: center; font-size: 18px; opacity: 1; transform: none; }
  .mega-foot { align-items: flex-start; flex-direction: column; gap: 5px; }
  .mega-foot > span { font-size: 10px; }
  .mega-foot a { font-size: 12px; min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) { .mega-card:hover, .mega-card:focus-visible { transform: none; } }

.motion-paused .mega-feature, .motion-paused .mega-card { animation: none !important; opacity: 1; }
.capability-scene { height: 430px; border: 1px solid #5886a054; border-radius: 14px; overflow: hidden; background: radial-gradient(ellipse at 50% 50%, #1e536999, transparent 70%), linear-gradient(140deg, #17354a, #0b1d2d); box-shadow: inset 0 1px #9ecade0b, 0 30px 80px #0002; }
.capability-scene::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(#8fc4dc08 1px, transparent 1px), linear-gradient(90deg, #8fc4dc08 1px, transparent 1px); background-size: 36px 36px; mask-image: radial-gradient(ellipse, black, transparent 80%); }
.capability-art-top, .capability-art-bottom { position: absolute; left: 22px; right: 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #89b0c5; font-size: 8px; letter-spacing: .08em; }
.capability-art-top { top: 22px; }
.capability-art-top > img { width: 28px; }
.capability-art-bottom { bottom: 22px; padding-top: 16px; border-top: 1px solid #81adc82c; font-size: 7px; }
.capability-core { width: 108px; height: 108px; border-radius: 28px; border: 1px solid #a2dcf277; color: #bdefff; display: grid; place-items: center; background: radial-gradient(ellipse at 0 0, #79c6e422, transparent), linear-gradient(145deg, #27516b, #122e42); box-shadow: inset 0 1px #d3f4ff44, 0 0 45px #20b7d622, 0 20px 40px #0003; z-index: 1; transform: rotate(-6deg); }
.capability-core .capability-icon { width: 54px; height: 54px; transform: rotate(6deg); stroke-width: 1; }
.capability-scene .capability-orbit { width: 66%; box-shadow: none; }
.capability-scene .orbit-outer { width: 87%; border-color: #94cce71a; transform: rotateX(35deg) rotateZ(35deg); }
.capability-scene .orbit-outer::before { display: none; }
.capability-scene .capability-label { top: 67%; font-size: 8px; padding-inline: 16px; }
.capability-scene .capability-node { font-size: 10px; padding: 10px 12px; max-width: 72%; background: #14374ced; }
.capability-scene .capability-node-1 { left: 7%; top: 22%; }
.capability-scene .capability-node-2 { right: 4%; top: 43%; }
.capability-scene .capability-node-3 { left: 11%; bottom: 17%; }
.capability-scene-payments .capability-core, .capability-scene-recurring-billing .capability-core { border-radius: 18px; width: 128px; height: 90px; transform: rotate(-10deg); }
.capability-scene-payments .capability-core svg, .capability-scene-recurring-billing .capability-core svg { transform: rotate(10deg); }
.capability-scene-ai-employees .capability-core, .capability-scene-ai-integration-development .capability-core { border-radius: 50%; }
.page-section-nav { display: flex; align-items: center; gap: 32px; padding: 13px var(--pad); border-block: 1px solid #5c80934d; background: #0b1a27; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #476e83 transparent; }
.page-section-nav a { flex-shrink: 0; display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; color: #a6c2d2; }
.page-section-nav a:hover { color: white; }
.opportunity-intro { display: grid; grid-template-columns: 1.3fr .8fr; align-items: end; gap: 7vw; margin-bottom: 60px; }
.opportunity-intro .index { display: block; font-size: 10px; color: #537d94; margin-bottom: 26px; }
.opportunity-intro h2 { max-width: 800px; font-size: clamp(38px, 4.3vw, 64px); }
.opportunity-intro > p { font-size: 18px; line-height: 1.8; color: #5a788c; padding-bottom: 3px; }
.delivery-section { background: radial-gradient(ellipse at 0 0, #1a3e5480, transparent 60%), #0c1b29; }
.delivery-intro { display: grid; grid-template-columns: 1.2fr 1fr; align-items: start; gap: 8vw; margin-bottom: 55px; }
.delivery-intro .index { display: block; color: #84b7ce; font-size: 10px; margin-bottom: 28px; }
.delivery-intro > div > p { color: #a4becf; margin-top: 25px; max-width: 500px; font-size: 16px; line-height: 1.8; }
.starting-points { padding: 28px 30px; border: 1px solid #709aaf44; background: #b9e6ff04; border-radius: 8px; }
.starting-points > .index { margin-bottom: 20px; font-size: 9px; }
.starting-points > p { display: grid; grid-template-columns: 20px 1fr; gap: 12px; padding: 16px 0; color: #c0d6e2; font-size: 14px; line-height: 1.6; }
.starting-points > p + p { border-top: 1px solid #789bb42b; }
.starting-points > p > span { color: #83c5de; font-size: 18px; }
.delivery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.delivery-grid > article { padding: 28px; border: 1px solid #6f94ad3d; border-radius: 8px; display: grid; grid-template-columns: 30px 1fr; gap: 20px; background: linear-gradient(130deg, #3d6b8811, transparent); }
.delivery-number { color: #749bb2; font-size: 10px; padding-top: 8px; }
.delivery-grid h3 { font-family: 'Inter Tight', sans-serif; font-size: 28px; line-height: 1.2; letter-spacing: -.035em; }
.delivery-grid p { color: #a6bed0; font-size: 14px; line-height: 1.8; margin-top: 18px; }
.related-section { border-top: 1px solid #42677e66; background: #0a1724; }
.related-services .related-icon { color: #8ec7dd; display: flex; }
.related-section .related-services > a { flex-wrap: wrap; justify-content: flex-start; gap: 18px; font-size: 22px; }
.related-section .related-services > a > span:nth-child(2) { flex: 1; min-width: 130px; }
.related-section .related-services > a > span:last-child { margin-left: auto; }
.solution-experience { border: 1px solid #6f9ab360; background: radial-gradient(ellipse at 90% 10%, #1e465b99, transparent 75%), #102536; border-radius: 12px; overflow: hidden; box-shadow: 0 25px 60px #0002; }
.solution-console-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #6f9ab338; padding: 24px 30px; }
.solution-console-top > div { display: flex; align-items: center; gap: 14px; font-size: 9px; color: #b4d4e4; letter-spacing: .06em; }
.sample-badge { padding: 5px 9px; border: 1px solid #92c1d640; border-radius: 4px; color: #9bc1d4; font-size: 9px; }
.solution-console-intro { padding: 36px 30px 0; }
.solution-console-intro h3 { font-family: 'Inter Tight', sans-serif; font-size: 37px; line-height: 1.13; letter-spacing: -.04em; }
.solution-console-intro p { font-size: 12px; color: #8db2c7; margin-top: 18px; }
.solution-flow-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; padding: 35px 30px; margin: 0; gap: 14px; }
.solution-flow-step { position: relative; padding: 24px 20px 22px; border: 1px solid #5a87a15c; border-radius: 7px; background: #112b3ce6; display: flex; align-items: flex-start; flex-direction: column; transition: border-color .3s, background .3s; }
.flow-step-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 13px; border: 1px solid #7baac354; background: #25495e66; color: #b1dcec; margin-bottom: 26px; }
.flow-step-index { font-size: 8px; color: #87b1c7; letter-spacing: .06em; }
.solution-flow-step h4 { font-family: 'Inter Tight', sans-serif; font-size: 25px; line-height: 1.2; letter-spacing: -.035em; margin: 17px 0; font-weight: 500; }
.solution-flow-step p { color: #97b5c9; font-size: 12px; line-height: 1.75; margin-bottom: 25px; }
.flow-step-state { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; color: #759caf; margin-top: auto; }
.flow-step-state::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.solution-flow-step.is-running { border-color: #a9e0f1; background: #215168; }
.solution-flow-step.is-complete { border-color: #5b9cad; background: #183f50; }
.solution-flow-step.is-complete .flow-step-state { color: #9ad6dd; }
.solution-console-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 30px; border-top: 1px solid #5d8aa03d; background: #0d213166; }
.solution-console-bottom > p { max-width: 650px; color: #a1bece; font-size: 12px; line-height: 1.7; }
.solution-console-bottom button { flex-shrink: 0; }
.solution-console-bottom button[hidden] { display: none; }
.solution-console-bottom button:disabled { opacity: .6; cursor: wait; }
@media (max-width: 1000px) {
  .capability-scene { height: 390px; max-width: 570px; margin-top: 35px; }
  .opportunity-intro, .delivery-intro { gap: 35px; }
  .opportunity-intro > p { font-size: 16px; }
  .delivery-grid { gap: 15px; }
  .delivery-grid > article { padding: 25px; gap: 10px; }
  .delivery-grid h3 { font-size: 25px; }
  .solution-flow-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .capability-scene { height: 345px; }
  .capability-art-top, .capability-art-bottom { left: 18px; right: 18px; }
  .capability-art-top { font-size: 7px; }
  .capability-core { width: 88px; height: 88px; border-radius: 22px; }
  .capability-core .capability-icon { width: 45px; height: 45px; }
  .capability-scene-payments .capability-core, .capability-scene-recurring-billing .capability-core { width: 106px; height: 78px; }
  .capability-scene .capability-node { font-size: 8px; padding: 8px; gap: 6px; }
  .capability-scene .capability-node-1 { left: 4%; }
  .capability-scene .capability-node-2 { right: 3%; top: 40%; }
  .capability-scene .capability-label { top: 65%; font-size: 7px; }
  .page-section-nav { gap: 25px; padding-block: 8px; }
  .page-section-nav a { font-size: 11px; }
  .opportunity-intro, .delivery-intro, .delivery-grid { grid-template-columns: 1fr; }
  .opportunity-intro { gap: 25px; margin-bottom: 40px; }
  .opportunity-intro h2 { font-size: 38px; }
  .delivery-intro { gap: 30px; margin-bottom: 30px; }
  .starting-points { padding: 23px; }
  .delivery-grid > article { padding: 24px; gap: 10px; grid-template-columns: 25px 1fr; }
  .delivery-grid h3 { font-size: 26px; }
  .delivery-grid p { font-size: 15px; }
  .solution-console-top { padding: 20px; align-items: flex-start; flex-direction: column; gap: 12px; }
  .solution-console-top > div { font-size: 8px; }
  .solution-console-intro { padding: 27px 20px 0; }
  .solution-console-intro h3 { font-size: 31px; }
  .solution-console-intro p { font-size: 11px; line-height: 1.7; }
  .solution-flow-steps { grid-template-columns: 1fr; padding: 25px 20px; gap: 12px; }
  .solution-flow-step { display: grid; grid-template-columns: 40px 1fr; padding: 20px; gap: 0 15px; }
  .flow-step-icon { grid-column: 1; grid-row: 1/4; width: 40px; height: 40px; border-radius: 10px; margin: 0; }
  .flow-step-icon .capability-icon { width: 22px; height: 22px; }
  .flow-step-index, .solution-flow-step h4, .solution-flow-step p, .flow-step-state { grid-column: 2; }
  .flow-step-index { font-size: 8px; }
  .solution-flow-step h4 { font-size: 23px; margin: 13px 0; }
  .solution-flow-step p { font-size: 12px; margin-bottom: 15px; }
  .solution-console-bottom { padding: 22px 20px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .solution-console-bottom button { width: 100%; }
}

.offering-icon { width: 64px; height: 64px; border: 1px solid #a7c6d6; border-radius: 15px; display: grid; place-items: center; color: #31617e; background: radial-gradient(ellipse at 0 0, #addae955, transparent), #eaf4f8; margin-top: 30px; }
.offering-icon .capability-icon { width: 32px; height: 32px; }
.offering-card { min-height: 440px; }
.offering-card h2 { margin-top: 25px; }
.archive-pagination { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 28px; border-top: 1px solid #bcd6e3; color: #315c75; }
.archive-pagination > div { display: flex; gap: 7px; }
.archive-pagination a, .archive-pagination .pagination-edge { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; font-size: 13px; }
.archive-pagination > div a { border: 1px solid #adcddc; border-radius: 5px; }
.archive-pagination [aria-current] { background: #102a43; border-color: #102a43; color: white; }
.archive-pagination .is-disabled { opacity: .4; }
.story-contents { margin-bottom: 35px; border: 1px solid #bed8e4; border-radius: 7px; background: #e7f2f7; }
.story-contents > summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px; list-style: none; cursor: pointer; font-family: 'Inter Tight', sans-serif; font-size: 19px; color: #234d67; }
.story-contents summary::-webkit-details-marker { display: none; }
.story-contents[open] summary > span { transform: rotate(180deg); }
.story-contents nav { padding: 0 18px 20px; max-height: 330px; overflow-y: auto; scrollbar-width: thin; }
.story-contents ol { list-style: none; padding: 0; margin: 0; }
.story-contents li + li { border-top: 1px solid #c8dde7; }
.story-contents a { font-size: 12px; line-height: 1.6; padding: 11px 0; margin: 0; border: 0; }
.story-contents a:hover { color: #007f9e; }
.story-contents a:focus-visible { outline-offset: 0; }
.brand-chapter { display: grid; grid-template-columns: 1fr .6fr 1fr; align-items: center; gap: 40px; padding: 65px var(--pad); border-block: 1px solid #5a859d44; background: radial-gradient(ellipse at 80% 100%, #26536c88, transparent 70%), #0d2030; }
.brand-chapter .index { display: block; font-size: 9px; color: #8bafc5; margin-bottom: 28px; }
.brand-chapter strong { display: inline-flex; font-family: 'Inter Tight', sans-serif; font-size: 55px; line-height: 1; color: #9bb5c7; letter-spacing: -.07em; font-weight: 500; }
.brand-chapter strong > span { font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0; margin: 6px; }
.brand-chapter p { font-size: 13px; margin-top: 23px; color: #8bafc5; }
.brand-chapter-to > img { width: 300px; max-width: 100%; }
.chapter-connection { display: flex; align-items: center; gap: 14px; color: #92c8df; }
.chapter-connection > span { height: 1px; flex: 1; background: linear-gradient(90deg, #64819b33, #8ac9e2); }
.chapter-connection b { font-size: 24px; font-weight: 400; }
.process-map { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding: 30px var(--pad); background: #0f2434; border-block: 1px solid #648da54d; }
.process-map > a { display: grid; grid-template-columns: 1fr auto; gap: 17px; padding: 24px; border: 1px solid #668fa354; border-radius: 7px; background: #aacdde04; }
.process-map > a:hover { border-color: #a0d1e6; }
.process-map > a > span:first-child { font-size: 9px; color: #80aec5; }
.process-map strong { grid-column: 1; font-family: 'Inter Tight', sans-serif; font-size: 30px; line-height: 1; font-weight: 500; letter-spacing: -.035em; }
.process-map > a > span:last-child { grid-column: 2; grid-row: 1/3; align-self: center; font-size: 23px; color: #8bc4dd; }
.company-faq { padding-top: 55px; }
.faq-search { margin-bottom: 38px; max-width: 850px; }
.faq-search label { display: block; font-size: 12px; color: #416b82; margin-bottom: 14px; }
.faq-search > div { display: flex; gap: 15px; }
.faq-search input { flex: 1; min-width: 0; min-height: 56px; border: 1px solid #a8cbdc; border-radius: 5px; background: #fff; color: #102a43; padding: 15px 18px; font: inherit; font-size: 16px; }
.faq-search button { min-width: 70px; border: 1px solid #a8cbdc; border-radius: 5px; background: #e4f1f7; color: #234d65; font-size: 13px; }
.faq-search > p { font-size: 12px; color: #50788f; margin-top: 18px; }
.faq-empty { padding: 25px 0; font-size: 17px; line-height: 1.8; color: #416b82; }
.faq-empty a { border-bottom: 1px solid #6c9db5; }
@media (max-width: 1000px) {
  .brand-chapter { gap: 25px; }
  .brand-chapter strong { font-size: 43px; }
  .process-map { gap: 12px; }
  .process-map > a { padding: 20px; }
  .process-map strong { font-size: 26px; }
}
@media (max-width: 600px) {
  .offering-card { min-height: 0; }
  .offering-icon { width: 57px; height: 57px; margin-top: 25px; }
  .archive-pagination { flex-wrap: wrap; gap: 15px; }
  .archive-pagination > div { order: -1; width: 100%; justify-content: center; }
  .brand-chapter { grid-template-columns: 1fr; padding-block: 44px; gap: 30px; }
  .brand-chapter strong { font-size: 48px; }
  .brand-chapter .index { margin-bottom: 23px; }
  .brand-chapter-to > img { width: 260px; }
  .brand-chapter p { font-size: 12px; margin-top: 18px; }
  .chapter-connection { width: 130px; }
  .process-map { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding-block: 22px; }
  .process-map > a { padding: 20px; gap: 15px; }
  .process-map strong { font-size: 26px; }
  .faq-search input { padding: 14px; }
  .faq-search > div { gap: 8px; }
  .faq-search button { min-width: 60px; }
  .story-contents nav { max-height: 250px; }
}
.desktop-nav-backdrop { display: none; }
@media (min-width: 1001px) {
  .site-shell-header.nav-expanded + .desktop-nav-backdrop { display: block; position: fixed; inset: 0; z-index: 40; background: #030c1755; backdrop-filter: blur(5px); }
}

.related-section .related-services > a > span:nth-child(2) { color: #dcecf5; }
.motion-paused .solution-flow-step { transition: none; }
@media (prefers-reduced-motion: reduce) { .solution-flow-step { transition: none; } }
