html,
body {
  overflow-x: hidden;
}

.hero-copy,
.hero-visual,
.section-heading > *,
.process-grid > *,
.profile > * {
  min-width: 0;
}

h1,
h2,
.statement-text {
  overflow-wrap: break-word;
}

/* Show the complete portrait without cropping the head or shoulders. */
.portrait-frame {
  background: linear-gradient(145deg, #f8f9f6 0%, #edf1eb 100%);
}

.portrait-frame img {
  object-fit: contain;
  object-position: center bottom;
}

.data-visual {
  isolation: isolate;
  background: #102a43;
  overflow: hidden;
}

.data-visual::before {
  content: "";
  position: absolute;
  inset: -25%;
  background:
    radial-gradient(circle at 68% 28%, rgba(214, 255, 98, .22), transparent 20%),
    radial-gradient(circle at 24% 76%, rgba(70, 190, 207, .18), transparent 24%);
  animation: visual-drift 10s ease-in-out infinite alternate;
}

.data-grid {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image:
    linear-gradient(rgba(255,255,255,.38) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.38) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.data-core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 47%;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #102a43;
  background: #d6ff62;
  box-shadow: 0 0 0 18px rgba(214,255,98,.06), 0 26px 70px rgba(0,0,0,.32);
}

.data-core span {
  font: 800 35px/1 "Manrope", sans-serif;
  letter-spacing: -.06em;
}

.data-core small {
  margin-top: 9px;
  text-align: center;
  font: 600 10px/1.25 "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.data-orbit {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 47%;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.orbit-one { width: 330px; height: 230px; }
.orbit-two { width: 455px; height: 380px; transform: translate(-50%, -50%) rotate(24deg); }

.data-node {
  position: absolute;
  z-index: 4;
  width: 14px;
  height: 14px;
  border: 3px solid #102a43;
  border-radius: 50%;
  background: #d6ff62;
  box-shadow: 0 0 0 5px rgba(214,255,98,.14);
  animation: node-pulse 2.8s ease-in-out infinite;
}

.node-one { left: 18%; top: 29%; }
.node-two { right: 13%; top: 35%; animation-delay: -.8s; }
.node-three { left: 22%; bottom: 22%; animation-delay: -1.6s; }
.node-four { right: 23%; bottom: 16%; animation-delay: -2.2s; }

.data-label {
  position: absolute;
  z-index: 5;
  padding: 9px 13px;
  color: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.17);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
  font: 600 10px "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.data-label i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: #d6ff62;
}

.label-one { left: 7%; top: 12%; }
.label-two { right: 7%; top: 16%; }
.label-three { right: 8%; bottom: 25%; }

.data-visual .availability {
  color: #102a43;
}

@keyframes visual-drift {
  to { transform: translate3d(6%, -4%, 0) rotate(4deg); }
}

@keyframes node-pulse {
  50% { transform: scale(1.35); box-shadow: 0 0 0 10px rgba(214,255,98,0); }
}

@media (prefers-reduced-motion: reduce) {
  .data-visual::before,
  .data-node { animation: none; }
}

.footer-links .quiet-link {
  opacity: .42;
  transition: opacity .2s ease;
}

.footer-links .quiet-link:hover,
.footer-links .quiet-link:focus-visible {
  opacity: 1;
}

/* Calm MDM data-flow visual */
.mdm-flow {
  isolation: isolate;
  overflow: hidden;
  background: #102a43;
}

.mdm-flow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 0 90px rgba(4,20,31,.26);
}

.flow-ambient {
  position: absolute;
  z-index: 0;
  width: 430px;
  height: 430px;
  left: 46%;
  top: 48%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: radial-gradient(circle,rgba(214,255,98,.13),rgba(76,187,197,.06) 38%,transparent 68%);
  animation: flow-breathe 7s ease-in-out infinite;
}

.flow-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.34) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.34) 1px,transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 50% 48%,black,transparent 78%);
}

.flow-core {
  position: absolute;
  z-index: 5;
  left: 51%;
  top: 45%;
  width: 205px;
  height: 232px;
  transform: translate(-50%,-50%);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #102a43;
  background: #d6ff62;
  box-shadow: 0 28px 70px rgba(0,0,0,.3),0 0 0 12px rgba(214,255,98,.035);
}

.flow-core small {
  font: 700 8px "Manrope",sans-serif;
  letter-spacing: .16em;
  opacity: .64;
}

.flow-core strong {
  margin-top: 13px;
  font: 700 27px/1.04 "Manrope",sans-serif;
  letter-spacing: -.055em;
}

.flow-core > span {
  position: absolute;
  right: 18px;
  bottom: 15px;
  font: 800 10px "Manrope",sans-serif;
  letter-spacing: .08em;
  opacity: .45;
}

.flow-source {
  position: absolute;
  z-index: 5;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
  color: rgba(255,255,255,.75);
  font: 700 8px "Manrope",sans-serif;
  letter-spacing: .1em;
}

.source-one { left: 10%; top: 17%; }
.source-two { left: 8%; top: 43%; }
.source-three { left: 14%; top: 69%; }

.flow-path {
  position: absolute;
  z-index: 3;
  left: 18%;
  width: 33%;
  height: 1px;
  transform-origin: right center;
  background: linear-gradient(90deg,rgba(255,255,255,.12),rgba(214,255,98,.56));
}

.path-one { top: 26%; transform: rotate(14deg); }
.path-two { top: 48%; }
.path-three { top: 70%; transform: rotate(-15deg); }

.flow-path i {
  position: absolute;
  top: -2px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d6ff62;
  box-shadow: 0 0 12px rgba(214,255,98,.75);
  animation: flow-dot 4.8s linear infinite;
}

.path-two i { animation-delay: -1.6s; }
.path-three i { animation-delay: -3.2s; }

.flow-output {
  position: absolute;
  z-index: 5;
  right: 7%;
  top: 22%;
  min-width: 116px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(9px);
  color: #fff;
}

.flow-output i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6ff62;
  box-shadow: 0 0 0 5px rgba(214,255,98,.1);
}

.flow-output div { display: flex; flex-direction: column; }
.flow-output small { color: rgba(255,255,255,.5); font: 700 7px "Manrope",sans-serif; letter-spacing: .1em; }
.flow-output strong { font: 700 19px "Manrope",sans-serif; }

.flow-status {
  position: absolute;
  z-index: 5;
  right: 3%;
  top: 55%;
  color: rgba(255,255,255,.7);
  font: 600 9px "DM Sans",sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.flow-status span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #d6ff62;
}

@keyframes flow-dot {
  0% { left: 0; opacity: 0; }
  12%,88% { opacity: 1; }
  100% { left: calc(100% - 5px); opacity: 0; }
}

@keyframes flow-breathe {
  50% { transform: translate(-50%,-50%) scale(1.08); opacity: .72; }
}

@media (prefers-reduced-motion: reduce) {
  .flow-ambient,
  .flow-path i { animation: none; }
}

@media (max-width: 600px) {
  .flow-core { width: 162px; height: 190px; padding: 21px; }
  .flow-core strong { font-size: 23px; }
  .flow-source { width: 44px; height: 44px; }
  .flow-output { right: 4%; top: 15%; transform: scale(.82); transform-origin: right top; }
  .flow-status { right: 2%; top: 58%; }
}

@media (min-width: 901px) and (max-width: 1280px) {
  h1 { font-size: 64px; }
  .hero { gap: 38px; }
}
