:root {
  --navy: #071c36;
  --navy-2: #0b294d;
  --blue: #2768b7;
  --blue-light: #dceefa;
  --mist: #f4f8fb;
  --paper: #fcfdfd;
  --ink: #0c243d;
  --muted: #53677b;
  --line: #d6e0e8;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-shell { overflow: hidden; }
.section-wrap { width: min(100%, 1440px); margin: 0 auto; padding-left: clamp(24px, 5vw, 84px); padding-right: clamp(24px, 5vw, 84px); }
.skip-link { background: white; color: var(--navy); font-weight: 700; left: 16px; padding: 10px 15px; position: fixed; top: -60px; z-index: 999; }
.skip-link:focus { top: 16px; }
.sr-only { height: 1px; width: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); position: absolute; white-space: nowrap; }

.site-header { align-items: center; display: flex; height: 96px; justify-content: space-between; margin: 0 auto; max-width: 1440px; padding: 18px clamp(24px, 5vw, 84px); position: relative; z-index: 20; }
.brand { align-items: center; display: flex; height: 60px; width: 62px; }
.brand img { height: 58px; object-fit: contain; object-position: left center; width: 58px; }
.primary-navigation { align-items: center; display: flex; gap: clamp(18px, 2.4vw, 34px); font-size: 13px; font-weight: 600; letter-spacing: .015em; }
.primary-navigation > a { transition: color .18s var(--ease); }
.primary-navigation > a:hover, .primary-navigation > a:focus-visible { color: var(--blue); }
.nav-contact { border: 1px solid var(--navy); border-radius: 100px; padding: 10px 17px; }
.nav-contact:hover, .nav-contact:focus-visible { background: var(--navy); color: white !important; }
.menu-button { background: transparent; border: 0; cursor: pointer; display: none; padding: 10px 0 10px 10px; }
.menu-button span:not(.sr-only) { background: var(--navy); display: block; height: 2px; margin: 5px 0; width: 24px; }

.hero { display: grid; grid-template-columns: minmax(0, .97fr) minmax(480px, 1.03fr); min-height: 680px; padding-bottom: 66px; padding-top: 48px; position: relative; }
.hero-copy { align-self: center; max-width: 620px; padding: 10px 52px 56px 0; position: relative; z-index: 2; }
.eyebrow, .section-kicker { color: var(--blue); font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .08em; margin: 0 0 23px; text-transform: uppercase; }
.eyebrow { align-items: center; display: flex; gap: 9px; }
.eyebrow span { background: var(--blue); border-radius: 50%; height: 6px; width: 6px; }
h1, h2 { color: var(--navy); font-weight: 400; letter-spacing: -.045em; line-height: .96; margin: 0; }
h1 { font-size: clamp(56px, 6.2vw, 96px); max-width: 720px; }
h2 { font-size: clamp(42px, 4.3vw, 68px); }
h1 em, h2 em { font-family: var(--serif); font-weight: 400; }
.hero-summary { color: var(--muted); font-size: clamp(17px, 1.4vw, 20px); line-height: 1.55; margin: 34px 0; max-width: 565px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; }
.button { align-items: center; display: inline-flex; font-size: 14px; font-weight: 700; gap: 14px; justify-content: center; min-height: 50px; transition: transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.97); }
.button-primary { background: var(--navy); color: white; padding: 0 21px; }
.button-primary:hover { background: var(--blue); }
.button-text { border-bottom: 1px solid var(--ink); padding: 0 0 4px; }
.button-light { background: white; color: var(--navy); padding: 0 20px; }

