/* Twin Global production bundle — generated 2026-08-10. Source files retained. */

/* ===== tokens.css ===== */
:root {
  /* Twin Global Design System v2 — visual source of truth; 115% typography revision */
  --color-brand-blue: #2383c5;
  --color-brand-blue-700: #176a9e;
  --color-brand-blue-800: #0d5e8d;
  --color-brand-brown: #603b17;
  --color-brand-teal: #0f7a80;
  --color-navy-950: #0d2a3e;
  --color-navy-900: #15334a;
  --color-navy-800: #1c405b;
  --color-ink: #243b4a;
  --color-muted: #5b6b75;
  --color-subtle: #75838c;
  --color-border: #d7e0e6;
  --color-border-strong: #b8c7d0;
  --color-surface: #ffffff;
  --color-surface-soft: #f4f7f9;
  --color-surface-blue: #e9f4fb;
  --color-surface-teal: #e9f6f5;
  --color-surface-warm: #f7f2ec;
  --color-success: #237a57;
  --color-success-soft: #e8f5ee;
  --color-warning: #9a6700;
  --color-warning-soft: #fff6df;
  --color-error: #b42318;
  --color-error-soft: #fef0ef;
  --color-focus: #2383c5;

  --font-sans: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --font-weight-regular: 400;
  --font-weight-medium: 600;
  --font-weight-bold: 700;
  --font-weight-black: 800;

  --text-display: 2.02392817rem;
  --text-h1: 1.75993754rem;
  --text-h2: 1.53038047rem;
  --text-h3: 1.33076563rem;
  --text-h4: 1.1571875rem;
  --text-h5: 1.00625rem;
  --text-h6: 0.875rem;
  --text-lead: clamp(1.15rem, 1.7vw, 1.35rem);
  --text-body-lg: 1.125rem;
  --text-body: 1rem;
  --text-body-sm: 0.9rem;
  --text-caption: 0.8rem;

  --line-display: 1.02;
  --line-heading: 1.12;
  --line-body: 1.65;
  --tracking-tight: -0.035em;
  --tracking-heading: -0.018em;
  --tracking-label: 0.08em;

  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --space-10: 8rem;

  --container-reading: 47.5rem;
  --container-standard: 73.75rem;
  --container-wide: 82.5rem;
  --container-edge: min(5vw, 4rem);
  --grid-gap: clamp(1.25rem, 2.5vw, 2rem);
  --section-space: clamp(4rem, 8vw, 7rem);
  --section-space-compact: clamp(2.75rem, 5vw, 4.5rem);
  --header-height: 5.5rem;

  --radius-sm: 0.5rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  --radius-2xl: 2.4rem;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(13, 42, 62, 0.08), 0 4px 12px rgba(13, 42, 62, 0.05);
  --shadow-md: 0 12px 34px rgba(13, 42, 62, 0.12);
  --shadow-lg: 0 24px 70px rgba(13, 42, 62, 0.16);
  --shadow-xl: 0 38px 110px rgba(13, 42, 62, 0.22);

  --duration-fast: 140ms;
  --duration-standard: 220ms;
  --duration-slow: 360ms;
  --duration-reveal: 680ms;
  --duration-ambient: 14s;
  --ease-standard: cubic-bezier(0.2, 0.7, 0.2, 1);
  --ease-emphasised: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  --z-base: 0;
  --z-raised: 10;
  --z-sticky: 40;
  --z-overlay: 80;
  --z-modal: 100;
}


/* ===== base.css ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1rem); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--color-ink);
  background: var(--color-surface);
  font-family: var(--font-sans);
  font-size: var(--text-body);
  line-height: var(--line-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.is-nav-open { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--color-brand-blue-700); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--color-brand-blue-800); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button, summary { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--color-focus) 65%, white); outline-offset: 3px; }
::selection { color: white; background: var(--color-brand-blue-700); }

.sec-twin-global {
    padding: 0 5rem /* 80/16 */;
}
.sec-home-about .content {
    position: relative;
}
.twin-global-text {
    margin-bottom: -9%;
    text-align: center;
}
.twin-global-text img {
    max-width: 91%;
}
.sec-twin-global img {
    width: 100%;
    height: auto;
}

.skip-link {
  position: fixed; z-index: var(--z-modal); top: .75rem; left: .75rem;
  transform: translateY(-160%); padding: .75rem 1rem; border-radius: var(--radius-sm);
  color: white; background: var(--color-navy-950); font-weight: var(--font-weight-bold);
  transition: transform var(--duration-fast) var(--ease-standard);
}
.skip-link:focus { transform: translateY(0); }

