@import url("https://cdnjs.cloudflare.com/ajax/libs/milligram/1.4.1/milligram.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200,400&display=swap");

.skip-to-content {
  position: absolute;
  left: -9999px;
  z-index: 10000;
  padding: 0.5rem 1rem;
  background: var(--site-accent, #0e1726);
  color: #fff;
}
.skip-to-content:focus {
  left: 0;
  top: 0;
}

body {
  font-family: 'Roboto Slab', serif;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

body > main {
  flex: 1 0 auto;
}

body > header,
body > footer {
  flex-shrink: 0;
}

.site-header { position: static; }

.home-body {
  background:
    radial-gradient(120% 80% at 80% -20%, rgba(255, 255, 255, 0.07), transparent 70%),
    linear-gradient(180deg, #2f343a 0%, #6f7680 100%);
  color: #f8fafc;
}

.home-title { display: none; }
.home-lede {
  font-size: 1.8em;
  color: #fff;
  font-weight: 200;
}

.home-lede strong {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.25);
}

:root {
  --site-menu-height: 6rem;
  --hero-top-space: clamp(220px, 18vh, 520px);
  --hero-bottom-space: 0px;
  --hero-gap: 2.25rem;
  --dp-count: 5;
}

.hero-band {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  isolation: isolate;
  z-index: 2;
  padding-top: var(--hero-top-space);
  padding-bottom: var(--hero-bottom-space);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.hero-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.34));
  z-index: 1;
  pointer-events: none;
}

.hero-band > :not(.site-hero-wrap):not(.site-nav):not(.site-nav-shelf-overlay) {
  position: relative;
  z-index: 3;
}

/* your existing hero styles */
.hero-band > .site-hero-wrap {
  z-index: 0;
  pointer-events: none;
}

.site-hero-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  --video-parallax-y: 0px;
  --reveal-x: 50%;
  --reveal-y: 50%;
  --reveal-inner: 0px;
  --reveal-outer: 0px;
  --smoke-a-x: 0px;
  --smoke-a-y: 0px;
  --smoke-b-x: 0px;
  --smoke-b-y: 0px;
  --smoke-c-x: 0px;
  --smoke-c-y: 0px;
  --smoke-d-x: 0px;
  --smoke-d-y: 0px;
  --hero-strong-mask: none;
}

.site-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, var(--video-parallax-y), 0) scale(1.14);
  will-change: transform;
}

.site-hero-video--mono {
  filter: grayscale(1) saturate(0) brightness(0.72) contrast(0.82);
}

.site-hero-video--color {
  filter: saturate(1) contrast(1) brightness(1);
  opacity: 0;
  transition: opacity 220ms ease-out;
  -webkit-mask-image: radial-gradient(
    circle at var(--reveal-x) var(--reveal-y),
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 1) var(--reveal-inner),
    rgba(0, 0, 0, 0) var(--reveal-outer)
  );
  mask-image: radial-gradient(
    circle at var(--reveal-x) var(--reveal-y),
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 1) var(--reveal-inner),
    rgba(0, 0, 0, 0) var(--reveal-outer)
  );
}

.site-hero-video--text-color {
  filter: saturate(1) contrast(1) brightness(1);
}

.site-hero-strong-reveal {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease-out;
  -webkit-mask: var(--hero-strong-mask);
  mask: var(--hero-strong-mask);
}

.hero-band.is-color-reveal .site-hero-video--color {
  opacity: 1;
}

.hero-band.has-strong-color .site-hero-strong-reveal {
  opacity: 1;
}

.site-hero-wrap::after {
  content: "";
  position: absolute;
  inset: -6%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 260ms ease-out;
  mix-blend-mode: screen;
  background:
    radial-gradient(
      62% 48% at calc(var(--reveal-x) + var(--smoke-a-x)) calc(var(--reveal-y) + var(--smoke-a-y)),
      rgba(226, 244, 255, 0.3) 0%,
      rgba(184, 214, 242, 0.17) 34%,
      rgba(88, 124, 162, 0.07) 58%,
      rgba(0, 0, 0, 0) 80%
    ),
    radial-gradient(
      58% 46% at calc(var(--reveal-x) + var(--smoke-b-x)) calc(var(--reveal-y) + var(--smoke-b-y)),
      rgba(214, 236, 252, 0.24) 0%,
      rgba(168, 198, 226, 0.14) 32%,
      rgba(70, 104, 144, 0.06) 56%,
      rgba(0, 0, 0, 0) 79%
    ),
    radial-gradient(
      55% 42% at calc(var(--reveal-x) + var(--smoke-c-x)) calc(var(--reveal-y) + var(--smoke-c-y)),
      rgba(206, 230, 248, 0.19) 0%,
      rgba(150, 182, 212, 0.11) 31%,
      rgba(59, 90, 126, 0.05) 54%,
      rgba(0, 0, 0, 0) 77%
    ),
    radial-gradient(
      44% 36% at calc(var(--reveal-x) + var(--smoke-d-x)) calc(var(--reveal-y) + var(--smoke-d-y)),
      rgba(236, 250, 255, 0.22) 0%,
      rgba(170, 200, 228, 0.08) 36%,
      rgba(0, 0, 0, 0) 74%
    );
  filter: blur(15px) saturate(1.1) contrast(1.06);
  -webkit-mask-image: radial-gradient(
    circle at var(--reveal-x) var(--reveal-y),
    rgba(0, 0, 0, 0.95) 0,
    rgba(0, 0, 0, 0.8) calc(var(--reveal-inner) * 0.95),
    rgba(0, 0, 0, 0) calc(var(--reveal-outer) * 1.1)
  );
  mask-image: radial-gradient(
    circle at var(--reveal-x) var(--reveal-y),
    rgba(0, 0, 0, 0.95) 0,
    rgba(0, 0, 0, 0.8) calc(var(--reveal-inner) * 0.95),
    rgba(0, 0, 0, 0) calc(var(--reveal-outer) * 1.1)
  );
}

.hero-band.is-color-reveal .site-hero-wrap::after {
  opacity: 0.78;
}

@media (pointer: coarse) {
  .site-hero-video--color {
    display: none;
  }

  .site-hero-wrap::after {
    display: none;
  }
}

.home-intro {
  padding: 3em 0 0;
}