.home-wordmark-band { align-items: center; display: flex; height: 128px; justify-content: center; padding: 18px 24px 8px; }.home-wordmark-band img { display: block; height: auto; max-height: 80px; width: min(28vw, 390px); }
.hero-visual { background: linear-gradient(145deg, #f2f8fc 0%, #e4f1f9 58%, #f9fcfe 100%); min-height: 520px; overflow: hidden; position: relative; }
.hero-grid { background-image: linear-gradient(rgba(39, 104, 183, .11) 1px, transparent 1px), linear-gradient(90deg, rgba(39, 104, 183, .11) 1px, transparent 1px); background-size: 36px 36px; inset: 0; opacity: .48; position: absolute; }
.hero-orbit { border: 1px solid rgba(39, 104, 183, .24); border-radius: 50%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.orbit-a { height: 372px; width: 372px; }.orbit-b { height: 520px; width: 520px; }
.hero-center { align-items: center; background: rgba(255,255,255,.92); border: 1px solid rgba(39,104,183,.28); border-radius: 50%; box-shadow: 0 24px 52px rgba(25,75,116,.14); display: flex; flex-direction: column; height: 180px; justify-content: center; left: 50%; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); width: 180px; }
.hero-center span, .property-card span { color: var(--blue); font-family: var(--mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.hero-center strong { font-size: 16px; font-weight: 600; letter-spacing: -.04em; line-height: 1.06; margin-top: 10px; }
.property-card { background: white; border: 1px solid rgba(39,104,183,.18); box-shadow: 0 15px 28px rgba(25,75,116,.11); display: flex; flex-direction: column; padding: 14px 15px; position: absolute; width: 174px; }
.property-card strong { font-size: 13px; line-height: 1.2; margin-top: 6px; }.card-one { left: 9%; top: 17%; }.card-two { right: 8%; top: 26%; }.card-three { bottom: 16%; left: 15%; }
.hero-index { bottom: 20px; color: var(--blue); font-family: var(--mono); font-size: 10px; letter-spacing: .09em; position: absolute; right: 24px; }
.hero-footer { align-items: baseline; border-top: 1px solid var(--line); bottom: 0; display: flex; font-size: 12px; grid-column: 1 / -1; justify-content: space-between; left: clamp(24px, 5vw, 84px); padding: 17px 0 0; position: absolute; right: clamp(24px, 5vw, 84px); }
.hero-footer p:first-child { color: var(--blue); font-family: var(--mono); font-size: 10px; text-transform: uppercase; }.hero-footer p { margin: 0; }.hero-footer .hero-statement { font-size: 14px; font-weight: 700; letter-spacing: -.01em; }

.statement { display: grid; gap: 40px; grid-template-columns: 180px minmax(0, 1fr); padding-bottom: 150px; padding-top: 155px; }
.statement-label { color: var(--blue); font-family: var(--mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }.statement-label span { color: var(--ink); display: block; font-size: 13px; margin-bottom: 8px; }
.statement-copy { max-width: 815px; }.statement-copy > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.65; margin: 30px 0 0; max-width: 730px; }
.source-list { border-top: 1px solid var(--line); grid-column: 2; margin-top: 24px; }.source-list > div { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: 32px 220px 1fr; min-height: 72px; }.source-list span { color: var(--blue); font-family: var(--mono); font-size: 10px; }.source-list strong { font-size: 14px; }.source-list p { color: var(--muted); font-size: 13px; margin: 0; }

.dark-section { background: var(--navy); color: white; }.platform-section { max-width: none; padding-bottom: 125px; padding-top: 26px; }.section-topline { align-items: center; display: flex; font-family: var(--mono); font-size: 10px; gap: 12px; letter-spacing: .06em; padding: 0 0 28px; text-transform: uppercase; }.section-topline span:first-child { color: #8db4e4; }.section-topline p { margin: 0; }.section-topline .line { background: rgba(255,255,255,.25); height: 1px; width: min(16vw, 230px); }.platform-intro { margin: 100px 0 78px; max-width: 1000px; }.light { color: #8db4e4; }.platform-intro h2, .principles-layout h2, .contact-panel h2 { color: white; }.platform-intro > p:last-child { color: #b9cae0; font-size: 18px; line-height: 1.65; margin: 33px 0 0; max-width: 780px; }
.intelligence-map { align-items: center; display: grid; gap: 45px; grid-template-columns: 1fr 230px 1fr; margin: 0 auto; max-width: 1080px; }.map-sources, .map-outcomes { display: grid; gap: 12px; }.map-sources span, .map-outcomes span { border: 1px solid rgba(182,211,240,.3); color: #dce8f4; font-size: 13px; padding: 12px 16px; }.map-sources span { text-align: right; }.map-outcomes span { text-align: left; }.map-core { align-items: center; border: 1px solid #4e85bf; border-radius: 50%; box-shadow: 0 0 0 15px rgba(120,171,222,.08); display: flex; flex-direction: column; height: 210px; justify-content: center; text-align: center; width: 210px; }.map-core span { color: #8db4e4; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; }.map-core strong { font-size: 24px; font-weight: 500; letter-spacing: -.045em; line-height: 1; margin-top: 11px; }.platform-note { border-top: 1px solid rgba(255,255,255,.22); color: #a9bbd1; font-size: 12px; line-height: 1.55; margin: 86px 0 0 auto; max-width: 650px; padding-top: 20px; }

.approach-section { padding-bottom: 145px; padding-top: 150px; }.approach-heading { margin: 0 0 70px 180px; max-width: 880px; }.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-left: 180px; }.approach-card { border-left: 1px solid var(--line); min-height: 260px; padding: 4px 30px 15px; }.approach-card:last-child { border-right: 1px solid var(--line); }.card-number { color: var(--blue); font-family: var(--mono); font-size: 11px; }.approach-card h3 { font-size: 20px; font-weight: 600; letter-spacing: -.035em; margin: 60px 0 10px; }.approach-card p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }.quote-strip { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); margin: 102px 0 0 180px; padding: 30px 0; }.quote-strip p { font-family: var(--serif); font-size: clamp(25px, 2.45vw, 38px); line-height: 1.08; margin: 0; max-width: 820px; }

.ecosystem-section { background: var(--mist); max-width: none; padding-bottom: 138px; padding-top: 132px; }.ecosystem-heading { display: grid; gap: 32px; grid-template-columns: minmax(350px, 1fr) minmax(290px, .65fr); }.ecosystem-heading .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }.ecosystem-heading p:last-child { align-self: end; color: var(--muted); font-size: 16px; line-height: 1.65; margin: 0; max-width: 460px; }.ecosystem-rail { display: grid; grid-template-columns: 1.08fr 1fr 1fr; margin-top: 70px; }.product-card { background: white; border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 340px; padding: 28px; }.product-card.featured { background: var(--navy); border-color: var(--navy); color: white; }.product-card.muted { background: transparent; }.product-status { color: var(--blue); font-family: var(--mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }.featured .product-status { color: #9cc7f3; }.product-status span { background: #8cc5f4; border-radius: 50%; display: inline-block; height: 6px; margin-right: 8px; width: 6px; }.product-card h3 { font-size: 27px; font-weight: 500; letter-spacing: -.045em; line-height: 1; margin: 62px 0 15px; }.product-card p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }.featured p { color: #b9cae0; }.product-card a { border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; margin-top: auto; padding-bottom: 4px; width: max-content; }.future-label { color: var(--muted); font-family: var(--mono); font-size: 11px; margin-top: auto; text-transform: uppercase; }

.principles-section { max-width: none; padding-bottom: 135px; padding-top: 26px; }.principles-layout { display: grid; gap: 80px; grid-template-columns: 1fr 1.15fr; margin-top: 90px; }.principles-list { border-top: 1px solid rgba(255,255,255,.25); }.principles-list > div { border-bottom: 1px solid rgba(255,255,255,.25); display: grid; gap: 20px; grid-template-columns: 35px 1fr 1.3fr; padding: 24px 0; }.principles-list span { color: #8db4e4; font-family: var(--mono); font-size: 10px; }.principles-list h3 { font-size: 16px; font-weight: 600; letter-spacing: -.025em; margin: 0; }.principles-list p { color: #b9cae0; font-size: 13px; line-height: 1.5; margin: 0; }

.about-section { display: grid; gap: clamp(50px, 10vw, 170px); grid-template-columns: minmax(220px, .6fr) 1fr; padding-bottom: 150px; padding-top: 150px; }.about-mark { align-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); display: flex; font-family: var(--serif); font-size: clamp(115px, 16vw, 220px); height: min(27vw, 340px); justify-content: center; line-height: 1; width: min(27vw, 340px); }.about-copy { max-width: 710px; }.about-copy > p:not(.section-kicker) { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 27px 0 0; }
.contact-section { max-width: none; padding-bottom: 120px; }.contact-panel { background: var(--blue); color: white; padding: clamp(42px, 6vw, 86px); }.contact-panel h2 { font-size: clamp(48px, 5.6vw, 82px); max-width: 850px; }.contact-panel > p:not(.section-kicker) { color: #ddedfa; font-size: 16px; margin: 28px 0; }
.contact-form { margin-top: 36px; max-width: 760px; }.contact-form-grid { display: grid; gap: 18px 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }.contact-form label { color: #e8f4fc; display: grid; font-family: var(--mono); font-size: 10px; font-weight: 500; gap: 8px; letter-spacing: .065em; text-transform: uppercase; }.contact-form input, .contact-form textarea { appearance: none; background: rgba(255,255,255,.98); border: 1px solid rgba(255,255,255,.65); border-radius: 0; color: var(--navy); font-family: var(--sans); font-size: 16px; letter-spacing: 0; outline: none; padding: 13px 14px; text-transform: none; transition: border-color .18s var(--ease), box-shadow .18s var(--ease); width: 100%; }.contact-form textarea { line-height: 1.55; min-height: 130px; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(255,255,255,.38); }.contact-form-full { grid-column: 1 / -1; }.contact-honeypot { height: 1px; margin: 0; overflow: hidden; position: absolute; width: 1px; }.contact-form button { border: 0; cursor: pointer; margin-top: 22px; }.contact-form button:disabled { cursor: wait; opacity: .72; transform: none; }.contact-form-status { color: #ecf7ff; font-size: 14px; margin: 14px 0 0; min-height: 1.5em; }.contact-form-status.is-error { color: #fff0b2; }

.page-wrap { margin: 0 auto; max-width: 1440px; padding-left: clamp(24px, 8vw, 156px); padding-right: clamp(24px, 8vw, 156px); }.page-hero { min-height: 510px; padding: 115px 0 105px; }.page-hero-light { background: linear-gradient(135deg, #f5f9fc 0%, #e7f2fa 100%); }.page-index { color: var(--blue); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; margin: 0 0 34px; text-transform: uppercase; }.page-hero h1 { font-size: clamp(58px, 7vw, 106px); max-width: 1020px; }.page-hero.dark-section h1 { color: white; }.page-hero > .page-wrap > p:last-of-type { color: #b9cae0; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.6; margin: 34px 0 42px; max-width: 720px; }.page-hero-light > .page-wrap > p:last-of-type { color: var(--muted); }.page-content { padding-bottom: 150px; padding-top: 140px; }.content-intro { max-width: 850px; }.content-intro > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.7; margin: 32px 0 0; }.capability-grid, .ecosystem-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 82px; }.capability-grid article { border-left: 1px solid var(--line); min-height: 238px; padding: 0 28px; }.capability-grid article:last-child { border-right: 1px solid var(--line); }.capability-grid span, .process-list span { color: var(--blue); font-family: var(--mono); font-size: 11px; }.capability-grid h3 { font-size: 21px; letter-spacing: -.035em; margin: 52px 0 12px; }.capability-grid p { color: var(--muted); font-size: 14px; line-height: 1.6; }.page-callout { background: var(--mist); padding: 88px 0 98px; }.page-callout.dark-section { background: var(--navy); }.page-callout p { color: var(--blue); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; margin: 0 0 25px; text-transform: uppercase; }.page-callout h2 { font-size: clamp(38px, 4vw, 64px); max-width: 1020px; }.page-callout.dark-section h2 { color: white; }.page-callout a { border-bottom: 1px solid currentColor; display: inline-block; font-size: 14px; font-weight: 700; margin-top: 38px; padding-bottom: 4px; }.page-callout.dark-section a { color: white; }.process-list { border-top: 1px solid var(--line); margin-top: 74px; }.process-list article { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 45px; grid-template-columns: 55px 1fr; padding: 31px 0; }.process-list h3 { font-size: 28px; letter-spacing: -.045em; margin: 0 0 10px; }.process-list p { color: var(--muted); font-size: 16px; line-height: 1.65; margin: 0; max-width: 670px; }.ecosystem-page-card { background: white; border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 380px; padding: 30px; }.ecosystem-page-card.featured { background: var(--navy); border-color: var(--navy); color: white; }.ecosystem-page-card p { color: var(--blue); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; margin: 0; text-transform: uppercase; }.ecosystem-page-card.featured p { color: #9cc7f3; }.ecosystem-page-card h3 { font-size: 29px; letter-spacing: -.045em; line-height: 1; margin: 64px 0 16px; }.ecosystem-page-card > span { color: var(--muted); font-size: 14px; line-height: 1.65; }.ecosystem-page-card.featured > span { color: #b9cae0; }.ecosystem-page-card a, .ecosystem-page-card strong { border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; margin-top: auto; padding-bottom: 4px; width: max-content; }.ecosystem-page-card strong { border: 0; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }.about-page-layout { display: grid; gap: clamp(48px, 9vw, 160px); grid-template-columns: 270px minmax(0, 1fr); }.about-page-mark { align-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); display: flex; font-family: var(--serif); font-size: 180px; height: 270px; justify-content: center; line-height: 1; width: 270px; }.contact-page { background: var(--blue); color: white; min-height: calc(100vh - 96px); padding: 95px 0 115px; }.contact-page .page-index { color: #d5edff; }.contact-page h1 { color: white; font-size: clamp(56px, 6.4vw, 96px); max-width: 900px; }.contact-page > .page-wrap > p:last-of-type { color: #e0effb; font-size: 18px; line-height: 1.6; margin: 30px 0 0; max-width: 680px; }.contact-page .contact-form { margin-top: 40px; }.home-portal { display: grid; grid-template-columns: repeat(4, 1fr); padding-bottom: 132px; padding-top: 100px; }.home-portal a { border-left: 1px solid var(--line); min-height: 230px; padding: 4px 25px 20px; position: relative; transition: background .18s var(--ease); }.home-portal a:last-child { border-right: 1px solid var(--line); }.home-portal a:hover { background: var(--mist); }.home-portal span { color: var(--blue); font-family: var(--mono); font-size: 10px; }.home-portal strong { display: block; font-size: 21px; letter-spacing: -.035em; margin-top: 38px; }.home-portal p { color: var(--muted); font-size: 14px; line-height: 1.55; }.home-portal b { bottom: 20px; color: var(--blue); font-size: 18px; position: absolute; }
.future-roadmap { border-top: 1px solid var(--line); margin-top: clamp(96px, 11vw, 164px); padding-top: clamp(72px, 8vw, 112px); }.future-roadmap-intro { display: grid; gap: 28px; grid-template-columns: minmax(0, 1.15fr) minmax(250px, .7fr); }.future-roadmap-intro .section-kicker { grid-column: 1 / -1; margin: 0; }.future-roadmap-intro h2 { max-width: 700px; }.future-roadmap-intro > p:last-child { align-self: end; color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0; max-width: 430px; }.future-roadmap-list { border-top: 1px solid var(--line); list-style: none; margin: 74px 0 0; padding: 0; }.future-roadmap-list li { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 60px minmax(0, 1fr) max-content; padding: 31px 0 34px; }.future-roadmap-number, .future-roadmap-status { color: var(--blue); font-family: var(--mono); font-size: 10px; letter-spacing: .065em; text-transform: uppercase; }.future-roadmap-list h3 { font-size: clamp(26px, 2.45vw, 38px); font-weight: 500; letter-spacing: -.048em; line-height: 1; margin: 0 0 12px; }.future-roadmap-list p { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0; max-width: 680px; }.future-roadmap-status { border: 1px solid var(--line); color: var(--muted); margin-top: 4px; padding: 7px 9px; white-space: nowrap; }.future-roadmap-note { color: var(--muted); font-size: 12px; line-height: 1.55; margin: 24px 0 0 88px; max-width: 620px; }
.site-footer { border-top: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 1.1fr 1fr 1fr; padding-bottom: 34px; padding-top: 38px; }.footer-brand img { max-width: 165px; }.footer-brand p, .footer-meta p { color: var(--muted); font-size: 11px; margin: 16px 0 0; }.footer-links { display: flex; flex-wrap: wrap; gap: 12px 28px; font-size: 12px; font-weight: 600; }.footer-links a:hover { color: var(--blue); }.footer-meta { text-align: right; }.footer-meta p { margin: 0 0 6px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--ease), transform .65s var(--ease); }.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button { transition: none; } }
@media (max-width: 860px) { .site-header { height: 82px; }.brand { height: 54px; width: 54px; }.brand img { height: 52px; width: 52px; }.menu-button { display: block; position: relative; z-index: 3; }.primary-navigation { background: var(--paper); box-shadow: 0 18px 45px rgba(7,28,54,.12); display: flex; flex-direction: column; gap: 0; opacity: 0; padding: 16px 24px 24px; pointer-events: none; position: absolute; right: 18px; top: 70px; transform: translateY(-8px); transition: .2s var(--ease); visibility: hidden; width: min(280px, calc(100vw - 36px)); }.primary-navigation.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }.primary-navigation a { border-bottom: 1px solid var(--line); padding: 14px 0; width: 100%; }.primary-navigation .nav-contact { border: 0; border-bottom: 0; padding-bottom: 0; }.home-wordmark-band { height: 96px; padding-bottom: 4px; padding-top: 13px; }.home-wordmark-band img { max-height: 58px; width: min(62vw, 270px); }.hero { display: block; min-height: auto; padding-bottom: 75px; padding-top: 45px; }.hero-copy { padding: 0 0 55px; }.hero-visual { min-height: 420px; }.hero-footer { position: static; margin-top: 34px; }.statement { display: block; padding-bottom: 95px; padding-top: 100px; }.statement-label { margin-bottom: 42px; }.source-list { margin-top: 48px; }.source-list > div { gap: 12px; grid-template-columns: 25px 1fr; padding: 16px 0; }.source-list p { grid-column: 2; }.platform-section { padding-bottom: 90px; }.platform-intro { margin: 70px 0 60px; }.intelligence-map { gap: 28px; grid-template-columns: 1fr; }.map-sources, .map-outcomes { grid-template-columns: repeat(2, 1fr); }.map-sources span { text-align: left; }.map-core { grid-row: 2; justify-self: center; }.map-outcomes { grid-row: 3; }.platform-note { margin-top: 60px; }.approach-section { padding-bottom: 100px; padding-top: 100px; }.approach-heading { margin: 0 0 50px; }.approach-grid { margin: 0; }.quote-strip { margin: 70px 0 0; }.ecosystem-section { padding-bottom: 90px; padding-top: 90px; }.ecosystem-heading { display: block; }.ecosystem-heading .section-kicker { margin-bottom: 22px; }.ecosystem-heading p:last-child { margin-top: 25px; }.ecosystem-rail { grid-template-columns: 1fr; margin-top: 48px; }.product-card { min-height: 285px; }.principles-section { padding-bottom: 88px; }.principles-layout { gap: 55px; grid-template-columns: 1fr; margin-top: 65px; }.about-section { gap: 42px; grid-template-columns: 1fr; padding-bottom: 100px; padding-top: 100px; }.about-mark { height: 170px; width: 170px; }.site-footer { grid-template-columns: 1fr; }.footer-meta { text-align: left; } }
@media (max-width: 860px) { .page-hero { min-height: auto; padding: 86px 0 82px; }.page-content { padding-bottom: 100px; padding-top: 95px; }.capability-grid, .ecosystem-page-grid { grid-template-columns: 1fr; margin-top: 55px; }.capability-grid article, .capability-grid article:last-child { border-bottom: 1px solid var(--line); border-right: 0; min-height: 0; padding: 25px 0; }.capability-grid article:first-child { border-top: 1px solid var(--line); }.capability-grid h3 { margin-top: 26px; }.ecosystem-page-card { min-height: 285px; }.future-roadmap { margin-top: 90px; padding-top: 70px; }.future-roadmap-intro { display: block; }.future-roadmap-intro .section-kicker { margin-bottom: 22px; }.future-roadmap-intro > p:last-child { margin-top: 26px; }.future-roadmap-list { margin-top: 52px; }.future-roadmap-list li { gap: 16px 20px; grid-template-columns: 42px minmax(0, 1fr); }.future-roadmap-status { grid-column: 2; justify-self: start; margin-top: 2px; }.future-roadmap-note { margin-left: 0; }.about-page-layout { grid-template-columns: 1fr; }.home-portal { grid-template-columns: repeat(2, 1fr); }.home-portal a:nth-child(2) { border-right: 1px solid var(--line); }.home-portal a:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }
@media (max-width: 560px) { .hero-visual { margin: 0 -24px; min-height: 380px; }.orbit-a { height: 270px; width: 270px; }.orbit-b { height: 390px; width: 390px; }.hero-center { height: 150px; width: 150px; }.property-card { transform: scale(.77); }.card-one { left: -4%; }.card-two { right: -5%; }.card-three { bottom: 7%; left: 3%; }.hero-footer { align-items: flex-start; flex-direction: column; gap: 9px; }.section-topline .line { flex: 1; }.section-topline p:last-child { display: none; }.approach-grid { grid-template-columns: 1fr; }.approach-card, .approach-card:last-child { border-bottom: 1px solid var(--line); border-right: 0; border-top: 1px solid var(--line); min-height: 190px; }.approach-card h3 { margin-top: 35px; }.map-sources, .map-outcomes { grid-template-columns: 1fr; }.principles-list > div { grid-template-columns: 28px 1fr; }.principles-list p { grid-column: 2; }.contact-section { padding-left: 0; padding-right: 0; }.contact-panel { padding: 55px 24px; }.contact-form-grid { grid-template-columns: 1fr; }.contact-form-full { grid-column: auto; }.footer-links { gap: 10px 20px; } }
@media (max-width: 560px) { .page-wrap { padding-left: 24px; padding-right: 24px; }.page-hero h1, .contact-page h1 { font-size: 55px; }.page-callout { padding: 65px 0 70px; }.process-list article { gap: 22px; grid-template-columns: 30px 1fr; }.process-list h3 { font-size: 24px; }.about-page-mark { height: 170px; width: 170px; }.home-portal { grid-template-columns: 1fr; padding-bottom: 78px; padding-top: 70px; }.home-portal a, .home-portal a:nth-child(2), .home-portal a:last-child { border-bottom: 1px solid var(--line); border-right: 0; min-height: 180px; }.home-portal a:first-child { border-top: 1px solid var(--line); } }