.container, .container-wide, .container-reading {
  width: calc(100% - (var(--container-edge) * 2)); margin-inline: auto;
}
.container { max-width: var(--container-standard); }
.container-wide { max-width: var(--container-wide); }
.container-reading { max-width: var(--container-reading); }
.section { position: relative; padding-block: var(--section-space); }
.section-compact { position: relative; padding-block: var(--section-space-compact); }
.surface-soft { background: var(--color-surface-soft); }
.surface-blue { background: var(--color-surface-blue); }
.surface-teal { background: var(--color-surface-teal); }
.surface-warm { background: var(--color-surface-warm); }
.surface-dark {
  color: white;
  background:
    radial-gradient(circle at 85% 15%, rgba(35, 131, 197, .24), transparent 33%),
    radial-gradient(circle at 10% 80%, rgba(15, 122, 128, .15), transparent 30%),
    linear-gradient(145deg, var(--color-navy-950), var(--color-navy-900));
}
.surface-dark p, .surface-dark .muted, .surface-dark .caption { color: rgba(255,255,255,.76); }
.kicker-dark-bg { color: #83d9d7 !important }

h1, h2, h3, h4, h5, h6, .display {
  margin: 0; color: var(--color-navy-950); font-weight: var(--font-weight-bold); letter-spacing: var(--tracking-heading);
}
.surface-dark :is(h1,h2,h3,h4,h5,h6,.display) { color: white; }
.display { font-size: var(--text-display); font-weight: var(--font-weight-black); letter-spacing: var(--tracking-tight); line-height: var(--line-display); }
h1 { font-size: var(--text-h1); line-height: 1.04; }
h2 { font-size: var(--text-h2); line-height: 1.08; }
h3 { font-size: var(--text-h3); line-height: var(--line-heading); }
h4 { font-size: var(--text-h4); line-height: 1.25; }
h5 { font-size: var(--text-h5); line-height: 1.35; }
h6 { font-size: var(--text-h6); line-height: 1.35; letter-spacing: var(--tracking-label); text-transform: uppercase; }
p { margin: 0; }
p + p { margin-top: 1rem; }
ul, ol { margin-block: 0; }
.lead { color: var(--color-ink); font-size: var(--text-lead); line-height: 1.55; }
.body-lg { font-size: var(--text-body-lg); }
.body-sm { font-size: var(--text-body-sm); }
.muted { color: var(--color-muted); }
.caption { color: var(--color-muted); font-size: var(--text-caption); line-height: 1.45; }
.label { color: var(--color-navy-950); font-size: .78rem; font-weight: var(--font-weight-bold); letter-spacing: .07em; text-transform: uppercase; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1rem;
  color: var(--color-brand-teal); font-size: var(--text-h6); font-weight: var(--font-weight-bold);
  letter-spacing: var(--tracking-label); line-height: 1.2; text-transform: uppercase;
}
.eyebrow::before { width: 1.75rem; height: 2px; content: ""; background: currentColor; }
.surface-dark .eyebrow { color: #83d9d7; }
.flow > * + * { margin-top: var(--flow-space, 1.25rem); }
.cluster { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.grid { display: grid; gap: var(--grid-gap); }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.stack-between { display: flex; gap: 2rem; align-items: flex-start; justify-content: space-between; }
.section-heading { display: grid; gap: 1rem; max-width: 49rem; margin-bottom: clamp(2rem,4vw,3.5rem); }
.section-heading p { color: var(--color-muted); font-size: var(--text-body-lg); }
.surface-dark .section-heading p { color: rgba(255,255,255,.76); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

/* Keep decorative off-canvas elements from creating horizontal page scroll. */
html,
body {
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}


/* ===== layout.css ===== */
/* Global header */
.site-header {
  position: sticky; z-index: var(--z-sticky); top: 0;
  border-bottom: 1px solid rgba(215,224,230,.78);
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px) saturate(150%);
  transition: box-shadow var(--duration-standard) var(--ease-standard), background var(--duration-standard) var(--ease-standard);
}
.site-header.is-scrolled { background: rgba(255,255,255,.96); box-shadow: 0 10px 30px rgba(13,42,62,.08); }
.site-header__inner {
  display: flex; min-height: var(--header-height); gap: clamp(.8rem,2vw,1.5rem); align-items: center;
  justify-content: space-between;
}
.site-brand { display: inline-flex; flex: 0 0 auto; align-items: center; color: var(--color-navy-950); text-decoration: none; }
.site-logo { width: auto; height: 4.35rem; transition: transform var(--duration-slow) var(--ease-emphasised); }
.site-brand:hover .site-logo { transform: translateY(-2px) scale(1.015); }
.site-nav { display: flex; gap: .1rem; align-items: center; margin-left: auto; }
.site-nav__item { position: relative; }
.site-nav__link, .nav-dropdown-toggle {
  display: inline-flex; min-height: 2.85rem; padding: .65rem .78rem; gap: .32rem; align-items: center;
  border: 0; border-radius: var(--radius-sm); color: var(--color-navy-950); background: transparent;
  font-size: .91rem; font-weight: var(--font-weight-medium); line-height: 1.2; text-decoration: none;
  transition: color var(--duration-fast), background var(--duration-fast), transform var(--duration-fast);
}
.site-nav__link:hover, .site-nav__link[aria-current="page"], .nav-dropdown-toggle:hover, .nav-dropdown-toggle.is-current, .nav-disclosure.is-open > .nav-dropdown-toggle {
  color: var(--color-brand-blue-800); background: var(--color-surface-blue);
}
.site-nav__link:active, .nav-dropdown-toggle:active { transform: translateY(1px); }
.nav-disclosure { position: relative; }
.nav-dropdown-toggle{appearance:none;border:0;background:transparent;font:inherit;cursor:pointer}.nav-dropdown-toggle .icon{transition:transform var(--duration-standard) var(--ease-emphasised)}.nav-disclosure.is-open>.nav-dropdown-toggle .icon{transform:rotate(180deg)}
.nav-dropdown {
  position: absolute; top: calc(100% + .65rem); left: 50%; width: min(26rem, calc(100vw - 2rem));
  padding: .65rem; border: 1px solid var(--color-border); border-radius: var(--radius-lg);
  background: rgba(255,255,255,.98); box-shadow: var(--shadow-lg); transform: translateX(-50%);
}
.nav-dropdown::before { position: absolute; top: -.7rem; right: 0; left: 0; height: .8rem; content: ""; }
.nav-dropdown--wide { display: grid; width: min(45rem, calc(100vw - 2rem)); grid-template-columns: 1fr 1fr; }
.nav-dropdown a {
  display: grid; padding: .82rem .9rem; border-radius: .7rem; color: var(--color-navy-950); text-decoration: none;
  transition: background var(--duration-fast), transform var(--duration-fast);
}
.nav-dropdown a:hover, .nav-dropdown a:focus-visible { color: var(--color-brand-blue-800); background: var(--color-surface-blue); transform: translateX(2px); }
.nav-dropdown strong { font-size: .91rem; line-height: 1.35; }
.nav-dropdown small { margin-top: .2rem; color: var(--color-muted); font-size: .78rem; line-height: 1.35; }
.header-cta { flex: 0 0 auto; }
.mobile-nav { display: none; margin: 0; }
.mobile-nav > summary {
  display: inline-grid; width: 2.9rem; height: 2.9rem; place-items: center; border: 1px solid var(--color-border);
  border-radius: var(--radius-sm); color: var(--color-navy-950); background: white; list-style: none;
}
.mobile-nav > summary::-webkit-details-marker { display: none; }
.mobile-nav__panel {
  position: absolute; z-index: var(--z-overlay); top: 100%; right: 0; left: 0; height: calc(100svh - var(--header-height)); overflow-y: auto;
  padding: 1.25rem var(--container-edge) 2rem; background: var(--color-surface-soft); backdrop-filter: blur(20px);
}
.mobile-nav__primary { display: grid; gap: .45rem; }
.mobile-nav__primary > a, .mobile-group > summary {
  display: flex; min-height: 3.25rem; padding: .75rem .9rem; align-items: center; justify-content: space-between;
  border: 1px solid transparent; border-radius: .75rem; color: var(--color-navy-950); background: white;
  font-weight: var(--font-weight-bold); text-decoration: none; box-shadow: var(--shadow-sm);
}
.mobile-group > summary { list-style: none; cursor: pointer; }
.mobile-group > summary::-webkit-details-marker { display: none; }
.mobile-group > summary .icon { transition: transform var(--duration-standard) var(--ease-emphasised); }
.mobile-group[open] > summary .icon { transform: rotate(180deg); }
.mobile-group__links { display: grid; gap: .15rem; padding: .45rem .25rem .65rem 1rem; }
.mobile-group__links a { padding: .65rem .8rem; border-radius: .6rem; color: var(--color-ink); text-decoration: none; }
.mobile-group__links a:hover { background: var(--color-surface-blue); }
.mobile-nav__cta { width: 100%; margin-top: 1.25rem; }

/* Hero */
.hero {
  position: relative; isolation: isolate; min-height: calc(100svh - var(--header-height)); overflow: clip;
  background:
    linear-gradient(110deg, rgba(233,244,251,.75), transparent 48%),
    radial-gradient(circle at 78% 26%, rgba(35,131,197,.16), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(96,59,23,.1), transparent 27%),
    linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
}
.hero::before, .hero::after {
  position: absolute; z-index: -1; border-radius: 50%; content: ""; filter: blur(2px); pointer-events: none;
}
.hero::before { width: 28rem; height: 28rem; top: -12rem; left: -12rem; border: 1px solid rgba(35,131,197,.17); box-shadow: inset 0 0 0 5rem rgba(35,131,197,.025); }
.hero::after { width: 18rem; height: 18rem; right: -7rem; bottom: -6rem; border: 1px solid rgba(96,59,23,.13); box-shadow: inset 0 0 0 3rem rgba(96,59,23,.025); }
.hero__grid { display: grid; min-height: calc(100svh - var(--header-height)); padding-block: clamp(4rem,8vw,7.5rem); gap: clamp(2rem,5vw,5rem); align-items: center; grid-template-columns: minmax(0,1.03fr) minmax(24rem,.97fr); }
.hero__copy { position: relative; z-index: 2; max-width: 48rem; }
.hero__copy .lead { max-width: 45rem; margin-top: 1.5rem; color: var(--color-muted); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.hero__meta { display: flex; flex-wrap: wrap; gap: .75rem 1.2rem; margin-top: 1.5rem; color: var(--color-muted); font-size: .88rem; }
.hero__meta span { display: inline-flex; align-items: center; gap: .45rem; }
.hero__meta span::before { width: .45rem; height: .45rem; border-radius: 50%; content: ""; background: var(--color-brand-teal); box-shadow: 0 0 0 .25rem rgba(15,122,128,.1); }
.hero__visual { position: relative; min-height: 33rem; perspective: 1100px; }
.hero__visual-shell {
  position: absolute; inset: 2.5rem 0 1rem 2rem; overflow: hidden; border: 1px solid rgba(184,199,208,.8);
  border-radius: var(--radius-2xl); background: linear-gradient(145deg,rgba(255,255,255,.94),rgba(233,244,251,.82));
  box-shadow: var(--shadow-xl); transform: translate3d(var(--parallax-x,0),var(--parallax-y,0),0) rotateX(var(--parallax-rx,0deg)) rotateY(var(--parallax-ry,0deg));
  transform-style: preserve-3d; transition: transform 520ms var(--ease-emphasised), box-shadow var(--duration-slow);
}
.hero__visual.is-tracking .hero__visual-shell { transition-duration: 90ms; box-shadow: 0 45px 120px rgba(13,42,62,.25); }
.hero__visual-shell::before {
  position: absolute; inset: 0; content: ""; background: radial-gradient(circle at var(--hero-x,65%) var(--hero-y,30%), rgba(35,131,197,.18), transparent 32%); pointer-events: none;
}
.hero__visual-grid { position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(rgba(13,42,62,.08) 1px, transparent 1px), linear-gradient(90deg,rgba(13,42,62,.08) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-network { position: absolute; inset: 8% 7% 9%; }
.hero-network svg { width: 100%; height: 100%; overflow: visible; }
.hero-network__line { fill: none; stroke: rgba(35,131,197,.28); stroke-width: 1.25; stroke-dasharray: 6 9; }
.hero-network__line.is-accent { stroke: rgba(15,122,128,.45); stroke-width: 1.8; }
.hero-network__pulse { fill: var(--color-brand-blue); filter: drop-shadow(0 0 8px rgba(35,131,197,.65)); }
.hero-node {
  position: absolute; display: grid; width: 7.5rem; min-height: 5.7rem; padding: .8rem; place-content: center;
  border: 1px solid rgba(184,199,208,.75); border-radius: var(--radius-lg); color: var(--color-navy-950);
  background: rgba(255,255,255,.88); box-shadow: var(--shadow-md); text-align: center; backdrop-filter: blur(9px);
}
.hero-node .icon { margin: 0 auto .45rem; color: var(--color-brand-blue-700); }
.hero-node strong { font-size: .83rem; line-height: 1.25; }
.hero-node--1 { top: 10%; left: 8%; }
.hero-node--2 { top: 8%; right: 8%; }
.hero-node--3 { top: 39%; left: 37%; }
.hero-node--4 { bottom: 8%; left: 7%; }
.hero-node--5 { right: 7%; bottom: 9%; }
.hero-chip {
  position: absolute; z-index: 3; display: inline-flex; max-width: 15rem; padding: .85rem 1rem; gap: .65rem;
  align-items: center; border: 1px solid rgba(255,255,255,.9); border-radius: 1rem; color: white;
  background: rgba(13,42,62,.9); box-shadow: var(--shadow-md); backdrop-filter: blur(12px); font-size: .82rem; line-height: 1.35;
}
.hero-chip--top { top: .5rem; right: 1rem; }
.hero-chip--bottom { bottom: 0; left: 0; background: rgba(15,122,128,.92); }
.hero-chip .icon { flex: 0 0 auto; }

/* Supporting page hero */
.page-hero { position: relative; overflow: clip; padding-block: clamp(4.5rem,8vw,7rem); background: linear-gradient(135deg,var(--color-surface-blue),white 58%); }
.page-hero::after { position: absolute; width: 30rem; height: 30rem; right: -10rem; bottom: -18rem; border: 1px solid rgba(35,131,197,.18); border-radius: 50%; content: ""; }
.page-hero__inner { position: relative; z-index: 1; max-width: 54rem; }
.page-hero .lead { margin-top: 1.25rem; color: var(--color-muted); }

/* Section-specific layout */
.architecture-grid { display: grid; gap: clamp(2rem,5vw,4rem); align-items: center; grid-template-columns: minmax(20rem,.85fr) minmax(0,1.15fr); }
.foundation-status { margin-top: -2rem; position: relative; z-index: 3; }
.status-panel { display: grid; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-xl); background: white; box-shadow: var(--shadow-lg); grid-template-columns: repeat(4,1fr); }
.status-panel__item { padding: 1.5rem; border-right: 1px solid var(--color-border); }
.status-panel__item:last-child { border-right: 0; }
.status-panel__value { display: block; color: var(--color-navy-950); font-size: clamp(2rem,3.2vw,3rem); font-weight: var(--font-weight-black); line-height: 1; }
.status-panel__label { display: block; margin-top: .55rem; color: var(--color-muted); font-size: .88rem; line-height: 1.4; }

/* Footer */
.site-footer {
  position: relative; isolation: isolate; overflow: hidden; color: white;
  background: linear-gradient(145deg,#081f2e,var(--color-navy-950) 55%,#173c54);
}
.site-footer::before { position: absolute; z-index: -1; width: 34rem; height: 34rem; right: -12rem; bottom: -18rem; border-radius: 50%; content: ""; background: radial-gradient(circle,rgba(35,131,197,.28),transparent 65%); }
.site-footer__top { display: grid; padding-block: clamp(3.5rem,7vw,6rem); gap: clamp(2rem,4vw,4rem); grid-template-columns: minmax(17rem,1.35fr) repeat(4,minmax(8.5rem,.65fr)); }
.site-footer__brand { display: grid; max-width: 28rem; gap: 1.25rem; align-content: start; }
.site-footer__marks { display: flex; flex-wrap: wrap; gap: clamp(.85rem, 2vw, 1.35rem); align-items: center; }
.site-footer__marks > img { width: auto; height: 7.4rem; filter: drop-shadow(0 8px 20px rgba(0,0,0,.2)); }
.site-footer__partner-link { display: inline-flex; flex: 0 0 auto; align-items: center; border-radius: .65rem; text-decoration: none; transition: transform var(--duration-standard) var(--ease-emphasised), box-shadow var(--duration-standard); }
.site-footer__partner-link:hover { transform: translateY(-2px); }
.site-footer__partner-link:focus-visible { outline: 3px solid #baf3f1; outline-offset: .3rem; }
.site-footer__partner-logo { width: auto; height: 6rem; filter: drop-shadow(0 7px 16px rgba(0,0,0,.18)); }
.site-footer p, .site-footer a { color: rgba(255,255,255,.76); }
.site-footer .footer-heading { margin:0; color:white; padding-bottom:12px; font-size:var(--text-h5); font-weight:var(--font-weight-bold); line-height:var(--leading-tight); }
.footer-heading-link { position:relative; display:inline-flex; align-items:center; color:#fff !important; font:inherit; text-decoration:none; }
.footer-heading-link::after { position:absolute; right:0; bottom:-.2rem; left:0; height:2px; content:""; background:#7bd3d1; transform:scaleX(0); transform-origin:left; transition:transform var(--duration-standard) var(--ease-emphasised); }
.footer-heading-link:hover::after,.footer-heading-link:focus-visible::after { transform:scaleX(1); }
.footer-heading-link:focus-visible { outline:2px solid #baf3f1; outline-offset:.3rem; border-radius:.15rem; }
.footer-links { display: grid; padding: 0; gap: .65rem; list-style: none; }
.footer-links a { position: relative; display: inline-flex; color: rgba(255,255,255,.75); text-decoration: none; }
.footer-links a::after { position: absolute; right: 0; bottom: -.12rem; left: 0; height: 1px; content: ""; background: #7bd3d1; transform: scaleX(0); transform-origin: left; transition: transform var(--duration-standard) var(--ease-emphasised); }
.footer-links a:hover, .footer-links a:focus-visible { color: white; }
.footer-links a:hover::after, .footer-links a:focus-visible::after { transform: scaleX(1); }
.site-footer__bottom { display: flex; padding-block: 1.25rem; gap: 1rem; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.62); font-size: .82rem; }
.site-footer__bottom a { color: rgba(255,255,255,.72); }
.site-footer--utility .site-footer__bottom { border-top:0; }
.footer-legal-links { display:inline-flex; gap:.45rem; flex-wrap:wrap; align-items:center; }

.back-to-top {
  position: fixed; z-index: var(--z-sticky); right: 1.2rem; bottom: 1.2rem; display: grid; width: 3rem; height: 3rem;
  place-items: center; border: 1px solid rgba(184,199,208,.8); border-radius: 50%; color: white;
  background: rgba(13,42,62,.9); box-shadow: var(--shadow-md); opacity: 0; transform: translateY(1rem); pointer-events: none;
  transition: opacity var(--duration-standard), transform var(--duration-standard), background var(--duration-fast);
}
.back-to-top.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.back-to-top:hover { background: var(--color-brand-blue-700); }

[hidden]{display:none!important}.mobile-group__toggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:.9rem 0;border:0;background:transparent;color:inherit;font:inherit;font-weight:700;text-align:left}.mobile-group__toggle .icon{transition:transform var(--duration-standard) var(--ease-emphasised)}.mobile-group__toggle[aria-expanded="true"] .icon{transform:rotate(180deg)}.mobile-group__toggle.is-current{color:var(--color-brand-teal)}.footer-heading--secondary{margin-top:1.4rem; padding-top: 25px;}


.site-nav{gap:.05rem}.header-cta{margin-left:.25rem}.nav-dropdown--stories{display:grid;width:min(51rem,calc(100vw - 2rem));grid-template-columns:minmax(15rem,.78fr) minmax(24rem,1.22fr);gap:.45rem;padding:.8rem}.nav-dropdown__group{display:grid;align-content:start}.nav-dropdown__group+.nav-dropdown__group{padding-left:.55rem;border-left:1px solid var(--color-border)}.nav-dropdown__label{display:block;padding:.45rem .9rem .3rem;color:var(--color-brand-teal);font-size:.7rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.nav-dropdown [aria-current="page"]{color:var(--color-brand-blue-800);background:var(--color-surface-blue);box-shadow:inset 3px 0 0 var(--color-brand-teal)}.nav-dropdown-toggle.is-current{position:relative;font-weight:700}.nav-dropdown-toggle.is-current::after{position:absolute;right:.72rem;bottom:.3rem;left:.72rem;height:2px;border-radius:2px;background:var(--color-brand-teal);content:""}.header-cta[aria-current="page"],.header-cta.is-current{box-shadow:0 0 0 3px rgba(15,122,128,.24),var(--shadow-sm)}.mobile-nav__primary>[aria-current="page"],.mobile-group__links [aria-current="page"]{color:var(--color-navy-950);background:var(--color-surface-teal);box-shadow:inset 4px 0 0 var(--color-brand-teal)}.mobile-group__toggle.is-current{position:relative;color:var(--color-navy-950);background:#fff}.mobile-group__toggle.is-current::before{position:absolute;top:.85rem;bottom:.85rem;left:0;width:4px;border-radius:0 4px 4px 0;background:var(--color-brand-teal);content:""}.mobile-nav>summary:focus-visible,.nav-dropdown-toggle:focus-visible{outline:3px solid rgba(35,131,197,.35);outline-offset:3px}.breadcrumbs li+li::before{content:none!important}.breadcrumbs [aria-current="page"]{font-weight:700;color:inherit}.site-footer__top{grid-template-columns:minmax(16rem,1.22fr) repeat(4,minmax(7.5rem,.62fr));gap:clamp(1.5rem,3vw,3.2rem)}.site-footer__brand{max-width:25rem}.footer-links a[aria-current="page"]{color:#fff;font-weight:700}.home-products__overview{display:flex;margin-top:2rem;gap:1rem;align-items:center;justify-content:space-between;padding:1.1rem 1.2rem;border:1px solid var(--color-border);border-radius:1rem;background:var(--color-surface-soft)}.home-products__overview p{margin:0;color:var(--color-muted)}.no-js .mobile-group__toggle{display:none}.no-js .mobile-group__links{display:grid!important}
.nav-disclosure[data-nav-group="customer-stories"] > .nav-dropdown,
.nav-disclosure[data-nav-group="about"] > .nav-dropdown { left:auto; right:0; transform:none; }
.nav-disclosure[data-nav-group="customer-stories"] > .nav-dropdown { position:fixed; top:calc(var(--header-height) - .65rem); right:var(--container-edge); left:auto; transform:none; }
/* Viewport clamping is calculated in site.js for every desktop dropdown. */
.nav-disclosure[data-nav-group="customer-stories"] > .nav-dropdown,
.nav-disclosure[data-nav-group="about"] > .nav-dropdown { position:absolute; top:calc(100% + .65rem); left:50%; right:auto; transform:translateX(-50%); }
.mobile-nav:not([open]) > .mobile-nav__panel{display:none}


/* ===== components.css ===== */
.icon { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.btn {
  position: relative; isolation: isolate; display: inline-flex; min-height: 3rem; padding: .76rem 1.1rem; gap: .55rem;
  align-items: center; justify-content: center; overflow: hidden; border: 1px solid transparent; border-radius: var(--radius-sm);
  font-weight: var(--font-weight-bold); line-height: 1.2; text-align: center; text-decoration: none;
  transition: color var(--duration-fast), background var(--duration-fast), border-color var(--duration-fast), box-shadow var(--duration-standard), transform var(--duration-standard) var(--ease-emphasised);
}
.btn::before { position: absolute; z-index: -1; inset: -2px; content: ""; background: linear-gradient(115deg,transparent 22%,rgba(255,255,255,.3) 42%,transparent 62%); transform: translateX(-115%); transition: transform 620ms var(--ease-emphasised); }
.btn:hover::before, .btn:focus-visible::before { transform: translateX(115%); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.985); }
.btn .icon { transition: transform var(--duration-standard) var(--ease-emphasised); }
.btn:hover .icon { transform: translateX(.18rem); }
.btn-primary { color: white; background: var(--color-brand-blue-700); box-shadow: 0 9px 24px rgba(23,106,158,.22); }
.btn-primary:visited { color: white; }
.btn-primary:hover { color: white; background: var(--color-brand-blue-800); box-shadow: 0 14px 30px rgba(23,106,158,.28); }
.btn-secondary { color: var(--color-navy-950); border-color: var(--color-border-strong); background: rgba(255,255,255,.86); }
.btn-secondary:hover { color: var(--color-brand-blue-800); border-color: var(--color-brand-blue); background: white; }
.btn-tertiary { min-height: auto; padding: .35rem .1rem; color: var(--color-brand-blue-700); background: transparent; }
.btn-tertiary::before { display: none; }
.btn-light, .btn-light:visited { color: var(--color-navy-950); background: white; box-shadow: var(--shadow-md); }
.btn-light:hover, .btn-light:focus-visible { color: white; background: var(--color-brand-blue-700); }
.btn-ghost-light { color: white; border-color: rgba(255,255,255,.45); background: transparent; }
.btn-ghost-light:visited { color: white; }
.btn-ghost-light:hover { color: var(--color-navy-950); border-color: white; background: white; }
.btn-sm { min-height: 2.65rem; padding: .62rem .9rem; font-size: .9rem; }
.btn[disabled], .btn.is-disabled { opacity: .48; pointer-events: none; }
.link-arrow { display: inline-flex; gap: .45rem; align-items: center; font-weight: var(--font-weight-bold); text-decoration: none; }
.link-arrow .icon { width: 1rem; height: 1rem; transition: transform var(--duration-standard) var(--ease-emphasised); }
.link-arrow:hover .icon { transform: translateX(.25rem); }

.badge { display: inline-flex; padding: .38rem .65rem; border-radius: var(--radius-pill); color: var(--color-brand-teal); background: var(--color-surface-teal); font-size: .76rem; font-weight: var(--font-weight-bold); letter-spacing: .04em; text-transform: uppercase; }
.badge--blue { color: var(--color-brand-blue-800); background: var(--color-surface-blue); }
.badge--dark { color: white; background: var(--color-navy-950); }

.card {
  position: relative; display: flex; min-height: 100%; overflow: hidden; border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm);
  transition: border-color var(--duration-standard), box-shadow var(--duration-slow), transform var(--duration-slow) var(--ease-emphasised);
}
.card.is-interactive:hover, .card.is-interactive:focus-within { border-color: color-mix(in srgb,var(--color-brand-blue) 40%,var(--color-border)); box-shadow: var(--shadow-lg); transform: translateY(-7px); }
.card__body { position: relative; z-index: 1; display: grid; width: 100%; padding: clamp(1.35rem,2.6vw,2rem); gap: 1rem; align-content: start; }
.card__icon { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: .85rem; color: var(--color-brand-blue-700); background: var(--color-surface-blue); }
.card__icon .icon { width: 1.5rem; height: 1.5rem; }
.card__meta { color: var(--color-brand-teal); font-size: .76rem; font-weight: var(--font-weight-bold); letter-spacing: .075em; text-transform: uppercase; }
.card__media { position: relative; overflow: hidden; aspect-ratio: 16/10; background: var(--color-surface-blue); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms var(--ease-emphasised), filter 900ms; }
.card.is-interactive:hover .card__media img { transform: scale(1.045); filter: saturate(1.04); }
.card--stack { display: grid; }
.card--dark { color: white; border-color: rgba(255,255,255,.14); background: linear-gradient(145deg,var(--color-navy-950),var(--color-navy-900)); }
.card--dark :is(h3,h4,h5) { color: white; }
.card--dark p { color: rgba(255,255,255,.75); }
.card--outline { background: transparent; box-shadow: none; }
.card__footer { display: flex; margin-top: auto; padding-top: .5rem; align-items: center; justify-content: space-between; }

.interactive-surface { --spot-x: 50%; --spot-y: 50%; --tilt-x: 0deg; --tilt-y: 0deg; transform-style: preserve-3d; }
.interactive-surface::after { position: absolute; z-index: 0; inset: 0; border-radius: inherit; content: ""; opacity: 0; background: radial-gradient(circle at var(--spot-x) var(--spot-y),rgba(35,131,197,.13),transparent 34%); pointer-events: none; transition: opacity var(--duration-standard); }
.interactive-surface:hover::after, .interactive-surface:focus-within::after { opacity: 1; }
.card.interactive-surface:hover { transform: perspective(950px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-7px); }

.proof-point { position: relative; display: grid; min-height: 100%; padding: 1.4rem; gap: .75rem; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: white; }
.proof-point__mark { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; border-radius: 50%; color: white; background: var(--color-brand-teal); font-weight: var(--font-weight-black); }

.stats-grid { position: relative; display: grid; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-xl); background: white; grid-template-columns: repeat(4,1fr); }
.stat { position: relative; padding: clamp(1.3rem,3vw,2rem); border-right: 1px solid var(--color-border); }
.stat:last-child { border-right: 0; }
.stat__value { display: block; color: var(--color-navy-950); font-size: clamp(2.2rem,4vw,3.7rem); font-weight: var(--font-weight-black); letter-spacing: -.04em; line-height: 1; }
.stat__label { display: block; margin-top: .6rem; color: var(--color-muted); font-size: .9rem; line-height: 1.4; }
.stat__note { display: block; margin-top: .4rem; color: var(--color-subtle); font-size: .74rem; }

.media-frame { position: relative; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-xl); background: var(--color-surface-soft); box-shadow: var(--shadow-sm); }
.media-frame::after { position: absolute; inset: 0; content: ""; border: 1px solid rgba(255,255,255,.65); border-radius: inherit; pointer-events: none; }
.media-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-emphasised); }
.media-frame:hover img { transform: scale(1.025); }
.media-frame--hero { aspect-ratio: 4/3; }
.media-frame--section { aspect-ratio: 16/10; }
.media-frame--story { aspect-ratio: 16/9; }
.media-frame--screenshot { padding: .75rem; aspect-ratio: 16/10; background: linear-gradient(145deg,var(--color-navy-950),var(--color-navy-900)); }
.media-frame--screenshot img { border-radius: calc(var(--radius-xl) - .55rem); object-fit: contain; background: white; }
.media-caption { display: flex; padding-top: .75rem; gap: 1rem; align-items: flex-start; justify-content: space-between; color: var(--color-muted); font-size: .78rem; }

.tabs { overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-xl); background: white; box-shadow: var(--shadow-sm); }
.tab-list { display: flex; overflow-x: auto; padding: .5rem; gap: .35rem; border-bottom: 1px solid var(--color-border); scrollbar-width: thin; }
.tab-button { flex: 0 0 auto; min-height: 2.75rem; padding: .65rem .9rem; border: 0; border-radius: .65rem; color: var(--color-muted); background: transparent; font-weight: var(--font-weight-bold); }
.tab-button:hover { color: var(--color-navy-950); background: var(--color-surface-soft); }
.tab-button[aria-selected="true"] { color: white; background: var(--color-navy-950); }
.tab-panel { padding: clamp(1.5rem,3vw,2.3rem); }
.tab-panel__grid { display: grid; gap: clamp(1.4rem,3vw,2.5rem); align-items: center; grid-template-columns: minmax(0,1fr) minmax(18rem,.78fr); }

.accordion { border-top: 1px solid var(--color-border); }
.accordion-item { border-bottom: 1px solid var(--color-border); }
.accordion-trigger { display: flex; width: 100%; padding: 1.25rem 0; gap: 1rem; align-items: center; justify-content: space-between; border: 0; color: var(--color-navy-950); background: transparent; font-weight: var(--font-weight-bold); text-align: left; }
.accordion-trigger:hover { color: var(--color-brand-blue-800); }
.accordion-trigger .icon { transition: transform var(--duration-standard) var(--ease-emphasised); }
.accordion-trigger[aria-expanded="true"] .icon { transform: rotate(45deg); }
.accordion-panel { padding: 0 3rem 1.4rem 0; color: var(--color-muted); }

.form-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(2,minmax(0,1fr)); }
.field { display: grid; gap: .45rem; }
.field-full { grid-column: 1/-1; }
.field label, .field legend { color: var(--color-navy-950); font-weight: var(--font-weight-bold); }
.required { color: var(--color-error); }
.input, .select, .textarea { width: 100%; min-height: 3rem; padding: .72rem .82rem; border: 1px solid var(--color-border-strong); border-radius: var(--radius-sm); color: var(--color-ink); background: white; transition: border-color var(--duration-fast), box-shadow var(--duration-fast), background var(--duration-fast); }
.textarea { min-height: 8rem; resize: vertical; }
.input:hover, .select:hover, .textarea:hover { border-color: var(--color-brand-blue); }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--color-brand-blue-700); box-shadow: 0 0 0 4px rgba(35,131,197,.13); }
.input[disabled], .select[disabled], .textarea[disabled] { color: var(--color-subtle); background: var(--color-surface-soft); cursor: not-allowed; }
.field-hint, .field-message { color: var(--color-muted); font-size: .79rem; line-height: 1.4; }
.field-error :is(.input,.select,.textarea) { border-color: var(--color-error); background: var(--color-error-soft); }
.field-error .field-message { color: var(--color-error); }
.field-success :is(.input,.select,.textarea) { border-color: var(--color-success); background: var(--color-success-soft); }
.field-success .field-message { color: var(--color-success); }
.choice { display: flex; gap: .65rem; align-items: flex-start; }
.choice input { width: 1.1rem; height: 1.1rem; margin-top: .25rem; accent-color: var(--color-brand-blue-700); }

.cta { position: relative; display: grid; overflow: hidden; padding: clamp(2rem,5vw,4rem); gap: 2rem; align-items: center; border: 1px solid var(--color-border); border-radius: var(--radius-xl); background: white; box-shadow: var(--shadow-md); grid-template-columns: minmax(0,1.2fr) auto; }
.cta::before { position: absolute; width: 18rem; height: 18rem; right: -8rem; bottom: -10rem; border-radius: 50%; content: ""; background: radial-gradient(circle,rgba(35,131,197,.18),transparent 67%); }
.cta > * { position: relative; z-index: 1; }
.cta--dark { color: white; border-color: rgba(255,255,255,.12); background: linear-gradient(145deg,var(--color-navy-950),var(--color-navy-900)); }
.cta--dark :is(h2,h3) { color: white; }
.cta--dark p { color: rgba(255,255,255,.76); }

.notice { padding: 1rem 1.15rem; border-left: 4px solid var(--color-brand-blue); border-radius: var(--radius-sm); background: var(--color-surface-blue); }
.notice--warning { border-left-color: var(--color-warning); background: var(--color-warning-soft); }
.notice--error { border-left-color: var(--color-error); background: var(--color-error-soft); }
.notice--success { border-left-color: var(--color-success); background: var(--color-success-soft); }

.breadcrumbs { padding: 0; margin: 0 0 1.5rem; display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; color:rgba(255,255,255,.68); font-size: .84rem; }
.breadcrumbs li { display: inline-flex; gap: .45rem; align-items: center; }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: var(--color-subtle); }
.breadcrumbs a { color: inherit; }

.table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: white; }
table { width: 100%; border-collapse: collapse; min-width: 42rem; }
th, td { padding: .9rem 1rem; border-bottom: 1px solid var(--color-border); text-align: left; vertical-align: top; }
th { color: white; background: var(--color-navy-950); font-size: .82rem; letter-spacing: .03em; }
tr:last-child td { border-bottom: 0; }