@supports (animation-timeline: view()) {
  .reveal-left,
  .reveal-right {
    opacity: 0;
    transform: translateY(18px);
    animation: revealUp 1s ease-out both;
    animation-timeline: view();
    animation-range: entry 0% entry 30%;
    will-change: transform, opacity;
  }

  .reveal-left {
    animation-range: entry 0% entry 35%;
  }

  .reveal-right {
    animation-range: entry 15% entry 50%;
  }

  @keyframes revealUp {
    to { opacity: 1; transform: translateY(0); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-left,
  .reveal-right {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* --- pinned decision patterns --- */
section.pinned {
  padding: var(--hero-gap) 0 0;
}

.pin-stage {
  position: relative;
  height: calc((var(--dp-count) + 1) * 100vh);
  padding-top: 25vh;
  view-timeline-name: --pin;
  view-timeline-axis: block;
}

.pin {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.pin > .container > h2 {
  max-width: 100%;
  width: 100%;
  font-size: clamp(1.85rem, 2.2vw, 2.35rem);
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: var(--pin-heading-gap);
}

.pin > .container > p {
  max-width: min(75%, 78ch);
  margin-top: 0;
}

.pin > .container {
  --pin-heading-gap: clamp(1.2rem, 1.8vw, 2rem);
  padding-top: calc(var(--pin-heading-gap) + 0.35rem);
}

@media (max-width: 72rem) {
  .pin-stage {
    padding-top: max(25vh, 11rem);
  }

  .pin {
    top: clamp(7rem, 12vh, 9.5rem);
    transform: none;
  }

  .pin > .container > h2,
  .pin > .container > p {
    max-width: 100%;
  }
}

@media (max-width: 40rem) {
  .pin-stage {
    height: calc((var(--dp-count) + 1) * 80vh);
    padding-top: max(28vh, 10.5rem);
  }

  .pin {
    top: clamp(6.5rem, 10vh, 8rem);
    transform: none;
  }
}

@media (max-width: 40rem) {
  .home-intro .column-offset-50 {
    margin-left: 0 !important;
  }
}

@media (max-width: 40rem) {
  .home-intro .column-50 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
/* sticky nav now sticks for the whole page scroll */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  overflow: visible;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.site-nav-shelf-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9998;
}

.site-nav-shelf-overlay--local {
  position: absolute;
  width: 100%;
}

.site-nav-shelf-overlay.is-open {
  opacity: 1;
}

.site-nav-shelf-overlay__layer {
  position: absolute;
  top: 0;
  height: 100%;
  backdrop-filter: blur(12px) saturate(1.03);
  -webkit-backdrop-filter: blur(12px) saturate(1.03);
  will-change: opacity, height, transform, backdrop-filter;
  transform: translateZ(0);
  isolation: isolate;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.site-nav-shelf-overlay__layer--outer {
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.20);
  z-index: 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.site-nav-shelf-overlay__layer--center {
  left: 0;
  width: 0;
  background: rgba(255, 255, 255, 0.30);
  z-index: 1;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.site-nav-shelf-overlay__layer--active {
  left: 0;
  width: 0;
  background: rgba(255, 255, 255, 0.394);
  z-index: 2;
}

.site-nav__inner {
  position: relative;
  overflow: visible;
  z-index: 4;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding: 0 1.2rem;
  min-height: 6rem;
  display: flex;
  align-items: center;
}

.site-nav__toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.site-nav__toggle-button {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.35rem;
  cursor: pointer;
}

.site-nav__toggle-button span {
  display: block;
  width: 1.7rem;
  height: 3px;
  background: #2b2b2b;
  border-radius: 999px;
}




/* Milligram-friendly: don't fight its grid, just remove list styling */
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center; /* works with Milligram's flex row */
  min-height: 6rem;
}

.site-nav__inner .menu.row {
  margin: 0 -1.2rem;
  padding: 0;
  width: calc(100% + 2.4rem);
}

.menu.row {
  align-items: stretch;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.menu.row > .column {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  align-items: center;
}

.menu.row > .column:first-child {
  margin-left: 0 !important;
}

.menu.row > .column:last-child {
  margin-right: 0 !important;
}

.menu__group {
  list-style: none;
  position: relative; /* anchor dropdown */
  margin-bottom: 0;   /* stop extra vertical spacing in rows */
  display: flex;
  align-items: center;
  min-height: 6rem;
  height: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Make each top-level button fill its Milligram column width */
.menu__toggle.button.button-clear {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  margin: 0;
  white-space: nowrap;
  text-align: left;
  color: #434649;
  font-size: 1.3rem;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.menu__toggle::after {
  content: "";
  display: inline-block;
  width: 0.62rem;
  height: 0.62rem;
  margin-left: 0.5rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-0.12rem) rotate(45deg);
  transform-origin: center;
  opacity: 0.72;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu__group.is-open > .menu__toggle::after {
  transform: translateY(0.08rem) rotate(-135deg);
  opacity: 0.96;
}

.menu__group:hover,
.menu__group:focus-within {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  isolation: isolate;
  transform: translateZ(0);
}

.menu__group:hover,
.menu__group:focus-within,
.menu__submenu li:not(.menu__submenu-flyout):hover,
.menu__submenu li:not(.menu__submenu-flyout):focus-within,
.menu__submenu-flyout > .menu__submenu-label:hover,
.menu__submenu-flyout > .menu__submenu-label:focus-visible,
.menu__submenu-list--flyout li:hover,
.menu__submenu-list--flyout li:focus-within {
  position: relative;
  z-index: 0;
  isolation: isolate;
}

.menu__group:hover::before,
.menu__group:focus-within::before {
  inset: -0.8rem;
}

/* Prismatic radial gradient - base layer */
.menu__group:hover::before,
.menu__group:focus-within::before,
.menu__submenu li:not(.menu__submenu-flyout):hover::before,
.menu__submenu li:not(.menu__submenu-flyout):focus-within::before,
.menu__submenu-list--flyout li:hover::before,
.menu__submenu-list--flyout li:focus-within::before {
  content: "";
  position: absolute;
  inset: -0.8rem;
  background:
    radial-gradient(200% 200% at 20% 25%, rgba(120, 180, 255, 0.45), transparent 70%),
    radial-gradient(180% 180% at 80% 75%, rgba(255, 150, 120, 0.42), transparent 70%),
    radial-gradient(160% 160% at 50% 50%, rgba(200, 140, 255, 0.38), transparent 72%),
    radial-gradient(150% 150% at 75% 30%, rgba(140, 200, 255, 0.35), transparent 71%),
    radial-gradient(140% 140% at 30% 70%, rgba(100, 220, 240, 0.32), transparent 70%);
  mix-blend-mode: screen;
  filter: blur(18px) saturate(1.6);
  z-index: -2;
  pointer-events: none;
  animation: menuPrismPulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: center center;
}

/* Tighter white gradient - top layer */
.menu__group:hover::after,
.menu__group:focus-within::after,
.menu__submenu li:not(.menu__submenu-flyout):hover::after,
.menu__submenu li:not(.menu__submenu-flyout):focus-within::after,
.menu__submenu-list--flyout li:hover::after,
.menu__submenu-list--flyout li:focus-within::after {
  content: "";
  position: absolute;
  inset: -0.2rem;
  background: radial-gradient(85% 85% at 50% 50%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.45) 50%, transparent 75%);
  filter: blur(6px);
  z-index: -1;
  pointer-events: none;
  animation: menuWhitePulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: center center;
}

/* Flyout toggles need glow on the label itself so absolute flyouts stay top-aligned */
.menu__submenu-flyout > .menu__submenu-label:hover::before,
.menu__submenu-flyout > .menu__submenu-label:focus-visible::before {
  content: "";
  position: absolute;
  inset: -0.8rem;
  background:
    radial-gradient(200% 200% at 20% 25%, rgba(120, 180, 255, 0.45), transparent 70%),
    radial-gradient(180% 180% at 80% 75%, rgba(255, 150, 120, 0.42), transparent 70%),
    radial-gradient(160% 160% at 50% 50%, rgba(200, 140, 255, 0.38), transparent 72%),
    radial-gradient(150% 150% at 75% 30%, rgba(140, 200, 255, 0.35), transparent 71%),
    radial-gradient(140% 140% at 30% 70%, rgba(100, 220, 240, 0.32), transparent 70%);
  mix-blend-mode: screen;
  filter: blur(18px) saturate(1.6);
  z-index: -2;
  pointer-events: none;
  animation: menuPrismPulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: center center;
}

.menu__submenu-flyout > .menu__submenu-label:hover,
.menu__submenu-flyout > .menu__submenu-label:focus-visible {
  animation: menuWhiteGlowPulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes menuPrismPulse {
  0% {
    opacity: 0.15;
    transform: scale(0.95);
    filter: blur(14px) saturate(1.4) brightness(0.85);
  }
  30% {
    opacity: 0.7;
    transform: scale(1.08);
    filter: blur(22px) saturate(1.9) brightness(1.2);
  }
  100% {
    opacity: 0.5;
    transform: scale(1.02);
    filter: blur(18px) saturate(1.6) brightness(1.05);
  }
}

@keyframes menuWhitePulse {
  0% {
    opacity: 0.25;
    transform: scale(0.9);
    filter: blur(5px);
  }
  30% {
    opacity: 0.85;
    transform: scale(1.02);
    filter: blur(7px);
  }
  100% {
    opacity: 0.7;
    transform: scale(1.0);
    filter: blur(6px);
  }
}

@keyframes menuWhiteGlowPulse {
  0% {
    box-shadow:
      0 0 0.2rem rgba(255, 255, 255, 0.2),
      0 0 0.65rem rgba(255, 255, 255, 0.14);
  }
  30% {
    box-shadow:
      0 0 0.5rem rgba(255, 255, 255, 0.6),
      0 0 1.3rem rgba(255, 255, 255, 0.42);
  }
  100% {
    box-shadow:
      0 0 0.4rem rgba(255, 255, 255, 0.46),
      0 0 1.05rem rgba(255, 255, 255, 0.28);
  }
}

.menu__logo-link {
  display: inline-flex;
  align-items: center;
  padding: 0 1.2rem;
  margin: 0;
  text-decoration: none;
  min-height: 2.2rem;
  position: relative;
  z-index: 4000;
  height: 6rem;
  line-height: 0;
  width: 100%;
}

.menu__logo {
  display: block;
  height: 100%;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.menu__logo--color {
  display: none;
}

.menu__logo-link:hover .menu__logo--default,
.menu__logo-link:focus-visible .menu__logo--default {
  display: none;
}

.menu__logo-link:hover .menu__logo--color,
.menu__logo-link:focus-visible .menu__logo--color {
  display: block;
}

.menu__group--logo {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  align-items: center;
  line-height: 0;
}

/* Dropdown: exactly the same width as the parent column */
.menu__submenu {
  list-style: none;
  margin: 0;
  padding: 0.35rem 0;
  overflow: visible;

  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  min-width: 100%;

  display: none;
  z-index: 10000;

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 0;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  isolation: isolate;
  transform: translateZ(0);
}

.menu__submenu li,
.menu__submenu-list li {
  margin: 0;
  padding: 0;
}

/* Show submenu only when explicitly toggled open */
.menu__group.is-open > .menu__submenu {
  display: block;
}

/* Prevent "hover gap" issues if you add spacing later */
.menu__submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.8rem;
  height: 0.8rem;
}

/* Submenu links */
.menu__submenu a {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: var(--menu-submenu-item-height, 4.4rem);
  padding: 0.9rem 1rem;
  box-sizing: border-box;
  text-decoration: none;
  color: #434649;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
}

/* Keep fly-out triggers and standard submenu rows on the exact same baseline/height. */
.menu__submenu > li > a,
.menu__submenu > li.menu__submenu-flyout > .menu__submenu-label {
  display: flex;
  align-items: center;
  min-height: var(--menu-submenu-item-height, 4.4rem);
}

.menu__link--external::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-left: 0.35em;
  vertical-align: -0.08em;
  background: currentColor;
  opacity: 0.55;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M14 5h5m0 0v5m0-5L10 14'/%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M5 7v12h12'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M14 5h5m0 0v5m0-5L10 14'/%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M5 7v12h12'/%3E%3C/svg%3E") center / contain no-repeat;
}

.menu__submenu-group {
  padding: 0;
}

.menu__submenu-label {
  display: block;
  cursor: pointer;
  letter-spacing: 0;
  padding-right: 2.6rem;
}

.menu__submenu-link {
  width: 100%;
}

.menu__submenu-list {
  list-style: none;
  margin: 0.2rem 0 0.4rem;
  padding: 0;
  border-left: 0;
}

.menu__submenu-flyout {
  position: static;
  margin: 0;
}

.menu__submenu-list--flyout {
  position: absolute;
  left: var(--flyout-offset, 100%);
  top: -1px;
  width: calc(var(--flyout-column-width, 100%) * var(--flyout-columns, 1));
  min-width: var(--flyout-column-width, 100%);
  display: none;
  margin: 0;
  padding: 0.35rem 0;
  box-sizing: border-box;
  height: var(--flyout-height, var(--menu-shelf-height, 0px));
  max-height: var(--flyout-height, var(--menu-shelf-height, 0px));
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  /*border: 1px solid rgba(0,0,0,0.12);*/
  border-radius: 0;
  /*box-shadow: 0 12px 32px rgba(0,0,0,0.12);*/
  z-index: 10001;
  isolation: isolate;
  transform: translateZ(0);
  overflow: hidden;
  align-content: start;
  grid-auto-flow: column;
  grid-template-rows: repeat(var(--flyout-rows, 1), minmax(0, auto));
  grid-template-columns: repeat(var(--flyout-columns, 1), minmax(0, 1fr));
}

.menu__submenu-flyout.is-open > .menu__submenu-list--flyout {
  display: grid;
}

.menu__submenu-list--flyout > li {
  min-width: 0;
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: stretch;
  min-height: var(--menu-submenu-item-height, 4.4rem);
}

.menu__submenu-list--flyout a {
  display: flex;
  align-items: center;
  min-height: var(--menu-submenu-item-height, 4.4rem);
  width: 100%;
  font-weight: 400;
}

.menu__submenu-list--flyout a.menu__submenu-link--emphasis {
  font-weight: 700;
}

.menu__submenu-list--flyout a.menu__submenu-link--emphasis[href="/product/tech/research"],
.menu__submenu-list--flyout a.menu__submenu-link--emphasis[href="/product/tech/research/"] {
  font-weight: 400;
}

.menu__submenu-list--flyout a.menu__submenu-link--child {
  position: relative;
  padding-left: 3rem;
  --menu-child-glyph-left: 1.02rem;
  --menu-child-glyph-width: 1.36rem;
  --menu-child-glyph-height: 1rem;
  --menu-child-glyph-nudge-y: 0.08rem;
}

.menu__submenu-list--flyout a.menu__submenu-link--child::before {
  content: "";
  position: absolute;
  left: var(--menu-child-glyph-left);
  top: 50%;
  width: var(--menu-child-glyph-width);
  height: var(--menu-child-glyph-height);
  transform: translateY(calc(-50% + var(--menu-child-glyph-nudge-y)));
  background-color: currentColor;
  -webkit-mask:
    url("/assets/menu-child-connector.svg")
    center / contain no-repeat;
  mask:
    url("/assets/menu-child-connector.svg")
    center / contain no-repeat;
  opacity: 0.58;
  pointer-events: none;
}

.menu__submenu-flyout.is-open > .menu__submenu-label {
  background: rgba(255, 255, 255, 1);
}

.menu__submenu-flyout > .menu__submenu-label::after {
  content: "";
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  margin-left: auto;
  margin-right: 0;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0.72;
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 140ms ease, opacity 140ms ease;
}

.menu__submenu-flyout.is-open > .menu__submenu-label::after {
  transform: translateY(-50%) rotate(135deg);
  opacity: 0.95;
}

.menu__submenu-flyout > .menu__submenu-label:hover,
.menu__submenu-flyout > .menu__submenu-label:focus-visible {
  background: rgba(255, 255, 255, 1);
  outline: none;
}

.menu__submenu-list--flyout li a:hover,
.menu__submenu-list--flyout li a:focus-visible {
  background: rgba(255, 255, 255, 1);
  outline: none;
}

.menu__submenu a:hover,
.menu__submenu a:focus-visible {
  background: rgba(255, 255, 255, 1);
  outline: none;
}

/* Visible focus for top-level buttons */
.menu__toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 0.4rem;
}

/* Mobile navigation */
@media (max-width: 40rem) {
  .site-nav-shelf-overlay {
    display: none;
  }

  .site-nav {
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .site-nav__inner {
    position: relative;
    display: block;
    min-height: 3.9rem;
    padding: 0 0.7rem;
    background: transparent;
  }

  .site-nav__toggle-button {
    display: inline-flex;
    position: absolute;
    top: 50%;
    right: 0.7rem;
    transform: translateY(-50%);
    z-index: 1200;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 999px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .menu {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 0;
    max-width: none;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    flex-direction: column;
    row-gap: 0;
    z-index: 1100;
  }

  .menu.row {
    width: 100%;
    margin: 0;
    min-height: 0;
  }

  .site-nav__inner .menu.row {
    width: 100%;
    margin: 0;
  }

  .menu__group.column,
  .menu__group.column-20 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .menu.row > .menu__group {
    width: 100%;
    min-height: 0;
    display: none;
    align-items: stretch;
  }

  .menu.row > .menu__group.menu__group--logo {
    display: flex;
    min-height: 3.9rem;
    padding-right: 3.6rem !important;
  }

  .menu__logo-link {
    min-height: 2.65rem;
    height: 2.65rem;
    padding: 0;
  }

  .menu__logo {
    height: 100%;
    max-height: 100%;
  }

  .site-nav__toggle:not(:checked) ~ .menu.row > .menu__group.menu__group--logo {
    padding: 0.5rem 0.15rem !important;
  }

  .site-nav__toggle:not(:checked) ~ .menu .menu__logo-link:hover .menu__logo--default,
  .site-nav__toggle:not(:checked) ~ .menu .menu__logo-link:focus-visible .menu__logo--default {
    display: block;
  }

  .site-nav__toggle:not(:checked) ~ .menu .menu__logo-link:hover .menu__logo--color,
  .site-nav__toggle:not(:checked) ~ .menu .menu__logo-link:focus-visible .menu__logo--color {
    display: none;
  }

  .site-nav__toggle:checked ~ .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 0 0.45rem;
    max-height: 100vh;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(0,0,0,0.12);
  }

  .site-nav__toggle:checked ~ .menu .menu__logo--default {
    display: none;
  }

  .site-nav__toggle:checked ~ .menu .menu__logo--color {
    display: block;
  }

  .site-nav__toggle:checked ~ .menu.row > .menu__group {
    display: grid;
    grid-template-columns: minmax(8rem, 34%) minmax(0, 1fr);
    column-gap: 0.95rem;
    align-items: start;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
    padding: 0.35rem 1rem !important;
  }

  .site-nav__toggle:checked ~ .menu.row > .menu__group.menu__group--logo {
    display: flex;
    grid-template-columns: none;
    border-top: 0;
    border-bottom: 0;
    padding: 0.55rem 1rem !important;
    min-height: 3.9rem;
  }

  .site-nav__toggle:checked ~ .menu .menu__toggle.button.button-clear {
    grid-column: 1;
    align-self: start;
    display: block;
    width: 100%;
    text-align: left;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0.72rem 0 0.72rem 0.35rem;
    line-height: 1.25;
    font-size: 1.2rem;
    font-weight: 500;
    pointer-events: none;
  }

  .site-nav__toggle:checked ~ .menu .menu__submenu {
    grid-column: 2;
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-nav__toggle:checked ~ .menu .menu__submenu::before {
    display: none;
  }

  .site-nav__toggle:checked ~ .menu .menu__submenu a,
  .site-nav__toggle:checked ~ .menu .menu__submenu .menu__submenu-label {
    min-height: 0;
    padding: 1rem 0;
    font-size: 1rem;
    line-height: 2;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    color: #23272a;
    background: transparent;
  }

  .site-nav__toggle:checked ~ .menu .menu__submenu-flyout > .menu__submenu-label {
    padding-right: 0;
  }

  .site-nav__toggle:checked ~ .menu .menu__toggle::after,
  .site-nav__toggle:checked ~ .menu .menu__submenu-flyout > .menu__submenu-label::after {
    display: none;
  }

  .site-nav__toggle:checked ~ .menu .menu__submenu-list--flyout {
    display: none !important;
  }

  .site-nav__toggle:checked ~ .menu .menu__submenu-link--child {
    padding-left: 0;
  }

  .site-nav__toggle:checked ~ .menu .menu__submenu-link--child::before,
  .site-nav__toggle:checked ~ .menu .menu__submenu-link--child::after {
    display: none;
  }

  .site-nav__toggle:checked ~ .menu .menu__group:hover,
  .site-nav__toggle:checked ~ .menu .menu__group:focus-within,
  .site-nav__toggle:checked ~ .menu .menu__submenu a:hover,
  .site-nav__toggle:checked ~ .menu .menu__submenu a:focus-visible,
  .site-nav__toggle:checked ~ .menu .menu__submenu-flyout > .menu__submenu-label:hover,
  .site-nav__toggle:checked ~ .menu .menu__submenu-flyout > .menu__submenu-label:focus-visible {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    animation: none;
  }

  .site-nav__toggle:checked ~ .menu .menu__group:hover::before,
  .site-nav__toggle:checked ~ .menu .menu__group:focus-within::before,
  .site-nav__toggle:checked ~ .menu .menu__group:hover::after,
  .site-nav__toggle:checked ~ .menu .menu__group:focus-within::after,
  .site-nav__toggle:checked ~ .menu .menu__submenu li:hover::before,
  .site-nav__toggle:checked ~ .menu .menu__submenu li:focus-within::before,
  .site-nav__toggle:checked ~ .menu .menu__submenu li:hover::after,
  .site-nav__toggle:checked ~ .menu .menu__submenu li:focus-within::after,
  .site-nav__toggle:checked ~ .menu .menu__submenu-flyout > .menu__submenu-label:hover::before,
  .site-nav__toggle:checked ~ .menu .menu__submenu-flyout > .menu__submenu-label:focus-visible::before {
    content: none;
  }

  body > .hero-band > .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

/* --- carousel --- */
.dp-carousel__viewport { 
  overflow: hidden;
  border: 0;
}

.dp-carousel__layout {
  display: flex !important;
  align-items: flex-start !important;
  margin-top: 0 !important;
}

.dp-carousel__layout,
.dp-carousel__layout * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.dp-carousel__track {
  display: flex;
  width: calc(100% * var(--dp-count));
  transform: translateX(0);
}

.dp-carousel__slide {
  flex: 0 0 calc(100% / var(--dp-count));
  padding: 0 !important;
}
.dp-carousel__slide > p { margin: 0; }

.dp-carousel__slide blockquote {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  border-left: 0;
  padding-left: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 2.55rem;
  font-weight: 200;
  color: #41996f;
}

.dp-carousel__slide blockquote p {
  margin: 0 !important;
}

@media (max-width: 40rem) {
  .dp-carousel__slide blockquote {
    width: 100%;
    text-align: left;
  }
}

@supports (animation-timeline: view()) {
  .dp-carousel__track {
    animation: dp-track 1s linear both;
    animation-timeline: --pin;
    animation-range: entry 0% exit 100%;
    will-change: transform;
  }

  @keyframes dp-track {
    0%, 20% { transform: translateX(0); }
    20.001%, 40% { transform: translateX(-20%); }
    40.001%, 60% { transform: translateX(-40%); }
    60.001%, 80% { transform: translateX(-60%); }
    80.001%, 100% { transform: translateX(-80%); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .dp-carousel__track {
    animation: none;
    transform: none;
  }
}

/* --- dots --- */
.dp-carousel__dots {
  --dot-size: 0.75rem;
  --dot-gap: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: var(--dot-gap);
  align-items: flex-end;
  width: var(--dot-size);
  margin: 0 0 0 auto;
  align-self: flex-start;
  position: relative;
  top: 0;
}

@media (min-width: 40.0625rem) {
  .dp-carousel__dots {
    transform: translate(-0.4rem, 0.4em);
  }
}

.dp-carousel__dots-col {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  align-self: flex-start;
}

.dp-carousel__content {
  text-align: left;
  align-self: flex-start;
}

.dp-dot {
  position: relative;
  width: var(--dot-size);
  height: var(--dot-size);
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.35);
  background: transparent;
  overflow: hidden;
}

.dp-dot-active {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 999px;
  border: 1px solid currentColor;
  background: currentColor;
  transform: translate(0, 0);
  pointer-events: none;
}

@supports (animation-timeline: view()) {
  .dp-dot-active {
    animation: dp-dot-shift 1s linear both;
    animation-timeline: --pin;
    animation-range: entry 0% exit 100%;
    will-change: transform;
  }

  @keyframes dp-dot-shift {
    0%, 20% { transform: translate(0, 0); }
    20.001%, 40% { transform: translate(0, calc((var(--dot-size) + var(--dot-gap)) * 1)); }
    40.001%, 60% { transform: translate(0, calc((var(--dot-size) + var(--dot-gap)) * 2)); }
    60.001%, 80% { transform: translate(0, calc((var(--dot-size) + var(--dot-gap)) * 3)); }
    80.001%, 100% { transform: translate(0, calc((var(--dot-size) + var(--dot-gap)) * 4)); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .dp-dot-active { animation: none; }
}

@media (max-width: 40rem) {
  .dp-carousel__layout {
    flex-direction: column;
  }

  .dp-carousel__dots-col {
    order: 2;
  }

  .dp-carousel__content {
    order: 1;
  }

  .dp-carousel__dots {
    flex-direction: row;
    width: fit-content;
    margin: 0.75rem auto 0;
  }

  .dp-dot-active {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }

  @keyframes dp-dot-shift {
    0%, 20% { transform: translate(0, -50%); }
    20.001%, 40% { transform: translate(calc((var(--dot-size) + var(--dot-gap)) * 1), -50%); }
    40.001%, 60% { transform: translate(calc((var(--dot-size) + var(--dot-gap)) * 2), -50%); }
    60.001%, 80% { transform: translate(calc((var(--dot-size) + var(--dot-gap)) * 3), -50%); }
    80.001%, 100% { transform: translate(calc((var(--dot-size) + var(--dot-gap)) * 4), -50%); }
  }
}
.menu__toggle,
.menu__submenu a {
  font-family: 'Roboto Mono', monospace;
}

/* --- content pages --- */
.content-page {
  --content-ink: #f8fafc;
  --content-muted: rgba(248, 250, 252, 0.92);
  --content-soft: #e2e8f0;
  --content-panel: rgba(255, 255, 255, 0.88);
  --content-accent: #2463eb;
  --content-cta-bg:
    radial-gradient(160% 180% at 10% 10%, rgba(67, 153, 122, 0.38), transparent 55%),
    radial-gradient(180% 180% at 90% 90%, rgba(36, 99, 235, 0.24), transparent 58%),
    linear-gradient(180deg, rgba(14, 23, 38, 0.96), rgba(15, 23, 42, 0.94));
  background:
    radial-gradient(120% 80% at 80% -20%, rgba(255, 255, 255, 0.07), transparent 70%),
    linear-gradient(180deg, #2f343a 0%, #6f7680 100%);
  color: #f8fafc;
}

.content-page .site-nav {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.content-hero-section {
  position: relative;
  overflow: visible;
  padding: clamp(3rem, 6vw, 6rem) 0 clamp(2.2rem, 4vw, 3.8rem);
}

.content-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 150% at 90% 8%, rgba(255, 255, 255, 0.09), transparent 62%),
    radial-gradient(150% 180% at -6% -12%, rgba(0, 0, 0, 0.2), transparent 68%);
  pointer-events: none;
}

.content-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #f8fafc;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.content-breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
}

.content-breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.22rem;
  font-weight: 500;
  color: #e2e8f0;
}

.content-breadcrumb li {
  display: inline-flex;
  align-items: center;
}

.content-breadcrumb li + li::before {
  content: "/";
  margin: 0 0.5rem;
  color: rgba(226, 232, 240, 0.72);
}

.content-breadcrumb a {
  color: #f8fafc;
  text-decoration: none;
}

.content-breadcrumb a:hover,
.content-breadcrumb a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.content-breadcrumb [aria-current="page"] {
  color: #f8fafc;
  font-weight: 600;
}

.content-hero-section h1 {
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0 0.45rem 0 0;
  color: #f8fafc;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2.15rem, 3.35vw, 3.05rem);
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.25);
  padding: 0.08em 0.32em 0.1em;
  border-radius: 0.22rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.content-lede {
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  max-width: none;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2.15rem, 3.35vw, 3.05rem);
  font-weight: 300;
  line-height: 1.3;
  color: rgba(248, 250, 252, 0.94);
}

.content-lede a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.2rem;
  padding: 0.02em 0.22em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
}

.content-lede a:hover,
.content-lede a:focus-visible {
  background: rgba(255, 255, 255, 0.24);
}

.content-lede::after {
  content: "";
  display: block;
}

.content-page--tech .content-hero-section h1 {
  display: inline;
  line-height: 1.3;
}

.content-page--tech .tech-eq {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0.72em;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
}

.content-page--tech .tech-eq mjx-container {
  font-size: 1em !important;
  margin: 0;
  vertical-align: middle !important;
}

.content-page--tech .content-article mjx-container {
  color: inherit;
}

.content-page--tech .content-article mjx-container[display="false"] {
  font-size: 0.96em !important;
  margin: 0 0.04em;
  vertical-align: -0.06em;
}

.content-page--tech .content-article mjx-container[display="true"] {
  display: block;
  margin: 0.65em 0 0.9em;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0.95em !important;
}

.content-page--tech .content-home-cta .row {
  display: block;
  text-align: center;
}

.content-page--tech .content-home-cta h2 {
  text-align: center;
}

/* Systems page hero: full-viewport, sticky */
.systems-hero {
  min-height: calc(100svh - 6rem);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 0;
}

.systems-hero > .container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: calc(100svh - 6rem);
  padding-top: clamp(2rem, 3vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.systems-hero__canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
}

.systems-hero__headline {
  align-self: center;
}

.systems-hero__bottom {
  align-self: end;
  justify-self: end;
  width: 33.33%;
  margin: 0;
  color: rgba(248, 250, 252, 0.72);
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.52rem;
  line-height: 1.65;
  position: relative;
  z-index: 1;
}

.systems-hero__spacer {
  height: 150vh;
}

.systems-hero__wrap {
  position: relative;
}

.systems-hero__spacer {
  height: 150vh;
}

@media (max-width: 640px) {
  .systems-hero {
    min-height: auto;
    position: relative;
    padding: clamp(3rem, 6vw, 6rem) 0 clamp(2.2rem, 4vw, 3.8rem);
  }

  .systems-hero > .container {
    display: block;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .systems-hero__bottom {
    width: 100%;
    margin-top: 1.5rem;
  }

  .systems-hero__spacer {
    display: none;
  }
}

/* Research page hero: full-viewport, sticky */
.research-hero {
  min-height: calc(100svh - 6rem);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 0;
}

.research-hero > .container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: calc(100svh - 6rem);
  padding-top: clamp(2rem, 3vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.research-hero__canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
}

.research-hero__headline {
  align-self: center;
}

.research-hero__bottom {
  align-self: end;
  justify-self: end;
  width: 33.33%;
  margin: 0;
  color: rgba(248, 250, 252, 0.72);
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.52rem;
  line-height: 1.65;
  position: relative;
  z-index: 1;
}

.research-hero__spacer {
  height: 150vh;
}

.research-hero__wrap {
  position: relative;
}

@media (max-width: 640px) {
  .research-hero {
    min-height: auto;
    position: relative;
    padding: clamp(3rem, 6vw, 6rem) 0 clamp(2.2rem, 4vw, 3.8rem);
  }

  .research-hero > .container {
    display: block;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .research-hero__bottom {
    width: 100%;
    margin-top: 1.5rem;
  }

  .research-hero__spacer {
    display: none;
  }
}

.content-signal-line {
  position: relative;
  z-index: 1;
  margin: 1.3rem 0 0;
  max-width: 60ch;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  line-height: 1.36;
  color: #f1f5f9;
}

.content-signal-line strong {
  font-weight: 700;
  background: linear-gradient(120deg, rgba(56, 189, 248, 0.28), rgba(37, 99, 235, 0.2));
  border-radius: 0.3rem;
  padding: 0.04em 0.22em;
}

.content-definition {
  margin: 1.4rem 0 0;
  max-width: 74ch;
  color: #e2e8f0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.52rem;
  line-height: 1.6;
}

.content-hero-paragraph {
  position: relative;
  z-index: 1;
  margin: 3.5rem 0 0;
  max-width: 74ch;
  color: var(--content-muted);
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.65;
}

.content-hero-paragraph--full-width {
  max-width: none;
}

.content-hero-paragraph--right {
  margin-left: auto;
}

/* Product pillars – sticky scroll reveal */
.product-pillars__wrap {
  position: relative;
  margin-top: -30vh;
}

.product-pillars__spacer {
  height: 600vh;
  pointer-events: none;
}

.product-pillars__canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}

.product-pillars {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-pillars__bg {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 20, 0.5);
  opacity: 0;
  transition: none;
  pointer-events: none;
}

.product-pillars__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  counter-reset: pillar-h2;
}

.product-pillars__heading {
  font-family: 'Roboto Mono', monospace;
  font-size: clamp(1.1rem, 2.2vw, 1.85rem);
  font-weight: 200;
  line-height: 1.4;
  color: #f8fafc;
  opacity: 0;
  transition: opacity 0.35s ease;
  margin: 0;
  counter-increment: pillar-h2;
  position: relative;
  padding-left: calc(3.6ch + 0.35ch);
}

.product-pillars__heading::before {
  content: counter(pillar-h2, decimal-leading-zero) ". ";
  opacity: 0.8;
  font-size: 0.6em;
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 3.6ch;
  text-align: right;
}

.product-pillars__body {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.82);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
  margin: 0.5rem 0 0;
  position: relative;
  padding-left: calc(3.95ch + 15px + 0.8rem);
}

.product-pillars__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3.95ch;
  bottom: 0;
  width: 15px;
  background:
    conic-gradient(
      from var(--iridescent-angle, 0deg) at 0 0,
      rgba(216, 251, 255, 0.18) 0deg,
      rgba(255, 228, 246, 0.17) 30deg,
      rgba(231, 220, 255, 0.16) 60deg,
      rgba(226, 253, 255, 0.14) 90deg,
      rgba(255, 236, 249, 0.13) 120deg,
      rgba(238, 230, 255, 0.12) 150deg,
      rgba(246, 255, 255, 0.10) 180deg,
      rgba(255, 245, 252, 0.09) 210deg,
      rgba(249, 245, 255, 0.08) 240deg,
      rgba(246, 255, 255, 0.07) 270deg,
      rgba(255, 245, 252, 0.06) 300deg,
      rgba(249, 245, 255, 0.06) 330deg,
      rgba(216, 251, 255, 0.18) 360deg
    ) fixed;
  background-size: 100vw 100vh;
  background-position: top left;
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.product-pillars__item.is-active .product-pillars__body::before {
  opacity: 1;
}

.product-pillars__item.is-active .product-pillars__heading {
  opacity: 1;
}

.product-pillars__item.is-active .product-pillars__body {
  opacity: 1;
  max-height: 20rem;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}

.product-pillars__body a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.2rem;
  padding: 0.02em 0.22em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
}

.product-pillars__body a:hover,
.product-pillars__body a:focus-visible {
  background: rgba(255, 255, 255, 0.24);
}

/* Home page pillars – light text on dark gradient */

.home-pillars .product-pillars__list {
  gap: 1.5rem;
}

.home-pillars .product-pillars__body p {
  margin: 0;
}

.home-pillars .product-pillars__item.is-active .product-pillars__body {
  padding-bottom: 1.2rem;
}


.product-explore {
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2.2rem, 4vw, 3.8rem);
}

.product-explore__title {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 300;
  color: #f8fafc;
  margin: 0 0 1.5rem;
}

.product-explore__grid {
  align-items: stretch;
  padding: 0;
}

.product-explore__grid > .column {
  display: flex;
}

.product-explore__grid > .column > .role-card {
  flex: 1;
}

.about-three-columns {
  position: relative;
  z-index: 1;
  align-items: stretch;
}

.about-three-columns .column {
  display: flex;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.about-three-columns__item {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  padding: 1.2rem 1.6rem;
}

.about-three-columns__item h2 {
  align-self: flex-start;
  display: inline-block;
  width: auto;
  margin: 0 0 0.5rem;
  color: #f8fafc;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1.28;
  font-weight: 700;
}

.about-three-columns__cta.button {
  align-self: flex-start;
  width: auto;
  margin-top: 1rem;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.7);
  color: #0f172a;
  background: #ffffff;
  position: relative;
  isolation: isolate;
  overflow: visible;
  transform: translateZ(0);
  font-size: 1.2rem;
}

.about-three-columns__cta.button:hover,
.about-three-columns__cta.button:focus-visible {
  background: #dbeafe;
  border-color: #dbeafe;
  color: #0f172a;
}

.about-three-columns__cta.button:hover::before,
.about-three-columns__cta.button:focus-visible::before {
  content: "";
  position: absolute;
  inset: -0.8rem;
  border-radius: 999px;
  background:
    radial-gradient(200% 200% at 20% 25%, rgba(120, 180, 255, 0.45), transparent 70%),
    radial-gradient(180% 180% at 80% 75%, rgba(255, 150, 120, 0.42), transparent 70%),
    radial-gradient(160% 160% at 50% 50%, rgba(200, 140, 255, 0.38), transparent 72%),
    radial-gradient(150% 150% at 75% 30%, rgba(140, 200, 255, 0.35), transparent 71%),
    radial-gradient(140% 140% at 30% 70%, rgba(100, 220, 240, 0.32), transparent 70%);
  mix-blend-mode: screen;
  filter: blur(18px) saturate(1.6);
  z-index: -2;
  pointer-events: none;
  animation: menuPrismPulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: center center;
}

.about-three-columns__cta.button:hover::after,
.about-three-columns__cta.button:focus-visible::after {
  content: "";
  position: absolute;
  inset: -0.22rem;
  border-radius: 999px;
  background: radial-gradient(85% 85% at 50% 50%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.45) 50%, transparent 75%);
  filter: blur(6px);
  z-index: -1;
  pointer-events: none;
  animation: menuWhitePulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: center center;
}

.about-three-columns__item p {
  margin: 0;
  color: var(--content-muted);
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.65;
}

.about-columns-section.content-body-section {
  margin-top: 0;
  padding-top: clamp(3rem, 6vw, 6rem);
}

.about-body-text {
  position: relative;
  z-index: 1;
  margin: 3rem 0 0 33.33%;
  color: var(--content-muted);
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.65;
}

/* ── About team pillars (scroll-driven) ─────────────── */

.about-team-pillars__wrap {
  position: relative;
  margin-top: -10vh;
}

.about-team-pillars__spacer {
  height: 400vh;
  pointer-events: none;
}

.about-team-pillars {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-team-pillars__bg {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 20, 0.5);
  opacity: 0;
  transition: none;
  pointer-events: none;
}

.about-team-pillars__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-team-pillars__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(248, 250, 252, 0.5);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.8rem;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.about-team-pillars__rule {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.about-team-pillars__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.4rem;
  align-items: start;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}

.about-team-pillars__item.is-active .about-team-pillars__inner {
  max-height: 30rem;
  opacity: 1;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
}

.about-team-pillars__photo-col {
  padding-top: 0.2rem;
}

.about-team-pillars__photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.3rem;
  margin-bottom: 0.8rem;
}

.about-team-pillars__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-team-pillars__links li {
  margin: 0;
}

.about-team-pillars__links a {
  color: rgba(248, 250, 252, 0.7);
  font-family: 'Roboto Mono', monospace;
  font-size: 0.92rem;
  line-height: 1.7;
  text-decoration: none;
  transition: color 0.15s ease;
}

.about-team-pillars__links a:hover,
.about-team-pillars__links a:focus-visible {
  color: #ffffff;
}

.about-team-pillars__name {
  font-family: 'Roboto Mono', monospace;
  font-size: clamp(1.1rem, 2.2vw, 1.85rem);
  font-weight: 200;
  line-height: 1.4;
  color: #f8fafc;
  opacity: 0;
  transition: opacity 0.35s ease;
  margin: 0;
}

.about-team-pillars__role {
  color: rgba(226, 232, 240, 0.55);
  font-family: 'Roboto Mono', monospace;
  font-size: 0.72em;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-left: 0.6em;
}

.about-team-pillars__bio {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.82);
  margin: 0.3rem 0 0;
}

.about-team-pillars__item.is-active .about-team-pillars__name {
  opacity: 1;
}

.content-related-section {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(2.4rem, 4vw, 3.4rem);
  border-top: 1px dotted rgba(255, 255, 255, 0.25);
}

.content-related-section .content-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2.4rem;
}

.content-related-section h3,
.content-article .content-related-section h3 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.2rem;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(248, 250, 252, 0.55);
  margin: 0 0 0.9rem;
  padding-left: 0;
  counter-increment: none;
}

.content-related-section h3::before {
  display: none;
}

.content-related-section ul,
.content-article .content-related-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-related-section li,
.content-article .content-related-section li {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.55;
}

.content-related-section li + li {
  margin-top: 0.45rem;
}

.content-related-section a,
.content-article .content-related-section a {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.55;
  color: var(--content-muted, rgba(248, 250, 252, 0.92));
  text-decoration: none;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.content-related-section a:hover,
.content-related-section a:focus-visible,
.content-article .content-related-section a:hover,
.content-article .content-related-section a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  background: transparent;
}

.content-body-section {
  margin-top: -1.25rem;
  padding: 0 0 3.4rem;
}

.content-body-section > .container {
  position: relative;
  z-index: 2;
}

.content-article {
  padding: clamp(1.2rem, 2.5vw, 2rem);
}

.content-subsection {
  display: grid;
  grid-template-columns: minmax(16rem, 25%) minmax(0, 1fr);
  gap: 0 2.4rem;
  border-top: 1px dotted rgba(255, 255, 255, 0.25);
  padding: clamp(1.6rem, 2.8vw, 2.4rem) 0;
}

.content-subsection:first-child {
  border-top: 0;
  padding-top: 0.3rem;
}

.content-subsection--intro > * {
  grid-column: 1 / -1;
}

.content-subsection > h2 {
  grid-column: 1;
  position: sticky;
  top: 25vh;
  align-self: start;
  margin: 0;
  padding-right: 0.9rem;
  color: var(--content-ink);
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
  border-bottom: 0;
  font-weight: 500;
}

.content-subsection > .content-subsection__body {
  grid-column: 2;
  min-width: 0;
}

.content-article h2,
.content-article h3,
.content-article h4 {
  color: var(--content-ink);
  margin: 0 0 0.75rem;
}

.content-page .content-subsection > h2,
.content-page .content-article h2 {
  font-family: 'Roboto Mono', monospace;
  font-weight: 200;
}

.content-page .content-article {
  counter-reset: content-h2;
  --content-h2-prefix-width: 3.6ch;
}

.content-page .content-subsection > h2,
.content-page .content-article h2 {
  font-size: 1.6rem;
  line-height: 1.4;
}

.content-page .content-article h2 {
  counter-increment: content-h2;
  position: relative;
  padding-left: calc(var(--content-h2-prefix-width) + 0.35ch);
}

.content-page .content-subsection > h2 {
  position: sticky;
  top: 25vh;
}

.content-page .content-article h2::before {
  content: counter(content-h2, decimal-leading-zero) ". ";
  opacity: 0.8;
  font-size: 0.6em;
  position: absolute;
  left: 0;
  bottom: 0.25em;
  width: var(--content-h2-prefix-width);
  white-space: nowrap;
}

.content-article h3 {
  margin-top: 0.2rem;
  font-size: clamp(1.85rem, 2vw, 2.2rem);
}

.content-article h4 {
  margin-top: 0.8rem;
  font-size: 1.7rem;
}

.content-article p,
.content-article li,
.content-article dd {
  color: var(--content-muted);
  font-family: 'Roboto', sans-serif;
  line-height: 1.65;
  font-size: 1.6rem;
}

.content-article li {
  margin: 0;
}

.content-article p {
  margin: 0 0 0.9rem;
}

.content-article p + p {
  margin-top: 0.15rem;
}

.content-article ul,
.content-article ol {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
  margin-left: 1.75rem;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  padding-left: 0.45rem;
}

main ul,
main ol {
  list-style-position: outside;
  padding-left: 0.45rem;
}

main li {
  padding-left: 0.2rem;
}

.content-article ul ul,
.content-article ol ol,
.content-article ul ol,
.content-article ol ul {
  margin-top: 0.45rem;
  margin-bottom: 0.55rem;
}

.content-article li + li {
  margin-top: 0;
}

.content-article li > p {
  margin: 0;
}

.content-article li > *:first-child {
  margin-top: 0;
}

.content-article li > *:last-child {
  margin-bottom: 0;
}

.content-article pre.content-code-block {
  margin: 0;
  padding: 0.95rem 1rem;
  border: 0;
  border-radius: 0.32rem;
  background: rgba(0, 0, 0, 0.38);
  max-height: 35rem;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.content-article pre.content-code-block code {
  display: block;
  color: #f8fafc;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-family: 'Roboto Mono', monospace;
  font-size: 1.3rem;
  line-height: 1.56;
  white-space: pre;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.1rem 0 1.35rem;
}

.comparison-table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.55;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid rgba(15, 23, 42, 0.12);
  padding: 0.85rem 0.95rem;
  vertical-align: top;
}

.comparison-table th {
  background: rgba(15, 23, 42, 0.04);
  color: var(--content-ink);
  font-weight: 600;
  text-align: left;
}

.comparison-table td {
  color: var(--content-muted);
}

.comparison-table tbody tr:nth-child(even) td {
  background: rgba(15, 23, 42, 0.02);
}

.faq-hero-cta {
  margin-top: 1rem;
}

.content-hero-paragraph.faq-hero-cta a {
  color: #f8fafc;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.content-hero-paragraph.faq-hero-cta a:hover,
.content-hero-paragraph.faq-hero-cta a:focus-visible {
  color: #ffffff;
}

.faq-hub {
  width: 100%;
  margin-top: 2.35rem;
}

.faq-search-shell {
  position: relative;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto 2.2rem;
}

.faq-hub-search__input {
  width: 100%;
  margin: 0;
  padding: 1.1rem 5.2rem 1.1rem 1.2rem;
  color: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0.45rem;
  background: linear-gradient(140deg, rgba(249, 251, 255, 0.93), rgba(240, 247, 255, 0.88));
  box-shadow: 0 0 0 1px rgba(191, 219, 254, 0.34), 0 12px 26px -20px rgba(147, 197, 253, 0.75);
  font-family: 'Roboto', sans-serif;
  font-size: 1.52rem;
}

.faq-hub-search__input:focus {
  border-color: rgba(125, 211, 252, 0.95);
  box-shadow: 0 0 0 1px rgba(125, 211, 252, 0.58), 0 16px 28px -20px rgba(56, 189, 248, 0.85);
}

.faq-hub-search__input::placeholder {
  color: rgba(15, 23, 42, 0.48);
}

.faq-hub-search__clear,
.faq-hub-search__clear.button-clear {
  position: absolute;
  right: 0.55rem;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  min-height: 0;
  height: auto;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: rgba(100, 116, 139, 0.9);
  font-family: 'Roboto Mono', monospace;
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: 0.01em;
  background: rgba(248, 250, 252, 0.84);
  border: 1px solid rgba(148, 163, 184, 0.34);
}

.faq-hub-search__clear:hover,
.faq-hub-search__clear:focus-visible {
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  border-color: rgba(125, 211, 252, 0.72);
}

.faq-filter-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.35rem;
  margin-right: -0.35rem;
  margin-bottom: 1.35rem;
}

.faq-filter-row .column {
  display: flex;
  align-items: stretch;
  flex: 0 0 20%;
  max-width: 20%;
  margin-left: 0 !important;
  margin-bottom: 0.7rem;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-topic-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.45rem;
  min-height: 6rem;
  flex: 1 1 auto;
  width: 100%;
  margin: 0;
  padding: 0.9rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-left: 2px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--content-ink);
  cursor: pointer;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.faq-topic-box:hover,
.faq-topic-box:focus-visible {
  border-color: rgba(248, 250, 252, 0.62);
  box-shadow: inset 0 0 0 1px rgba(248, 250, 252, 0.14);
  transform: translateY(-1px);
}

.faq-topic-box.is-active {
  border-color: rgba(125, 211, 252, 0.92);
  box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.44), 0 0 0 1px rgba(125, 211, 252, 0.28);
}

