/* Cross-domain commerce technology — one catalogue, multiple thematic domains. */
.crossdomain-runtime {
  --cross-night: #02080d;
  --cross-night-soft: #071921;
  --cross-ink: #11313d;
  --cross-blue: #70d7e8;
  --cross-mint: #83e4bd;
  --cross-mint-bright: #d8ffec;
  --cross-violet: #8d91e7;
  --cross-paper: #eef5f2;
  --cross-line: rgba(31, 104, 112, .14);
}

.crossdomain-hero {
  min-height: 890px;
  align-items: stretch;
  background:
    radial-gradient(circle at 79% 32%, rgba(39, 167, 164, .2), transparent 28%),
    radial-gradient(circle at 19% 82%, rgba(70, 109, 192, .12), transparent 28%),
    linear-gradient(139deg, #02080d 0%, #071822 55%, #062a2b 100%);
}

.crossdomain-hero::before {
  content: "DOMAIN NETWORK";
  right: -.03em;
  bottom: -.08em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(168, 246, 226, .04);
  font-size: clamp(110px, 15vw, 250px);
}

.crossdomain-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .38;
  background-image:
    linear-gradient(rgba(109, 217, 197, .038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(109, 217, 197, .038) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 75% 84% at 70% 44%, #000, transparent);
  mask-image: radial-gradient(ellipse 75% 84% at 70% 44%, #000, transparent);
}

.crossdomain-circuit {
  opacity: .53;
}

.crossdomain-circuit path {
  stroke: rgba(112, 221, 203, .15);
}

.crossdomain-circuit .current {
  stroke: #c4fff0;
  filter: drop-shadow(0 0 6px rgba(105, 229, 196, .7));
}

.crossdomain-circuit circle {
  fill: #d2fff3;
  filter: drop-shadow(0 0 8px rgba(105, 229, 196, .78));
}

.crossdomain-hero-shell {
  width: min(100% - 64px, 1370px);
  min-height: 890px;
  padding: 162px 0 82px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(500px, .92fr);
  align-items: center;
  gap: clamp(58px, 7vw, 112px);
}

.crossdomain-hero-copy {
  min-width: 0;
}

.crossdomain-hero .breadcrumbs {
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.crossdomain-hero .breadcrumbs a {
  color: rgba(196, 231, 228, .52);
}

.crossdomain-hero .hero-kicker {
  color: #7dddb9;
}

.crossdomain-hero h1 {
  max-width: 760px;
  margin: 24px 0 0;
  color: #f2fffc;
  font-size: clamp(64px, 6.2vw, 94px);
  font-weight: 330;
  line-height: .91;
  letter-spacing: -.067em;
  overflow-wrap: normal;
}

.crossdomain-hero h1 em {
  display: block;
  color: var(--cross-mint-bright);
  font-style: normal;
  font-weight: inherit;
}

.crossdomain-lead {
  max-width: 730px;
  margin: 30px 0 0 !important;
  color: rgba(203, 232, 226, .7) !important;
  font-size: clamp(15px, 1.15vw, 18px) !important;
  line-height: 1.72 !important;
}

.crossdomain-meta {
  max-width: 740px;
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.crossdomain-meta span {
  min-width: 0;
  min-height: 82px;
  padding: 16px 17px;
  border: 1px solid rgba(126, 224, 202, .13);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #d9fff2;
  background: rgba(3, 25, 31, .5);
  font-size: 15px;
  font-weight: 440;
}

.crossdomain-meta small {
  color: rgba(151, 216, 202, .47);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.crossdomain-network {
  position: relative;
  min-width: 0;
  min-height: 620px;
  padding: 24px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(150, 231, 212, .2);
  border-radius: 8px 38px 8px 38px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(rgba(112, 219, 198, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 219, 198, .045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(3, 18, 25, .95), rgba(4, 48, 47, .86));
  background-size: 23px 23px, 23px 23px, auto;
  box-shadow: 0 42px 108px rgba(0, 0, 0, .36), inset 0 1px rgba(219, 255, 247, .055);
}

.crossdomain-network::before,
.crossdomain-network::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.crossdomain-network::before {
  top: -112px;
  right: -98px;
  z-index: -1;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(128, 224, 199, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(121, 211, 177, .025), 0 0 0 84px rgba(112, 204, 225, .018);
}

.crossdomain-network::after {
  right: 0;
  bottom: 0;
  width: 52%;
  height: 7px;
  background: linear-gradient(90deg, var(--cross-mint) 0 64%, var(--cross-blue) 64% 82%, var(--cross-violet) 82%);
}

.crossdomain-network-top {
  position: relative;
  z-index: 5;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(131, 220, 198, .13);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(169, 224, 211, .53);
  font: 600 7px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: .16em;
}

.crossdomain-network-top small {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #93e8c2;
  font: inherit;
}

.crossdomain-network-top i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #81efb8;
  box-shadow: 0 0 12px rgba(95, 238, 171, .9);
  animation: crossdomainPulse 2.5s ease-in-out infinite;
}

.crossdomain-network-stage {
  position: relative;
  min-height: 445px;
  flex: 1;
}

.crossdomain-network-stage > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.crossdomain-network-stage > svg path {
  fill: none;
  stroke: rgba(126, 224, 203, .15);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.crossdomain-network-stage > svg .network-current {
  stroke: #c9fff0;
  stroke-width: 1.3;
  stroke-dasharray: 3 97;
  filter: drop-shadow(0 0 5px rgba(111, 230, 198, .8));
  animation: crossdomainCurrent 5.8s linear infinite;
}

.crossdomain-network-stage > svg .network-current--two {
  animation-delay: -2.8s;
}

.crossdomain-network-stage > svg circle {
  fill: #caffee;
  filter: drop-shadow(0 0 7px rgba(111, 230, 198, .9));
}

.crossdomain-node,
.crossdomain-hub,
.crossdomain-cart {
  position: absolute;
  z-index: 3;
}

.crossdomain-node {
  width: 144px;
  min-height: 72px;
  padding: 11px 12px;
  border: 1px solid rgba(128, 220, 199, .16);
  display: flex;
  flex-direction: column;
  background: rgba(2, 21, 27, .84);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .2), inset 0 1px rgba(220, 255, 247, .035);
}

.crossdomain-node::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a8f5d5;
  box-shadow: 0 0 10px rgba(112, 231, 194, .76);
}

.crossdomain-node--a { left: 0; top: 12%; }
.crossdomain-node--a::after { right: -4px; bottom: -4px; }
.crossdomain-node--b { right: 0; top: 12%; }
.crossdomain-node--b::after { left: -4px; bottom: -4px; }
.crossdomain-node--c { left: 0; bottom: 8%; }
.crossdomain-node--c::after { right: -4px; top: -4px; }
.crossdomain-node--d { right: 0; bottom: 8%; }
.crossdomain-node--d::after { left: -4px; top: -4px; }

.crossdomain-node small,
.crossdomain-node strong,
.crossdomain-node i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crossdomain-node small {
  margin-bottom: 9px;
  color: rgba(132, 218, 198, .5);
  font: 600 6px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: .11em;
}

.crossdomain-node strong {
  color: #dffff4;
  font-size: 11px;
  font-weight: 520;
}

.crossdomain-node i {
  margin-top: 5px;
  color: rgba(174, 219, 208, .48);
  font-size: 8px;
  font-style: normal;
}

.crossdomain-hub {
  left: 50%;
  top: 50%;
  width: 168px;
  min-height: 168px;
  padding: 22px;
  border: 1px solid rgba(140, 231, 208, .3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(103, 221, 191, .18), transparent 62%),
    rgba(4, 30, 34, .95);
  box-shadow: 0 0 0 18px rgba(120, 226, 201, .025), 0 0 0 36px rgba(120, 226, 201, .018), 0 20px 48px rgba(0, 0, 0, .3);
  transform: translate(-50%, -50%);
}

.crossdomain-hub small {
  color: #77d9b6;
  font: 600 6px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: .12em;
}

.crossdomain-hub strong {
  margin-top: 12px;
  color: #e8fff8;
  font-size: 22px;
  font-weight: 390;
  line-height: .95;
  letter-spacing: -.04em;
}

.crossdomain-hub i {
  margin-top: 10px;
  color: rgba(173, 225, 213, .46);
  font: 600 6px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-style: normal;
  letter-spacing: .12em;
}

.crossdomain-cart {
  left: 50%;
  bottom: 1%;
  min-width: 174px;
  min-height: 45px;
  padding: 9px 13px 9px 43px;
  border: 1px solid rgba(135, 224, 204, .15);
  display: grid;
  align-content: center;
  background: rgba(2, 20, 26, .83);
  transform: translateX(-50%);
}

.crossdomain-cart > i {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 15px;
  height: 11px;
  border: 1px solid #8fe4c2;
  border-top: 0;
  transform: translateY(-60%) skew(-9deg);
}

.crossdomain-cart > i::before,
.crossdomain-cart > i::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #adf6d9;
}

.crossdomain-cart > i::before { left: 1px; }
.crossdomain-cart > i::after { right: 1px; }

.crossdomain-cart small,
.crossdomain-cart strong {
  display: block;
}

.crossdomain-cart small {
  color: rgba(141, 218, 201, .48);
  font: 600 5px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: .12em;
}

.crossdomain-cart strong {
  margin-top: 4px;
  color: #dcfff3;
  font-size: 10px;
  font-weight: 520;
}

.crossdomain-network-readout {
  position: relative;
  z-index: 5;
  padding-top: 16px;
  border-top: 1px solid rgba(131, 220, 198, .13);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.crossdomain-network-readout > span {
  min-width: 0;
  min-height: 68px;
  padding: 10px 11px;
  border: 1px solid rgba(127, 219, 198, .1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(2, 18, 23, .47);
}

.crossdomain-network-readout small {
  color: rgba(156, 218, 204, .43);
  font-size: 6px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.crossdomain-network-readout strong {
  color: #caffed;
  font-size: 11px;
  font-weight: 430;
  line-height: 1.2;
}

.crossdomain-bridge {
  background: linear-gradient(180deg, #06292b, #123c3b 35%, #eef5f2 36%);
}

.crossdomain-bridge path {
  stroke: rgba(140, 230, 207, .34);
}

.crossdomain-bridge .bridge-current {
  stroke: #ddfff4;
  filter: drop-shadow(0 0 5px rgba(109, 220, 191, .75));
}

.crossdomain-section {
  padding-top: clamp(50px, 5vw, 74px);
  background:
    radial-gradient(circle at 90% 8%, rgba(77, 155, 161, .09), transparent 28%),
    radial-gradient(circle at 8% 68%, rgba(86, 112, 167, .065), transparent 28%),
    linear-gradient(180deg, #eef5f2 0%, #fbfcfb 34%, #eef4f2 100%);
}

.crossdomain-article {
  width: min(100% - 64px, 1320px);
}

.crossdomain-body {
  width: 100%;
  color: rgba(24, 57, 66, .78);
}

.crossdomain-body p {
  margin: 0;
}

.crossdomain-kicker,
.crossdomain-panel-code {
  display: block;
  color: #218475;
  font-size: 8px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.crossdomain-intro {
  margin: 0 0 clamp(92px, 10vw, 150px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, .72fr);
  align-items: center;
  gap: clamp(56px, 8vw, 120px);
}

.crossdomain-intro-copy {
  max-width: 760px;
}

.crossdomain-intro-copy h2,
.crossdomain-section-head h2,
.crossdomain-journey h2,
.crossdomain-combination h2 {
  margin: 18px 0 0;
  color: var(--cross-ink);
  font-size: clamp(45px, 4.7vw, 72px);
  font-weight: 390;
  line-height: .98;
  letter-spacing: -.057em;
}

.crossdomain-intro-copy > p {
  max-width: 730px;
  margin-top: 20px;
  color: rgba(31, 65, 75, .69);
  font-size: 16px;
  line-height: 1.78;
}

.crossdomain-intro-copy .crossdomain-intro-lead {
  margin-top: 29px;
  color: #19434e;
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.55;
}

.crossdomain-definition {
  position: relative;
  min-height: 495px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(31, 117, 116, .15);
  border-radius: 8px 34px 8px 34px;
  background:
    linear-gradient(rgba(35, 126, 121, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 126, 121, .045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(211, 235, 227, .72));
  background-size: 25px 25px, 25px 25px, auto;
  box-shadow: 0 29px 74px rgba(36, 84, 85, .12), inset 0 1px rgba(255, 255, 255, .88);
}

.crossdomain-definition::after {
  content: "LAYERS";
  position: absolute;
  right: -.04em;
  bottom: -.11em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(28, 101, 102, .075);
  font-size: 88px;
  font-weight: 650;
  line-height: .8;
  letter-spacing: -.07em;
}

.crossdomain-definition-top {
  position: relative;
  z-index: 2;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(31, 108, 109, .13);
  display: flex;
  justify-content: space-between;
  color: rgba(25, 96, 99, .55);
  font: 600 7px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: .14em;
}

.crossdomain-definition ol {
  position: relative;
  z-index: 2;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.crossdomain-definition li {
  min-height: 119px;
  padding: 16px;
  border: 1px solid rgba(29, 112, 110, .11);
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, .54);
}

.crossdomain-definition li > span {
  align-self: start;
  color: #2b9983;
  font-size: 26px;
  font-weight: 350;
}

.crossdomain-definition li small,
.crossdomain-definition li strong,
.crossdomain-definition li p {
  display: block;
}

.crossdomain-definition li small {
  color: rgba(30, 104, 104, .5);
  font-size: 7px;
  letter-spacing: .14em;
}

.crossdomain-definition li strong {
  margin-top: 6px;
  color: #153e47;
  font-size: 18px;
  font-weight: 520;
}

.crossdomain-definition li p {
  margin-top: 7px;
  color: rgba(40, 76, 83, .58);
  font-size: 11px;
  line-height: 1.45;
}

.crossdomain-formula {
  position: relative;
  isolation: isolate;
  margin: 0 0 clamp(100px, 11vw, 160px) !important;
  padding: clamp(36px, 5vw, 68px) !important;
  overflow: hidden;
  border: 1px solid rgba(111, 220, 195, .18) !important;
  border-radius: 8px 42px 8px 42px !important;
  color: #e8fff8 !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(89, 201, 182, .21), transparent 29%),
    linear-gradient(135deg, #061921, #073335 72%);
  box-shadow: 0 34px 86px rgba(26, 72, 73, .22), inset 0 1px rgba(255, 255, 255, .07);
}

.crossdomain-formula::before {
  content: "1 → N → 1";
  position: absolute;
  right: -.05em;
  bottom: -.18em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(206, 255, 241, .07);
  font-size: clamp(92px, 13vw, 180px);
  font-weight: 650;
  line-height: .8;
  letter-spacing: -.06em;
  pointer-events: none;
}

.crossdomain-formula > span,
.crossdomain-formula p,
.crossdomain-formula small {
  position: relative;
  z-index: 1;
  display: block;
}

.crossdomain-formula > span {
  color: #a2f2d2;
  font-size: clamp(10px, .72vw, 12px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.crossdomain-formula p {
  margin: 26px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  color: #f2fff9 !important;
  font-size: clamp(27px, 3.2vw, 47px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.crossdomain-formula p strong {
  color: inherit !important;
  font-weight: 470;
}

.crossdomain-formula p i {
  color: #b7ffdc !important;
  font-style: normal;
  font-weight: 300;
}

.crossdomain-formula small {
  max-width: 800px;
  margin-top: 22px;
  color: rgba(221, 248, 240, .8) !important;
  font-size: clamp(13px, .9vw, 15px);
  line-height: 1.65;
}

.crossdomain-principles,
.crossdomain-modes {
  margin-bottom: clamp(100px, 11vw, 160px);
}

.crossdomain-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .62fr);
  align-items: end;
  gap: clamp(48px, 7vw, 105px);
}

.crossdomain-section-head h2 {
  max-width: 800px;
}

.crossdomain-section-head > p {
  max-width: 480px;
  color: rgba(39, 74, 82, .6);
  font-size: 14px;
  line-height: 1.72;
}

.crossdomain-principles-grid {
  margin-top: clamp(46px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.crossdomain-principles-grid article {
  position: relative;
  min-height: 330px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(31, 112, 111, .14);
  background: rgba(255, 255, 255, .67);
  box-shadow: 0 22px 58px rgba(41, 85, 88, .075), inset 0 1px rgba(255, 255, 255, .9);
}

.crossdomain-principles-grid article::after {
  content: "";
  position: absolute;
  left: 0;
  right: 36%;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #46ad91, transparent);
}

.crossdomain-principles-grid article > span {
  display: block;
  color: rgba(42, 143, 123, .2);
  font-size: 76px;
  font-weight: 330;
  line-height: .82;
  letter-spacing: -.07em;
}

.crossdomain-principles-grid article > small {
  margin-top: 42px;
  display: block;
  color: #25836f;
  font-size: 7px;
  font-weight: 650;
  letter-spacing: .14em;
}

.crossdomain-principles-grid h3 {
  margin: 12px 0 0;
  color: #173c45;
  font-size: clamp(22px, 1.8vw, 29px);
  font-weight: 450;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.crossdomain-principles-grid p {
  margin-top: 15px;
  color: rgba(39, 72, 79, .61);
  font-size: 12px;
  line-height: 1.58;
}

.crossdomain-modes-grid {
  margin-top: clamp(48px, 5.5vw, 76px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.crossdomain-mode {
  position: relative;
  min-height: 410px;
  padding: clamp(30px, 3.7vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(40, 115, 116, .15);
  border-radius: 8px 38px 8px 38px;
  background:
    radial-gradient(circle at 86% 15%, rgba(62, 162, 145, .15), transparent 29%),
    linear-gradient(145deg, rgba(255, 255, 255, .87), rgba(216, 237, 230, .76));
  box-shadow: 0 27px 69px rgba(41, 83, 84, .1), inset 0 1px rgba(255, 255, 255, .9);
}

.crossdomain-mode--brand {
  border-radius: 38px 8px 38px 8px;
  background:
    radial-gradient(circle at 16% 16%, rgba(107, 122, 198, .14), transparent 29%),
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(222, 230, 244, .78));
}

.crossdomain-mode::after {
  content: attr(data-mode);
  position: absolute;
  right: -.04em;
  bottom: -.18em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(27, 101, 100, .07);
  font-size: 130px;
  font-weight: 650;
  line-height: .8;
  letter-spacing: -.08em;
}

.crossdomain-mode-head {
  position: relative;
  z-index: 1;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(29, 106, 106, .13);
  display: flex;
  justify-content: space-between;
  color: rgba(26, 102, 100, .53);
  font: 600 7px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: .13em;
}

.crossdomain-mode h3,
.crossdomain-mode > p,
.crossdomain-mode-route {
  position: relative;
  z-index: 1;
}

.crossdomain-mode h3 {
  max-width: 530px;
  margin: 40px 0 0;
  color: #173b44;
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 410;
  line-height: .98;
  letter-spacing: -.055em;
}

.crossdomain-mode > p {
  max-width: 560px;
  margin-top: 20px;
  color: rgba(39, 72, 79, .64);
  font-size: 14px;
  line-height: 1.68;
}

.crossdomain-mode-route {
  margin-top: 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.crossdomain-mode-route span,
.crossdomain-mode-route strong {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(39, 122, 116, .15);
  display: inline-flex;
  align-items: center;
  color: #315c61;
  background: rgba(255, 255, 255, .57);
  font-size: 9px;
  font-weight: 500;
}

.crossdomain-mode-route strong {
  color: #0f5c4d;
  border-color: rgba(38, 144, 120, .25);
  background: rgba(130, 226, 187, .19);
}

.crossdomain-mode-route i {
  color: #49a78e;
  font-style: normal;
}

.crossdomain-journey {
  position: relative;
  margin-bottom: clamp(105px, 11vw, 165px);
  padding: clamp(38px, 5vw, 70px);
  overflow: hidden;
  border: 1px solid rgba(109, 218, 194, .16);
  border-radius: 40px 8px 40px 8px;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr);
  align-items: center;
  gap: clamp(52px, 7vw, 100px);
  color: #e8fff8;
  background:
    radial-gradient(circle at 86% 18%, rgba(102, 190, 198, .18), transparent 29%),
    linear-gradient(135deg, #061820, #083335 72%);
  box-shadow: 0 35px 88px rgba(24, 70, 72, .2), inset 0 1px rgba(255, 255, 255, .06);
}

.crossdomain-journey::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image:
    linear-gradient(rgba(128, 225, 205, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 225, 205, .06) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 55%);
  mask-image: linear-gradient(90deg, transparent, #000 55%);
}

.crossdomain-journey-copy,
.crossdomain-journey ol {
  position: relative;
  z-index: 1;
}

.crossdomain-journey .crossdomain-panel-code {
  color: #7bdab6;
}

.crossdomain-journey h2 {
  color: #effffa;
  font-size: clamp(42px, 4vw, 62px);
}

.crossdomain-journey-copy p {
  margin-top: 23px;
  color: rgba(197, 231, 223, .62);
  font-size: 14px;
  line-height: 1.72;
}

.crossdomain-journey ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.crossdomain-journey li {
  position: relative;
  min-width: 0;
  min-height: 160px;
  padding: 18px 15px;
  border: 1px solid rgba(132, 224, 203, .12);
  display: flex;
  flex-direction: column;
  background: rgba(2, 20, 26, .5);
}

.crossdomain-journey li + li::before {
  content: "→";
  position: absolute;
  left: -11px;
  top: 50%;
  z-index: 2;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #aef4d8;
  background: #0b3332;
  font-size: 9px;
  transform: translateY(-50%);
}

.crossdomain-journey li > span {
  color: rgba(123, 218, 184, .55);
  font-size: 8px;
  letter-spacing: .11em;
}

.crossdomain-journey li strong {
  margin-top: auto;
  color: #e6fff7;
  font-size: 17px;
  font-weight: 470;
}

.crossdomain-journey li small {
  margin-top: 7px;
  color: rgba(174, 218, 207, .5);
  font-size: 8px;
  line-height: 1.4;
}

.crossdomain-evidence {
  position: relative;
  width: calc(100% + clamp(32px, 6vw, 90px));
  margin: 0 calc(clamp(16px, 3vw, 45px) * -1) clamp(110px, 12vw, 175px);
  padding: clamp(75px, 8vw, 115px) clamp(16px, 3vw, 45px) clamp(84px, 9vw, 130px);
  overflow: hidden;
  border-radius: 8px 52px 8px 52px;
  color: #eafff9;
  background:
    radial-gradient(circle at 88% 13%, rgba(79, 184, 182, .21), transparent 30%),
    linear-gradient(140deg, #041219, #082f31 72%);
  box-shadow: 0 40px 100px rgba(28, 70, 72, .21), inset 0 1px rgba(255, 255, 255, .055);
}

.crossdomain-evidence::before {
  content: "ARCHIVE";
  position: absolute;
  right: -.04em;
  top: -.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(198, 255, 240, .045);
  font-size: clamp(92px, 13vw, 180px);
  font-weight: 650;
  line-height: .8;
  letter-spacing: -.075em;
}

.crossdomain-section-head--dark {
  position: relative;
  z-index: 1;
}

.crossdomain-section-head--dark .crossdomain-panel-code {
  color: #76d8b5;
}

.crossdomain-section-head--dark h2 {
  color: #effff9;
}

.crossdomain-section-head--dark > p {
  color: rgba(195, 230, 221, .57);
}

.crossdomain-evidence-grid {
  position: relative;
  z-index: 1;
  margin-top: clamp(48px, 5.5vw, 78px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: 11px;
}

.crossdomain-evidence-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(134, 222, 204, .13);
  display: grid;
  grid-template-rows: auto 1fr;
  color: #eafff8 !important;
  background: rgba(2, 18, 24, .56);
  text-decoration: none !important;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.crossdomain-evidence-media {
  position: relative;
  aspect-ratio: 2.22;
  overflow: hidden;
  background: #c7d9de;
}

.crossdomain-evidence-card--tall .crossdomain-evidence-media {
  aspect-ratio: 1.34;
}

.crossdomain-evidence-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 68%, rgba(3, 18, 23, .22));
}

.crossdomain-evidence-media img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  display: block;
  object-fit: cover;
  filter: saturate(.76) contrast(1.02) !important;
  box-shadow: none !important;
  transition: transform .45s ease, filter .4s ease;
}

.crossdomain-evidence-copy {
  min-height: 205px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.crossdomain-evidence-copy small {
  color: #77d9b6;
  font-size: 7px;
  font-weight: 650;
  letter-spacing: .14em;
}

.crossdomain-evidence-copy strong {
  max-width: 520px;
  margin-top: 18px;
  color: #ebfff9;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 430;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.crossdomain-evidence-copy > span {
  max-width: 560px;
  margin-top: 13px;
  color: rgba(184, 224, 214, .55);
  font-size: 11px;
  line-height: 1.54;
}

.crossdomain-evidence-card > i {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(211, 255, 244, .2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #dffff5;
  background: rgba(4, 29, 34, .7);
  font-size: 15px;
  font-style: normal;
  transition: transform .35s ease, background .35s ease;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

@media (hover: hover) {
  .crossdomain-evidence-card:hover,
  .crossdomain-evidence-card:focus-visible {
    border-color: rgba(141, 234, 211, .35);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .19);
    transform: translateY(-5px);
  }

  .crossdomain-evidence-card:hover img {
    filter: saturate(.88) contrast(1.025) !important;
    transform: scale(1.015);
  }

  .crossdomain-evidence-card:hover > i {
    background: rgba(18, 70, 67, .88);
    transform: translate(3px, -3px);
  }
}

.crossdomain-combination {
  position: relative;
  margin-bottom: clamp(100px, 11vw, 160px);
  padding: clamp(42px, 5.5vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(43, 125, 119, .15);
  border-radius: 42px 8px 42px 8px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr);
  align-items: center;
  gap: clamp(58px, 8vw, 115px);
  background:
    radial-gradient(circle at 88% 18%, rgba(119, 152, 210, .15), transparent 29%),
    linear-gradient(145deg, rgba(255, 255, 255, .89), rgba(220, 238, 232, .76));
  box-shadow: 0 30px 78px rgba(39, 84, 85, .11), inset 0 1px rgba(255, 255, 255, .9);
}

.crossdomain-combination::before {
  content: "COMBINE";
  position: absolute;
  right: -.04em;
  bottom: -.18em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(33, 105, 105, .06);
  font-size: clamp(92px, 13vw, 170px);
  font-weight: 650;
  line-height: .8;
  letter-spacing: -.075em;
}

.crossdomain-combination > div {
  position: relative;
  z-index: 1;
}

.crossdomain-combination h2 {
  max-width: 760px;
  font-size: clamp(42px, 4.2vw, 64px);
}

.crossdomain-combination p {
  max-width: 740px;
  margin-top: 24px;
  color: rgba(36, 70, 78, .64);
  font-size: 15px;
  line-height: 1.75;
}

.crossdomain-combination a {
  min-height: 52px;
  margin-top: 30px;
  padding: 5px 6px 5px 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 17px;
  color: #092b23 !important;
  background: #bdf579;
  box-shadow: 0 16px 35px rgba(39, 84, 63, .13);
  font-size: 11px;
  font-weight: 650;
  text-decoration: none !important;
  transition: transform .32s ease, background .32s ease, box-shadow .32s ease;
}

.crossdomain-combination a i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #e7fff6;
  background: #164d3d;
  font-size: 18px;
  font-style: normal;
}

.crossdomain-combination a:hover,
.crossdomain-combination a:focus-visible {
  color: #092b23 !important;
  background: #d5ff9d;
  box-shadow: 0 20px 43px rgba(39, 84, 63, .18);
  transform: translateY(-3px);
}

.crossdomain-combination-model {
  min-height: 420px;
  padding: 28px;
  border: 1px solid rgba(42, 119, 116, .14);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  background:
    linear-gradient(rgba(32, 119, 113, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 119, 113, .045) 1px, transparent 1px),
    rgba(248, 253, 251, .62);
  background-size: 24px 24px, 24px 24px, auto;
}

.crossdomain-combination-model > span {
  min-height: 120px;
  padding: 18px;
  border: 1px solid rgba(35, 119, 112, .13);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: rgba(255, 255, 255, .68);
}

.crossdomain-combination-model > span:nth-of-type(1) { grid-column: 1; grid-row: 1; }
.crossdomain-combination-model > span:nth-of-type(2) { grid-column: 3; grid-row: 1; }
.crossdomain-combination-model > span:nth-of-type(3) { grid-column: 1 / -1; grid-row: 3; min-height: 100px; }
.crossdomain-combination-model > i:nth-of-type(1) { grid-column: 2; grid-row: 1; }
.crossdomain-combination-model > i:nth-of-type(2) { grid-column: 2; grid-row: 2; transform: rotate(90deg); }

.crossdomain-combination-model small {
  color: rgba(35, 117, 107, .5);
  font-size: 8px;
  letter-spacing: .12em;
}

.crossdomain-combination-model strong {
  color: #19444b;
  font-size: 21px;
  font-weight: 450;
}

.crossdomain-combination-model > i {
  color: #3a9e87;
  font-size: 20px;
  font-style: normal;
}

.crossdomain-conclusion {
  position: relative;
  margin: 0 !important;
  padding: clamp(40px, 5.5vw, 76px) !important;
  overflow: hidden;
  border: 1px solid rgba(40, 126, 117, .17) !important;
  border-radius: 8px 44px 8px 44px !important;
  background:
    radial-gradient(circle at 89% 12%, rgba(80, 172, 158, .14), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(215, 236, 228, .76)) !important;
  box-shadow: 0 30px 78px rgba(38, 83, 83, .1), inset 0 1px rgba(255, 255, 255, .9);
}

.crossdomain-conclusion::after {
  content: "ONE / N / ONE";
  position: absolute;
  right: -.03em;
  bottom: -.17em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(26, 98, 98, .06);
  font-size: clamp(82px, 12vw, 156px);
  font-weight: 650;
  line-height: .8;
  letter-spacing: -.07em;
}

.crossdomain-conclusion > span,
.crossdomain-conclusion p,
.crossdomain-conclusion small {
  position: relative;
  z-index: 1;
  display: block;
}

.crossdomain-conclusion > span {
  color: #258675;
  font-size: 8px;
  font-weight: 650;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.crossdomain-conclusion p {
  max-width: 1050px;
  margin-top: 24px;
  color: #173d46;
  font-size: clamp(26px, 3vw, 43px);
  line-height: 1.18;
  letter-spacing: -.045em;
}

.crossdomain-conclusion small {
  max-width: 900px;
  margin-top: 24px;
  color: rgba(42, 75, 82, .55);
  font-size: 10px;
  line-height: 1.62;
}

@keyframes crossdomainPulse {
  0%, 100% { opacity: .48; transform: scale(.84); }
  50% { opacity: 1; transform: scale(1.17); }
}

@keyframes crossdomainCurrent {
  to { stroke-dashoffset: -100; }
}

@media (max-width: 1120px) {
  .crossdomain-hero-shell {
    padding: 160px 0 78px;
    grid-template-columns: 1fr;
    gap: 68px;
  }

  .crossdomain-hero-copy {
    max-width: 850px;
  }

  .crossdomain-network {
    width: min(100%, 650px);
    margin-inline: auto;
  }

  .crossdomain-intro,
  .crossdomain-section-head,
  .crossdomain-combination {
    grid-template-columns: 1fr;
  }

  .crossdomain-intro-copy,
  .crossdomain-section-head > p {
    max-width: 820px;
  }

  .crossdomain-definition {
    width: min(100%, 670px);
    justify-self: end;
  }

  .crossdomain-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crossdomain-journey {
    grid-template-columns: 1fr;
  }

  .crossdomain-combination-model {
    width: min(100%, 620px);
    justify-self: end;
  }
}

@media (max-width: 760px) {
  .crossdomain-hero {
    min-height: 0;
  }

  .crossdomain-hero-shell {
    width: min(100% - 32px, 1370px);
    min-height: 0;
    padding: 142px 0 62px;
    gap: 50px;
  }

  .crossdomain-hero .breadcrumbs {
    margin-bottom: 34px;
  }

  .crossdomain-hero h1 {
    font-size: clamp(46px, 13.5vw, 67px);
    line-height: .94;
  }

  .crossdomain-lead {
    margin-top: 24px !important;
    font-size: 14px !important;
  }

  .crossdomain-meta {
    margin-top: 29px;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .crossdomain-meta span:last-child {
    grid-column: 1 / -1;
  }

  .crossdomain-network {
    min-height: 535px;
    padding: 17px;
  }

  .crossdomain-network-stage {
    min-height: 365px;
  }

  .crossdomain-node {
    width: 118px;
    min-height: 64px;
    padding: 9px;
  }

  .crossdomain-node strong { font-size: 9px; }
  .crossdomain-node i { font-size: 7px; }
  .crossdomain-hub { width: 135px; min-height: 135px; padding: 15px; }
  .crossdomain-hub strong { font-size: 18px; }
  .crossdomain-cart { bottom: 0; min-width: 158px; }
  .crossdomain-network-readout { gap: 5px; }
  .crossdomain-network-readout > span { min-height: 65px; padding: 9px 7px; }
  .crossdomain-network-readout strong { font-size: 9px; }
  .crossdomain-bridge { height: 58px; }

  .crossdomain-article {
    width: min(100% - 32px, 1320px);
  }

  .crossdomain-intro {
    margin-bottom: 88px;
    gap: 40px;
  }

  .crossdomain-intro-copy h2,
  .crossdomain-section-head h2,
  .crossdomain-journey h2,
  .crossdomain-combination h2 {
    font-size: clamp(38px, 11.5vw, 55px);
  }

  .crossdomain-intro-copy .crossdomain-intro-lead {
    font-size: 18px;
  }

  .crossdomain-intro-copy > p {
    font-size: 14px;
  }

  .crossdomain-definition {
    min-height: 0;
    padding: 18px;
  }

  .crossdomain-definition li {
    min-height: 108px;
    padding: 14px;
  }

  .crossdomain-formula {
    margin-bottom: 90px !important;
    padding: 32px 25px !important;
  }

  .crossdomain-formula p {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .crossdomain-formula p i {
    transform: rotate(90deg);
  }

  .crossdomain-principles,
  .crossdomain-modes {
    margin-bottom: 90px;
  }

  .crossdomain-principles-grid,
  .crossdomain-modes-grid {
    grid-template-columns: 1fr;
  }

  .crossdomain-principles-grid article {
    min-height: 285px;
  }

  .crossdomain-mode {
    min-height: 0;
    padding: 27px;
  }

  .crossdomain-mode h3 {
    margin-top: 32px;
    font-size: clamp(34px, 9.7vw, 46px);
  }

  .crossdomain-journey {
    margin-bottom: 92px;
    padding: 31px 24px;
    border-radius: 28px 7px 28px 7px;
    gap: 38px;
  }

  .crossdomain-journey ol {
    grid-template-columns: 1fr 1fr;
  }

  .crossdomain-journey li {
    min-height: 130px;
  }

  .crossdomain-journey li + li::before {
    display: none;
  }

  .crossdomain-evidence {
    width: auto;
    margin: 0 0 94px;
    padding: 70px 16px 78px;
    border-radius: 7px 34px 7px 34px;
  }

  .crossdomain-evidence-grid {
    grid-template-columns: 1fr;
  }

  .crossdomain-evidence-copy {
    min-height: 185px;
    padding: 21px;
  }

  .crossdomain-evidence-card--tall .crossdomain-evidence-media {
    aspect-ratio: 1.34;
  }

  .crossdomain-combination {
    margin-bottom: 92px;
    padding: 31px 24px;
    border-radius: 28px 7px 28px 7px;
    gap: 40px;
  }

  .crossdomain-combination p {
    font-size: 14px;
  }

  .crossdomain-combination-model {
    min-height: 350px;
    padding: 18px;
  }

  .crossdomain-conclusion {
    padding: 35px 27px !important;
  }
}

@media (max-width: 480px) {
  .crossdomain-hero h1 {
    font-size: clamp(43px, 13.2vw, 58px);
  }

  .crossdomain-network {
    min-height: 585px;
    padding-inline: 14px;
  }

  .crossdomain-network-top {
    font-size: 6px;
    letter-spacing: .1em;
  }

  .crossdomain-network-stage {
    min-height: 365px;
  }

  .crossdomain-node {
    width: 100px;
  }

  .crossdomain-node small { font-size: 5px; }
  .crossdomain-node strong { font-size: 8px; }
  .crossdomain-node i { font-size: 6px; }
  .crossdomain-hub { width: 118px; min-height: 118px; }
  .crossdomain-hub strong { font-size: 16px; }
  .crossdomain-cart { min-width: 146px; padding-left: 37px; }
  .crossdomain-network-readout { grid-template-columns: 1fr; }
  .crossdomain-network-readout > span { min-height: 52px; }
  .crossdomain-network { min-height: 730px; }

  .crossdomain-definition li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }

  .crossdomain-principles-grid article {
    padding: 24px;
  }

  .crossdomain-mode-route {
    align-items: flex-start;
    flex-direction: column;
  }

  .crossdomain-mode-route i {
    margin-left: 14px;
    transform: rotate(90deg);
  }

  .crossdomain-journey ol {
    grid-template-columns: 1fr;
  }

  .crossdomain-journey li {
    min-height: 105px;
  }

  .crossdomain-combination a {
    width: 100%;
    padding-left: 17px;
    justify-content: space-between;
    gap: 8px;
    font-size: 10px;
  }

  .crossdomain-combination-model {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .crossdomain-combination-model > span:nth-of-type(n),
  .crossdomain-combination-model > i:nth-of-type(n) {
    grid-column: 1;
    grid-row: auto;
  }

  .crossdomain-combination-model > span {
    min-height: 92px;
  }

  .crossdomain-combination-model > i:nth-of-type(n) {
    justify-self: center;
    transform: rotate(90deg);
  }

  .crossdomain-conclusion p {
    font-size: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .crossdomain-network-top i,
  .crossdomain-network-stage > svg .network-current {
    animation: none;
  }
}

html.motion-lite .crossdomain-network-top i,
html.motion-lite .crossdomain-network-stage > svg .network-current {
  animation: none !important;
}