/* Connected capability system */
.capability-orbit { display: grid; gap: 1.3rem; }
.orbit-stage { position: relative; width: min(100%,31rem); aspect-ratio: 1; margin-inline: auto; }
.orbit-ring { position: absolute; inset: 11%; border: 1px solid rgba(35,131,197,.26); border-radius: 50%; }
.orbit-ring--inner { inset: 28%; border-color: rgba(15,122,128,.35); }
.orbit-core { position: absolute; inset: 35%; display: grid; padding: .9rem; place-content: center; border-radius: 50%; color: white; background: linear-gradient(145deg,var(--color-navy-950),var(--color-brand-blue-800)); box-shadow: 0 18px 40px rgba(13,42,62,.25); text-align: center; }
.orbit-core span { color: #a9ddec; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.orbit-core strong { margin-top: .2rem; font-size: .95rem; line-height: 1.2; }
.orbit-node { position: absolute; display: grid; width: 5.7rem; min-height: 5.7rem; padding: .55rem; place-content: center; border: 1px solid var(--color-border); border-radius: 50%; color: var(--color-navy-950); background: white; box-shadow: var(--shadow-md); text-align: center; transition: transform var(--duration-slow) var(--ease-spring), color var(--duration-fast), background var(--duration-fast), box-shadow var(--duration-standard); }
.orbit-node .icon { margin: 0 auto .25rem; color: var(--color-brand-blue-700); }
.orbit-node span { font-size: .68rem; font-weight: var(--font-weight-bold); line-height: 1.15; }
.orbit-node:hover, .orbit-node:focus-visible, .orbit-node.is-active { color: white; background: var(--color-brand-blue-700); box-shadow: 0 18px 34px rgba(23,106,158,.3); }
.orbit-node:hover .icon, .orbit-node:focus-visible .icon, .orbit-node.is-active .icon { color: white; }
.orbit-node--workflow { top: 0; left: 50%; transform: translateX(-50%); }
.orbit-node--workflow:hover, .orbit-node--workflow:focus-visible, .orbit-node--workflow.is-active { transform: translateX(-50%) scale(1.08); }
.orbit-node--data { top: 27%; right: 0; }
.orbit-node--integration { right: 12%; bottom: 3%; }
.orbit-node--customer { bottom: 3%; left: 12%; }
.orbit-node--health { top: 27%; left: 0; }
.orbit-node:not(.orbit-node--workflow):hover, .orbit-node:not(.orbit-node--workflow):focus-visible, .orbit-node:not(.orbit-node--workflow).is-active { transform: scale(1.08); }
.orbit-detail { min-height: 8.8rem; padding: 1.25rem; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); }
.orbit-detail strong { display: block; color: var(--color-navy-950); font-size: 1.1rem; }
.orbit-detail p { margin-top: .45rem; color: var(--color-muted); }