.faq-topic-box__label {
  font-family: 'Roboto Mono', monospace;
  font-size: 0.98rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.22;
}

.faq-topic-box__count {
  font-family: 'Roboto', sans-serif;
  font-size: 1.65rem;
  line-height: 1;
  font-weight: 600;
}

.faq-hub-summary {
  margin: 0 0 1rem;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  color: #d7e3f4;
}

.faq-hub-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
}

.faq-hub-item {
  width: 100%;
  padding: 1rem 1.05rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(0, 0, 0, 0.2);
}

.faq-hub-item__category {
  margin: 0 0 0.45rem;
  font-family: 'Roboto Mono', monospace;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgba(226, 232, 240, 0.9);
}

.content-article .faq-hub-item h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.72rem, 2.25vw, 2.05rem);
  line-height: 1.35;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.content-article .faq-hub-item h3 a {
  color: #f8fafc;
  text-decoration: none;
}

.content-article .faq-hub-item h3 a:hover,
.content-article .faq-hub-item h3 a:focus-visible {
  text-decoration: underline;
}

.faq-hub-item__answer {
  margin: 0;
}

.faq-hub-item__cta {
  margin: 0.55rem 0 0;
}

.content-article a.faq-hub-item__link {
  font-size: 1.35rem;
  font-weight: 500;
}

.faq-hub-empty {
  margin-top: 0.95rem;
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.32);
  background: rgba(15, 23, 42, 0.22);
  text-align: center;
}

.faq-hub-item[hidden] {
  display: none !important;
}

.content-subsection > :last-child,
.content-article > :last-child {
  margin-bottom: 0;
}

.content-page--blog .content-article {
  counter-reset: none;
}

.content-page--blog .content-article h2 {
  counter-increment: none;
  padding-left: 0;
  margin-top: 2rem;
}

.content-page--blog .content-article h2:first-child {
  margin-top: 0;
}

.content-page--blog .content-article h2::before {
  content: none;
}

.content-page--blog .content-article h2:first-of-type {
  margin-top: 0;
}

.blog-list {
  display: grid;
  gap: 1.2rem;
}

.blog-card {
  background: rgba(0, 0, 0, 0.15);
  padding: 1.25rem 1.4rem 1.35rem;
}

.blog-card--featured {
  position: relative;
  padding: 2.4rem 2.6rem 2.2rem;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-left: none;
}

.blog-card--featured::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  bottom: -1px;
  width: 3px;
  background: linear-gradient(
    180deg,
    rgba(216, 251, 255, 0.6) 0%,
    rgba(255, 228, 246, 0.5) 40%,
    rgba(231, 220, 255, 0.5) 70%,
    rgba(216, 251, 255, 0.35) 100%
  );
}