/* Process interaction */
.process { display: grid; gap: 1rem; }
.process__track { position: relative; display: grid; gap: .85rem; }
.process__track::before { position: absolute; top: 1.5rem; bottom: 1.5rem; left: 1.34rem; width: 2px; content: ""; background: var(--color-border); }
.process__progress { position: absolute; top: 1.5rem; left: 1.34rem; width: 2px; height: var(--process-progress,0%); background: linear-gradient(var(--color-brand-blue),var(--color-brand-teal)); transition: height 480ms var(--ease-emphasised); }
.process-step { position: relative; display: grid; padding: 1rem 1rem 1rem 4rem; border: 1px solid transparent; border-radius: var(--radius-md); background: transparent; transition: background var(--duration-standard), border-color var(--duration-standard), transform var(--duration-standard); }
.process-step::before { position: absolute; z-index: 1; top: 1.1rem; left: .55rem; display: grid; width: 1.6rem; height: 1.6rem; place-items: center; border: 2px solid var(--color-border-strong); border-radius: 50%; content: attr(data-step); color: var(--color-muted); background: white; font-size: .68rem; font-weight: var(--font-weight-black); }
.process-step.is-active { border-color: var(--color-border); background: white; box-shadow: var(--shadow-sm); transform: translateX(.3rem); }
.process-step.is-active::before { color: white; border-color: var(--color-brand-blue-700); background: var(--color-brand-blue-700); box-shadow: 0 0 0 .35rem rgba(35,131,197,.12); }
.process-step p { margin-top: .35rem; color: var(--color-muted); font-size: .9rem; }