.blog-card--featured-row {
  align-items: flex-start;
}

.blog-card--featured .blog-card-title {
  font-size: clamp(2.8rem, 3.6vw, 3.6rem);
  font-weight: 600;
  margin-bottom: 1.4rem;
  line-height: 1.2;
}

.blog-card--featured-meta {
  padding-right: 1.6rem;
}

.blog-card--featured-meta .blog-meta {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
  font-size: 1.15rem;
}

.blog-card--featured-preview {
  border-left: 1px solid rgba(148, 163, 184, 0.18);
  padding-left: 2rem;
}

.blog-card--featured .blog-card-excerpt {
  font-size: 1.5rem;
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.85);
  margin: 0 0 1rem;
}

.blog-card-continue {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
}

.blog-card-continue a {
  color: rgba(241, 245, 249, 0.95);
  text-decoration: none;
}

.blog-card-continue a:hover,
.blog-card-continue a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .blog-card--featured {
    padding: 1.6rem 1.4rem 1.4rem;
  }
  .blog-card--featured-meta .blog-meta {
    flex-direction: row;
  }
  .blog-card--featured-preview {
    border-left: none;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    padding-left: 0;
    padding-top: 1.2rem;
    margin-top: 0.4rem;
  }
  .blog-card--featured-meta {
    padding-right: 0;
  }
}