/* Dark-surface process contrast */
.surface-dark .process-step p { color: rgba(255,255,255,.7); }
.surface-dark .process-step.is-active h4 { color: var(--color-navy-950); }
.surface-dark .process-step.is-active p { color: var(--color-muted); }

/* Footer CTA must remain legible before hover and in visited state. */
.site-footer .btn-light,
.site-footer .btn-light:visited { color: var(--color-navy-950); }
.site-footer .btn-light:hover,
.site-footer .btn-light:focus-visible { color: white; }


/* ===== motion.css ===== */
.scroll-progress { position: fixed; z-index: var(--z-modal); top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg,var(--color-brand-blue),var(--color-brand-teal),var(--color-brand-brown)); transform: scaleX(0); transform-origin: left; pointer-events: none; }
.pointer-glow { position: fixed; z-index: 999; width: 24rem; height: 24rem; left: 0; top: 0; border-radius: 50%; background: radial-gradient(circle,rgba(35,131,197,.08),transparent 68%); transform: translate(calc(var(--pointer-x, -999px) - 50%),calc(var(--pointer-y, -999px) - 50%)); opacity: 0; pointer-events: none; mix-blend-mode: multiply; transition: opacity 260ms; }
.pointer-glow.is-visible { opacity: 1; }

.js.motion-ready [data-reveal] { opacity: 0; transform: translateY(1.45rem) scale(.99); transition: opacity var(--duration-reveal) var(--ease-emphasised) var(--reveal-delay,0ms), transform var(--duration-reveal) var(--ease-emphasised) var(--reveal-delay,0ms); }
.js.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0) scale(1); }