.blog-card-kicker {
  display: inline-block;
  margin: 0 0 0.55rem;
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
  background: rgba(36, 99, 235, 0.24);
  color: #f1f5f9;
  font-family: 'Roboto Mono', monospace;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.blog-card-title {
  margin: 0 0 0.6rem;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2rem, 2.3vw, 2.45rem);
  line-height: 1.28;
  font-weight: 500;
}

.blog-card-title a {
  color: #f8fafc;
  text-decoration: underline;
  text-decoration-color: rgba(148, 163, 184, 0.35);
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
}

.blog-card-title a:hover,
.blog-card-title a:focus-visible {
  text-decoration-color: rgba(241, 245, 249, 0.7);
}

.blog-card-excerpt {
  margin: 0 0 0.85rem;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1.1rem;
  margin: 0 0 0.8rem;
  color: rgba(226, 232, 240, 0.88);
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
}

.blog-meta a {
  color: rgba(241, 245, 249, 0.95);
  text-decoration: none;
}

.blog-meta a:hover,
.blog-meta a:focus-visible {
  text-decoration: underline;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-tags li {
  margin: 0;
  padding: 0.15rem 0.55rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  border-radius: 999px;
  color: rgba(226, 232, 240, 0.95);
  font-family: 'Roboto Mono', monospace;
  font-size: 1.1rem;
  line-height: 1.45;
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 1.1rem;
  color: rgba(226, 232, 240, 0.88);
  font-size: 1.3rem;
}

.blog-post-header {
  margin: 0 0 1.5rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.blog-post-title {
  margin: 0 0 0.65rem;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2.45rem, 3.2vw, 3.05rem);
  line-height: 1.26;
  font-weight: 600;
  color: #f8fafc;
}

.blog-post-summary {
  margin: 0 0 0.85rem;
  max-width: 68ch;
}

.content-page--blog-post .content-article blockquote {
  margin: 0 0 1rem 1rem;
  padding: 0.1rem 0 0.1rem 1rem;
  border-left: 3px solid rgba(148, 163, 184, 0.55);
}

.content-page--blog-post .content-article blockquote p {
  margin: 0;
}

.blog-post-layout {
  display: grid;
  grid-template-columns: minmax(14rem, 20%) minmax(0, 1fr);
  gap: 0 2.4rem;
  align-items: start;
}

.blog-post-layout > .content-article {
  padding-top: 0;
}

.blog-post-sidebar {
  position: relative;
}

.blog-post-sidebar__inner {
  position: sticky;
  top: 2rem;
  align-self: start;
  padding-right: 0.9rem;
}

.blog-post-sidebar__meta {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.1rem;
  font-weight: 200;
  color: rgba(248, 250, 252, 0.45);
  margin: 0 0 1.8rem;
  line-height: 1.5;
}

.blog-post-sidebar__meta time {
  display: block;
  color: rgba(248, 250, 252, 0.6);
}

.blog-post-sidebar__meta-sep {
  display: none;
}

.blog-post-sidebar h2 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.2rem;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(248, 250, 252, 0.55);
  margin: 0 0 0.7rem;
  padding-left: 0;
  counter-increment: none;
}

.blog-post-sidebar h2::before {
  display: none;
}

.blog-post-sidebar p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.36rem;
  color: var(--content-muted, rgba(248, 250, 252, 0.92));
  margin: 0 0 1.6rem;
  line-height: 1.55;
}

.blog-post-sidebar a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.2rem;
  padding: 0.02em 0.22em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
}

.blog-post-sidebar a:hover,
.blog-post-sidebar a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.24);
  text-decoration: none;
}

.blog-post-sidebar__related {
  margin-bottom: 1.2rem;
}

.blog-post-sidebar__related h3 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.1rem;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(248, 250, 252, 0.4);
  margin: 0 0 0.5rem;
}

.blog-post-sidebar__related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-post-sidebar__related li {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.36rem;
  line-height: 1.55;
}

.blog-post-sidebar__related li + li {
  margin-top: 0.35rem;
}

@media (max-width: 52rem) {
  .blog-post-layout {
    grid-template-columns: 1fr;
  }

  .blog-post-sidebar__inner {
    position: static;
    padding-right: 0;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
  }

  .blog-post-sidebar__meta {
    margin-bottom: 1.2rem;
  }

  .blog-post-sidebar__meta time {
    display: inline;
  }

  .blog-post-sidebar__meta-sep {
    display: inline;
    margin: 0 0.3rem;
  }

  .blog-post-sidebar__related {
    display: inline-block;
    margin-right: 2rem;
  }
}

.blog-author-card {
  margin-top: 1.3rem;
  padding: 1rem 1.1rem;
  background: rgba(0, 0, 0, 0.15);
}

.blog-author-card h2 {
  margin-top: 0;
}

.blog-author-card p:last-child {
  margin-bottom: 0;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.role-card {
  padding: 1.15rem 1.15rem 1rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.role-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.95rem;
  line-height: 1.2;
}

.role-card h3 a {
  color: var(--content-ink);
  text-decoration: none;
}

.role-card h3 a:hover,
.role-card h3 a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.role-card p {
  margin: 0 0 0.7rem;
}

.role-card ul {
  margin: 0 0 0.7rem 1.35rem;
}

.role-card__cta {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}

.role-card__cta::after {
  content: " ->";
  margin-left: 0.3rem;
}

.systems-briefs-grid {
  gap: 0.9rem;
  align-items: stretch;
}

.systems-brief-card {
  margin: 0;
  padding: 0.72rem 0.86rem 0.8rem calc(30px + 0.86rem);
  display: flex;
  flex-direction: column;
  align-self: stretch;
  border-left: none;
  position: relative;
}

.systems-brief-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  background:
    conic-gradient(
      from var(--iridescent-angle, 0deg) at 0 0,
      rgba(216, 251, 255, 0.18) 0deg,
      rgba(255, 228, 246, 0.17) 30deg,
      rgba(231, 220, 255, 0.16) 60deg,
      rgba(226, 253, 255, 0.14) 90deg,
      rgba(255, 236, 249, 0.13) 120deg,
      rgba(238, 230, 255, 0.12) 150deg,
      rgba(246, 255, 255, 0.10) 180deg,
      rgba(255, 245, 252, 0.09) 210deg,
      rgba(249, 245, 255, 0.08) 240deg,
      rgba(246, 255, 255, 0.07) 270deg,
      rgba(255, 245, 252, 0.06) 300deg,
      rgba(249, 245, 255, 0.06) 330deg,
      rgba(216, 251, 255, 0.18) 360deg
    ) fixed;
  background-size: 100vw 100vh;
  background-position: top left;
  border-radius: 1px;
}

.systems-brief-copy {
  min-width: 0;
  width: 100%;
}

.systems-brief-card h3 {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.68rem;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0;
}

.systems-brief-card h3 a {
  font-weight: 600;
}

.systems-brief-card h3 a:hover,
.systems-brief-card h3 a:focus-visible {
  text-decoration: underline;
}

.systems-brief-card p {
  margin: 0;
}

.systems-brief-copy p {
  margin-top: 0.28rem;
  color: var(--content-muted);
  font-size: 1.48rem;
  line-height: 1.55;
}

.systems-brief-card p.systems-brief-actions {
  margin-top: auto;
  padding-top: 1.5rem;
  text-align: center;
  flex-shrink: 0;
  margin-bottom: 0;
}

.legal-hub-layout {
  display: grid;
  grid-template-columns: minmax(17rem, 38%) minmax(0, 1fr);
  gap: 1rem 1.2rem;
  border-top: 0;
  padding: 0;
}

.legal-hub-pane {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.legal-hub-pane h2 {
  margin: 0 0 0.62rem;
  font-size: 1.65rem;
  line-height: 1.35;
  color: var(--content-ink);
}

.legal-hub-pane--company {
  position: sticky;
  top: 7rem;
  align-self: start;
}

.legal-company-list {
  margin: 0 0 0.85rem;
}

.legal-company-list > div {
  display: grid;
  grid-template-columns: minmax(8.5rem, 40%) minmax(0, 1fr);
  gap: 0.35rem 0.9rem;
  padding: 0.46rem 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.25);
}

.legal-company-list > div:first-child {
  border-top: 0;
}

.legal-company-list dt,
.legal-company-list dd {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

.legal-company-list dt {
  color: var(--content-soft);
  font-size: 1.28rem;
  font-weight: 500;
}

.legal-company-list dd {
  color: var(--content-muted);
  font-size: 1.42rem;
}

.legal-hub-note {
  margin: 0.7rem 0 0;
  color: var(--content-soft);
  font-size: 1.35rem;
}

.legal-doc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.legal-doc-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem 1rem;
  align-items: center;
  padding: 0.58rem 0.7rem 0.62rem;
  border-left: 2px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
}

.legal-doc-card__body h3 {
  margin: 0 0 0.28rem;
  font-size: 1.75rem;
  line-height: 1.25;
  color: var(--content-ink);
}

.legal-doc-card__body p {
  margin: 0;
  font-size: 1.46rem;
  line-height: 1.6;
  color: var(--content-muted);
}

.legal-doc-card__actions {
  margin: 0;
  align-self: center;
}

.content-article a.button.button-outline.legal-doc-card__cta {
  margin: 0;
  white-space: nowrap;
  align-self: center;
  justify-self: end;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.75);
  background: transparent;
  color: #ffffff;
}

.content-article a.button.button-outline.legal-doc-card__cta:hover,
.content-article a.button.button-outline.legal-doc-card__cta:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  color: #ffffff;
}