.js .hero__copy > * { opacity: 0; transform: translateY(1.2rem); animation: hero-copy-in 760ms var(--ease-emphasised) forwards; }
.js .hero__copy > :nth-child(1) { animation-delay: 80ms; }
.js .hero__copy > :nth-child(2) { animation-delay: 140ms; }
.js .hero__copy > :nth-child(3) { animation-delay: 220ms; }
.js .hero__copy > :nth-child(4) { animation-delay: 300ms; }
.js .hero__copy > :nth-child(5) { animation-delay: 380ms; }
.js .hero__visual { opacity: 0; transform: translateY(1.5rem) scale(.97); animation: hero-visual-in 920ms var(--ease-emphasised) 220ms forwards; }

.hero-network__line { animation: dash-flow 18s linear infinite; }
.hero-network__pulse { animation: pulse-travel 7s var(--ease-standard) infinite; offset-path: path("M 80 95 C 180 20 310 55 390 145 S 260 315 110 275 S 65 150 230 180 S 390 260 410 320"); }
.hero-node { animation: node-float 7s ease-in-out infinite; }
.hero-node--2 { animation-delay: -1.3s; }
.hero-node--3 { animation-delay: -2.6s; }
.hero-node--4 { animation-delay: -3.9s; }
.hero-node--5 { animation-delay: -5.1s; }
.hero-chip { animation: chip-float 6s ease-in-out infinite; }
.hero-chip--bottom { animation-delay: -3s; }
.orbit-ring { animation: orbit-rotate 28s linear infinite; }
.orbit-ring--inner { animation-direction: reverse; animation-duration: 20s; }
.orbit-core { animation: core-pulse 5s ease-in-out infinite; }
.site-footer::before { animation: footer-ambient 15s ease-in-out infinite alternate; }
.nav-dropdown { animation: menu-enter 220ms var(--ease-emphasised); transform-origin: top center; }
.mobile-nav[open] .mobile-nav__panel { animation: mobile-panel-in 360ms var(--ease-emphasised); }
.tab-panel:not([hidden]) { animation: panel-enter 350ms var(--ease-emphasised); }
.stat__value.is-counting { animation: number-pop 420ms var(--ease-spring); }