.research-briefs-callout {
  margin-top: 0.95rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.research-briefs-callout > p {
  margin: 0 0 0.55rem;
  color: var(--content-ink);
}

.research-briefs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.research-briefs-list li {
  margin: 0;
  padding: 0.58rem 0.7rem 0.62rem calc(30px + 0.7rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  border-left: none;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}

.research-briefs-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  background:
    conic-gradient(
      from var(--iridescent-angle, 0deg) at 0 0,
      rgba(216, 251, 255, 0.18) 0deg,
      rgba(255, 228, 246, 0.17) 30deg,
      rgba(231, 220, 255, 0.16) 60deg,
      rgba(226, 253, 255, 0.14) 90deg,
      rgba(255, 236, 249, 0.13) 120deg,
      rgba(238, 230, 255, 0.12) 150deg,
      rgba(246, 255, 255, 0.10) 180deg,
      rgba(255, 245, 252, 0.09) 210deg,
      rgba(249, 245, 255, 0.08) 240deg,
      rgba(246, 255, 255, 0.07) 270deg,
      rgba(255, 245, 252, 0.06) 300deg,
      rgba(249, 245, 255, 0.06) 330deg,
      rgba(216, 251, 255, 0.18) 360deg
    ) fixed;
  background-size: 100vw 100vh;
  background-position: top left;
  border-radius: 1px;
}

/* Reusable subtle, viewport-anchored iridescent wash. */
.iridescent-surface,
.research-briefs-list li.iridescent-surface {
  --iridescent-cyan-a: rgba(216, 251, 255, 0.135);
  --iridescent-magenta-a: rgba(255, 228, 246, 0.126);
  --iridescent-purple-a: rgba(231, 220, 255, 0.118);
  --iridescent-cyan-b: rgba(226, 253, 255, 0.098);
  --iridescent-magenta-b: rgba(255, 236, 249, 0.091);
  --iridescent-purple-b: rgba(238, 230, 255, 0.084);
  --iridescent-cyan-c: rgba(246, 255, 255, 0.07);
  --iridescent-magenta-c: rgba(255, 245, 252, 0.064);
  --iridescent-purple-c: rgba(249, 245, 255, 0.058);
  --iridescent-cyan-d: rgba(246, 255, 255, 0.048);
  --iridescent-magenta-d: rgba(255, 245, 252, 0.043);
  --iridescent-purple-d: rgba(249, 245, 255, 0.039);
  background:
    conic-gradient(
      from var(--iridescent-angle, 0deg) at 0 0,
      var(--iridescent-cyan-a) 0deg,
      var(--iridescent-magenta-a) 30deg,
      var(--iridescent-purple-a) 60deg,
      var(--iridescent-cyan-b) 90deg,
      var(--iridescent-magenta-b) 120deg,
      var(--iridescent-purple-b) 150deg,
      var(--iridescent-cyan-c) 180deg,
      var(--iridescent-magenta-c) 210deg,
      var(--iridescent-purple-c) 240deg,
      var(--iridescent-cyan-d) 270deg,
      var(--iridescent-magenta-d) 300deg,
      var(--iridescent-purple-d) 330deg,
      var(--iridescent-cyan-a) 360deg
    ) fixed;
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  background-position: top left;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.product-explore__grid .iridescent-surface {
  --iridescent-cyan-a: rgba(216, 251, 255, 0.24);
  --iridescent-magenta-a: rgba(255, 228, 246, 0.22);
  --iridescent-purple-a: rgba(231, 220, 255, 0.21);
  --iridescent-cyan-b: rgba(226, 253, 255, 0.17);
  --iridescent-magenta-b: rgba(255, 236, 249, 0.16);
  --iridescent-purple-b: rgba(238, 230, 255, 0.15);
  --iridescent-cyan-c: rgba(246, 255, 255, 0.12);
  --iridescent-magenta-c: rgba(255, 245, 252, 0.11);
  --iridescent-purple-c: rgba(249, 245, 255, 0.10);
  --iridescent-cyan-d: rgba(246, 255, 255, 0.08);
  --iridescent-magenta-d: rgba(255, 245, 252, 0.07);
  --iridescent-purple-d: rgba(249, 245, 255, 0.07);
}

.research-briefs-copy {
  min-width: 0;
}

.research-briefs-copy span {
  display: block;
  margin-top: 0.24rem;
  color: var(--content-muted);
  font-size: 1.48rem;
  line-height: 1.55;
}

.content-article a.research-briefs-link {
  display: inline;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-weight: 600;
}

.content-article a.research-briefs-link:hover,
.content-article a.research-briefs-link:focus-visible {
  background: transparent;
  text-decoration: underline;
}

.content-article a.button.button-outline.research-briefs-cta {
  margin: 0;
  white-space: nowrap;
  align-self: center;
  justify-self: end;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.75);
  background: transparent;
  color: #ffffff;
  position: relative;
  isolation: isolate;
  overflow: visible;
  transform: translateZ(0);
}

.content-article a.button.button-outline.research-briefs-cta:hover,
.content-article a.button.button-outline.research-briefs-cta:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  color: #ffffff;
}

.content-article a.button.button-outline.research-briefs-cta:hover::before,
.content-article a.button.button-outline.research-briefs-cta:focus-visible::before {
  content: "";
  position: absolute;
  inset: -0.8rem;
  border-radius: 999px;
  background:
    radial-gradient(200% 200% at 20% 25%, rgba(120, 180, 255, 0.45), transparent 70%),
    radial-gradient(180% 180% at 80% 75%, rgba(255, 150, 120, 0.42), transparent 70%),
    radial-gradient(160% 160% at 50% 50%, rgba(200, 140, 255, 0.38), transparent 72%),
    radial-gradient(150% 150% at 75% 30%, rgba(140, 200, 255, 0.35), transparent 71%),
    radial-gradient(140% 140% at 30% 70%, rgba(100, 220, 240, 0.32), transparent 70%);
  mix-blend-mode: screen;
  filter: blur(18px) saturate(1.6);
  z-index: -2;
  pointer-events: none;
  animation: menuPrismPulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: center center;
}

.content-article a.button.button-outline.research-briefs-cta:hover::after,
.content-article a.button.button-outline.research-briefs-cta:focus-visible::after {
  content: "";
  position: absolute;
  inset: -0.22rem;
  border-radius: 999px;
  background: radial-gradient(85% 85% at 50% 50%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.45) 50%, transparent 75%);
  filter: blur(6px);
  z-index: -1;
  pointer-events: none;
  animation: menuWhitePulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: center center;
}

.content-article .button:not(.faq-hub-search__clear) {
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.75);
  background: transparent;
  color: #ffffff;
  position: relative;
  isolation: isolate;
  overflow: visible;
  transform: translateZ(0);
}

.content-article .button:not(.faq-hub-search__clear):hover,
.content-article .button:not(.faq-hub-search__clear):focus-visible {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  color: #ffffff;
}

.content-article .button:not(.faq-hub-search__clear):hover::before,
.content-article .button:not(.faq-hub-search__clear):focus-visible::before {
  content: "";
  position: absolute;
  inset: -0.8rem;
  border-radius: 999px;
  background:
    radial-gradient(200% 200% at 20% 25%, rgba(120, 180, 255, 0.45), transparent 70%),
    radial-gradient(180% 180% at 80% 75%, rgba(255, 150, 120, 0.42), transparent 70%),
    radial-gradient(160% 160% at 50% 50%, rgba(200, 140, 255, 0.38), transparent 72%),
    radial-gradient(150% 150% at 75% 30%, rgba(140, 200, 255, 0.35), transparent 71%),
    radial-gradient(140% 140% at 30% 70%, rgba(100, 220, 240, 0.32), transparent 70%);
  mix-blend-mode: screen;
  filter: blur(18px) saturate(1.6);
  z-index: -2;
  pointer-events: none;
  animation: menuPrismPulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: center center;
}

.content-article .button:not(.faq-hub-search__clear):hover::after,
.content-article .button:not(.faq-hub-search__clear):focus-visible::after {
  content: "";
  position: absolute;
  inset: -0.22rem;
  border-radius: 999px;
  background: radial-gradient(85% 85% at 50% 50%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.45) 50%, transparent 75%);
  filter: blur(6px);
  z-index: -1;
  pointer-events: none;
  animation: menuWhitePulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: center center;
}

.content-article a:not(.role-card__cta):not(.button):not(.research-briefs-link):not(.research-briefs-cta):not(.legal-inline-link) {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.2rem;
  padding: 0.02em 0.22em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
}

.content-article a:not(.role-card__cta):not(.button):not(.research-briefs-link):not(.research-briefs-cta):not(.legal-inline-link):hover,
.content-article a:not(.role-card__cta):not(.button):not(.research-briefs-link):not(.research-briefs-cta):not(.legal-inline-link):focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.24);
}

.content-article .legal-company-list a.legal-inline-link {
  color: #ffffff;
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.content-article .legal-company-list a.legal-inline-link:hover,
.content-article .legal-company-list a.legal-inline-link:focus-visible {
  color: #ffffff;
  background: transparent;
  text-decoration-thickness: 2px;
}

.content-home-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  padding: clamp(3.4rem, 6vw, 5rem) 0;
  background:
    radial-gradient(180% 200% at 50% 130%, rgba(0, 0, 0, 0.9), transparent 60%),
    linear-gradient(180deg, #020408, #010206);
  color: #f8fafc;
}

.content-home-cta::before {
  content: "";
  position: absolute;
  inset: -24%;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  background:
    radial-gradient(100% 120% at 8% 20%, rgba(20, 80, 60, 0.7), transparent 50%),
    radial-gradient(110% 130% at 85% 75%, rgba(15, 30, 90, 0.65), transparent 52%),
    radial-gradient(90% 110% at 50% 110%, rgba(40, 15, 80, 0.6), transparent 50%),
    radial-gradient(120% 100% at 70% 10%, rgba(10, 60, 55, 0.35), transparent 55%);
  filter: blur(40px) saturate(1.6);
  transform: translate3d(-4%, -2%, 0) scale(1.04);
  will-change: transform, opacity;
  animation: ctaNebulaDriftA 28s ease-in-out infinite alternate;
}

.content-home-cta::after {
  content: "";
  position: absolute;
  inset: -28%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
  background:
    radial-gradient(110% 130% at 20% 85%, rgba(30, 12, 70, 0.6), transparent 50%),
    radial-gradient(120% 140% at 78% 15%, rgba(10, 35, 80, 0.55), transparent 52%),
    radial-gradient(100% 120% at 55% 50%, rgba(15, 65, 50, 0.35), transparent 50%),
    radial-gradient(130% 110% at 30% 20%, rgba(50, 20, 90, 0.25), transparent 55%);
  filter: blur(50px) saturate(1.6);
  transform: translate3d(4%, 2%, 0) scale(1.08);
  will-change: transform, opacity;
  animation: ctaNebulaDriftB 36s cubic-bezier(0.42, 0, 0.2, 1) infinite alternate;
}

.content-home-cta > .container {
  position: relative;
  z-index: 1;
}

.content-home-cta h2 {
  margin: 0 0 1.2rem;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: 500;
}

.content-home-cta p {
  color: rgba(248, 250, 252, 0.92);
  font-family: 'Roboto', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.content-home-cta ul,
.content-home-cta ol {
  margin: 0 0 1.15rem 1.45rem;
  padding-left: 0;
}

.content-home-cta li {
  color: rgba(248, 250, 252, 0.92);
  font-family: 'Roboto', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}

.content-home-cta li + li {
  margin-top: 0;
}

.content-home-cta strong {
  color: #ffffff;
}

.content-home-cta .button {
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.7);
  color: #0f172a;
  background: #ffffff;
  position: relative;
  isolation: isolate;
  overflow: visible;
  transform: translateZ(0);
}

.content-home-cta .button.button-outline {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.75);
}

.content-home-cta .button:hover,
.content-home-cta .button:focus-visible {
  background: #dbeafe;
  border-color: #dbeafe;
  color: #0f172a;
}

.content-home-cta .button.button-outline:hover,
.content-home-cta .button.button-outline:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  color: #ffffff;
}

.content-home-cta .button:hover::before,
.content-home-cta .button:focus-visible::before {
  content: "";
  position: absolute;
  inset: -0.8rem;
  border-radius: 999px;
  background:
    radial-gradient(200% 200% at 20% 25%, rgba(120, 180, 255, 0.45), transparent 70%),
    radial-gradient(180% 180% at 80% 75%, rgba(255, 150, 120, 0.42), transparent 70%),
    radial-gradient(160% 160% at 50% 50%, rgba(200, 140, 255, 0.38), transparent 72%),
    radial-gradient(150% 150% at 75% 30%, rgba(140, 200, 255, 0.35), transparent 71%),
    radial-gradient(140% 140% at 30% 70%, rgba(100, 220, 240, 0.32), transparent 70%);
  mix-blend-mode: screen;
  filter: blur(18px) saturate(1.6);
  z-index: -2;
  pointer-events: none;
  animation: menuPrismPulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: center center;
}

.content-home-cta .button:hover::after,
.content-home-cta .button:focus-visible::after {
  content: "";
  position: absolute;
  inset: -0.22rem;
  border-radius: 999px;
  background: radial-gradient(85% 85% at 50% 50%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.45) 50%, transparent 75%);
  filter: blur(6px);
  z-index: -1;
  pointer-events: none;
  animation: menuWhitePulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: center center;
}

@keyframes ctaNebulaDriftA {
  0% {
    transform: translate3d(-14%, -6%, 0) scale(1.0) rotate(-3deg);
    opacity: 0.65;
  }
  33% {
    transform: translate3d(6%, 8%, 0) scale(1.12) rotate(4deg);
    opacity: 0.95;
  }
  66% {
    transform: translate3d(16%, -4%, 0) scale(1.04) rotate(8deg);
    opacity: 0.75;
  }
  100% {
    transform: translate3d(-8%, 10%, 0) scale(1.1) rotate(-5deg);
    opacity: 0.9;
  }
}

@keyframes ctaNebulaDriftB {
  0% {
    transform: translate3d(12%, 4%, 0) scale(1.06) rotate(5deg);
    opacity: 0.55;
  }
  33% {
    transform: translate3d(-8%, -6%, 0) scale(1.14) rotate(-3deg);
    opacity: 0.85;
  }
  66% {
    transform: translate3d(-16%, 8%, 0) scale(1.02) rotate(-9deg);
    opacity: 0.65;
  }
  100% {
    transform: translate3d(6%, -10%, 0) scale(1.12) rotate(4deg);
    opacity: 0.8;
  }
}

@media (prefers-reduced-motion: reduce) {
  .content-home-cta::before,
  .content-home-cta::after {
    animation: none;
  }
}

.content-footer {
  position: relative;
  isolation: isolate;
  margin-top: 0;
  padding: 0;
  color: #0f172a;
  font-family: 'Roboto', sans-serif;
  border-top: 0;
}

.content-footer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 0;
  pointer-events: none;
}

.site-footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.4rem 2rem;
  align-items: start;
  padding: 2.25rem 1.2rem 2.5rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}

.site-footer-copy-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.site-footer-logo {
  flex-shrink: 0;
  width: 5rem;
  height: auto;
}

.site-footer-copy p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.5;
  color: #0f172a;
}

.site-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem 1.25rem;
}

.site-footer-column {
  min-height: 1px;
}

.site-footer-column h2 {
  margin: 0 0 0.48rem;
  color: #0f172a;
  font-family: 'Roboto', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer-column h2 a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}

.site-footer-column h2 a:hover,
.site-footer-column h2 a:focus-visible {
  color: #0f172a;
  text-decoration: underline;
}

.site-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-column li {
  margin: 0;
}

.site-footer-column li + li {
  margin-top: 0.36rem;
}

.site-footer-column a {
  color: #0f172a;
  font-size: 0.92rem;
  text-decoration: none;
  opacity: 1;
}

.site-footer-column a:hover,
.site-footer-column a:focus-visible {
  color: #0f172a;
  opacity: 1;
  text-decoration: underline;
}

.site-footer-separator {
  margin: 0.56rem 0 0.52rem;
  border-top: 1px solid rgba(15, 23, 42, 0.3);
}

@media (max-width: 56rem) {
  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-hero-section h1 {
    max-width: none;
  }

  .content-subsection {
    grid-template-columns: 1fr;
    gap: 0.95rem 0;
  }

  .content-subsection > h2,
  .content-subsection > .content-subsection__body,
  .content-subsection--intro > * {
    grid-column: 1;
  }

  .content-subsection > h2 {
    position: static;
    top: auto;
    padding-right: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
    padding-bottom: 0.55rem;
  }

  .content-page .content-subsection > h2 {
    position: relative;
    top: auto;
  }

  .content-home-cta h2 {
    margin-bottom: 0.9rem;
  }

  .content-home-cta .row {
    display: block;
  }

  .content-home-cta .column + .column {
    margin-top: 1.1rem;
  }

  .role-grid {
    grid-template-columns: 1fr;
  }

  .legal-hub-layout {
    grid-template-columns: 1fr;
  }

  .legal-hub-pane--company {
    position: static;
    top: auto;
  }

  .legal-doc-card {
    grid-template-columns: 1fr;
  }

  .legal-doc-card .legal-doc-card__cta {
    white-space: normal;
  }

  .content-hero-section h1,
  .content-lede {
    font-size: clamp(1.85rem, 6.2vw, 2.45rem);
  }

  .content-signal-line {
    font-size: clamp(1.62rem, 5.4vw, 2.1rem);
  }

  .content-definition {
    font-size: 1.4rem;
  }

  .faq-filter-row .column.column-20 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 68rem) {
  .product-pillars .column-50 {
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .product-pillars .column-offset-25 {
    margin-left: 20% !important;
  }
  .about-team-pillars .column-60 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .about-team-pillars .column-offset-20 {
    margin-left: 12.5% !important;
  }
}

@media (max-width: 58rem) {
  .product-pillars .column-50 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .product-pillars .column-offset-25 {
    margin-left: 12.5% !important;
  }
  .about-team-pillars .column-60 {
    flex: 0 0 85% !important;
    max-width: 85% !important;
  }
  .about-team-pillars .column-offset-20 {
    margin-left: 7.5% !important;
  }
}

@media (max-width: 50rem) {
  .product-pillars .column-50,
  .about-team-pillars .column-60,
  .home-pillars .column-80 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .product-pillars .column-offset-25,
  .about-team-pillars .column-offset-20,
  .home-pillars .column-offset-10 {
    margin-left: 0 !important;
  }
  .home-pillars .product-pillars__heading {
    font-size: clamp(1.2rem, 4.5vw, 1.85rem);
  }
  .home-pillars .product-pillars__body {
    font-size: clamp(1.05rem, 3.8vw, 1.55rem);
  }
  .content-hero-section .column-67 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .content-hero-section .column-offset-33 {
    margin-left: 0 !important;
  }
}

@media (max-width: 40rem) {
  .content-hero-section .column-offset-33 {
    margin-left: 0 !important;
  }

  .content-hero-section .column-67 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .content-hero-paragraph {
    margin-top: 1.8rem;
  }

  .content-hero-section {
    padding-bottom: 1.2rem;
  }

  .site-footer-links {
    grid-template-columns: 1fr;
  }

  .faq-search-shell {
    margin-bottom: 1.7rem;
  }

  .faq-hub-search__input {
    padding-right: 4.6rem;
    font-size: 1.45rem;
  }

  .faq-filter-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-filter-row .column.column-20 {
    flex: none;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .faq-filter-row .column.column-20:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

/* ── Contact layout ──────────────────────────────────── */

.contact-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 25%) minmax(0, 1fr);
  gap: 0 2.4rem;
  padding: clamp(1.2rem, 2.5vw, 2rem);
}

.contact-layout__sidebar {
  position: sticky;
  top: 25vh;
  align-self: start;
  padding-right: 0.9rem;
}

.contact-layout__sidebar h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #f8fafc;
  margin: 0 0 0.7rem;
}

.contact-layout__sidebar p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.36rem;
  color: var(--content-soft, #e2e8f0);
  margin: 0;
  line-height: 1.55;
}

.contact-link {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.2rem;
  padding: 0.02em 0.22em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
  transition: background 0.15s ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.24);
}

/* ── Contact form ────────────────────────────────────── */

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}

.contact-form__field {
  margin-bottom: 1.4rem;
}

.contact-form__label.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  margin: 0;
  padding: 0.85rem 1rem;
  color: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0.45rem;
  background: linear-gradient(140deg, rgba(249, 251, 255, 0.93), rgba(240, 247, 255, 0.88));
  box-shadow: 0 0 0 1px rgba(191, 219, 254, 0.34), 0 12px 26px -20px rgba(147, 197, 253, 0.75);
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: rgba(15, 23, 42, 0.48);
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  outline: none;
  border-color: rgba(125, 211, 252, 0.95);
  box-shadow: 0 0 0 1px rgba(125, 211, 252, 0.58), 0 16px 28px -20px rgba(56, 189, 248, 0.85);
}

.contact-form__textarea {
  resize: vertical;
  min-height: 7rem;
}

.contact-form__actions {
  margin-top: 0.6rem;
}

.contact-form__submit.button {
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.7);
  color: #0f172a;
  background: #ffffff;
  position: relative;
  isolation: isolate;
  overflow: visible;
  transform: translateZ(0);
}

.contact-form__submit.button:hover,
.contact-form__submit.button:focus-visible {
  background: #dbeafe;
  border-color: #dbeafe;
  color: #0f172a;
}

.contact-form__submit.button:hover::before,
.contact-form__submit.button:focus-visible::before {
  content: "";
  position: absolute;
  inset: -0.8rem;
  border-radius: 999px;
  background:
    radial-gradient(200% 200% at 20% 25%, rgba(120, 180, 255, 0.45), transparent 70%),
    radial-gradient(180% 180% at 80% 75%, rgba(255, 150, 120, 0.42), transparent 70%),
    radial-gradient(160% 160% at 50% 50%, rgba(200, 140, 255, 0.38), transparent 72%),
    radial-gradient(150% 150% at 75% 30%, rgba(140, 200, 255, 0.35), transparent 71%),
    radial-gradient(140% 140% at 30% 70%, rgba(100, 220, 240, 0.32), transparent 70%);
  mix-blend-mode: screen;
  filter: blur(18px) saturate(1.6);
  z-index: -2;
  pointer-events: none;
  animation: menuPrismPulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: center center;
}

.contact-form__submit.button:hover::after,
.contact-form__submit.button:focus-visible::after {
  content: "";
  position: absolute;
  inset: -0.22rem;
  border-radius: 999px;
  background: radial-gradient(85% 85% at 50% 50%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.45) 50%, transparent 75%);
  filter: blur(6px);
  z-index: -1;
  pointer-events: none;
  animation: menuWhitePulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transform-origin: center center;
}

@media (max-width: 40rem) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-layout__sidebar {
    position: static;
    padding-right: 0;
    margin-bottom: 2rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
  }

  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