@keyframes hero-copy-in { to { opacity: 1; transform: translateY(0); } }
@keyframes hero-visual-in { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes dash-flow { to { stroke-dashoffset: -180; } }
@keyframes pulse-travel { 0%,12% { offset-distance: 0%; opacity: 0; } 18% { opacity: 1; } 82% { opacity: 1; } 92%,100% { offset-distance: 100%; opacity: 0; } }
@keyframes node-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -.45rem; } }
@keyframes chip-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-.45rem); } }
@keyframes orbit-rotate { to { transform: rotate(360deg); } }
@keyframes core-pulse { 0%,100% { box-shadow: 0 18px 40px rgba(13,42,62,.25),0 0 0 0 rgba(35,131,197,.12); } 50% { box-shadow: 0 22px 50px rgba(13,42,62,.32),0 0 0 1rem rgba(35,131,197,0); } }
@keyframes footer-ambient { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-2rem,-1rem,0) scale(1.08); } }
@keyframes menu-enter { from { opacity: 0; transform: translateX(-50%) translateY(-.5rem) scale(.98); } to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); } }
@keyframes mobile-panel-in { from { transform: translateY(-.8rem); } to { transform: translateY(0); } }
@keyframes panel-enter { from { opacity: 0; transform: translateY(.45rem); } to { opacity: 1; transform: translateY(0); } }
@keyframes number-pop { 0% { transform: scale(.86); } 70% { transform: scale(1.04); } 100% { transform: scale(1); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .scroll-progress, .pointer-glow { display: none !important; }
  .js.motion-ready [data-reveal], .js .hero__copy > *, .js .hero__visual { opacity: 1; transform: none; }
  .hero-network__pulse { display: none; }
}


/* ===== responsive.css ===== */
@media (max-width: 79.99rem) {
  .site-nav__link, .nav-dropdown-toggle { padding-inline: .58rem; font-size: .87rem; }
  .header-cta { padding-inline: .78rem; }
}

@media (max-width: 63.99rem) {
  :root { --header-height: 5rem; }
  .site-logo { height: 3.95rem; }
  .site-nav, .header-cta { display: none; }
  .mobile-nav { display: block; }
  .hero { min-height: auto; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; }
  .hero__copy { max-width: 53rem; }
  .hero__visual { min-height: 31rem; max-width: 43rem; width: 100%; margin-inline: auto; }
  .foundation-status { margin-top: -1.3rem; }
  .status-panel { grid-template-columns: repeat(2,1fr); }
  .status-panel__item:nth-child(2) { border-right: 0; }
  .status-panel__item:nth-child(-n+2) { border-bottom: 1px solid var(--color-border); }
  .architecture-grid { grid-template-columns: 1fr; }
  .site-footer__top { grid-template-columns: minmax(18rem,1.25fr) repeat(2,minmax(9rem,.7fr)); }
  .site-footer__brand { grid-row: span 2; }
  .site-footer__top > :last-child { grid-column: auto; }
  .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 47.99rem) {
  :root { --container-edge: 1.25rem; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .stack-between { display: grid; }
  .hero__grid { padding-block: 3.5rem 5rem; }
  .hero__visual { min-height: 27rem; }
  .hero__visual-shell { inset: 2.2rem .2rem 1.5rem; }
  .hero-node { width: 6.4rem; min-height: 5rem; padding: .6rem; }
  .hero-node strong { font-size: .73rem; }
  .hero-chip { max-width: 12rem; font-size: .73rem; }
  .hero-chip--top { right: 0; }
  .hero-chip--bottom { left: 0; }
  .status-panel, .stats-grid { grid-template-columns: 1fr 1fr; }
  .status-panel__item, .stat { border-right: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .status-panel__item:nth-child(2n), .stat:nth-child(2n) { border-right: 0; }
  .status-panel__item:nth-last-child(-n+2), .stat:nth-last-child(-n+2) { border-bottom: 0; }
  .tab-panel__grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .cta { grid-template-columns: 1fr; }
  .cta .cluster { align-items: stretch; }
  .cta .btn { width: 100%; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1/-1; grid-row: auto; max-width: none; }
  .site-footer__top > :last-child { grid-column: auto; }
  .site-footer__bottom { display: grid; justify-content: start; }
  .orbit-stage { max-width: 27rem; }
  .orbit-node { width: 5.1rem; min-height: 5.1rem; }
  .media-caption { display: grid; }
}

@media (max-width: 29.99rem) {
  :root { --container-edge: 1rem; --header-height: 4.75rem; }
  .site-logo { height: 3.65rem; }
  .hero__actions { display: grid; }
  .hero__actions .btn { width: 100%; }
  .hero__meta { display: grid; gap: .65rem; }
  .hero__visual { min-height: 24rem; }
  .hero-node { width: 5.35rem; min-height: 4.5rem; }
  .hero-node .icon { width: 1rem; height: 1rem; }
  .hero-node strong { font-size: .65rem; }
  .hero-chip { display: none; }
  .status-panel, .stats-grid { grid-template-columns: 1fr; }
  .status-panel__item, .status-panel__item:nth-child(2), .stat, .stat:nth-child(2n) { border-right: 0; border-bottom: 1px solid var(--color-border); }
  .status-panel__item:last-child, .stat:last-child { border-bottom: 0; }
  .site-footer__top { grid-template-columns: 1fr; }
  .orbit-node { width: 4.65rem; min-height: 4.65rem; }
  .orbit-node span { font-size: .58rem; }
  .orbit-core { inset: 36%; padding: .4rem; }
  .orbit-core strong { font-size: .78rem; }
  .accordion-panel { padding-right: 0; }
  .back-to-top { right: .8rem; bottom: .8rem; }
}

@media (hover: none), (pointer: coarse) {
  .pointer-glow { display: none; }
  .card.interactive-surface:hover { transform: none; }
  .btn:hover { transform: none; }
}

@media (max-width: 29.99rem) {
  .site-footer__marks { align-items: flex-start; flex-direction: column; }
  .site-footer__marks > img { height: 6.5rem; }
  .site-footer__partner-logo { height: 3.35rem; }
}


@media (max-width:79.99rem) and (min-width:64rem){.site-nav__link,.nav-dropdown-toggle{padding-inline:.48rem;font-size:.82rem}.header-cta{padding-inline:.68rem;font-size:.82rem}.site-logo{height:4.05rem}}
@media (max-width:71rem){.site-footer__top{grid-template-columns:minmax(18rem,1.25fr) repeat(2,minmax(9rem,.7fr))}.site-footer__brand{grid-row:span 2}.site-footer__top>div:nth-child(5){grid-column:auto}}
@media (max-width:47.99rem){.site-footer__top{grid-template-columns:1fr 1fr}.site-footer__brand{grid-column:1/-1;grid-row:auto;max-width:none}.home-products__overview{display:grid;align-items:stretch}.home-products__overview .btn{width:100%}}
@media (max-width:29.99rem){.site-footer__top{grid-template-columns:1fr}.nav-dropdown--stories{grid-template-columns:1fr}.nav-dropdown__group+.nav-dropdown__group{padding-left:0;border-left:0;border-top:1px solid var(--color-border)}}


/* Focused language pass: footer information architecture */
.site-footer__top{grid-template-columns:minmax(15rem,1.15fr) repeat(4,minmax(7.5rem,.62fr));gap:clamp(1.5rem,3vw,3.2rem)}
@media (max-width:71rem){.site-footer__top{grid-template-columns:minmax(18rem,1.25fr) repeat(2,minmax(9rem,.7fr))}.site-footer__brand{grid-row:span 2}}
@media (max-width:47.99rem){.site-footer__top{grid-template-columns:1fr 1fr}.site-footer__brand{grid-column:1/-1;grid-row:auto}}
@media (max-width:29.99rem){.site-footer__top{grid-template-columns:1fr}}

