﻿:root {
  --bg: #f3efe7;
  --bg-soft: #fbf8f3;
  --bg-panel: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --surface-ink: #17314a;
  --text: #17314a;
  --muted: #5b6f80;
  --brand: #2375e1;
  --brand-deep: #123b66;
  --accent: #0a8f83;
  --accent-soft: rgba(10, 143, 131, 0.12);
  --line: rgba(23, 49, 74, 0.12);
  --line-strong: rgba(23, 49, 74, 0.18);
  --shadow-sm: 0 18px 36px rgba(12, 35, 64, 0.08);
  --shadow-lg: 0 28px 80px rgba(12, 35, 64, 0.14);
  --radius-card: 28px;
  --radius-xl: 40px;
  --gutter: 22px;
  --page-max: 1320px;
  --section-gap: clamp(64px, 8vw, 110px);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(35, 117, 225, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(10, 143, 131, 0.08), transparent 24%),
    linear-gradient(180deg, #f6f2eb 0%, #f2ede5 100%);
  color: var(--text);
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 70%);
  opacity: 0.18;
}

.page-shell::before,
.page-shell::after {
  width: 560px;
  height: 560px;
  filter: blur(2px);
}

.page-shell::before {
  top: -180px;
  right: -160px;
  background: rgba(35, 117, 225, 0.12);
}

.page-shell::after {
  bottom: -220px;
  left: -180px;
  background: rgba(10, 143, 131, 0.1);
}

.container {
  width: min(100% - 2 * var(--gutter), var(--page-max));
}

main,
.site-main,
.entry-content {
  display: grid;
  gap: 0;
}

.section {
  position: relative;
  padding: 0 0 var(--section-gap);
}

.retail-challenge-panel {
  width: 100%;
}

.retail-challenge-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: start;
}

.retail-challenge-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.pc-retail-process {
  position: relative;
  margin-top: 34px;
  padding-left: clamp(58px, 5vw, 88px);
}

.pc-retail-process::before,
.pc-retail-process::after {
  content: '';
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: clamp(20px, 1.8vw, 30px);
  border-radius: 999px;
}

.pc-retail-process::before {
  width: 2px;
  background: linear-gradient(180deg, rgba(35, 117, 225, 0.22) 0%, rgba(10, 143, 131, 0.3) 100%);
}

.pc-retail-process::after {
  width: 10px;
  transform: translateX(-4px);
  background: linear-gradient(180deg, rgba(35, 117, 225, 0) 0%, rgba(35, 117, 225, 0.88) 35%, rgba(10, 143, 131, 0.82) 65%, rgba(10, 143, 131, 0) 100%);
  background-repeat: no-repeat;
  background-size: 100% 260px;
  background-position: center -260px;
  opacity: 0.82;
  animation: pcRetailProcessRail 11s linear infinite;
}

.pc-retail-process-list {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-retail-process-step {
  position: relative;
  padding-left: clamp(12px, 1.3vw, 18px);
}

.pc-retail-process-step::before {
  content: '';
  position: absolute;
  top: 40px;
  left: calc(clamp(20px, 1.8vw, 30px) - clamp(58px, 5vw, 88px) + 40px);
  width: clamp(18px, 2.3vw, 30px);
  height: 2px;
  background: linear-gradient(90deg, rgba(35, 117, 225, 0.88), rgba(10, 143, 131, 0.5));
  opacity: 0.8;
}

.pc-retail-process-marker {
  position: absolute;
  top: 14px;
  left: calc(clamp(20px, 1.8vw, 30px) - clamp(58px, 5vw, 88px));
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(35, 117, 225, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.96), rgba(237, 243, 250, 0.92) 68%),
    linear-gradient(135deg, rgba(35, 117, 225, 0.16), rgba(10, 143, 131, 0.14));
  box-shadow: 0 10px 24px rgba(18, 59, 102, 0.14);
  color: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pc-retail-process-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(23, 49, 74, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(35, 117, 225, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(249, 245, 239, 0.94) 100%);
  box-shadow: 0 22px 48px rgba(12, 35, 64, 0.09);
}

.pc-retail-process-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.pc-retail-process-card::after {
  content: '';
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 18px;
  pointer-events: none;
}

.pc-retail-process-step:nth-child(even) .pc-retail-process-card {
  background:
    radial-gradient(circle at top left, rgba(10, 143, 131, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 250, 248, 0.94) 100%);
}

.pc-retail-process-step-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(230px, 0.85fr) minmax(220px, 0.72fr) minmax(320px, 1.08fr);
  gap: clamp(22px, 2.6vw, 34px);
  align-items: start;
}

.pc-retail-process-visual,
.pc-retail-process-summary,
.pc-retail-process-questions {
  display: grid;
  gap: 16px;
  align-content: start;
}

.pc-retail-process-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(35, 117, 225, 0.08);
  color: var(--brand-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pc-retail-process-visual .card-title {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.02;
}

.pc-retail-process-image-frame {
  position: relative;
  min-height: 208px;
  margin-right: -8px;
  overflow: visible;
  isolation: isolate;
  border-radius: 24px;
}

.pc-retail-process-image-frame::before {
  content: '';
  position: absolute;
  inset: -14px;
  z-index: 0;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(117, 185, 255, 0.22), transparent 52%),
    radial-gradient(circle at bottom right, rgba(96, 221, 193, 0.16), transparent 48%),
    linear-gradient(180deg, rgba(69, 144, 241, 0.2), rgba(69, 144, 241, 0.08));
  box-shadow:
    inset 0 0 0 2px rgba(121, 196, 244, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.34);
  filter: blur(1px);
  opacity: 0.9;
  pointer-events: none;
}

.pc-retail-process-image-frame::after {
  content: '';
  position: absolute;
  top: -14px;
  left: -14px;
  z-index: 0;
  width: 92px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(35, 117, 225, 0), rgba(104, 184, 255, 0.98), rgba(96, 221, 193, 0.92), rgba(35, 117, 225, 0));
  box-shadow: 0 0 20px rgba(104, 184, 255, 0.34);
  opacity: 0.95;
  animation: pcRetailFrameTrace 14s linear infinite;
  pointer-events: none;
}

.pc-retail-process-step:nth-child(even) .pc-retail-process-image-frame {
  background: none;
}

.pc-retail-process-image-frame img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 208px;
  object-fit: contain;
  filter: drop-shadow(0 16px 26px rgba(18, 59, 102, 0.14));
}

.pc-retail-process-summary {
  position: relative;
  padding: 18px 18px 18px 22px;
  border-left: 2px solid rgba(35, 117, 225, 0.22);
}

.pc-retail-process-summary::before {
  content: '';
  position: absolute;
  top: 18px;
  left: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  box-shadow: 0 0 0 7px rgba(35, 117, 225, 0.08);
}

.pc-retail-process-summary .card-copy {
  margin: 0;
  font-size: clamp(1.08rem, 1.2vw, 1.2rem);
  line-height: 1.88;
}

.pc-retail-process-questions {
  gap: 14px;
}

.pc-retail-question-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-retail-question-list li {
  position: relative;
  padding: 13px 16px 13px 42px;
  border: 1px solid rgba(23, 49, 74, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
  box-shadow: 0 10px 24px rgba(18, 59, 102, 0.05);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.pc-retail-question-list li::before {
  content: '';
  position: absolute;
  top: 19px;
  left: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  box-shadow: 0 0 0 5px rgba(35, 117, 225, 0.08);
}

.pc-retail-question-list li:hover,
.pc-retail-question-list li:focus-within {
  transform: scale(1.02);
  border-color: rgba(35, 117, 225, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 247, 255, 0.94) 100%);
  box-shadow: 0 18px 34px rgba(18, 59, 102, 0.12);
}

.pc-retail-process-step:nth-child(even) .pc-retail-question-list li:hover,
.pc-retail-process-step:nth-child(even) .pc-retail-question-list li:focus-within {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 249, 247, 0.94) 100%);
}

.pc-retail-question-list strong {
  color: var(--surface-ink);
  font-weight: 800;
}

.pc-principles-orbit {
  position: relative;
  display: grid;
  grid-template-columns: repeat(14, minmax(0, 1fr));
  grid-template-rows: repeat(12, minmax(36px, auto));
  gap: 20px;
  min-height: 760px;
  margin-top: 34px;
  padding: clamp(28px, 3vw, 38px);
  background:
    radial-gradient(circle at 16% 18%, rgba(55, 115, 254, 0.16), transparent 22%),
    radial-gradient(circle at 82% 22%, rgba(40, 212, 178, 0.14), transparent 20%),
    radial-gradient(circle at 50% 78%, rgba(255, 187, 82, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 251, 0.95) 54%, rgba(247, 244, 238, 0.96) 100%);
  border: 1px solid rgba(23, 49, 74, 0.1);
  border-radius: 28px;
  box-shadow: 0 24px 54px rgba(12, 35, 64, 0.11);
  overflow: hidden;
}

.pc-principles-orbit::before,
.pc-principles-orbit::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(84%, 960px);
  height: min(72%, 500px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

.pc-principles-orbit::before {
  border: 3px solid rgba(55, 115, 254, 0.28);
  box-shadow: 0 0 30px rgba(55, 115, 254, 0.14);
}

.pc-principles-orbit::after {
  background:
    conic-gradient(from 0deg, rgba(55, 115, 254, 0) 0deg, rgba(55, 115, 254, 0.9) 42deg, rgba(40, 212, 178, 0.62) 94deg, rgba(255, 187, 82, 0.42) 128deg, rgba(55, 115, 254, 0) 188deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #000 0);
  animation: pcPrinciplesOrbit 15s ease-in-out infinite alternate;
  opacity: 0.9;
}

.pc-principle-node {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 24px 22px 22px;
  border: 1px solid rgba(107, 180, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(11, 36, 70, 0.98) 0%, rgba(30, 81, 154, 0.96) 52%, rgba(12, 145, 125, 0.92) 100%);
  box-shadow:
    0 22px 44px rgba(10, 28, 56, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  animation: pcPrincipleFloat 9s ease-in-out infinite;
}

.pc-principle-node::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(55, 115, 254, 0.98), rgba(40, 212, 178, 0.84), rgba(255, 187, 82, 0.72));
}

.pc-principle-node::after {
  content: none;
}

.pc-principle-node .card-title {
  margin: 0;
  font-size: clamp(1.2rem, 1.5vw, 1.45rem);
  line-height: 1.06;
  color: #ffffff;
}

.pc-principle-node .card-copy {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(240, 247, 255, 0.88);
}

.pc-principle-index {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(171, 225, 255, 0.14));
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.pc-principle-node--1 {
  grid-column: 5 / 11;
  grid-row: 1 / 4;
  animation-delay: -1.2s;
}

.pc-principle-node--2 {
  grid-column: 10 / 15;
  grid-row: 4 / 7;
  margin-top: 22px;
  animation-delay: -3.1s;
}

.pc-principle-node--3 {
  grid-column: 9 / 14;
  grid-row: 8 / 11;
  animation-delay: -5.2s;
}

.pc-principle-node--4 {
  grid-column: 2 / 7;
  grid-row: 8 / 11;
  animation-delay: -2.3s;
}

.pc-principle-node--5 {
  grid-column: 1 / 6;
  grid-row: 4 / 7;
  margin-top: 22px;
  animation-delay: -4.4s;
}

.pc-principle-node:hover {
  transform: translateY(-6px);
  box-shadow:
    0 28px 56px rgba(10, 28, 56, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

@keyframes pcPrinciplesOrbit {
  0% {
    transform: translate(-50%, -50%) translate3d(-10px, 8px, 0) scale(0.985);
  }
  100% {
    transform: translate(-50%, -50%) translate3d(12px, -10px, 0) scale(1.015);
  }
}

@keyframes pcPrincipleFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pcRetailProcessRail {
  0% {
    transform: translateX(-4px);
    background-position: center -260px;
  }
  100% {
    transform: translateX(-4px);
    background-position: center calc(100% + 260px);
  }
}

@keyframes pcRetailFrameTrace {
  0% {
    top: -14px;
    left: -14px;
    width: 92px;
    height: 8px;
  }
  24% {
    top: -14px;
    left: calc(100% - 78px);
    width: 92px;
    height: 8px;
  }
  25% {
    top: -14px;
    left: calc(100% - 2px);
    width: 8px;
    height: 92px;
  }
  49% {
    top: calc(100% - 78px);
    left: calc(100% - 2px);
    width: 8px;
    height: 92px;
  }
  50% {
    top: calc(100% - 2px);
    left: calc(100% - 78px);
    width: 92px;
    height: 8px;
  }
  74% {
    top: calc(100% - 2px);
    left: -14px;
    width: 92px;
    height: 8px;
  }
  75% {
    top: calc(100% - 78px);
    left: -14px;
    width: 8px;
    height: 92px;
  }
  99% {
    top: -14px;
    left: -14px;
    width: 8px;
    height: 92px;
  }
  100% {
    top: -14px;
    left: -14px;
    width: 92px;
    height: 8px;
  }
}

.section-intro {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-intro--full-width {
  max-width: none;
}

.ai-method-map {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 34px;
  border: 1px solid rgba(166, 228, 255, 0.18);
  background:
    radial-gradient(circle at 18% 10%, rgba(76, 193, 255, 0.16), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(77, 214, 170, 0.12), transparent 22%),
    linear-gradient(160deg, #07192c 0%, #0b2c47 44%, #103f61 100%);
  box-shadow:
    0 30px 60px rgba(5, 17, 31, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  isolation: isolate;
  overflow: hidden;
}

.ai-method-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 96%);
  opacity: 0.26;
  z-index: -2;
}

.ai-method-map::after {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 50%;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(76, 193, 255, 0), rgba(76, 193, 255, 0.34), rgba(77, 214, 170, 0.34), rgba(76, 193, 255, 0));
  opacity: 0.72;
  transform: translateX(-50%);
  z-index: -1;
}

.ai-method-map-decor {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
  opacity: 0.52;
  animation: ai-method-float 8s ease-in-out infinite;
}

.ai-method-map-decor--one {
  top: 72px;
  right: 58px;
  width: 112px;
  height: 112px;
  background: radial-gradient(circle, rgba(76, 193, 255, 0.34), rgba(76, 193, 255, 0));
}

.ai-method-map-decor--two {
  bottom: 74px;
  left: 52px;
  width: 136px;
  height: 136px;
  background: radial-gradient(circle, rgba(77, 214, 170, 0.28), rgba(77, 214, 170, 0));
  animation-delay: 1.2s;
}

.ai-method-stage {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(174, 227, 255, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    linear-gradient(145deg, rgba(12, 63, 92, 0.96), rgba(13, 87, 123, 0.94));
  box-shadow:
    0 18px 32px rgba(4, 16, 29, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.ai-method-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 16%, rgba(143, 229, 255, 0.16), transparent 18%),
    linear-gradient(110deg, transparent 24%, rgba(255, 255, 255, 0.1) 50%, transparent 76%);
  opacity: 0.5;
  pointer-events: none;
}

.ai-method-stage:hover,
.ai-method-stage[open] {
  transform: translateY(-4px);
  border-color: rgba(196, 237, 255, 0.28);
  box-shadow:
    0 24px 42px rgba(4, 16, 29, 0.18),
    0 0 0 1px rgba(143, 229, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ai-method-stage-summary {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding: 24px;
  cursor: pointer;
  list-style: none;
}

.ai-method-stage-summary::-webkit-details-marker {
  display: none;
}

.ai-method-stage-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 34px;
  gap: 16px;
  align-items: center;
}

.ai-method-stage-number {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(190, 235, 255, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, #47b6ff, #4dd6aa);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow:
    0 14px 24px rgba(2, 12, 24, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.ai-method-stage-heading {
  display: grid;
  gap: 6px;
}

.ai-method-stage-kicker {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(196, 237, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(239, 248, 255, 0.92);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ai-method-stage-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.ai-method-stage-toggle {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(196, 237, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.ai-method-stage-toggle::before,
.ai-method-stage-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.ai-method-stage-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ai-method-stage:hover .ai-method-stage-toggle::after,
.ai-method-stage[open] .ai-method-stage-toggle::after {
  opacity: 0;
}

.ai-method-stage-overview {
  display: grid;
  gap: 14px;
}

.ai-method-cluster {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(189, 234, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(6, 25, 41, 0.28), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(143, 229, 255, 0.08), transparent 34%);
}

.ai-method-cluster-title,
.ai-method-panel-title,
.ai-method-panel-card-title {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.28;
}

.ai-method-chip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ai-method-chip-grid--dense {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-method-chip {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(193, 235, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(4, 17, 28, 0.18), rgba(9, 36, 58, 0.08));
  color: rgba(241, 249, 255, 0.96);
  font-size: 0.92rem;
  line-height: 1.38;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ai-method-stage-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 24px;
  transform: translateY(-10px);
  transition:
    max-height 0.5s ease,
    opacity 0.35s ease,
    transform 0.35s ease,
    padding-bottom 0.35s ease;
}

.ai-method-stage:hover .ai-method-stage-panel,
.ai-method-stage[open] .ai-method-stage-panel {
  max-height: 2600px;
  opacity: 1;
  padding-bottom: 24px;
  transform: translateY(0);
}

.ai-method-panel-block {
  display: grid;
  gap: 14px;
}

.ai-method-stage-panel > .ai-method-panel-block + .ai-method-panel-block,
.ai-method-stage-panel > .ai-method-panel-copy + .ai-method-panel-grid {
  margin-top: 18px;
}

.ai-method-panel-copy {
  margin: 0;
  color: rgba(235, 247, 255, 0.94);
  font-size: 1rem;
  line-height: 1.6;
}

.ai-method-panel-grid {
  display: grid;
  gap: 14px;
}

.ai-method-panel-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-method-panel-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ai-method-panel-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(191, 235, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(4, 18, 31, 0.4), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at top right, rgba(77, 214, 170, 0.1), transparent 34%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ai-method-detail-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-method-detail-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(237, 247, 255, 0.94);
  font-size: 0.96rem;
  line-height: 1.5;
}

.ai-method-detail-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4dd6aa, #8fe5ff);
  box-shadow: 0 0 0 5px rgba(77, 214, 170, 0.12);
}

.ai-method-flow-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  height: 74px;
  pointer-events: none;
}

.ai-method-flow-arrow-line {
  position: relative;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(77, 214, 170, 0), rgba(77, 214, 170, 0.92), rgba(76, 193, 255, 0.9));
  box-shadow: 0 0 18px rgba(76, 193, 255, 0.22);
}

.ai-method-flow-arrow-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4dd6aa, #8fe5ff);
  box-shadow:
    0 0 0 8px rgba(77, 214, 170, 0.08),
    0 0 20px rgba(76, 193, 255, 0.18);
  transform: translate(-50%, 0);
  animation: ai-method-flow 3.2s linear infinite;
}

.ai-method-flow-arrow-line::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-right: 2px solid rgba(239, 249, 255, 0.94);
  border-bottom: 2px solid rgba(239, 249, 255, 0.94);
  transform: translateX(-50%) rotate(45deg);
}

.ai-method-cycle-group {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 28px 108px 28px 34px;
  border-radius: 32px;
  border: 1px solid rgba(173, 228, 255, 0.16);
  background:
    radial-gradient(circle at 18% 14%, rgba(76, 193, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(4, 18, 31, 0.3), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ai-method-cycle-group .ai-method-stage {
  z-index: 1;
}

.ai-method-stage--human {
  margin-left: clamp(22px, 4vw, 72px);
}

.ai-method-cycle-core {
  position: absolute;
  top: 24px;
  right: 24px;
  bottom: 24px;
  width: 92px;
  pointer-events: none;
}

.ai-method-cycle-core::before {
  content: "\21BB";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(173, 228, 255, 0.2);
  background: linear-gradient(135deg, rgba(76, 193, 255, 0.12), rgba(77, 214, 170, 0.12));
  color: rgba(241, 249, 255, 0.96);
  font-size: 1.24rem;
  box-shadow:
    0 12px 18px rgba(3, 13, 26, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translate(-50%, -50%);
}

.ai-method-cycle-core-ring {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  border: 2px solid rgba(76, 193, 255, 0.42);
  filter: drop-shadow(0 0 14px rgba(76, 193, 255, 0.16));
}

.ai-method-cycle-core-ring--one {
  right: 0;
  border-left: 0;
  border-radius: 0 999px 999px 0;
}

.ai-method-cycle-core-ring--one::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: 16px;
  width: 14px;
  height: 14px;
  border-right: 2px solid rgba(241, 249, 255, 0.94);
  border-bottom: 2px solid rgba(241, 249, 255, 0.94);
  transform: rotate(45deg);
}

.ai-method-cycle-core-ring--two {
  left: 0;
  border-right: 0;
  border-radius: 999px 0 0 999px;
  border-color: rgba(77, 214, 170, 0.42);
  filter: drop-shadow(0 0 14px rgba(77, 214, 170, 0.14));
}

.ai-method-cycle-core-ring--two::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 16px;
  width: 14px;
  height: 14px;
  border-left: 2px solid rgba(241, 249, 255, 0.94);
  border-top: 2px solid rgba(241, 249, 255, 0.94);
  transform: rotate(45deg);
}

.ai-method-stage--input .ai-method-stage-number {
  background: linear-gradient(135deg, #3fa9ff, #7fdfff);
}

.ai-method-stage--ai .ai-method-stage-number {
  background: linear-gradient(135deg, #3fa9ff, #4dd6aa);
}

.ai-method-stage--human .ai-method-stage-number {
  background: linear-gradient(135deg, #4dd6aa, #8fe5ff);
}

.ai-method-stage--results .ai-method-stage-number {
  background: linear-gradient(135deg, #4dd6aa, #ffd166);
}

@keyframes ai-method-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

@keyframes ai-method-flow {
  0% {
    top: 0;
    opacity: 0.1;
  }

  20% {
    opacity: 1;
  }

  100% {
    top: calc(100% - 12px);
    opacity: 0.1;
  }
}

@media (max-width: 1180px) {
  .ai-method-chip-grid,
  .ai-method-chip-grid--dense,
  .ai-method-panel-grid--two,
  .ai-method-panel-grid--three {
    grid-template-columns: minmax(0, 1fr);
  }

  .ai-method-cycle-group {
    padding-right: 84px;
  }

  .ai-method-stage--human {
    margin-left: 16px;
  }

  .ai-method-cycle-core {
    width: 72px;
  }

  .ai-method-cycle-core-ring {
    width: 38px;
  }
}

@media (max-width: 980px) {
  .ai-method-map {
    padding: 18px;
    border-radius: 24px;
    gap: 14px;
  }

  .ai-method-map::after {
    display: none;
  }

  .ai-method-stage-summary {
    gap: 14px;
    padding: 18px;
  }

  .ai-method-stage-head {
    grid-template-columns: 48px minmax(0, 1fr) 30px;
    gap: 12px;
  }

  .ai-method-stage-number {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .ai-method-stage-title {
    font-size: 1.36rem;
  }

  .ai-method-chip {
    min-height: 0;
    padding: 11px 12px;
    font-size: 0.88rem;
  }

  .ai-method-stage:hover .ai-method-stage-panel,
  .ai-method-stage[open] .ai-method-stage-panel {
    padding-bottom: 18px;
  }

  .ai-method-stage-panel {
    padding: 0 18px;
  }

  .ai-method-panel-copy,
  .ai-method-detail-list li {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .ai-method-flow-arrow {
    height: 52px;
  }

  .ai-method-cycle-group {
    padding: 18px 18px 72px;
    border-radius: 24px;
  }

  .ai-method-stage--human {
    margin-left: 0;
  }

  .ai-method-cycle-core {
    top: auto;
    right: 50%;
    bottom: 16px;
    width: 76px;
    height: 34px;
    transform: translateX(50%);
  }

  .ai-method-cycle-core-ring {
    top: 0;
    bottom: 0;
    width: 38px;
  }

  .ai-method-cycle-core-ring--one::after {
    bottom: 10px;
  }

  .ai-method-cycle-core-ring--two::after {
    top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-method-map-decor,
  .ai-method-flow-arrow-line::before {
    animation: none !important;
  }

  .ai-method-stage,
  .ai-method-stage-panel {
    transition: none !important;
  }
}

.ai-method-map {
  gap: clamp(22px, 2.4vw, 32px);
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(132, 219, 255, 0.2);
  border-radius: 36px;
  background:
    radial-gradient(circle at 8% 10%, rgba(79, 206, 255, 0.2), transparent 22%),
    radial-gradient(circle at 92% 18%, rgba(90, 247, 194, 0.16), transparent 20%),
    linear-gradient(155deg, #03111f 0%, #0a2742 42%, #103f68 100%);
  box-shadow:
    0 36px 72px rgba(2, 10, 20, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: visible;
}

.ai-method-map::after {
  display: none;
}

.ai-method-map-decor {
  filter: blur(18px);
  opacity: 0.72;
}

.ai-method-map-decor--one {
  top: 80px;
  right: 52px;
  width: 160px;
  height: 160px;
}

.ai-method-map-decor--two {
  bottom: 70px;
  left: 46px;
  width: 180px;
  height: 180px;
}

.ai-method-stage {
  --stage-accent: #67d8ff;
  --stage-accent-strong: #8feaff;
  --stage-glow: rgba(103, 216, 255, 0.28);
  position: relative;
  z-index: 1;
  border: 1px solid rgba(184, 237, 255, 0.2);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(145deg, rgba(6, 36, 60, 0.98), rgba(10, 68, 106, 0.96));
  box-shadow:
    0 24px 44px rgba(3, 13, 24, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: visible;
  transform: none;
}

.ai-method-stage:hover,
.ai-method-stage[open],
.ai-method-stage:focus-within {
  z-index: 24;
  transform: none;
  border-color: rgba(208, 244, 255, 0.24);
  box-shadow:
    0 28px 48px rgba(3, 13, 24, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ai-method-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(112deg, transparent 24%, rgba(255, 255, 255, 0.08) 46%, transparent 62%);
  opacity: 0.7;
  pointer-events: none;
}

.ai-method-stage-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(22px, 2.2vw, 30px);
  padding: clamp(22px, 2.8vw, 34px);
}

.ai-method-stage--input {
  --stage-accent: #63d3ff;
  --stage-accent-strong: #96efff;
  --stage-glow: rgba(99, 211, 255, 0.26);
}

.ai-method-stage--ai {
  --stage-accent: #43c2ff;
  --stage-accent-strong: #5cf1d3;
  --stage-glow: rgba(84, 223, 232, 0.28);
}

.ai-method-stage--human {
  --stage-accent: #4ad9be;
  --stage-accent-strong: #ffe173;
  --stage-glow: rgba(116, 233, 183, 0.24);
  margin-left: 0;
}

.ai-method-stage--results {
  --stage-accent: #4fdab4;
  --stage-accent-strong: #ffd56a;
  --stage-glow: rgba(255, 213, 106, 0.22);
}

.ai-method-stage-intro {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.ai-method-stage-icon,
.ai-method-framework-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  border-radius: 24px;
  border: 1px solid rgba(194, 238, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    linear-gradient(145deg, rgba(10, 55, 84, 0.98), rgba(9, 93, 141, 0.96));
  color: #ffffff;
  box-shadow:
    0 20px 32px rgba(4, 13, 24, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.ai-method-stage-icon svg,
.ai-method-framework-icon svg,
.ai-method-hotspot-icon svg {
  width: 26px;
  height: 26px;
}

.ai-method-stage-icon--input {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    linear-gradient(145deg, #0d4f78, #2f9bcc);
}

.ai-method-stage-icon--ai {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    linear-gradient(145deg, #0a3b6c, #0f8da2);
}

.ai-method-stage-icon--human {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    linear-gradient(145deg, #0b5370, #0fa38f);
}

.ai-method-stage-icon--results {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    linear-gradient(145deg, #0b5b68, #1b9e83);
}

.ai-method-stage-heading {
  display: grid;
  gap: 10px;
}

.ai-method-stage-kicker,
.ai-method-framework-kicker {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(205, 241, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
  color: rgba(244, 251, 255, 0.96);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-method-stage-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.ai-method-stage-copy,
.ai-method-framework-copy {
  margin: 0;
  color: #edf7ff;
  font-size: clamp(1.02rem, 1.18vw, 1.16rem);
  line-height: 1.72;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28);
  max-width: 980px;
}

.ai-method-stage-layout--input {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.ai-method-hotspot-column,
.ai-method-hotspot-grid {
  display: grid;
  gap: 16px;
  align-content: start;
}

.ai-method-hotspot-grid--two,
.ai-method-hotspot-grid--human {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-method-hotspot--wide {
  grid-column: 1 / -1;
}

.ai-method-framework-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(195, 238, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(5, 20, 34, 0.44), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at top right, rgba(95, 230, 255, 0.14), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 32px rgba(2, 11, 20, 0.18);
}

.ai-method-framework-head {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.ai-method-framework-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    linear-gradient(145deg, #154f73, #1d82a4);
}

.ai-method-framework-icon--intelligence {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    linear-gradient(145deg, #156084, #22a0bf);
}

.ai-method-framework-kicker--plain {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff !important;
  font-size: clamp(1.5rem, 1.9vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.14;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28);
  text-transform: none;
}

.ai-method-framework-card--intelligence .ai-method-hotspot-column,
.ai-method-framework-card .ai-method-static-list {
  margin-top: 2px;
}

.ai-method-static-list {
  display: grid;
  gap: 14px;
}

.ai-method-static-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(198, 239, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    linear-gradient(145deg, rgba(9, 34, 54, 0.9), rgba(10, 56, 86, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 20px rgba(3, 11, 21, 0.12);
}

.ai-method-static-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(203, 241, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(145deg, #2d9aca, #8feaff);
  color: #ffffff;
  box-shadow:
    0 10px 18px rgba(4, 13, 24, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.ai-method-static-icon svg {
  width: 22px;
  height: 22px;
}

.ai-method-static-label {
  color: rgba(245, 251, 255, 0.98);
  font-size: 0.98rem;
  line-height: 1.5;
  font-weight: 600;
}

.ai-method-static-item--outcome {
  position: relative;
  overflow: visible;
  border-color: rgba(150, 255, 205, 0.26);
  background:
    linear-gradient(135deg, rgba(8, 54, 46, 0.96), rgba(18, 104, 83, 0.92), rgba(31, 145, 103, 0.9)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 30px rgba(3, 25, 19, 0.22),
    0 0 28px rgba(77, 214, 170, 0.16);
}

.ai-method-static-item--outcome:hover,
.ai-method-static-item--outcome.is-celebrating,
.ai-method-static-item--outcome:focus-visible {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 38px rgba(3, 25, 19, 0.26),
    0 0 34px rgba(77, 214, 170, 0.24);
}

.ai-method-static-item--outcome::before,
.ai-method-static-item--outcome::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
}

.ai-method-static-item--outcome::before {
  background:
    radial-gradient(circle at 20% 40%, rgba(132, 255, 208, 0.22), transparent 22%),
    radial-gradient(circle at 78% 62%, rgba(195, 255, 167, 0.16), transparent 18%);
  animation: ai-method-green-shift 7.5s ease-in-out infinite;
}

.ai-method-static-item--outcome::after {
  background: linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, 0.12) 46%, transparent 66%);
  opacity: 0.5;
  transform: translateX(-22%);
  animation: ai-method-green-sheen 5.8s ease-in-out infinite;
}

.ai-method-static-icon--outcome {
  position: relative;
  z-index: 1;
  border-color: rgba(219, 255, 235, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    linear-gradient(145deg, #2ac18f, #b7ef6d);
  box-shadow:
    0 12px 24px rgba(7, 45, 30, 0.18),
    0 0 22px rgba(89, 232, 170, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.ai-method-static-label--outcome {
  position: relative;
  z-index: 1;
  color: #f5fff7;
  font-weight: 700;
}

.ai-method-outcome-burst {
  position: absolute;
  inset: -54px;
  z-index: 6;
  pointer-events: none;
  overflow: visible;
}

.ai-method-outcome-spark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
}

.ai-method-outcome-spark::before,
.ai-method-outcome-spark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #fff9bf, #ffd86f 45%, #8dffcb 100%);
  box-shadow: 0 0 24px rgba(181, 255, 213, 0.58);
}

.ai-method-outcome-spark::before {
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 94%, 50% 72%, 21% 94%, 32% 57%, 2% 35%, 39% 35%);
}

.ai-method-outcome-spark::after {
  inset: 6px;
  clip-path: polygon(50% 0%, 58% 42%, 100% 50%, 58% 58%, 50% 100%, 42% 58%, 0% 50%, 42% 42%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(181, 255, 213, 0.9));
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.42);
}

.ai-method-outcome-spark--two,
.ai-method-outcome-spark--six {
  width: 18px;
  height: 18px;
}

.ai-method-outcome-spark--three,
.ai-method-outcome-spark--seven {
  width: 28px;
  height: 28px;
}

.ai-method-outcome-spark--four::before,
.ai-method-outcome-spark--eight::before {
  clip-path: polygon(50% 0%, 63% 37%, 100% 50%, 63% 63%, 50% 100%, 37% 63%, 0% 50%, 37% 37%);
}

.ai-method-outcome-spark--four::after,
.ai-method-outcome-spark--eight::after {
  inset: 5px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.ai-method-outcome-spark--five::before,
.ai-method-outcome-spark--two::before {
  clip-path: polygon(50% 0%, 57% 28%, 85% 15%, 72% 43%, 100% 50%, 72% 57%, 85% 85%, 57% 72%, 50% 100%, 43% 72%, 15% 85%, 28% 57%, 0% 50%, 28% 43%, 15% 15%, 43% 28%);
}

.ai-method-static-item--outcome:hover .ai-method-outcome-spark,
.ai-method-static-item--outcome.is-celebrating .ai-method-outcome-spark,
.ai-method-static-item--outcome:focus-visible .ai-method-outcome-spark {
  animation: ai-method-outcome-burst 1.15s ease-out forwards;
}

.ai-method-static-item--outcome:hover .ai-method-outcome-spark--one,
.ai-method-static-item--outcome.is-celebrating .ai-method-outcome-spark--one,
.ai-method-static-item--outcome:focus-visible .ai-method-outcome-spark--one {
  --spark-x: -176px;
  --spark-y: -92px;
  animation-delay: 0s;
}

.ai-method-static-item--outcome:hover .ai-method-outcome-spark--two,
.ai-method-static-item--outcome.is-celebrating .ai-method-outcome-spark--two,
.ai-method-static-item--outcome:focus-visible .ai-method-outcome-spark--two {
  --spark-x: -106px;
  --spark-y: -138px;
  animation-delay: 0.05s;
}

.ai-method-static-item--outcome:hover .ai-method-outcome-spark--three,
.ai-method-static-item--outcome.is-celebrating .ai-method-outcome-spark--three,
.ai-method-static-item--outcome:focus-visible .ai-method-outcome-spark--three {
  --spark-x: 124px;
  --spark-y: -148px;
  animation-delay: 0.1s;
}

.ai-method-static-item--outcome:hover .ai-method-outcome-spark--four,
.ai-method-static-item--outcome.is-celebrating .ai-method-outcome-spark--four,
.ai-method-static-item--outcome:focus-visible .ai-method-outcome-spark--four {
  --spark-x: 190px;
  --spark-y: -72px;
  animation-delay: 0.12s;
}

.ai-method-static-item--outcome:hover .ai-method-outcome-spark--five,
.ai-method-static-item--outcome.is-celebrating .ai-method-outcome-spark--five,
.ai-method-static-item--outcome:focus-visible .ai-method-outcome-spark--five {
  --spark-x: -186px;
  --spark-y: 82px;
  animation-delay: 0.08s;
}

.ai-method-static-item--outcome:hover .ai-method-outcome-spark--six,
.ai-method-static-item--outcome.is-celebrating .ai-method-outcome-spark--six,
.ai-method-static-item--outcome:focus-visible .ai-method-outcome-spark--six {
  --spark-x: -72px;
  --spark-y: 142px;
  animation-delay: 0.16s;
}

.ai-method-static-item--outcome:hover .ai-method-outcome-spark--seven,
.ai-method-static-item--outcome.is-celebrating .ai-method-outcome-spark--seven,
.ai-method-static-item--outcome:focus-visible .ai-method-outcome-spark--seven {
  --spark-x: 112px;
  --spark-y: 146px;
  animation-delay: 0.04s;
}

.ai-method-static-item--outcome:hover .ai-method-outcome-spark--eight,
.ai-method-static-item--outcome.is-celebrating .ai-method-outcome-spark--eight,
.ai-method-static-item--outcome:focus-visible .ai-method-outcome-spark--eight {
  --spark-x: 196px;
  --spark-y: 74px;
  animation-delay: 0.14s;
}

.ai-method-hotspot {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.ai-method-hotspot:hover,
.ai-method-hotspot[open],
.ai-method-hotspot:focus-within {
  z-index: 260;
}

.ai-method-hotspot summary {
  list-style: none;
}

.ai-method-hotspot summary::-webkit-details-marker {
  display: none;
}

.ai-method-hotspot-trigger {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(200, 241, 255, 0.15);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(8, 31, 49, 0.96), rgba(10, 58, 92, 0.96));
  color: #ffffff;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 26px rgba(3, 11, 21, 0.16);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.ai-method-hotspot-trigger::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  justify-self: end;
  background: center / contain no-repeat url("../images/mouse-click-icon.webp");
  filter: brightness(0) invert(1);
  opacity: 0.9;
  pointer-events: none;
  transition:
    transform 0.28s ease,
    opacity 0.28s ease;
}

.ai-method-hotspot:hover .ai-method-hotspot-trigger,
.ai-method-hotspot[open] .ai-method-hotspot-trigger,
.ai-method-hotspot:focus-within .ai-method-hotspot-trigger {
  transform: translateY(-4px) scale(1.025);
  border-color: rgba(224, 247, 255, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
    linear-gradient(145deg, rgba(14, 59, 90, 0.98), rgba(12, 95, 142, 0.98));
  box-shadow:
    0 20px 38px rgba(4, 14, 25, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 24px var(--stage-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.ai-method-hotspot:hover .ai-method-hotspot-trigger::after,
.ai-method-hotspot[open] .ai-method-hotspot-trigger::after,
.ai-method-hotspot:focus-within .ai-method-hotspot-trigger::after {
  opacity: 1;
  transform: scale(1.08);
}

.ai-method-hotspot-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(203, 241, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    linear-gradient(145deg, var(--stage-accent), var(--stage-accent-strong));
  color: #ffffff;
  box-shadow:
    0 12px 24px rgba(4, 13, 24, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.ai-method-hotspot-label {
  color: #ffffff;
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  line-height: 1.42;
  font-weight: 700;
  text-wrap: balance;
}

.ai-method-popup {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 600;
  width: min(420px, calc(100vw - 72px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px) scale(0.98);
  mix-blend-mode: normal;
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    visibility 0s linear 0.24s;
}

.ai-method-hotspot[open] .ai-method-popup,
.ai-method-hotspot:focus-within .ai-method-popup {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) scale(1);
  transition-delay: 0s, 0s, 0s;
}

.ai-method-popup-copy {
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid rgba(224, 247, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(2, 14, 25, 0.995), rgba(7, 38, 61, 0.99)),
    radial-gradient(circle at top right, rgba(143, 234, 255, 0.18), transparent 34%);
  color: #ffffff !important;
  font-size: 1.02rem;
  line-height: 1.72;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.36);
  box-shadow:
    0 28px 48px rgba(2, 9, 18, 0.44),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 40px rgba(98, 213, 255, 0.26);
}

.ai-method-popup-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-method-popup-list,
.ai-method-popup-list li {
  color: #ffffff !important;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 600;
}

.ai-method-popup-list li {
  position: relative;
  padding-left: 16px;
}

.ai-method-popup-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--stage-accent), var(--stage-accent-strong));
  box-shadow: 0 0 0 5px rgba(103, 216, 255, 0.12);
}

.ai-method-flow-arrow {
  height: 92px;
}

.ai-method-flow-arrow-line {
  width: 6px;
  background: linear-gradient(180deg, rgba(93, 240, 198, 0), rgba(93, 240, 198, 0.94), rgba(120, 221, 255, 0.98));
  box-shadow: 0 0 28px rgba(93, 240, 198, 0.24);
}

.ai-method-flow-arrow-line::before {
  width: 14px;
  height: 14px;
  background: linear-gradient(135deg, #5df0c6, #8feaff);
  box-shadow:
    0 0 0 10px rgba(93, 240, 198, 0.08),
    0 0 28px rgba(120, 221, 255, 0.3);
}

.ai-method-flow-arrow-line::after {
  bottom: -2px;
  width: 20px;
  height: 20px;
  border-right-width: 3px;
  border-bottom-width: 3px;
}

.ai-method-cycle-group {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 34px 32px;
  border: 1px solid rgba(167, 231, 255, 0.18);
  border-radius: 36px;
  background:
    radial-gradient(circle at 18% 14%, rgba(75, 195, 255, 0.12), transparent 24%),
    radial-gradient(circle at 82% 72%, rgba(255, 213, 106, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(4, 18, 31, 0.38), rgba(255, 255, 255, 0.03));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 44px rgba(2, 10, 18, 0.18);
  overflow: visible;
}

.ai-method-cycle-group .ai-method-stage {
  max-width: min(1040px, 88%);
}

.ai-method-cycle-group .ai-method-stage--ai {
  justify-self: start;
}

.ai-method-cycle-group .ai-method-stage--human {
  justify-self: end;
}

.ai-method-cycle-ring-field {
  position: absolute;
  inset: -42px -52px;
  pointer-events: none;
}

.ai-method-cycle-ring {
  position: absolute;
  border-radius: 999px;
  filter: drop-shadow(0 0 22px rgba(103, 216, 255, 0.2));
}

.ai-method-cycle-ring--outer {
  inset: 0;
  opacity: 0.94;
  background: conic-gradient(from 210deg, rgba(103, 216, 255, 0) 2%, rgba(103, 216, 255, 0.98) 16%, rgba(93, 240, 198, 0.98) 45%, rgba(255, 213, 106, 0.94) 66%, rgba(103, 216, 255, 0.98) 90%, rgba(103, 216, 255, 0) 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 18px), #000 calc(100% - 18px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 18px), #000 calc(100% - 18px));
  animation: ai-method-cycle-spin 18s linear infinite;
}

.ai-method-cycle-ring--inner {
  inset: 60px 96px;
  opacity: 0.72;
  background: conic-gradient(from 40deg, rgba(255, 213, 106, 0) 8%, rgba(255, 213, 106, 0.86) 24%, rgba(93, 240, 198, 0.86) 52%, rgba(103, 216, 255, 0.86) 84%, rgba(255, 213, 106, 0) 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #000 calc(100% - 12px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #000 calc(100% - 12px));
  animation: ai-method-cycle-spin-reverse 12s linear infinite;
}

.ai-method-cycle-ring-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid rgba(218, 246, 255, 0.22);
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(10, 49, 74, 0.94), rgba(12, 108, 112, 0.92));
  box-shadow:
    0 18px 36px rgba(2, 10, 20, 0.28),
    0 0 38px rgba(93, 240, 198, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translate(-50%, -50%);
}

.ai-method-cycle-ring-core::before {
  content: "\21BB";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}

.ai-method-cycle-arrowhead {
  position: absolute;
  width: 28px;
  height: 28px;
  border-top: 4px solid rgba(248, 252, 255, 0.98);
  border-right: 4px solid rgba(248, 252, 255, 0.98);
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.28));
  animation: ai-method-pulse 2.2s ease-in-out infinite;
}

.ai-method-cycle-arrowhead--top {
  top: 16%;
  right: 16%;
  transform: rotate(48deg);
}

.ai-method-cycle-arrowhead--bottom {
  bottom: 16%;
  left: 16%;
  transform: rotate(-132deg);
}

@keyframes ai-method-cycle-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ai-method-cycle-spin-reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes ai-method-pulse {
  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }
}

@keyframes ai-method-green-shift {
  0%,
  100% {
    transform: translate3d(-2%, -1%, 0) scale(1);
    opacity: 0.78;
  }

  50% {
    transform: translate3d(3%, 2%, 0) scale(1.08);
    opacity: 1;
  }
}

@keyframes ai-method-green-sheen {
  0%,
  100% {
    transform: translateX(-28%);
    opacity: 0.28;
  }

  50% {
    transform: translateX(20%);
    opacity: 0.58;
  }
}

@keyframes ai-method-outcome-burst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
  }

  18% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--spark-x)), calc(-50% + var(--spark-y))) scale(1.1) rotate(26deg);
  }
}

@media (max-width: 1180px) {
  .ai-method-stage-layout--input,
  .ai-method-hotspot-grid--two,
  .ai-method-hotspot-grid--human {
    grid-template-columns: minmax(0, 1fr);
  }

  .ai-method-cycle-group .ai-method-stage {
    max-width: 100%;
  }

  .ai-method-cycle-group .ai-method-stage--human {
    justify-self: stretch;
  }

  .ai-method-cycle-ring-field {
    inset: -26px -20px;
  }

  .ai-method-cycle-ring--inner {
    inset: 42px 52px;
  }
}

@media (max-width: 980px) {
  .ai-method-map {
    padding: 18px;
    border-radius: 28px;
  }

  .ai-method-stage,
  .ai-method-cycle-group {
    border-radius: 28px;
  }

  .ai-method-stage-shell {
    padding: 20px;
    gap: 20px;
  }

  .ai-method-stage-intro,
  .ai-method-framework-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .ai-method-stage-icon,
  .ai-method-framework-icon {
    width: 72px;
    height: 72px;
  }

  .ai-method-stage-title {
    font-size: clamp(1.64rem, 7vw, 2.2rem);
  }

  .ai-method-stage-copy,
  .ai-method-framework-copy,
  .ai-method-hotspot-label,
  .ai-method-popup-copy {
    font-size: 0.96rem;
  }

  .ai-method-hotspot-trigger {
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    padding: 14px 15px;
  }

  .ai-method-hotspot-trigger::after {
    width: 22px;
    height: 22px;
  }

  .ai-method-hotspot-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .ai-method-popup {
    position: static;
    width: auto;
    margin-top: 12px;
    transform: none;
  }

  .ai-method-hotspot:hover .ai-method-popup,
  .ai-method-hotspot[open] .ai-method-popup,
  .ai-method-hotspot:focus-within .ai-method-popup {
    transform: none;
  }

  .ai-method-flow-arrow {
    height: 64px;
  }

  .ai-method-cycle-group {
    padding: 18px;
  }

  .ai-method-cycle-ring-field {
    inset: -14px;
  }

  .ai-method-cycle-ring--inner {
    inset: 24px;
  }

  .ai-method-cycle-ring-core {
    width: 62px;
    height: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-method-map-decor,
  .ai-method-flow-arrow-line::before,
  .ai-method-cycle-ring--outer,
  .ai-method-cycle-ring--inner,
  .ai-method-cycle-arrowhead,
  .ai-method-static-item--outcome::before,
  .ai-method-static-item--outcome::after,
  .ai-method-outcome-spark {
    animation: none !important;
  }

  .ai-method-hotspot-trigger,
  .ai-method-popup {
    transition: none !important;
  }
}

.eyebrow,
.visual-caption,
.kicker,
.metric-label,
.process-index,
.story-badge {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

.eyebrow,
.visual-caption {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(35, 117, 225, 0.1);
  border-radius: 999px;
  background: rgba(35, 117, 225, 0.07);
  color: var(--brand-deep);
  font-size: 0.74rem;
}

.eyebrow::before,
.visual-caption::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  box-shadow: 0 0 0 6px rgba(35, 117, 225, 0.08);
}

.display-title,
.section-title,
.card-title,
.story-title,
.dialog-title,
.timeline-content h3,
.feature-band h3,
.hero-diagram h2 {
  font-family: 'Fraunces', serif;
  letter-spacing: -0.04em;
  line-height: 0.96;
  color: var(--surface-ink);
}

.display-title {
  margin: 18px 0 18px;
  font-size: clamp(2.9rem, 5vw, 5.1rem);
  max-width: 11.5ch;
}


.section-title {
  margin: 16px 0 0;
  font-size: clamp(2rem, 3.4vw, 3.45rem);
}

.hero-copy,
.hero-support,
.section-copy,
.card-copy,
.footer-copy,
.dialog-copy,
.timeline-content p,
.copy-list,
.entry-content p {
  font-size: clamp(1rem, 1.12vw, 1.1rem);
  line-height: 1.8;
  color: var(--muted);
}

.hero-copy,
.hero-support {
  max-width: 62ch;
}

.hero {
  overflow: visible;
}




.hero-grid,
.split-grid,
.story-layout,
.contact-grid,
.grid-two,
.grid-three,
.grid-four,
.audience-grid,
.feature-grid,
.metric-grid,
.capability-grid,
.process-grid,
.story-grid,
.video-grid,
.detail-grid,
.diagram-grid {
  display: grid;
  gap: 22px;
}

.hero-grid,
.split-grid,
.story-layout,
.contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: stretch;
}

.grid-two,
.detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-four,
.metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.audience-grid,
.video-grid,
.story-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
}

.process-grid::before {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  top: 40px;
  height: 2px;
  background: linear-gradient(90deg, rgba(35, 117, 225, 0.2), rgba(10, 143, 131, 0.25));
}

.hero-panel,
.hero-visual,
.workflow-visual,
.audience-card,
.highlight-card,
.metric-tile,
.capability-card,
.process-card,
.story-card,
.video-card,
.feature-band,
.list-card,
.belief-card,
.quote-card,
.contact-card,
.form-card,
.diagram-card,
.diagram-node,
.dialog-panel {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 247, 242, 0.94) 100%);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.hero-panel::before,
.hero-visual::before,
.workflow-visual::before,
.audience-card::before,
.highlight-card::before,
.metric-tile::before,
.capability-card::before,
.process-card::before,
.story-card::before,
.video-card::before,
.feature-band::before,
.list-card::before,
.belief-card::before,
.quote-card::before,
.contact-card::before,
.form-card::before,
.diagram-card::before,
.diagram-node::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.hero-panel,
.hero-visual,
.workflow-visual,
.feature-band,
.contact-card,
.form-card,
.dialog-panel {
  padding: clamp(26px, 3vw, 38px);
}

.audience-card,
.highlight-card,
.metric-tile,
.capability-card,
.process-card,
.story-card,
.video-card,
.list-card,
.belief-card,
.quote-card,
.diagram-card,
.diagram-node {
  padding: 24px;
}









.ai-core-shell {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(26px, 3vw, 38px);
  border-radius: 34px;
  border: 1px solid rgba(160, 224, 255, 0.16);
  background:
    radial-gradient(circle at 12% 8%, rgba(89, 213, 192, 0.16), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(255, 152, 93, 0.14), transparent 22%),
    linear-gradient(155deg, #071629 0%, #0c2e47 42%, #112d4a 100%);
  box-shadow:
    0 28px 54px rgba(3, 11, 22, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ai-core-title {
  max-width: none;
  color: #ffffff;
}

.ai-core-shell > .eyebrow {
  color: #ffffff;
  border-color: rgba(192, 237, 255, 0.18);
  background: rgba(15, 48, 76, 0.34);
}

.ai-core-summary {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 3;
}

.ai-core-summary li {
  position: relative;
  overflow: visible;
  padding: 20px 22px;
  border-radius: 24px;
  border: 1px solid rgba(208, 226, 238, 0.48);
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 243, 233, 0.62), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(255, 228, 195, 0.46), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.94));
  color: #20354b;
  font-size: clamp(1.08rem, 1.08vw, 1.28rem);
  font-weight: 600;
  line-height: 1.48;
  box-shadow:
    0 18px 30px rgba(6, 18, 31, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ai-core-summary li::before,
.ai-core-summary li::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.ai-core-summary li::before {
  top: calc(100% + 6px);
  width: 6px;
  border-radius: 999px;
  opacity: 0.96;
  filter: blur(0.2px);
  background-size: 100% 40px;
  animation: ai-core-summary-line-flow-vert 2.2s linear infinite;
}

.ai-core-summary li::after {
  display: none;
}

.ai-core-summary li:nth-child(1)::before {
  height: 346px;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(129, 243, 196, 0.96) 0 12px,
      rgba(129, 243, 196, 0) 12px 28px
    );
  box-shadow: 0 0 20px rgba(129, 243, 196, 0.42);
}

.ai-core-summary li:nth-child(1)::after {
  display: none;
}

.ai-core-summary li:nth-child(2)::before {
  top: calc(100% + 10px);
  left: 50%;
  width: 266px;
  height: 6px;
  transform: rotate(28deg);
  transform-origin: left center;
  background:
    repeating-linear-gradient(
      to right,
      rgba(255, 179, 107, 0.98) 0 14px,
      rgba(255, 179, 107, 0) 14px 30px
    );
  background-size: 40px 100%;
  box-shadow: 0 0 20px rgba(255, 179, 107, 0.38);
  animation-name: ai-core-summary-line-flow-diag;
}

.ai-core-summary li:nth-child(2)::after {
  display: none;
}

.ai-core-summary li:nth-child(3)::before {
  height: 340px;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(205, 136, 255, 0.98) 0 12px,
      rgba(205, 136, 255, 0) 12px 28px
    );
  box-shadow: 0 0 20px rgba(205, 136, 255, 0.42);
}

.ai-core-summary li:nth-child(3)::after {
  display: none;
}

.ai-core-graphic {
  position: relative;
  min-height: 840px;
  margin-top: 8px;
  padding: 34px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 18% 20%, rgba(210, 255, 210, 0.22), transparent 18%),
    radial-gradient(circle at 70% 24%, rgba(255, 213, 170, 0.28), transparent 22%),
    linear-gradient(180deg, #f7fbff 0%, #fffaf5 100%);
  overflow: hidden;
}

.ai-core-label {
  position: absolute;
  top: 26px;
  z-index: 2;
  color: #0d1420;
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.ai-core-label--left {
  left: 34px;
}

.ai-core-label--right {
  right: 34px;
  text-align: right;
}

.ai-core-network {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.ai-core-path,
.ai-core-web-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ai-core-path {
  stroke: url(#aiCoreFlow);
  opacity: 0.94;
  filter: drop-shadow(0 0 14px rgba(91, 201, 255, 0.18));
}

.ai-core-path--main {
  stroke-width: 24;
  stroke-dasharray: 22 18;
  animation: ai-core-flow-dash 10s linear infinite;
}

.ai-core-path--branch {
  stroke-width: 12;
  stroke-dasharray: 16 14;
  animation: ai-core-flow-dash 12s linear infinite reverse;
}

.ai-core-path--support {
  stroke-width: 8;
  stroke-dasharray: 12 12;
  opacity: 0.82;
  animation: ai-core-flow-dash 14s linear infinite;
}

.ai-core-web-line {
  stroke: url(#aiCoreWeb);
  stroke-width: 4;
  opacity: 0.7;
}

.ai-core-node {
  fill: #167d93;
  stroke: rgba(9, 55, 77, 0.78);
  stroke-width: 7;
  animation: ai-core-node-pulse 4.8s ease-in-out infinite;
}

.ai-core-node--warm {
  fill: #ff8f52;
  stroke: rgba(138, 74, 38, 0.76);
}

.ai-core-node--lg {
  fill: #b9db59;
}

.ai-core-node--md {
  fill: #bddd64;
  animation-delay: 0.5s;
}

.ai-core-node--sm:nth-of-type(1) {
  animation-delay: 0.2s;
}

.ai-core-card,
.ai-core-hub {
  position: absolute;
  z-index: 2;
}

.ai-core-card {
  width: 300px;
  outline: none;
}

.ai-core-card--rag {
  left: 34px;
  bottom: 128px;
}

.ai-core-card--agents {
  left: 282px;
  bottom: 112px;
}

.ai-core-card--secure {
  right: 34px;
  bottom: 112px;
}

.ai-core-card-shell {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-radius: 26px;
  border: 1px solid rgba(30, 69, 96, 0.14);
  background:
    linear-gradient(180deg, rgba(10, 34, 54, 0.95), rgba(11, 49, 78, 0.92)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  color: #ffffff;
  box-shadow:
    0 18px 30px rgba(6, 18, 31, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ai-core-card:hover .ai-core-card-shell,
.ai-core-card:focus-within .ai-core-card-shell,
.ai-core-card:focus .ai-core-card-shell {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(126, 223, 255, 0.3);
  box-shadow:
    0 22px 38px rgba(6, 18, 31, 0.24),
    0 0 26px rgba(91, 201, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ai-core-card-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(145deg, #155f75, #9cd25f);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.ai-core-card--agents .ai-core-card-icon {
  background: linear-gradient(145deg, #12728f, #8fe6ff);
}

.ai-core-card--secure .ai-core-card-icon {
  background: linear-gradient(145deg, #9f57ea, #ff9a61);
}

.ai-core-card-copy h3,
.ai-core-hub-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.22rem, 1.45vw, 1.5rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ai-core-card-copy p,
.ai-core-hub-copy p {
  margin: 10px 0 0;
  color: rgba(241, 248, 255, 0.94);
  font-size: 0.96rem;
  line-height: 1.55;
}

.ai-core-card-popup {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: 320px;
  padding: 16px 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(4, 18, 31, 0.96), rgba(10, 43, 67, 0.96)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent 30%);
  color: #f5fbff;
  font-size: 0.92rem;
  line-height: 1.6;
  border: 1px solid rgba(181, 234, 255, 0.22);
  box-shadow: 0 20px 36px rgba(3, 11, 22, 0.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0s linear 0.24s;
  pointer-events: none;
}

.ai-core-card:hover .ai-core-card-popup,
.ai-core-card:focus-within .ai-core-card-popup,
.ai-core-card:focus .ai-core-card-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.ai-core-hub {
  top: 132px;
  right: 210px;
  width: 380px;
  height: 324px;
}

.ai-core-hub-plate {
  position: absolute;
  left: 50%;
  border-radius: 28px;
  transform: translateX(-50%);
  background: linear-gradient(145deg, #ffb35f, #ff7c4c 42%, #b65def 100%);
  box-shadow:
    0 22px 34px rgba(96, 54, 23, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.ai-core-hub-plate--base {
  bottom: 14px;
  width: 268px;
  height: 156px;
}

.ai-core-hub-plate--mid {
  bottom: 82px;
  width: 222px;
  height: 110px;
}

.ai-core-hub-plate--top {
  bottom: 126px;
  width: 176px;
  height: 72px;
}

.ai-core-hub-crystal {
  position: absolute;
  left: 50%;
  bottom: 178px;
  width: 70px;
  height: 144px;
  background: linear-gradient(180deg, #ffe26b 0%, #ff8f64 30%, #7d7cff 72%, #6af0dc 100%);
  clip-path: polygon(50% 0%, 83% 16%, 92% 45%, 76% 100%, 24% 100%, 8% 45%, 17% 16%);
  box-shadow:
    0 0 34px rgba(255, 170, 95, 0.28),
    0 12px 18px rgba(95, 54, 30, 0.16);
  transform: translateX(-50%);
  animation: ai-core-float 5.4s ease-in-out infinite;
}

.ai-core-hub-copy {
  position: absolute;
  right: -66px;
  top: 28px;
  width: 210px;
  color: #141d2b;
}

.ai-core-hub-chip {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 244, 231, 0.88);
  color: #593617;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ai-core-pillars {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 620px);
  transform: translateX(-50%);
}

.ai-core-pillar {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 148px;
  padding: 18px 16px;
  border-radius: 22px 22px 12px 12px;
  color: #ffffff;
  box-shadow:
    0 18px 30px rgba(9, 16, 26, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.ai-core-pillar strong {
  font-size: 1rem;
  line-height: 1.15;
}

.ai-core-pillar span {
  font-size: 0.92rem;
  line-height: 1.4;
}

.ai-core-pillar small {
  color: rgba(244, 249, 255, 0.88);
  font-size: 0.84rem;
  line-height: 1.45;
}

.ai-core-pillar--rag {
  background: linear-gradient(180deg, #14485d, #10384b);
}

.ai-core-pillar--agents {
  background: linear-gradient(180deg, #1e7288, #15596d);
}

.ai-core-pillar--discovery {
  background: linear-gradient(180deg, #ff9e53, #ef7a36);
}

.ai-core-pillar--secure {
  background: linear-gradient(180deg, #b04fb0, #8b3b91);
}

@keyframes ai-core-flow-dash {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -320;
  }
}

@keyframes ai-core-node-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.92;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes ai-core-float {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

@media (max-width: 1180px) {
  .ai-core-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .ai-core-graphic {
    min-height: auto;
    padding: 98px 20px 20px;
  }

  .ai-core-label {
    position: static;
    display: block;
    margin-bottom: 12px;
  }

  .ai-core-label--right {
    text-align: left;
  }

  .ai-core-network {
    display: none;
  }

  .ai-core-card,
  .ai-core-hub,
  .ai-core-pillars {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    transform: none;
  }

  .ai-core-hub {
    height: 360px;
    margin-top: 18px;
  }

  .ai-core-hub-copy {
    right: 0;
    top: 18px;
    width: 170px;
  }

  .ai-core-pillars {
    margin-top: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-core-card + .ai-core-card,
  .ai-core-hub + .ai-core-card,
  .ai-core-card + .ai-core-hub {
    margin-top: 16px;
  }
}

@media (max-width: 720px) {
  .ai-core-shell {
    padding: 18px;
    border-radius: 24px;
  }

  .ai-core-graphic {
    border-radius: 24px;
    padding: 88px 16px 16px;
  }

  .ai-core-card {
    width: 100%;
  }

  .ai-core-card-shell {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 16px;
  }

  .ai-core-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .ai-core-card-popup {
    position: static;
    width: auto;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    display: none;
  }

  .ai-core-card:hover .ai-core-card-popup,
  .ai-core-card:focus-within .ai-core-card-popup,
  .ai-core-card:focus .ai-core-card-popup {
    display: block;
  }

  .ai-core-hub {
    height: 320px;
  }

  .ai-core-hub-copy {
    position: static;
    width: auto;
    margin-top: 12px;
  }

  .ai-core-pillars {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-core-path,
  .ai-core-node,
  .ai-core-hub-crystal {
    animation: none !important;
  }
}

.ai-core-shell {
  gap: 20px;
}

.ai-core-shell .ai-core-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-core-shell .ai-core-summary li {
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(171, 227, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(145deg, rgba(8, 32, 51, 0.88), rgba(14, 58, 88, 0.84));
  color: #eff8ff;
  font-size: 0.96rem;
  line-height: 1.58;
}

.ai-core-shell .ai-core-graphic {
  position: relative;
  min-height: 1040px;
  padding: 0;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 20% 18%, rgba(201, 241, 222, 0.22), transparent 18%),
    radial-gradient(circle at 76% 18%, rgba(255, 230, 199, 0.22), transparent 18%),
    linear-gradient(180deg, #f8fbff 0%, #fffaf5 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 26px 48px rgba(7, 16, 26, 0.18);
  overflow: hidden;
}

.ai-core-shell .ai-core-canvas {
  position: relative;
  min-height: 1040px;
  padding: 26px 26px 30px;
}

.ai-core-shell .ai-core-label {
  position: absolute;
  top: 30px;
  z-index: 3;
  color: #111827;
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.ai-core-shell .ai-core-label--left {
  left: 36px;
}

.ai-core-shell .ai-core-label--right {
  right: 36px;
  text-align: right;
}

.ai-core-shell .ai-core-illustration {
  position: absolute;
  top: 88px;
  left: 24px;
  width: calc(100% - 48px);
  height: 640px;
  z-index: 0;
}

.ai-core-shell .ai-core-art {
  transform-box: fill-box;
  transform-origin: center;
}

.ai-core-shell .ai-core-flow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ai-core-shell .ai-core-flow--outer {
  stroke: url(#aiCorePipeOuter);
  stroke-width: 34;
  filter: drop-shadow(0 14px 20px rgba(5, 25, 32, 0.18));
}

.ai-core-shell .ai-core-flow--inner {
  stroke: url(#aiCorePipeInner);
  stroke-width: 22;
}

.ai-core-shell .ai-core-flow--dots {
  stroke: url(#aiCoreRoadDots);
  stroke-width: 5;
  stroke-dasharray: 3 24;
  opacity: 0.9;
  animation: ai-core-dash 8s linear infinite;
}

.ai-core-shell .ai-core-flow--branch-outer,
.ai-core-shell .ai-core-flow--agent-outer {
  stroke: url(#aiCorePipeOuter);
  stroke-width: 20;
  opacity: 0.96;
}

.ai-core-shell .ai-core-flow--branch-inner,
.ai-core-shell .ai-core-flow--agent-inner {
  stroke: url(#aiCorePipeInner);
  stroke-width: 12;
}

.ai-core-shell .ai-core-web {
  fill: none;
  stroke: rgba(74, 124, 129, 0.66);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ai-core-shell .ai-core-web-node {
  stroke: rgba(59, 88, 94, 0.58);
  stroke-width: 6;
  animation: ai-core-pulse 4.8s ease-in-out infinite;
}

.ai-core-shell .ai-core-web-node--cool {
  fill: #2a8192;
}

.ai-core-shell .ai-core-web-node--neutral {
  fill: #9a9796;
}

.ai-core-shell .ai-core-web-node--warm {
  fill: #ff8d49;
}

.ai-core-shell .ai-core-art--hub path {
  animation: ai-core-float-crystal 5.4s ease-in-out infinite;
  filter: drop-shadow(0 0 24px rgba(255, 163, 102, 0.3));
}

.ai-core-shell .ai-core-art--secure circle {
  animation: ai-core-globe-pulse 5.8s ease-in-out infinite;
}

.ai-core-shell .ai-core-card,
.ai-core-shell .ai-core-discovery-copy,
.ai-core-shell .ai-core-pillars {
  position: absolute;
  z-index: 3;
}

.ai-core-shell .ai-core-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  width: 328px;
  padding: 22px;
  border-radius: 30px;
  border: 1px solid rgba(180, 225, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(7, 31, 50, 0.96), rgba(12, 43, 68, 0.94)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow:
    0 18px 32px rgba(8, 18, 28, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.ai-core-shell .ai-core-card:hover,
.ai-core-shell .ai-core-card:focus-visible,
.ai-core-shell .ai-core-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(126, 223, 255, 0.3);
  box-shadow:
    0 22px 38px rgba(8, 18, 28, 0.22),
    0 0 26px rgba(91, 201, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ai-core-shell .ai-core-card--rag {
  left: 38px;
  bottom: 124px;
}

.ai-core-shell .ai-core-card--agents {
  left: 324px;
  bottom: 118px;
  width: 310px;
}

.ai-core-shell .ai-core-card--secure {
  right: 38px;
  bottom: 118px;
  width: 346px;
}

.ai-core-shell .ai-core-card-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(145deg, #5bbf80, #b0dd66);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 18px rgba(6, 18, 28, 0.16);
}

.ai-core-shell .ai-core-card--agents .ai-core-card-icon {
  background: linear-gradient(145deg, #57b7e8, #7fe7ff);
}

.ai-core-shell .ai-core-card--secure .ai-core-card-icon {
  background: linear-gradient(145deg, #b355d1, #ff9a61);
}

.ai-core-shell .ai-core-card-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.28rem, 1.6vw, 1.8rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.ai-core-shell .ai-core-card-copy p {
  margin: 12px 0 0;
  color: rgba(241, 248, 255, 0.94);
  font-size: 0.98rem;
  line-height: 1.52;
}

.ai-core-shell .ai-core-discovery-copy {
  top: 136px;
  right: 42px;
  width: 270px;
  color: #111827;
}

.ai-core-shell .ai-core-discovery-chip {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 241, 222, 0.9);
  color: #6b4221;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ai-core-shell .ai-core-discovery-copy h3 {
  margin: 0;
  color: #191919;
  font-size: clamp(1.72rem, 2vw, 2.35rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.ai-core-shell .ai-core-discovery-copy p {
  margin: 14px 0 0;
  color: rgba(24, 24, 28, 0.88);
  font-size: 1rem;
  line-height: 1.56;
}

.ai-core-shell .ai-core-pillars {
  left: 50%;
  bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, 650px);
  transform: translateX(-50%);
}

.ai-core-shell .ai-core-pillars-base {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 720px;
  height: 92px;
  border-radius: 30px;
  background: linear-gradient(145deg, #4b215a, #5d2665);
  transform: translateX(-50%);
  box-shadow: 0 16px 26px rgba(37, 13, 46, 0.22);
}

.ai-core-shell .ai-core-pillar {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 228px;
  padding: 18px 18px 20px;
  border-radius: 22px 22px 16px 16px;
  color: #ffffff;
  box-shadow:
    0 18px 28px rgba(7, 16, 26, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.ai-core-shell .ai-core-pillar:hover,
.ai-core-shell .ai-core-pillar:focus-visible {
  transform: translateY(-4px);
  box-shadow:
    0 22px 34px rgba(7, 16, 26, 0.22),
    0 0 20px rgba(255, 255, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ai-core-shell .ai-core-pillar strong {
  font-size: 1.04rem;
  line-height: 1.1;
}

.ai-core-shell .ai-core-pillar span {
  font-size: 0.94rem;
  line-height: 1.42;
}

.ai-core-shell .ai-core-pillar small {
  color: rgba(246, 250, 255, 0.9);
  font-size: 0.88rem;
  line-height: 1.46;
}

.ai-core-shell .ai-core-pillar--rag {
  background: linear-gradient(180deg, #16455a, #103a4d);
}

.ai-core-shell .ai-core-pillar--agents {
  background: linear-gradient(180deg, #1c6b82, #14586e);
}

.ai-core-shell .ai-core-pillar--discovery {
  background: linear-gradient(180deg, #ffa14e, #ef7f36);
}

.ai-core-shell .ai-core-pillar--secure {
  background: linear-gradient(180deg, #b04aa5, #8f3d93);
}

@keyframes ai-core-dash {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -240;
  }
}

@keyframes ai-core-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.95;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes ai-core-float-crystal {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes ai-core-globe-pulse {
  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(149, 94, 173, 0));
  }

  50% {
    transform: scale(1.03);
    filter: drop-shadow(0 0 20px rgba(149, 94, 173, 0.22));
  }
}

@media (max-width: 1240px) {
  .ai-core-shell .ai-core-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .ai-core-shell .ai-core-graphic,
  .ai-core-shell .ai-core-canvas {
    min-height: 1380px;
  }

  .ai-core-shell .ai-core-illustration {
    top: 106px;
    height: 600px;
  }

  .ai-core-shell .ai-core-discovery-copy {
    top: 94px;
    right: 36px;
    width: 230px;
  }

  .ai-core-shell .ai-core-card--agents {
    left: 282px;
    width: 282px;
  }

  .ai-core-shell .ai-core-card--secure {
    width: 300px;
  }

  .ai-core-shell .ai-core-pillars {
    width: min(100%, 560px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-core-shell .ai-core-pillars-base {
    width: 620px;
  }
}

@media (max-width: 980px) {
  .ai-core-shell .ai-core-graphic,
  .ai-core-shell .ai-core-canvas {
    min-height: auto;
  }

  .ai-core-shell .ai-core-canvas {
    padding: 24px 18px 18px;
  }

  .ai-core-shell .ai-core-label {
    position: static;
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }

  .ai-core-shell .ai-core-illustration {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1280 / 900;
    margin-top: 12px;
  }

  .ai-core-shell .ai-core-card,
  .ai-core-shell .ai-core-discovery-copy,
  .ai-core-shell .ai-core-pillars {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    transform: none;
    margin-top: 16px;
  }

  .ai-core-shell .ai-core-card {
    width: 100%;
  }

  .ai-core-shell .ai-core-pillars-base {
    display: none;
  }

  .ai-core-shell .ai-core-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .ai-core-shell .ai-core-pillars {
    grid-template-columns: minmax(0, 1fr);
  }

  .ai-core-shell .ai-core-card {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 16px;
    border-radius: 24px;
  }

  .ai-core-shell .ai-core-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-core-shell .ai-core-flow--dots,
  .ai-core-shell .ai-core-web-node,
  .ai-core-shell .ai-core-art--hub path,
  .ai-core-shell .ai-core-art--secure circle {
    animation: none !important;
  }
}

.ai-core-shell .ai-core-graphic--poster {
  min-height: 1188px;
  padding: 0;
  border-radius: 38px;
  background:
    radial-gradient(circle at 16% 18%, rgba(218, 244, 225, 0.48), transparent 18%),
    radial-gradient(circle at 76% 20%, rgba(255, 229, 198, 0.44), transparent 18%),
    linear-gradient(180deg, #fbfdff 0%, #fffaf6 100%);
}

.ai-core-shell .ai-core-graphic--poster .ai-core-canvas {
  min-height: 1188px;
  padding: 24px 24px 26px;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-label {
  top: 34px;
  color: #101827;
  font-size: clamp(1.8rem, 2.2vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.045em;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-label--left {
  left: 40px;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-label--right {
  right: 40px;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-illustration {
  top: 112px;
  left: 18px;
  width: calc(100% - 132px);
  height: 620px;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-flow--outer {
  stroke-width: 34;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-flow--inner {
  stroke-width: 22;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-flow--dots {
  stroke-width: 6;
  stroke-dasharray: 5 22;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-art--white-space polygon:first-child {
  animation: ai-core-beam-pulse 4.8s ease-in-out infinite;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-art--hub,
.ai-core-shell .ai-core-graphic--poster .ai-core-art--white-space,
.ai-core-shell .ai-core-graphic--poster .ai-core-art--secure {
  transform: translateX(-26px);
}

.ai-core-shell .ai-core-graphic--poster .ai-core-card,
.ai-core-shell .ai-core-graphic--poster .ai-core-discovery-copy,
.ai-core-shell .ai-core-graphic--poster .ai-core-pillars {
  position: absolute;
  z-index: 4;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-card {
  display: block;
  width: 266px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-card:hover,
.ai-core-shell .ai-core-graphic--poster .ai-core-card:focus-visible,
.ai-core-shell .ai-core-graphic--poster .ai-core-card:focus-within {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-card-icon {
  display: none;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-card-copy h3 {
  color: #111827;
  font-size: clamp(1.18rem, 1.45vw, 1.8rem);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-card-copy p {
  margin-top: 12px;
  color: rgba(17, 24, 39, 0.92);
  font-size: 0.92rem;
  line-height: 1.42;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-card--rag {
  left: 26px;
  bottom: 52px;
  width: 248px;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-card--agents {
  left: 292px;
  bottom: 52px;
  width: 214px;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-card--secure {
  right: 16px;
  bottom: 52px;
  width: 210px;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-discovery-copy {
  top: 136px;
  right: 14px;
  width: 176px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-discovery-chip {
  margin-bottom: 14px;
  padding: 6px 12px;
  background: rgba(255, 241, 222, 0.92);
  color: #6b4221;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-discovery-copy h3 {
  color: #111827;
  font-size: clamp(1.34rem, 1.45vw, 1.85rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-discovery-copy p {
  margin-top: 10px;
  color: rgba(17, 24, 39, 0.92);
  font-size: 0.84rem;
  line-height: 1.38;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-pillars {
  left: 50%;
  bottom: 20px;
  width: 424px;
  gap: 12px;
  transform: translateX(-50%);
}

.ai-core-shell .ai-core-graphic--poster .ai-core-pillars-base {
  bottom: -8px;
  width: 444px;
  height: 48px;
  border-radius: 26px;
  background: linear-gradient(145deg, #4b215a, #5d2665);
  box-shadow: 0 16px 26px rgba(37, 13, 46, 0.2);
}

.ai-core-shell .ai-core-graphic--poster .ai-core-pillar {
  min-height: 170px;
  padding: 13px 12px 15px;
  border-radius: 18px 18px 14px 14px;
  box-shadow:
    0 14px 24px rgba(7, 16, 26, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ai-core-shell .ai-core-graphic--poster .ai-core-pillar strong {
  font-size: 0.92rem;
  line-height: 1.08;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-pillar span {
  font-size: 0.76rem;
  line-height: 1.34;
}

.ai-core-shell .ai-core-graphic--poster .ai-core-pillar small {
  font-size: 0.74rem;
  line-height: 1.36;
}

@keyframes ai-core-beam-pulse {
  0%,
  100% {
    opacity: 0.34;
    transform: scale(1);
  }

  50% {
    opacity: 0.52;
    transform: scale(1.03);
  }
}

@media (max-width: 1240px) {
  .ai-core-shell .ai-core-graphic--poster,
  .ai-core-shell .ai-core-graphic--poster .ai-core-canvas {
    min-height: 1220px;
  }

  .ai-core-shell .ai-core-graphic--poster .ai-core-illustration {
    width: calc(100% - 118px);
    height: 600px;
  }

  .ai-core-shell .ai-core-graphic--poster .ai-core-card--agents {
    left: 270px;
    width: 210px;
  }

  .ai-core-shell .ai-core-graphic--poster .ai-core-card--secure {
    width: 196px;
  }

  .ai-core-shell .ai-core-graphic--poster .ai-core-discovery-copy {
    width: 162px;
  }
}

@media (max-width: 980px) {
  .ai-core-shell .ai-core-graphic--poster,
  .ai-core-shell .ai-core-graphic--poster .ai-core-canvas {
    min-height: auto;
  }

  .ai-core-shell .ai-core-graphic--poster .ai-core-canvas {
    padding: 22px 18px 18px;
  }

  .ai-core-shell .ai-core-graphic--poster .ai-core-label {
    position: static;
    display: block;
    margin-bottom: 8px;
    text-align: left;
  }

  .ai-core-shell .ai-core-graphic--poster .ai-core-illustration {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1280 / 900;
    margin-top: 12px;
  }

  .ai-core-shell .ai-core-graphic--poster .ai-core-card,
  .ai-core-shell .ai-core-graphic--poster .ai-core-discovery-copy,
  .ai-core-shell .ai-core-graphic--poster .ai-core-pillars {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    transform: none;
    margin-top: 18px;
  }

  .ai-core-shell .ai-core-graphic--poster .ai-core-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-core-shell .ai-core-graphic--poster .ai-core-pillars-base {
    display: none;
  }
}

@media (max-width: 680px) {
  .ai-core-shell .ai-core-graphic--poster .ai-core-card-copy h3,
  .ai-core-shell .ai-core-graphic--poster .ai-core-discovery-copy h3 {
    font-size: 1.5rem;
  }

  .ai-core-shell .ai-core-graphic--poster .ai-core-pillars {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-core-shell .ai-core-graphic--poster .ai-core-art--white-space polygon:first-child {
    animation: none !important;
  }
}

.ai-core-shell .ai-core-graphic--reference-art {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.ai-core-reference-art {
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 26%, rgba(211, 245, 228, 0.32), transparent 20%),
    radial-gradient(circle at 74% 26%, rgba(255, 227, 194, 0.28), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
  box-shadow:
    0 26px 44px rgba(6, 17, 28, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
  isolation: isolate;
}

.ai-core-reference-art__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.ai-core-reference-art__image {
  position: relative;
  z-index: 1;
  aspect-ratio: 2597 / 1235;
  min-height: 0;
}

.ai-core-reference-art__overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.ai-core-hotspot {
  position: absolute;
  z-index: 5;
  pointer-events: auto;
  overflow: visible;
  isolation: isolate;
  --ai-core-hotspot-color: #7ce3ff;
  --ai-core-hotspot-color-strong: #2ec7ff;
  animation: ai-core-hotspot-float 3.8s ease-in-out infinite;
}

.ai-core-hotspot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, color-mix(in srgb, var(--ai-core-hotspot-color) 36%, transparent) 0%, color-mix(in srgb, var(--ai-core-hotspot-color-strong) 14%, transparent) 48%, transparent 74%);
  filter: blur(12px);
  opacity: 0.42;
  animation: ai-core-hotspot-aura 3.4s ease-in-out infinite;
}

.ai-core-hotspot:hover,
.ai-core-hotspot[open],
.ai-core-hotspot:focus-within {
  z-index: 60;
}

.ai-core-hotspot summary {
  list-style: none;
}

.ai-core-hotspot summary::-webkit-details-marker {
  display: none;
}

.ai-core-hotspot-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(circle at 36% 34%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.18) 38%, rgba(255, 255, 255, 0.08) 46%, transparent 58%),
    linear-gradient(145deg, var(--ai-core-hotspot-color), var(--ai-core-hotspot-color-strong));
  color: #ffffff;
  cursor: pointer;
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--ai-core-hotspot-color) 18%, transparent),
    0 12px 26px color-mix(in srgb, var(--ai-core-hotspot-color-strong) 32%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    filter 0.24s ease;
  animation: ai-core-hotspot-pulse 2.8s ease-in-out infinite;
}

.ai-core-hotspot-button::before,
.ai-core-hotspot-button::after {
  content: '';
  position: absolute;
  inset: 50%;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.ai-core-hotspot-button::before {
  width: 52px;
  height: 52px;
  border: 1px solid color-mix(in srgb, var(--ai-core-hotspot-color) 44%, transparent);
  opacity: 0.36;
  animation: ai-core-hotspot-ring 2.8s ease-out infinite;
}

.ai-core-hotspot-button::after {
  width: 9px;
  height: 9px;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.92);
}

.ai-core-hotspot:hover .ai-core-hotspot-button,
.ai-core-hotspot[open] .ai-core-hotspot-button,
.ai-core-hotspot:focus-within .ai-core-hotspot-button {
  transform: scale(1.14);
  filter: saturate(1.16) brightness(1.06);
  box-shadow:
    0 0 0 7px color-mix(in srgb, var(--ai-core-hotspot-color) 24%, transparent),
    0 18px 34px color-mix(in srgb, var(--ai-core-hotspot-color-strong) 38%, transparent),
    0 0 22px color-mix(in srgb, var(--ai-core-hotspot-color) 62%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.ai-core-hotspot-button svg {
  position: relative;
  z-index: 1;
  width: 13px;
  height: 13px;
  stroke: currentColor;
}

.ai-core-hotspot-popup {
  position: absolute;
  z-index: 80;
  width: min(360px, calc(100vw - 56px));
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(183, 235, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    linear-gradient(150deg, rgba(7, 28, 46, 0.96), rgba(11, 55, 84, 0.96));
  color: #ffffff;
  box-shadow:
    0 24px 44px rgba(4, 13, 24, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 30px color-mix(in srgb, var(--ai-core-hotspot-color) 16%, transparent);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0s linear 0.22s;
}

.ai-core-hotspot-popup h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(1rem, 0.96vw, 1.14rem);
  line-height: 1.18;
  font-weight: 800;
}

.ai-core-hotspot-popup p,
.ai-core-hotspot-popup ul {
  margin: 0;
  color: rgba(245, 251, 255, 0.96);
  font-size: clamp(0.92rem, 0.86vw, 1rem);
  line-height: 1.5;
}

.ai-core-hotspot-popup ul {
  padding-left: 18px;
}

.ai-core-hotspot-popup li + li {
  margin-top: 6px;
}

.ai-core-hotspot--popup-right .ai-core-hotspot-popup {
  top: 50%;
  left: calc(100% + 16px);
  transform: translate(0, -50%) scale(0.98);
}

.ai-core-hotspot--popup-left .ai-core-hotspot-popup {
  top: 50%;
  right: calc(100% + 16px);
  transform: translate(0, -50%) scale(0.98);
}

.ai-core-hotspot--popup-top .ai-core-hotspot-popup {
  bottom: calc(100% + 16px);
  left: 50%;
  transform: translate(-50%, 8px) scale(0.98);
}

.ai-core-hotspot--popup-bottom .ai-core-hotspot-popup {
  top: calc(100% + 16px);
  left: 50%;
  transform: translate(-50%, 8px) scale(0.98);
}

.ai-core-hotspot[open] .ai-core-hotspot-popup,
.ai-core-hotspot:focus-within .ai-core-hotspot-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s, 0s, 0s;
}

.ai-core-hotspot--popup-right[open] .ai-core-hotspot-popup,
.ai-core-hotspot--popup-right:focus-within .ai-core-hotspot-popup,
.ai-core-hotspot--popup-left[open] .ai-core-hotspot-popup,
.ai-core-hotspot--popup-left:focus-within .ai-core-hotspot-popup {
  transform: translate(0, -50%) scale(1);
}

.ai-core-hotspot--popup-top[open] .ai-core-hotspot-popup,
.ai-core-hotspot--popup-top:focus-within .ai-core-hotspot-popup,
.ai-core-hotspot--popup-bottom[open] .ai-core-hotspot-popup,
.ai-core-hotspot--popup-bottom:focus-within .ai-core-hotspot-popup {
  transform: translate(-50%, 0) scale(1);
}

.ai-core-hotspot--rag {
  top: 56.7%;
  left: 15.1%;
  --ai-core-hotspot-color: #d6f468;
  --ai-core-hotspot-color-strong: #77cf44;
  animation-delay: -0.3s;
}

.ai-core-hotspot--agents {
  top: 62.1%;
  left: 33.1%;
  --ai-core-hotspot-color: #88defa;
  --ai-core-hotspot-color-strong: #299bc2;
  animation-delay: -1.15s;
}

.ai-core-hotspot--discovery {
  top: 29.2%;
  left: 74.4%;
  --ai-core-hotspot-color: #ffbf6d;
  --ai-core-hotspot-color-strong: #ff7d56;
  animation-delay: -1.8s;
}

.ai-core-hotspot--secure {
  top: 56.1%;
  left: 80.4%;
  --ai-core-hotspot-color: #d085ff;
  --ai-core-hotspot-color-strong: #8f46d8;
  animation-delay: -2.35s;
}

.ai-core-hotspot--pillars {
  top: 63.2%;
  left: 49.4%;
  --ai-core-hotspot-color: #8cc8ff;
  --ai-core-hotspot-color-strong: #3f86ff;
  animation-delay: -2.8s;
}

.ai-core-reference-art__glow,
.ai-core-reference-art__shimmer,
.ai-core-reference-art__signal {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.ai-core-reference-art__glow {
  border-radius: 999px;
  filter: blur(34px);
  opacity: 0.42;
  mix-blend-mode: screen;
  animation: ai-core-reference-pulse 6.8s ease-in-out infinite;
}

.ai-core-reference-art__glow--left {
  top: 18%;
  left: 12%;
  width: 16%;
  height: 18%;
  background: radial-gradient(circle, rgba(197, 242, 110, 0.78) 0%, rgba(197, 242, 110, 0) 72%);
}

.ai-core-reference-art__glow--mesh {
  top: 8%;
  left: 39%;
  width: 18%;
  height: 16%;
  background: radial-gradient(circle, rgba(119, 224, 255, 0.68) 0%, rgba(119, 224, 255, 0) 72%);
  animation-delay: -1.4s;
}

.ai-core-reference-art__glow--discovery {
  top: 16%;
  left: 60%;
  width: 18%;
  height: 26%;
  background: radial-gradient(circle, rgba(255, 191, 105, 0.8) 0%, rgba(255, 191, 105, 0) 74%);
  animation-delay: -2.8s;
}

.ai-core-reference-art__glow--secure {
  top: 29%;
  left: 74%;
  width: 19%;
  height: 19%;
  background: radial-gradient(circle, rgba(206, 117, 244, 0.74) 0%, rgba(206, 117, 244, 0) 72%);
  animation-delay: -4.2s;
}

.ai-core-reference-art__shimmer {
  inset: 0;
  background:
    linear-gradient(
      112deg,
      transparent 0%,
      transparent 35%,
      rgba(255, 255, 255, 0.08) 45%,
      rgba(255, 214, 116, 0.18) 50%,
      rgba(255, 255, 255, 0.08) 56%,
      transparent 68%,
      transparent 100%
    );
  mix-blend-mode: screen;
  opacity: 0.75;
  transform: translateX(-16%);
  animation: ai-core-reference-shimmer 9s linear infinite;
}

.ai-core-reference-art__signal {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 245, 164, 0.98) 0 42%, rgba(255, 245, 164, 0) 54%),
    radial-gradient(circle at 50% 50%, rgba(255, 193, 90, 0.38) 0 70%, rgba(255, 193, 90, 0) 100%);
  box-shadow: 0 0 14px rgba(255, 214, 104, 0.55);
  animation: ai-core-reference-signal 3.4s ease-in-out infinite;
}

.ai-core-reference-art__signal--one {
  top: 36.5%;
  left: 21%;
}

.ai-core-reference-art__signal--two {
  top: 31%;
  left: 36%;
  animation-delay: -0.45s;
}

.ai-core-reference-art__signal--three {
  top: 33%;
  left: 49%;
  animation-delay: -0.9s;
}

.ai-core-reference-art__signal--four {
  top: 41%;
  left: 64%;
  animation-delay: -1.35s;
}

.ai-core-reference-art__signal--five {
  top: 53%;
  left: 82%;
  animation-delay: -1.8s;
}

.ai-core-reference-art__signal--six {
  top: 67%;
  left: 73%;
  animation-delay: -2.25s;
}

@keyframes ai-core-reference-pulse {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.28;
  }

  50% {
    transform: scale(1.07);
    opacity: 0.5;
  }
}

@keyframes ai-core-reference-shimmer {
  0% {
    transform: translateX(-24%);
  }

  100% {
    transform: translateX(22%);
  }
}

@keyframes ai-core-reference-signal {
  0%,
  100% {
    transform: scale(0.86);
    opacity: 0.38;
  }

  45% {
    transform: scale(1.15);
    opacity: 0.95;
  }

  70% {
    transform: scale(0.96);
    opacity: 0.66;
  }
}

@keyframes ai-core-hotspot-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }
}

@keyframes ai-core-hotspot-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.82);
    opacity: 0.45;
  }

  70% {
    transform: translate(-50%, -50%) scale(1.18);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.18);
    opacity: 0;
  }
}

@keyframes ai-core-hotspot-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes ai-core-hotspot-aura {
  0%,
  100% {
    opacity: 0.28;
    transform: translate(-50%, -50%) scale(0.92);
  }

  50% {
    opacity: 0.58;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes ai-core-summary-beacon {
  from {
    transform: translateX(-50%) scale(0.88);
    opacity: 0.55;
  }

  50% {
    transform: translateX(-50%) scale(1.18);
    opacity: 1;
  }

  to {
    transform: translateX(-50%) scale(0.9);
    opacity: 0.66;
  }
}

@keyframes ai-core-summary-line-flow-vert {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 40px;
  }
}

@keyframes ai-core-summary-line-flow-diag {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  }
}

@media (max-width: 980px) {
  .ai-core-reference-art {
    border-radius: 24px;
  }

  .ai-core-summary {
    gap: 12px;
  }

  .ai-core-summary li {
    padding: 18px 18px;
    font-size: 1rem;
  }

  .ai-core-summary li:nth-child(1)::before,
  .ai-core-summary li:nth-child(3)::before {
    height: 286px;
  }

  .ai-core-summary li:nth-child(1)::after,
  .ai-core-summary li:nth-child(3)::after {
    top: calc(100% + 238px);
  }

  .ai-core-summary li:nth-child(2)::before {
    width: 228px;
    top: calc(100% + 14px);
    transform: translateX(-50%) rotate(29deg);
  }

  .ai-core-summary li:nth-child(2)::after {
    top: calc(100% + 150px);
    left: calc(50% + 118px);
  }

  .ai-core-reference-art__glow {
    filter: blur(24px);
    opacity: 0.34;
  }

  .ai-core-reference-art__signal {
    width: 10px;
    height: 10px;
  }

  .ai-core-hotspot-button {
    width: 24px;
    height: 24px;
  }

  .ai-core-hotspot-button::before {
    width: 40px;
    height: 40px;
  }

  .ai-core-hotspot::after {
    width: 58px;
    height: 58px;
  }

  .ai-core-hotspot-popup {
    width: min(300px, calc(100vw - 44px));
    padding: 16px 18px;
  }
}

@media (max-width: 720px) {
  .ai-core-summary li::before {
    left: 50%;
    width: 6px;
    transform: translateX(-50%);
    transform-origin: center top;
    animation-name: ai-core-summary-line-flow-vert;
  }

  .ai-core-summary li:nth-child(1)::before {
    height: 170px;
  }

  .ai-core-summary li:nth-child(2)::before {
    height: 110px;
    top: calc(100% + 8px);
    left: 50%;
    width: 6px;
    transform: translateX(-50%);
    transform-origin: center top;
  }

  .ai-core-summary li:nth-child(3)::before {
    height: 58px;
  }

  .ai-core-summary li:nth-child(1)::after {
    top: calc(100% + 136px);
  }

  .ai-core-summary li:nth-child(2)::after {
    top: calc(100% + 82px);
    left: 50%;
  }

  .ai-core-summary li:nth-child(3)::after {
    top: calc(100% + 34px);
  }

  .ai-core-hotspot-popup {
    width: min(280px, calc(100vw - 32px));
  }

  .ai-core-hotspot--popup-right .ai-core-hotspot-popup,
  .ai-core-hotspot--popup-left .ai-core-hotspot-popup,
  .ai-core-hotspot--popup-top .ai-core-hotspot-popup,
  .ai-core-hotspot--popup-bottom .ai-core-hotspot-popup {
    top: calc(100% + 14px);
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 8px) scale(0.98);
  }

  .ai-core-hotspot--popup-right[open] .ai-core-hotspot-popup,
  .ai-core-hotspot--popup-right:focus-within .ai-core-hotspot-popup,
  .ai-core-hotspot--popup-left[open] .ai-core-hotspot-popup,
  .ai-core-hotspot--popup-left:focus-within .ai-core-hotspot-popup,
  .ai-core-hotspot--popup-top[open] .ai-core-hotspot-popup,
  .ai-core-hotspot--popup-top:focus-within .ai-core-hotspot-popup,
  .ai-core-hotspot--popup-bottom[open] .ai-core-hotspot-popup,
  .ai-core-hotspot--popup-bottom:focus-within .ai-core-hotspot-popup {
    transform: translate(-50%, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-core-reference-art__glow,
  .ai-core-reference-art__shimmer,
  .ai-core-reference-art__signal,
  .ai-core-connector,
  .ai-core-hotspot,
  .ai-core-hotspot::after,
  .ai-core-hotspot-button,
  .ai-core-hotspot-button::before {
    animation: none !important;
  }
}



.hero-diagram {
  position: relative;
  display: grid;
  gap: 20px;
}

.hero-diagram::after {
  content: '';
  position: absolute;
  inset: 24% 8% 24% 8%;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  pointer-events: none;
}

.columns-2,
.diagram-grid.columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.diagram-core {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  overflow: hidden;
}

.diagram-core::before {
  content: '';
  position: absolute;
  inset: -40% auto auto -10%;
  width: 120%;
  height: 120%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.16) 44%, transparent 72%);
  animation: sheen 8s linear infinite;
}

.kicker,
.metric-label,
.process-index {
  font-size: 0.72rem;
  color: var(--brand-deep);
}

.visual-caption,
.kicker,
.story-badge,
.story-metric,
.data-chip,
.diagram-chip,
.footer-badge {
  font-size: 0.76rem;
}

.data-chip,
.diagram-chip,
.story-metric,
.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.video-scenes,
.story-metrics,
.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.audience-card,
.video-card,
.metric-tile,
.capability-card,
.story-card,
.list-card,
.quote-card,
.highlight-card,
.process-card {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.audience-card:hover,
.video-card:hover,
.metric-tile:hover,
.capability-card:hover,
.story-card:hover,
.list-card:hover,
.quote-card:hover,
.highlight-card:hover,
.process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(35, 117, 225, 0.2);
  box-shadow: var(--shadow-lg);
}

.audience-card {
  position: relative;
  display: grid;
  gap: 16px;
  isolation: isolate;
}

.audience-card::before {
  content: '';
  position: absolute;
  inset: 16px 16px 16px 16px;
  width: auto;
  height: auto;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 62%, rgba(255, 255, 255, 0.58) 76%, rgba(255, 255, 255, 0.18) 88%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}


.audience-card > * {
  position: relative;
  z-index: 1;
}


.audience-card .card-title,
.audience-card .card-copy,
.audience-card .text-link {
  color: var(--surface-ink);
}

.audience-card .card-copy {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
}


.audience-card .copy-marker {
  display: inline;
  padding: 0.08em 0.26em;
  background: rgba(255, 255, 255, 0.82);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 0.3em;
}

.audience-card .data-chip {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(20, 44, 76, 0.08);
  color: var(--surface-ink);
}

.audience-card:first-child {
  background: linear-gradient(180deg, rgba(35, 117, 225, 0.08), rgba(255, 255, 255, 0.96));
}

.audience-card:last-child {
  background: linear-gradient(180deg, rgba(10, 143, 131, 0.08), rgba(255, 255, 255, 0.96));
}

.audience-card--retail {
  background:
    linear-gradient(180deg, rgba(244, 248, 253, 0.92) 0%, rgba(255, 255, 255, 0.96) 100%) 0 0 / 100% 100% no-repeat,
    radial-gradient(circle at 74% 26%, rgba(35, 117, 225, 0.12), transparent 34%) 0 0 / 100% 100% no-repeat;
}

.audience-card--producer {
  background:
    linear-gradient(180deg, rgba(244, 249, 247, 0.92) 0%, rgba(255, 255, 255, 0.96) 100%) 0 0 / 100% 100% no-repeat,
    radial-gradient(circle at 72% 24%, rgba(10, 143, 131, 0.12), transparent 34%) 0 0 / 100% 100% no-repeat;
}

.audience-card--retail::after,
.audience-card--producer::after {
  content: '';
  position: absolute;
  inset: 44px 16px 14px 16px;
  background-repeat: no-repeat;
  background-position: 0 0, 0 0, right center;
  background-size: 100% 100%, 100% 100%, cover;
  pointer-events: none;
  z-index: 0;
  border-radius: 12px;
}

.audience-card--retail::after {
  background-image:
    linear-gradient(90deg, rgba(247, 250, 253, 0.82) 0%, rgba(247, 250, 253, 0.82) 28%, rgba(247, 250, 253, 0.56) 50%, rgba(247, 250, 253, 0.18) 72%, rgba(247, 250, 253, 0) 100%),
    linear-gradient(180deg, rgba(35, 117, 225, 0.05), rgba(10, 143, 131, 0.04)),
    url('../images/audience-retailers-detailed.png');
  filter: none;
  opacity: 0.9;
}

.audience-card--producer::after {
  background-image:
    linear-gradient(90deg, rgba(247, 250, 248, 0.84) 0%, rgba(247, 250, 248, 0.84) 28%, rgba(247, 250, 248, 0.58) 50%, rgba(247, 250, 248, 0.18) 72%, rgba(247, 250, 248, 0) 100%),
    linear-gradient(180deg, rgba(10, 143, 131, 0.05), rgba(35, 117, 225, 0.03)),
    url('../images/audience-producers-detailed.png');
  filter: none;
  opacity: 0.9;
}

@media (max-width: 980px) {
  .audience-card--retail::after,
  .audience-card--producer::after {
    inset: 54px 12px 14px 12px;
    background-position: 0 0, 0 0, 68% center;
  }
}

@media (max-width: 640px) {
  .audience-card--retail::after,
  .audience-card--producer::after {
    inset: 110px 10px 10px 10px;
    background-position: 0 0, 0 0, 72% center;
    opacity: 0.9;
  }
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: var(--brand-deep);
}

.text-link::after {
  content: '->';
  transform: translateY(-1px);
}

.audience-card .text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50%;
  padding: 12px 18px;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(35, 117, 225, 0.4);
  background: rgba(35, 117, 225, 0.82);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(19, 39, 68, 0.12);
}

.audience-card .text-link:hover,
.audience-card .text-link:focus-visible {
  background: rgba(35, 117, 225, 0.92);
  border-color: rgba(35, 117, 225, 0.58);
  color: #ffffff;
  transform: translateY(-1px);
}


.metric-tile {
  min-height: 100%;
  padding-top: 28px;
}

.metric-achievement {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1ea672 0%, #12865d 100%);
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 900;
  font-family: 'Manrope', sans-serif;
  box-shadow: 0 14px 26px rgba(18, 134, 93, 0.22);
  pointer-events: none;
}

.metric-value {
  margin-top: 14px;
  font-family: 'Fraunces', serif;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 0.95;
  color: var(--surface-ink);
}

.capability-card,
.highlight-card,
.list-card,
.quote-card,
.belief-card,
.contact-card,
.form-card {
  min-height: 100%;
}

.capability-card .card-title,
.highlight-card h3,
.list-card h2,
.list-card h3,
.quote-card h3,
.contact-card h2,
.form-card h2,
.belief-card h2,
.feature-band h2,
.feature-band h3,
.story-card h2,
.story-card h3,
.process-card .process-title {
  margin: 16px 0 0;
}

.process-card {
  padding-top: 30px;
}

.process-index {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(35, 117, 225, 0.14), rgba(10, 143, 131, 0.14));
  border: 1px solid rgba(35, 117, 225, 0.16);
}

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 21px;
  width: 2px;
  background: linear-gradient(180deg, rgba(35, 117, 225, 0.25), rgba(10, 143, 131, 0.28));
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 247, 242, 0.92));
  box-shadow: var(--shadow-sm);
}

.timeline-cycle {
  position: relative;
  display: grid;
  gap: 18px;
  padding-right: 86px;
}

.timeline-cycle-connector {
  position: absolute;
  top: 22px;
  right: 10px;
  bottom: 22px;
  width: 74px;
  pointer-events: none;
}

.timeline-cycle-connector::before {
  content: '\21BB';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(35, 117, 225, 0.24);
  background: linear-gradient(135deg, rgba(35, 117, 225, 0.14), rgba(10, 143, 131, 0.14));
  color: rgba(16, 106, 177, 0.92);
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow:
    0 10px 18px rgba(6, 30, 58, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translate(-50%, -50%);
}

.timeline-cycle-path {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44px;
  border: 2px solid rgba(35, 117, 225, 0.4);
  filter: drop-shadow(0 0 12px rgba(35, 117, 225, 0.16));
}

.timeline-cycle-path--down {
  right: 0;
  border-left: 0;
  border-radius: 0 999px 999px 0;
}

.timeline-cycle-path--down::after {
  content: '';
  position: absolute;
  right: -2px;
  bottom: 12px;
  width: 14px;
  height: 14px;
  border-right: 2px solid rgba(35, 117, 225, 0.5);
  border-bottom: 2px solid rgba(35, 117, 225, 0.5);
  transform: rotate(45deg);
}

.timeline-cycle-path--up {
  left: 0;
  border-right: 0;
  border-radius: 999px 0 0 999px;
  border-color: rgba(10, 143, 131, 0.38);
  filter: drop-shadow(0 0 12px rgba(10, 143, 131, 0.16));
}

.timeline-cycle-path--up::after {
  content: '';
  position: absolute;
  left: -2px;
  top: 12px;
  width: 14px;
  height: 14px;
  border-left: 2px solid rgba(10, 143, 131, 0.48);
  border-top: 2px solid rgba(10, 143, 131, 0.48);
  transform: rotate(45deg);
}

.timeline-item--cycle {
  z-index: 1;
}

.timeline-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #ffffff;
  font-weight: 800;
}

body.home .faq-intro {
  margin-bottom: 22px;
}

body.home .faq-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(24px, 2.4vw, 32px);
  border: 1px solid rgba(116, 188, 255, 0.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 18%, rgba(74, 174, 255, 0.16), transparent 22%),
    radial-gradient(circle at 84% 24%, rgba(77, 214, 170, 0.12), transparent 24%),
    radial-gradient(circle at 18% 86%, rgba(242, 195, 90, 0.08), transparent 18%),
    linear-gradient(135deg, #07192c 0%, #0d3155 54%, #154b72 100%);
  box-shadow: 0 24px 48px rgba(7, 24, 41, 0.22);
  overflow: hidden;
  isolation: isolate;
}

body.home .faq-grid::before,
body.home .faq-grid::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.home .faq-grid::before {
  background:
    linear-gradient(112deg, transparent 0 24%, rgba(153, 223, 255, 0.08) 24% 25%, transparent 25% 100%),
    linear-gradient(18deg, transparent 0 54%, rgba(153, 223, 255, 0.07) 54% 55%, transparent 55% 100%);
}

body.home .faq-grid::after {
  inset: 18px;
  border: 1px solid rgba(153, 223, 255, 0.14);
  border-radius: 26px;
}

body.home .faq-grid > * {
  position: relative;
  z-index: 1;
}

body.home .faq-card {
  position: relative;
  min-width: 0;
  min-height: 300px;
  border-radius: 28px;
  border: 1px solid rgba(157, 213, 255, 0.16);
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.98) 0%, rgba(231, 240, 249, 0.92) 100%);
  box-shadow: 0 18px 36px rgba(6, 20, 35, 0.16);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body.home .faq-card:hover,
body.home .faq-card:focus-within,
body.home .faq-card.is-open {
  transform: translateY(-4px);
  border-color: rgba(157, 213, 255, 0.34);
  box-shadow: 0 24px 40px rgba(6, 20, 35, 0.22);
}

body.home .faq-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #64d8ff, #f2c35a);
}

body.home .faq-card::after {
  content: '';
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(100, 216, 255, 0.16), rgba(100, 216, 255, 0));
  pointer-events: none;
}

body.home .faq-card--wide {
  grid-column: 1 / -1;
  min-height: 224px;
}

body.home .faq-card-toggle {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 20px;
  width: 100%;
  min-height: 100%;
  padding: 28px 24px 24px;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
  cursor: pointer;
}

body.home .faq-card-meta {
  display: block;
  width: 100%;
  padding-right: 76px;
}

body.home .faq-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(14, 63, 104, 0.08);
  color: rgba(15, 55, 109, 0.86);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.home .faq-card-number {
  position: absolute;
  top: 26px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(17, 74, 121, 0.96), rgba(54, 148, 224, 0.88));
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 12px 20px rgba(17, 74, 121, 0.2);
}

body.home .faq-card-question {
  margin: 0;
  display: block;
  width: 100%;
  max-width: none;
  font-family: 'Fraunces', serif;
  font-size: 2.98rem !important;
  line-height: 0.88;
  letter-spacing: -0.03em;
  color: #14385b;
  text-wrap: balance;
}

body.home .faq-card--wide .faq-card-question {
  max-width: none;
}

body.home .faq-card-hint {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 55, 109, 0.72);
}

body.home .faq-card-hint::after {
  content: '->';
  transform: translateY(-1px);
}

body.home .faq-card-answer {
  position: absolute;
  inset: auto 16px 16px 16px;
  z-index: 2;
  display: grid;
  align-content: end;
  gap: 10px;
  min-height: 68%;
  padding: 22px 22px 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(8, 34, 59, 0.88) 0%, rgba(9, 41, 70, 0.96) 48%, rgba(17, 74, 121, 0.98) 100%);
  box-shadow: 0 16px 28px rgba(7, 24, 41, 0.24);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

body.home .faq-card-answer p {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: clamp(1.08rem, 1.58vw, 1.54rem) !important;
  line-height: 1.08;
  font-weight: 500;
  color: rgba(236, 246, 255, 0.96);
}

body.home .faq-card:hover .faq-card-answer,
body.home .faq-card:focus-within .faq-card-answer,
body.home .faq-card.is-open .faq-card-answer {
  opacity: 1;
  transform: translateY(0);
}

body.home .faq-card:hover .faq-card-hint,
body.home .faq-card:focus-within .faq-card-hint,
body.home .faq-card.is-open .faq-card-hint {
  color: rgba(15, 55, 109, 0.48);
}

body.home .faq-card:focus-within {
  outline: none;
}

body.home .faq-card-toggle:focus-visible {
  outline: 2px solid rgba(100, 216, 255, 0.8);
  outline-offset: -2px;
  border-radius: 28px;
}

@media (max-width: 980px) {
  body.home .faq-grid {
    gap: 14px;
    padding: 20px;
  }

  body.home .faq-card,
  body.home .faq-card--wide {
    min-height: 182px;
  }

  body.home .faq-card-question {
    font-size: 2.24rem !important;
  }
}

@media (max-width: 720px) {
  body.home .faq-grid {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 24px;
  }

  body.home .faq-grid::after {
    inset: 12px;
    border-radius: 18px;
  }

  body.home .faq-card,
  body.home .faq-card--wide {
    grid-column: auto;
    min-height: 168px;
    border-radius: 24px;
  }

  body.home .faq-card-toggle {
    padding: 20px;
  }

  body.home .faq-card-answer {
    inset: auto 12px 12px 12px;
    min-height: 64%;
    border-radius: 18px;
  }

  body.home .faq-card-question {
    font-size: 1.82rem !important;
  }
}

@media (max-width: 480px) {
  body.home .faq-grid {
    padding: 14px;
  }

  body.home .faq-card-question {
    max-width: 100%;
    font-size: 1.5rem !important;
  }

  body.home .faq-card-answer p {
    font-size: 0.95rem !important;
  }
}

.story-header,
.footer-top,
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.story-header,
.footer-top {
  align-items: flex-start;
}

.story-card--snack .story-metrics {
  margin-left: auto;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.story-card--snack .story-metric {
  white-space: nowrap;
  font-size: 0.72rem;
}

body.home .story-grid .story-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.story-title {
  font-size: clamp(1.6rem, 2vw, 2rem);
}

.story-card .grid-three,
.story-card .detail-grid {
  margin-top: 18px;
}

.video-preview {
  position: relative;
  padding: 24px;
  border-radius: 24px;
  background:
    linear-gradient(150deg, rgba(18, 59, 102, 0.94), rgba(14, 52, 84, 0.88) 55%, rgba(10, 143, 131, 0.78) 100%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%);
  color: #ffffff;
  overflow: hidden;
}

.video-preview::after {
  content: '';
  position: absolute;
  inset: auto -16% -48% auto;
  width: 240px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 72%);
  animation: drift-orb 12s ease-in-out infinite;
}

.video-preview .button {
  position: relative;
  z-index: 1;
}

.feature-band {
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 239, 231, 0.94) 100%),
    radial-gradient(circle at top right, rgba(35, 117, 225, 0.08), transparent 28%);
  box-shadow: var(--shadow-lg);
}

.button,
button.button,
.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover,
button.button:hover,
.wpcf7-submit:hover {
  transform: translateY(-2px);
}

.button-primary,
.wpcf7-submit {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  box-shadow: 0 16px 34px rgba(35, 117, 225, 0.26);
}

.button-secondary {
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(23, 49, 74, 0.14);
}

.inline-actions,
.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.copy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.copy-list li {
  position: relative;
  padding-left: 20px;
}

.copy-list li + li {
  margin-top: 10px;
}

.copy-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent));
}

.ai-core-shell .ai-core-summary li {
  padding-left: 22px;
}

.ai-core-shell .ai-core-summary li + li {
  margin-top: 0;
}

.ai-core-shell .ai-core-summary li::before,
.ai-core-shell .ai-core-summary li::after {
  left: 50%;
  top: auto;
}

.ai-core-shell .ai-core-summary li::before {
  width: 6px;
  top: calc(100% + 6px);
  transform: translateX(-50%);
}

.ai-core-shell .ai-core-summary li::after {
  transform: translateX(-50%);
}

.ai-core-shell .ai-core-summary li:nth-child(1)::before {
  left: 50%;
  top: calc(100% + 6px);
}

.ai-core-shell .ai-core-summary li:nth-child(1)::after {
  left: 50%;
}

.ai-core-shell .ai-core-summary li:nth-child(2)::before {
  left: 50%;
  top: calc(100% + 10px);
  width: 266px;
  transform: rotate(28deg);
  transform-origin: left center;
}

.ai-core-shell .ai-core-summary li:nth-child(2)::after {
  left: calc(50% + 120px);
}

.ai-core-shell .ai-core-summary li:nth-child(3)::before {
  left: 50%;
  top: calc(100% + 6px);
}

.ai-core-shell .ai-core-summary li:nth-child(3)::after {
  left: 50%;
}

body.home .value-infographic {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-self: stretch;
}

body.home .value-infographic::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(35, 117, 225, 0.12), transparent 42%),
    radial-gradient(circle at bottom right, rgba(18, 132, 101, 0.12), transparent 36%);
  pointer-events: none;
}

body.home .value-panel {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 168px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(21, 49, 75, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 244, 237, 0.94) 100%);
  box-shadow: 0 18px 34px rgba(19, 39, 68, 0.08);
  overflow: hidden;
}

body.home .value-panel::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

body.home .value-panel::after {
  content: '';
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 117, 225, 0.1), rgba(35, 117, 225, 0));
  pointer-events: none;
}

body.home .value-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(35, 117, 225, 0.1);
  color: var(--brand-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.home .value-panel h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.08;
  color: var(--surface-ink);
}

body.home .value-panel p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
}

body.home .ready-booking-band {
  overflow: visible;
}

body.home .ready-booking-layout {
  display: grid;
  gap: clamp(22px, 3vw, 30px);
  align-items: start;
}

body.home .ready-booking-copy {
  display: grid;
  gap: 0;
}

body.home .ready-booking-copy .section-copy {
  max-width: 760px;
}

body.home .ready-booking-widget {
  min-width: 0;
}

body.home .ready-booking-actions {
  display: flex;
  justify-content: flex-start;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.contact-map-card {
  display: grid;
  gap: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(23, 49, 74, 0.12);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 253, 0.94));
  box-shadow: 0 24px 50px rgba(12, 35, 64, 0.08);
}

.contact-map-frame {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid rgba(23, 49, 74, 0.12);
  border-radius: 28px;
  min-height: 420px;
  background: rgba(227, 235, 246, 0.7);
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.contact-links-card {
  display: grid;
  gap: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(23, 49, 74, 0.12);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 253, 0.94));
  box-shadow: 0 24px 50px rgba(12, 35, 64, 0.08);
}

.contact-links-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.contact-link-block {
  display: grid;
  gap: 12px;
  padding: 20px 22px;
  border: 1px solid rgba(23, 49, 74, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
}

.contact-link-title {
  color: var(--brand-deep);
  font-size: 0.95rem;
}

.contact-email-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.contact-email-link,
.contact-link-button {
  width: fit-content;
}

.contact-link-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contact-linkedin-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: #0a66c2;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
}

.contact-email-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 16px;
  background: rgba(22, 45, 83, 0.08);
  color: var(--brand-deep);
  font-weight: 800;
  text-decoration: none;
  word-break: break-word;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field-group,
.form-card label {
  display: grid;
  gap: 10px;
}

input,
textarea,
select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(23, 49, 74, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--surface-ink);
  font: inherit;
  box-shadow: inset 0 1px 2px rgba(12, 35, 64, 0.04);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(35, 117, 225, 0.46);
  box-shadow: 0 0 0 4px rgba(35, 117, 225, 0.12);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 70;
  padding-top: 12px;
}

.site-header .container {
  width: min(calc(100% - 28px), 1420px);
}

.site-header .pc-header-inner {
  position: relative;
  display: grid !important;
  grid-template-columns: clamp(260px, 17vw, 320px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 30px !important;
  padding: 15px 26px !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  border-radius: 999px !important;
  background: rgba(249, 247, 242, 0.72) !important;
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 48px rgba(12, 35, 64, 0.12);
}

.site-header .pc-brand {
  justify-content: flex-start !important;
}

.site-header .pc-brand-logo {
  width: clamp(206px, 13.5vw, 252px) !important;
}

.site-header .pc-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(18px, 1.15vw, 26px) !important;
}

.site-header .pc-nav a {
  position: relative;
  min-height: 46px;
  padding: 0 !important;
  font-size: 0.96rem !important;
  font-weight: 800;
  color: rgba(23, 49, 74, 0.82);
}

.site-header .pc-nav a[aria-current='page'] {
  background: transparent !important;
  color: var(--brand-deep) !important;
}

.site-header .pc-nav a[aria-current='page']::after,
.site-header .pc-nav a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.site-header .pc-header-actions {
  display: none !important;
}

.site-header .pc-menu-toggle {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(23, 49, 74, 0.12);
  background: rgba(255, 255, 255, 0.86);
}

.site-header .pc-menu-toggle span {
  background: var(--brand-deep);
}

.site-footer {
  padding: 0 0 34px;
}

.footer-shell {
  gap: 24px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 242, 0.92));
  box-shadow: var(--shadow-sm);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-brand,
.footer-nav,
.footer-links {
  display: grid;
  gap: 12px;
}

.footer-brand {
  flex: 0 0 auto;
  max-width: none;
}

.footer-nav,
.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-nav {
  margin-left: auto;
}

.footer-nav--inline {
  justify-content: flex-end;
  align-content: center;
  flex-wrap: nowrap;
  max-width: none;
  white-space: nowrap;
}

.footer-copy,
.footer-nav a,
.footer-links a,
.footer-bottom {
  color: var(--muted);
}

.footer-nav a,
.footer-links a {
  white-space: nowrap;
}

.footer-copy--full {
  width: 100%;
  max-width: none;
  margin-top: 8px;
}

.footer-bottom {
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}

.dialog-panel {
  max-width: 980px;
  border-radius: 32px;
}

.dialog-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.dialog-scene {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 580ms ease, transform 580ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.diagram-chip,
.data-chip,
.story-metric,
.footer-badge {
  animation: float-chip 8s ease-in-out infinite;
}

.diagram-chip:nth-child(2),
.data-chip:nth-child(2),
.story-metric:nth-child(2),
.footer-badge:nth-child(2) {
  animation-delay: 1.2s;
}

.diagram-chip:nth-child(3),
.data-chip:nth-child(3),
.story-metric:nth-child(3),
.footer-badge:nth-child(3) {
  animation-delay: 2.4s;
}

@keyframes drift-orb {
  0%,
  100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-12px, 10px, 0); }
}

@keyframes sheen {
  0% { transform: translate3d(-32%, 0, 0) rotate(0deg); }
  100% { transform: translate3d(32%, 0, 0) rotate(0deg); }
}

@keyframes float-chip {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@media (max-width: 1520px) {
  .site-header .pc-header-inner {
    grid-template-columns: 1fr auto !important;
    gap: 16px !important;
    padding: 14px 18px !important;
  }

  .site-header .pc-nav {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    left: 0 !important;
    right: 0 !important;
    display: none !important;
    gap: 8px !important;
    padding: 6px !important;
    border: 1px solid var(--line) !important;
    border-radius: 26px !important;
    background: rgba(249, 247, 242, 0.98) !important;
    box-shadow: var(--shadow-lg);
  }

  body.menu-open .site-header .pc-nav {
    display: grid !important;
  }

  .site-header .pc-nav a,
  .site-header .pc-nav a[aria-current='page'] {
    min-height: 0;
    padding: 12px 14px !important;
    border-radius: 16px;
  }

  .site-header .pc-nav a[aria-current='page']::after,
  .site-header .pc-nav a:hover::after {
    display: none;
  }

  .site-header .pc-nav a[aria-current='page'] {
    background: rgba(35, 117, 225, 0.08) !important;
  }

  .site-header .pc-header-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  .site-header .pc-menu-toggle {
    display: inline-grid !important;
    place-items: center !important;
  }
}

@media (max-width: 1200px) {
  .pc-principles-orbit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    min-height: 0;
  }

  .pc-principles-orbit::before,
  .pc-principles-orbit::after {
    display: none;
  }

  .pc-principle-node,
  .pc-principle-node--1,
  .pc-principle-node--2,
  .pc-principle-node--3,
  .pc-principle-node--4,
  .pc-principle-node--5 {
    grid-column: auto;
    grid-row: auto;
  }

  .pc-principle-node::before,
  .pc-principle-node::after {
    display: none;
  }

  .pc-retail-process-step-grid {
    grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1fr);
  }

  .pc-retail-process-visual {
    grid-row: 1 / span 2;
  }

  .pc-retail-process-summary,
  .pc-retail-process-questions {
    grid-column: 2;
  }

  .hero-grid,
  .split-grid,
  .story-layout,
  .contact-grid,
  .grid-four,
  .feature-grid,
  .metric-grid,
  .capability-grid,
  .process-grid,
  .dialog-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 980px) {
  .pc-principles-orbit {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding: 22px 18px;
  }

  .pc-principles-orbit::before,
  .pc-principles-orbit::after {
    display: none;
  }

  .pc-principle-node::before,
  .pc-principle-node::after {
    display: none;
  }

  .retail-challenge-grid,
  .retail-challenge-points {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-retail-process {
    padding-left: 0;
  }

  .pc-retail-process::before,
  .pc-retail-process::after,
  .pc-retail-process-step::before,
  .pc-retail-process-marker {
    display: none;
  }

  .pc-retail-process-step {
    padding-left: 0;
  }

  .pc-retail-process-step-grid,
  .pc-retail-process-summary,
  .pc-retail-process-questions {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .pc-retail-process-visual {
    grid-row: auto;
  }

  .pc-retail-process-card {
    padding: 24px 18px;
  }

  .pc-retail-process-summary {
    padding: 10px 0 0 18px;
  }

  .pc-retail-process-image-frame img {
    max-height: none;
  }

  .hero-grid,
  .split-grid,
  .story-layout,
  .contact-grid,
  .audience-grid,
  .video-grid,
  .story-grid,
  .grid-two,
  .grid-three,
  .grid-four,
  .detail-grid,
  .feature-grid,
  .metric-grid,
  .capability-grid,
  .process-grid,
  .diagram-grid.columns-2,
  .field-grid,
  .dialog-scene-grid {
    grid-template-columns: 1fr !important;
  }

  .story-header,
  .footer-top,
  .footer-bottom {
    flex-direction: column;
  }





  .process-grid::before,
  .timeline::before,
  .hero-diagram::after {
    display: none;
  }

  body.home .faq-constellation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  body.home .faq-constellation::before,
  body.home .faq-constellation::after {
    display: none;
  }

  body.home .faq-core,
  body.home .faq-node,
  body.home .faq-node--1,
  body.home .faq-node--2,
  body.home .faq-node--3,
  body.home .faq-node--4,
  body.home .faq-node--5 {
    grid-column: auto;
    grid-row: auto;
    animation: none;
  }

  body.home .faq-core {
    grid-column: 1 / -1;
    margin-bottom: 4px;
  }

  body.home .faq-node--5 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  :root {
    --gutter: 14px;
    --section-gap: 54px;
  }

  .site-header {
    top: 8px;
    padding-top: 8px;
  }

  .site-header .container {
    width: min(calc(100% - 18px), 100%);
  }

  body.home .faq-constellation {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
    border-radius: 24px;
  }

  body.home .faq-core {
    gap: 12px;
  }

  body.home .faq-core-ring {
    width: min(100%, 320px);
  }

  body.home .faq-core h3 {
    max-width: 11ch;
    font-size: clamp(1.4rem, 7vw, 1.9rem);
  }

  body.home .faq-core p,
  body.home .faq-node p {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  body.home .faq-node {
    padding: 18px;
    border-radius: 24px;
  }

  .site-header .pc-header-inner,
  .faq-constellation,
  .hero-panel,
  .hero-visual,
  .workflow-visual,
  .feature-band,
  .contact-card,
  .form-card,
  .dialog-panel,
  .audience-card,
  .highlight-card,
  .metric-tile,
  .capability-card,
  .process-card,
  .story-card,
  .video-card,
  .list-card,
  .belief-card,
  .quote-card,
  .timeline-item {
    border-radius: 24px;
  }

  .display-title {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .section-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .button,
  button.button,
  .wpcf7-submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0ms !important;
  }
}

/* Final responsive safety layer */
html,
body,
.page-shell {
  overflow-x: hidden;
}

img,
video,
canvas,
svg {
  max-width: 100%;
}

.hero-grid > *,
.split-grid > *,
.story-layout > *,
.contact-grid > *,
.grid-two > *,
.grid-three > *,
.grid-four > *,
.audience-grid > *,
.feature-grid > *,
.metric-grid > *,
.capability-grid > *,
.process-grid > *,
.story-grid > *,
.video-grid > *,
.detail-grid > *,
.diagram-grid > * {
  min-width: 0;
}

.data-chip,
.diagram-chip,
.story-metric,
.footer-badge,
.copy-list li,
.card-copy,
.hero-copy,
.hero-support,
.section-copy {
  word-break: break-word;
}

@media (max-width: 980px) {

  .faq-constellation,
  .hero-panel,
  .hero-visual,
  .workflow-visual,
  .diagram-card,
  .diagram-node,
  .story-card,
  .video-card,
  .feature-band,
  .contact-card,
  .form-card,
  .timeline-item {
    padding: 20px;
  }

  .timeline-cycle {
    padding-right: 74px;
  }

  .timeline-cycle-connector {
    width: 62px;
  }

  .timeline-cycle-connector::before {
    width: 34px;
    height: 34px;
    font-size: 1.05rem;
  }

  .timeline-cycle-path {
    width: 36px;
  }
}

@media (max-width: 720px) {



  .faq-constellation,
  .hero-panel,
  .hero-visual,
  .workflow-visual,
  .feature-band,
  .contact-card,
  .form-card,
  .dialog-panel,
  .audience-card,
  .highlight-card,
  .metric-tile,
  .capability-card,
  .process-card,
  .story-card,
  .video-card,
  .list-card,
  .belief-card,
  .quote-card,
  .timeline-item,
  .diagram-card,
  .diagram-node {
    padding: 18px;
  }

  .eyebrow,
  .visual-caption {
    padding: 8px 12px;
    font-size: 0.64rem;
  }

  .hero-copy,
  .hero-support,
  .section-copy,
  .card-copy,
  .footer-copy,
  .timeline-content p,
  .copy-list {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  body.home .value-infographic {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home .value-panel {
    min-height: 0;
  }

  .video-scenes,
  .story-metrics,
  .footer-badges,
  .hero-actions,
  .inline-actions,
  .form-actions {
    gap: 10px;
  }

  .data-chip,
  .diagram-chip,
  .story-metric,
  .footer-badge {
    padding: 8px 10px;
    font-size: 0.68rem;
  }



  .hero-diagram,
  .diagram-grid,
  .video-scenes {
    gap: 12px;
  }

  .site-header .pc-header-inner {
    padding: 12px 14px !important;
  }

  .site-header .pc-brand-logo {
    width: clamp(148px, 46vw, 174px) !important;
  }

  .site-header .pc-menu-toggle {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 480px) {
  :root {
    --gutter: 10px;
  }

  body::before,
  .page-shell::before,
  .page-shell::after {
    display: none;
  }

  .site-header .container {
    width: calc(100% - 8px);
  }



  .display-title {
    font-size: clamp(1.95rem, 9.4vw, 2.35rem);
  }

  .section-title {
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  body.home .faq-constellation {
    padding: 16px;
  }

  body.home .faq-core-ring {
    width: min(100%, 280px);
  }

  body.home .faq-core-inner {
    width: min(78%, 220px);
  }

  .hero-copy,
  .hero-support,
  .section-copy,
  .card-copy,
  .footer-copy,
  .timeline-content p,
  .copy-list {
    font-size: 0.9rem;
  }

  .button,
  button.button,
  .wpcf7-submit {
    min-height: 48px;
    padding: 0 16px;
    font-size: 0.92rem;
  }

  .timeline-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .timeline-cycle {
    padding-right: 0;
  }

  .timeline-cycle-connector {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 44px;
    margin-top: -4px;
    margin-bottom: -2px;
  }

  .timeline-cycle-connector::before {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }

  .timeline-cycle-path {
    top: 4px;
    bottom: 4px;
  }

  .timeline-cycle-path--down {
    right: calc(50% - 28px);
  }

  .timeline-cycle-path--up {
    left: calc(50% - 28px);
  }

  .timeline-number,
  .process-index {
    width: 38px;
    height: 38px;
  }

  body.home .faq-node-number {
    width: 38px;
    height: 38px;
  }
}

/* Narrow-phone hardening */
@media (max-width: 480px) {
  .container {
    width: calc(100% - 8px) !important;
    max-width: none !important;
  }

  .site-header .pc-header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 12px !important;
    gap: 8px !important;
    box-sizing: border-box !important;
  }

  .site-header .pc-brand {
    flex: 1 1 auto !important;
    max-width: calc(100% - 60px) !important;
    min-width: 0 !important;
  }

  .site-header .pc-header-actions {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  .site-header .pc-menu-toggle {
    display: inline-grid !important;
    width: 46px !important;
    height: 46px !important;
  }

  .site-header .pc-nav {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  .hero-panel,
  .hero-visual,
  .workflow-visual,
  .feature-band,
  .contact-card,
  .form-card,
  .dialog-panel,
  .audience-card,
  .highlight-card,
  .metric-tile,
  .capability-card,
  .process-card,
  .story-card,
  .video-card,
  .list-card,
  .belief-card,
  .quote-card,
  .timeline-item,
  .diagram-card,
  .diagram-node {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Header rebuild v3 */
.site-header .pc-header-inner {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 26px !important;
  padding: 18px 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  border-radius: 999px !important;
  background: rgba(249, 247, 242, 0.78) !important;
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 48px rgba(12, 35, 64, 0.12);
}

.site-header .pc-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 clamp(214px, 16vw, 252px) !important;
  min-width: 0 !important;
  max-width: clamp(214px, 16vw, 252px) !important;
  line-height: 0 !important;
}

.site-header .pc-brand-mark {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
}

.site-header .pc-brand-logo {
  display: block !important;
  width: clamp(206px, 14vw, 246px) !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  transform: none !important;
}

.site-header .pc-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: clamp(14px, 0.95vw, 22px) !important;
  flex-wrap: nowrap !important;
}

.site-header .pc-nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 0 !important;
  font-size: 0.97rem !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  color: rgba(23, 49, 74, 0.84) !important;
}

.site-header .pc-nav a[aria-current='page'] {
  padding-inline: 16px !important;
  border-radius: 999px !important;
  background: rgba(35, 117, 225, 0.08) !important;
  color: var(--brand-deep) !important;
}

.site-header .pc-nav a[aria-current='page']::after,
.site-header .pc-nav a:hover::after {
  content: none !important;
}

.site-header .pc-header-actions {
  display: none !important;
  flex: 0 0 auto !important;
}

.site-header .pc-menu-toggle {
  display: none !important;
}

@media (max-width: 1500px) {
  .site-header .pc-header-inner {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 14px 18px !important;
    border-radius: 42px !important;
  }

  .site-header .pc-brand {
    flex: 0 1 auto !important;
    max-width: calc(100% - 64px) !important;
  }

  .site-header .pc-brand-logo {
    width: clamp(168px, 24vw, 214px) !important;
  }

  .site-header .pc-nav {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    left: 0 !important;
    right: 0 !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 6px !important;
    border: 1px solid rgba(21, 49, 75, 0.12) !important;
    border-radius: 24px !important;
    background: rgba(249, 247, 242, 0.98) !important;
    box-shadow: var(--shadow-lg) !important;
  }

  body.menu-open .site-header .pc-nav {
    display: grid !important;
  }

  .site-header .pc-nav a,
  .site-header .pc-nav a[aria-current='page'] {
    min-height: 0 !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    background: transparent !important;
  }

  .site-header .pc-nav a[aria-current='page'] {
    background: rgba(35, 117, 225, 0.08) !important;
  }

  .site-header .pc-header-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  .site-header .pc-menu-toggle {
    display: inline-grid !important;
    place-items: center !important;
  }
}

@media (max-width: 720px) {
  .site-header .pc-header-inner {
    padding: 12px 14px !important;
  }

  .site-header .pc-brand {
    max-width: calc(100% - 60px) !important;
  }

  .site-header .pc-brand-logo {
    width: clamp(148px, 46vw, 176px) !important;
  }

  .site-header .pc-menu-toggle {
    width: 48px !important;
    height: 48px !important;
  }
}

@media (max-width: 480px) {
  .site-header .pc-header-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px !important;
    gap: 8px !important;
    box-sizing: border-box !important;
  }

  .site-header .pc-brand {
    max-width: calc(100% - 58px) !important;
  }

  .site-header .pc-menu-toggle {
    width: 46px !important;
    height: 46px !important;
  }

  .site-header .pc-nav {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
  }
}

/* Header mobile hardening v4 */
@media (max-width: 720px) {
  .site-header .pc-header-inner {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-right: 72px !important;
  }

  .site-header .pc-brand {
    display: block !important;
    width: clamp(148px, 46vw, 176px) !important;
    max-width: calc(100% - 72px) !important;
  }

  .site-header .pc-brand-mark {
    display: block !important;
    width: 100% !important;
  }

  .site-header .pc-header-actions {
    display: flex !important;
    position: absolute !important;
    top: 50% !important;
    right: 14px !important;
    transform: translateY(-50%) !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .site-header .pc-menu-toggle {
    display: inline-grid !important;
    place-items: center !important;
  }

  .site-header .pc-nav {
    top: calc(100% + 10px) !important;
  }
}

@media (max-width: 480px) {
  .site-header .container {
    width: calc(100% - 8px) !important;
    margin-inline: auto !important;
  }

  .site-header .pc-header-inner {
    padding: 12px 64px 12px 12px !important;
  }

  .site-header .pc-header-actions {
    right: 12px !important;
  }
}

/* Narrow-screen overflow hardening v5 */
@media (max-width: 480px) {
  .eyebrow,
  .visual-caption,
  .kicker,
  .data-chip,
  .diagram-chip,
  .story-metric,
  .footer-badge {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .eyebrow,
  .visual-caption {
    display: flex !important;
    flex-wrap: wrap !important;
    row-gap: 6px !important;
  }

  .hero-panel .eyebrow,
  .hero-panel .visual-caption {
    width: 100% !important;
  }

  .hero-copy,
  .hero-support,
  .section-copy,
  .card-copy,
  .footer-copy,
  .timeline-content p,
  .copy-list,
  .display-title,
  .section-title {
    overflow-wrap: anywhere !important;
  }

  .hero-actions,
  .inline-actions,
  .form-actions,
  .video-scenes,
  .story-metrics,
  .footer-badges {
    flex-wrap: wrap !important;
  }

  .hero-actions > *,
  .inline-actions > *,
  .form-actions > * {
    width: 100% !important;
  }
}

/* Research-driven accessibility polish */
:where(a, button, input, textarea, select, .pc-menu-toggle):focus-visible {
  outline: 3px solid rgba(35, 117, 225, 0.38);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(35, 117, 225, 0.12);
}

.button,
button.button,
.wpcf7-submit,
.site-header .pc-menu-toggle,
.site-header .pc-nav a {
  min-height: 48px;
}

@media (max-width: 720px) {
  .contact-map-card,
  .contact-links-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 320px;
  }

  .contact-links-row {
    grid-template-columns: 1fr;
  }

  .contact-link-block {
    padding: 18px;
    border-radius: 20px;
  }
}

/* Layout cleanup v6 */
.hero-grid,
.split-grid,
.story-layout,
.contact-grid {
  align-items: start !important;
}

.hero-panel,
.hero-visual,
.workflow-visual,
.feature-band,
.contact-card,
.form-card,
.dialog-panel,
.timeline-item {
  height: auto !important;
  min-height: 0 !important;
}

.hero-visual .hero-diagram,
.workflow-visual .hero-diagram {
  align-content: start !important;
  gap: 16px !important;
}

.hero-visual .diagram-node,
.hero-visual .diagram-core,
.workflow-visual .diagram-node,
.workflow-visual .diagram-core {
  min-height: 0 !important;
  height: auto !important;
}

.hero-visual .video-scenes,
.workflow-visual .video-scenes {
  gap: 8px !important;
}

.section-full-bleed .container-wide {
  width: min(100% - 48px, 1440px);
  max-width: 1440px;
}

.operating-model-section {
  padding-top: 28px;
}

.operating-model-visual {
  width: 100%;
  max-width: none;
}

.operating-model-copy {
  width: 100%;
  max-width: none;
  margin-bottom: 24px;
}

.operating-model-copy .visual-caption,
.operating-model-copy .display-title,
.operating-model-copy .hero-copy {
  max-width: none;
}

.operating-model-copy .display-title {
  margin-top: 12px;
}

.operating-model-copy .hero-copy {
  width: 100%;
  margin-top: 14px;
  color: rgba(38, 67, 95, 0.82);
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  line-height: 1.55;
}

.projects-approach-flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) 120px minmax(0, 1.12fr);
  gap: 0;
  align-items: stretch;
  margin-top: 10px;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(154, 219, 255, 0.18);
  background:
    radial-gradient(circle at 18% 18%, rgba(74, 174, 255, 0.15), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(77, 214, 170, 0.12), transparent 26%),
    linear-gradient(140deg, #07192c 0%, #0d3155 52%, #154b72 100%);
  box-shadow:
    0 26px 54px rgba(7, 24, 41, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  isolation: isolate;
  overflow: hidden;
}

.projects-approach-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), transparent 94%);
  opacity: 0.28;
  z-index: -2;
}

.projects-approach-flow::after {
  content: "";
  position: absolute;
  inset: 12% 18% auto 12%;
  height: 260px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(74, 174, 255, 0.18), transparent 60%),
    radial-gradient(circle at 70% 40%, rgba(77, 214, 170, 0.16), transparent 62%);
  filter: blur(24px);
  opacity: 0.88;
  animation: pc-projects-pulse 6.5s ease-in-out infinite;
  z-index: -1;
}

.projects-approach-card,
.projects-approach-stage {
  position: relative;
  min-width: 0;
  z-index: 1;
}

.projects-approach-connector {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.projects-approach-connector--main {
  grid-column: 2;
  position: relative;
  align-self: stretch;
}

.projects-approach-connector-line {
  position: absolute;
  top: 98px;
  left: 8px;
  right: 8px;
  height: 12px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(74, 174, 255, 0), rgba(77, 214, 170, 0.92) 22%, rgba(74, 174, 255, 0.96) 58%, rgba(77, 214, 170, 0) 100%);
  box-shadow:
    0 0 0 1px rgba(154, 219, 255, 0.08),
    0 0 24px rgba(74, 174, 255, 0.24);
  overflow: hidden;
}

.projects-approach-connector-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: translateX(-100%);
  animation: pc-projects-flow 3.6s linear infinite;
}

.projects-approach-connector-line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 18px;
  height: 18px;
  border-top: 3px solid rgba(159, 229, 255, 0.92);
  border-right: 3px solid rgba(159, 229, 255, 0.92);
  transform: translateY(-50%) rotate(45deg);
}

.projects-approach-connector-node {
  position: absolute;
  top: 90px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(166, 225, 255, 0.26);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.96) 0%, rgba(159, 229, 255, 0.92) 28%, rgba(74, 174, 255, 0.26) 65%, rgba(74, 174, 255, 0) 100%);
  box-shadow:
    0 0 0 9px rgba(74, 174, 255, 0.08),
    0 0 28px rgba(74, 174, 255, 0.24);
  animation: pc-projects-node 4.8s ease-in-out infinite;
}

.projects-approach-connector-node--start {
  left: 2px;
}

.projects-approach-connector-node--mid {
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 0.8s;
}

.projects-approach-connector-node--end {
  right: 2px;
  animation-delay: 1.6s;
}

.projects-approach-card--diagnostic {
  grid-column: 1;
  align-self: stretch;
  padding: 26px 24px 26px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(154, 219, 255, 0.16);
  background:
    radial-gradient(circle at 18% 16%, rgba(74, 174, 255, 0.16), transparent 28%),
    linear-gradient(155deg, rgba(10, 38, 66, 0.98), rgba(13, 49, 85, 0.96) 50%, rgba(18, 68, 109, 0.92));
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 32px rgba(7, 24, 41, 0.16);
}

.projects-approach-card--diagnostic::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 16%, rgba(159, 229, 255, 0.22), transparent 28%),
    radial-gradient(circle at 10% 84%, rgba(77, 214, 170, 0.14), transparent 26%);
  pointer-events: none;
}

.projects-approach-card--diagnostic::after {
  content: "";
  position: absolute;
  inset: auto -58px 48px auto;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border: 1px solid rgba(154, 219, 255, 0.14);
  background: radial-gradient(circle at center, rgba(77, 214, 170, 0.14), rgba(74, 174, 255, 0.04) 48%, transparent 72%);
}

.projects-approach-stage {
  grid-column: 3;
  padding: 8px 0 0;
}

.projects-approach-stage > .projects-approach-title {
  margin: 0;
  max-width: 17ch;
  color: #ffffff;
  font-family: 'Fraunces', serif;
  font-size: clamp(1.38rem, 2vw, 1.98rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.projects-approach-stage-atmosphere {
  position: absolute;
  inset: 8px 0 auto auto;
  width: 180px;
  height: 90px;
  pointer-events: none;
}

.projects-approach-signal {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(159, 229, 255, 0.18);
  background: radial-gradient(circle at center, rgba(159, 229, 255, 0.18), transparent 68%);
  animation: pc-projects-signal 7.2s ease-in-out infinite;
}

.projects-approach-signal--1 {
  top: 2px;
  right: 10px;
  width: 78px;
  height: 78px;
}

.projects-approach-signal--2 {
  top: 18px;
  right: 64px;
  width: 34px;
  height: 34px;
  animation-delay: 0.9s;
}

.projects-approach-signal--3 {
  top: 50px;
  right: 118px;
  width: 14px;
  height: 14px;
  animation-delay: 1.6s;
}

.projects-approach-stairs {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 20px;
  padding-left: 56px;
}

.projects-approach-stairs::before {
  content: "";
  position: absolute;
  top: 66px;
  bottom: 58px;
  left: 20px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(74, 174, 255, 0.12), rgba(77, 214, 170, 0.9), rgba(74, 174, 255, 0.12));
  box-shadow: 0 0 18px rgba(77, 214, 170, 0.22);
}

.projects-approach-stairs::after {
  content: "";
  position: absolute;
  top: 74px;
  left: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4dd6aa, #4aaeff);
  box-shadow:
    0 0 0 8px rgba(77, 214, 170, 0.12),
    0 0 20px rgba(74, 174, 255, 0.28);
  animation: pc-projects-orbit 4.8s ease-in-out infinite;
}

.projects-approach-card--category,
.projects-approach-card--sku {
  overflow: hidden;
  padding: 22px 22px 22px 24px;
  border-radius: 20px;
  border: 1px solid rgba(154, 219, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    linear-gradient(145deg, rgba(14, 45, 78, 0.88), rgba(21, 75, 114, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 28px rgba(7, 24, 41, 0.14);
}

.projects-approach-card--category::before,
.projects-approach-card--sku::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(159, 229, 255, 0.14), transparent 32%);
  pointer-events: none;
}

.projects-approach-card--category::after,
.projects-approach-card--sku::after {
  content: "";
  position: absolute;
  top: 26px;
  left: -48px;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, rgba(77, 214, 170, 0), rgba(77, 214, 170, 0.9), rgba(74, 174, 255, 0.86));
  box-shadow: 0 0 18px rgba(74, 174, 255, 0.2);
}

.projects-approach-card--category {
  width: min(100%, 640px);
  justify-self: start;
  transform: translateX(-8px);
}

.projects-approach-card--sku {
  width: min(100%, 700px);
  justify-self: end;
  transform: translateX(32px);
}

.projects-approach-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.2;
}

.projects-approach-card--diagnostic > .projects-approach-title {
  font-family: 'Fraunces', serif;
  max-width: 10ch;
  font-size: clamp(1.34rem, 1.7vw, 1.72rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.projects-approach-intro,
.projects-approach-result-title,
.projects-approach-list li {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(226, 241, 255, 0.86);
  font-size: 0.96rem;
  line-height: 1.58;
}

.projects-approach-intro {
  margin-top: 18px;
}

.projects-approach-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.projects-approach-list li {
  padding-left: 18px;
}

.projects-approach-list li::before {
  content: "";
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4dd6aa, #4aaeff);
  box-shadow: 0 0 0 5px rgba(77, 214, 170, 0.12);
}

.projects-approach-result {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(159, 229, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.projects-approach-result-title {
  color: #ffffff;
  font-weight: 800;
}

@keyframes pc-projects-flow {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes pc-projects-pulse {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(0.98);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes pc-projects-node {
  0%,
  100% {
    opacity: 0.86;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes pc-projects-orbit {
  0%,
  100% {
    transform: translateY(0);
    box-shadow:
      0 0 0 8px rgba(77, 214, 170, 0.12),
      0 0 20px rgba(74, 174, 255, 0.28);
  }

  50% {
    transform: translateY(338px);
    box-shadow:
      0 0 0 12px rgba(74, 174, 255, 0.1),
      0 0 26px rgba(77, 214, 170, 0.22);
  }
}

@keyframes pc-projects-signal {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.95;
    transform: scale(1.06);
  }
}







@media (max-width: 980px) {
  .section-full-bleed .container-wide {
    width: min(100% - 32px, 1440px);
  }

  .operating-model-section {
    padding-top: 18px;
  }

  .operating-model-copy {
    margin-bottom: 20px;
  }

  .projects-approach-flow {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
  }

  .projects-approach-connector--main {
    position: relative;
    grid-column: auto;
    min-height: 72px;
    order: 2;
  }

  .projects-approach-connector-line {
    top: 8px;
    bottom: 8px;
    left: 50%;
    right: auto;
    width: 12px;
    height: auto;
    transform: translateX(-50%);
  }

  .projects-approach-connector-line::after {
    top: auto;
    bottom: -2px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(135deg);
  }

  .projects-approach-connector-node {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .projects-approach-connector-node--start {
    top: 2px;
  }

  .projects-approach-connector-node--mid {
    top: calc(50% - 14px);
  }

  .projects-approach-connector-node--end {
    top: auto;
    bottom: 2px;
  }

  .projects-approach-card--diagnostic {
    order: 1;
  }

  .projects-approach-card--diagnostic::after {
    display: none;
  }

  .projects-approach-stage {
    order: 3;
    padding-top: 0;
  }

  .projects-approach-stage-atmosphere {
    width: 132px;
    height: 74px;
  }

  .projects-approach-stairs {
    gap: 14px;
    margin-top: 16px;
    padding-left: 32px;
  }

  .projects-approach-stairs::before {
    top: 60px;
    bottom: 46px;
    left: 10px;
  }

  .projects-approach-stairs::after {
    top: 68px;
    left: 2px;
    width: 16px;
    height: 16px;
  }

  .projects-approach-card--category,
  .projects-approach-card--sku {
    padding: 18px;
    width: 100%;
    transform: none;
  }

  .projects-approach-card--category::after,
  .projects-approach-card--sku::after {
    left: -22px;
    width: 22px;
  }

  .operating-model-visual .hero-diagram {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .retail-challenge-grid,
  .retail-challenge-points {
    grid-template-columns: minmax(0, 1fr);
  }

}

@media (prefers-reduced-motion: reduce) {
  .projects-approach-flow::before,
  .projects-approach-flow::after,
  .projects-approach-connector-line::before,
  .projects-approach-connector-node,
  .projects-approach-signal,
  .projects-approach-stairs::after {
    animation: none !important;
  }
}

.projects-approach-flow {
  position: relative;
  display: block;
  margin-top: 12px;
  padding: clamp(18px, 2.2vw, 28px);
  border-radius: 30px;
  border: 1px solid rgba(182, 229, 255, 0.24);
  background:
    radial-gradient(circle at 14% 10%, rgba(84, 210, 255, 0.12), transparent 24%),
    radial-gradient(circle at 82% 14%, rgba(77, 214, 170, 0.1), transparent 22%),
    linear-gradient(145deg, #071a2d 0%, #0c2b47 44%, #103f61 100%);
  box-shadow:
    0 24px 48px rgba(4, 16, 31, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  isolation: isolate;
  overflow: hidden;
}

.projects-approach-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 96%);
  opacity: 0.24;
  z-index: -2;
}

.projects-approach-flow::after {
  content: "";
  position: absolute;
  inset: 8% 12% auto;
  height: 220px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(74, 174, 255, 0.16), transparent 58%),
    radial-gradient(circle at 68% 36%, rgba(77, 214, 170, 0.14), transparent 60%);
  filter: blur(24px);
  opacity: 0.82;
  animation: pc-projects-pulse 7s ease-in-out infinite;
  z-index: -1;
}

.projects-smartart {
  position: relative;
  display: grid;
  gap: 2px;
  z-index: 1;
}

.projects-smartart-step {
  position: relative;
  min-width: 0;
  display: grid;
  gap: 16px;
  padding: clamp(20px, 2.6vw, 30px);
  border-radius: 28px;
  border: 2px solid rgba(239, 247, 255, 0.84);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, #0d4765 0%, #12648b 50%, #0b3855 100%);
  box-shadow:
    0 16px 30px rgba(3, 14, 27, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -16px 38px rgba(3, 18, 30, 0.14);
  color: #ffffff;
  overflow: hidden;
}

.projects-smartart-step > * {
  position: relative;
  z-index: 1;
}

.projects-smartart-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(111, 224, 255, 0.12), transparent 22%),
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.1), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(5, 21, 35, 0.08) 68%, rgba(4, 16, 29, 0.18));
  pointer-events: none;
}

.projects-smartart-step::after {
  content: "";
  position: absolute;
  top: -18%;
  right: 10%;
  width: 16%;
  height: 154%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  transform: skewX(-22deg);
  opacity: 0.26;
  pointer-events: none;
}

.projects-smartart-step--diagnostic {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  column-gap: 20px;
  row-gap: 16px;
  margin-right: clamp(30px, 6vw, 84px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(145deg, #0d4763 0%, #15658a 48%, #0c3550 100%);
}

.projects-smartart-step--diagnostic > .projects-smartart-step-head {
  grid-column: 1 / -1;
}

.projects-smartart-step--diagnostic > .projects-smartart-copy {
  grid-column: 1 / -1;
  color: #ffffff;
  font-weight: 800;
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.projects-smartart-step--diagnostic > .projects-smartart-list {
  grid-column: 1;
}

.projects-smartart-step--diagnostic > .projects-smartart-result {
  grid-column: 2;
  grid-row: 3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.projects-smartart-step--diagnostic .projects-smartart-result-title {
  color: #ffffff;
  font-weight: 800;
}

.projects-smartart-step--enforcement {
  margin-left: clamp(18px, 4vw, 56px);
  margin-right: clamp(10px, 2.5vw, 30px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    linear-gradient(145deg, #0f4d6d 0%, #18709a 50%, #103f5d 100%);
}

.projects-smartart-step--sku {
  margin-left: clamp(42px, 9vw, 126px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    linear-gradient(145deg, #0d4765 0%, #156893 46%, #0d3e5e 100%);
}

.projects-smartart-group {
  position: relative;
  display: grid;
  gap: 10px;
  margin-left: clamp(18px, 4vw, 56px);
  margin-right: clamp(10px, 2.5vw, 30px);
  padding: 18px 18px 16px;
  border-radius: 28px;
  border: 1px solid rgba(200, 234, 255, 0.28);
  background:
    radial-gradient(circle at 14% 12%, rgba(97, 217, 255, 0.12), transparent 26%),
    radial-gradient(circle at 84% 18%, rgba(77, 214, 170, 0.08), transparent 24%),
    linear-gradient(135deg, rgba(14, 84, 118, 0.92), rgba(18, 111, 152, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 34px rgba(3, 12, 24, 0.16);
  isolation: isolate;
  overflow: hidden;
}

.projects-smartart-group::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(139, 214, 255, 0.12);
  pointer-events: none;
}

.projects-smartart-group::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 84px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  pointer-events: none;
  z-index: 0;
}

.projects-smartart-group-title {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin: 0 4px 6px;
  padding: 8px 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: clamp(1.64rem, 2.8vw, 2.8rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 20px rgba(5, 20, 34, 0.16);
}

.projects-smartart-group .projects-smartart-step--enforcement {
  margin-left: 0;
  margin-right: 0;
}

.projects-smartart-group .projects-smartart-step--sku {
  margin-left: clamp(28px, 5vw, 84px);
  margin-right: 0;
}

.projects-smartart-step-head {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 2px;
}

.projects-smartart-head-copy {
  display: grid;
  gap: 6px;
  align-content: center;
}

.projects-smartart-stage-label {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(195, 238, 255, 0.28);
  background: linear-gradient(135deg, rgba(37, 138, 166, 0.78), rgba(39, 121, 170, 0.88));
  color: rgba(247, 252, 255, 0.96);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.projects-smartart-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.64rem, 2.8vw, 2.8rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.projects-smartart-step--enforcement .projects-smartart-title,
.projects-smartart-step--sku .projects-smartart-title {
  font-size: clamp(1.15rem, 1.96vw, 1.96rem);
}

.projects-smartart-copy,
.projects-smartart-list li,
.projects-smartart-result-title {
  margin: 0;
  color: rgba(247, 251, 255, 0.97);
  font-size: 1.04rem;
  line-height: 1.5;
}

.projects-smartart-copy {
  max-width: 72ch;
  padding: 15px 18px;
  border-radius: 18px;
  border: 1px solid rgba(209, 239, 255, 0.18);
  background: linear-gradient(180deg, rgba(4, 20, 33, 0.24), rgba(255, 255, 255, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-wrap: pretty;
}

.projects-smartart-list {
  display: grid;
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.projects-smartart-step--enforcement .projects-smartart-list,
.projects-smartart-step--sku .projects-smartart-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.projects-smartart-cloud {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 14px;
  margin: 0;
  padding: 4px 0 2px;
  perspective: 1200px;
}

.projects-smartart-cloud-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  animation: projectsSmartartCloudOrbit var(--cloud-orbit-duration, 11s) linear infinite;
  animation-delay: var(--cloud-orbit-delay, 0s);
  will-change: transform, opacity;
}

.projects-smartart-cloud-item-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 18px;
  border: 1px solid rgba(215, 239, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(5, 20, 34, 0.26), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(2, 10, 18, 0.08);
  color: rgba(247, 251, 255, 0.98);
  font-weight: 650;
  line-height: 1.35;
  text-wrap: pretty;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    opacity 220ms ease,
    filter 220ms ease;
}

.projects-smartart-cloud-item-label::before {
  content: "";
  position: absolute;
  inset: auto auto 10px 12px;
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(77, 214, 170, 0.94), rgba(143, 229, 255, 0));
  opacity: 0.78;
}

.projects-smartart-cloud-item--xl {
  font-size: clamp(1.1rem, 1.2vw, 1.28rem);
  flex-basis: min(100%, 520px);
}

.projects-smartart-cloud-item--lg {
  font-size: clamp(1.02rem, 1.06vw, 1.16rem);
  flex-basis: min(100%, 420px);
}

.projects-smartart-cloud-item--md {
  font-size: clamp(0.96rem, 0.96vw, 1.05rem);
  flex-basis: min(100%, 340px);
}

.projects-smartart-cloud-item--sm {
  font-size: clamp(0.9rem, 0.88vw, 0.98rem);
  flex-basis: min(100%, 250px);
}

.projects-smartart-cloud-item--xl .projects-smartart-cloud-item-label {
  min-height: 56px;
  padding: 14px 20px;
}

.projects-smartart-cloud-item--lg .projects-smartart-cloud-item-label {
  min-height: 54px;
}

.projects-smartart-cloud-item--sm .projects-smartart-cloud-item-label {
  min-height: 44px;
}

.projects-smartart-cloud--category .projects-smartart-cloud-item:nth-child(1) {
  --cloud-orbit-duration: 12.4s;
  --cloud-orbit-delay: -0.3s;
}

.projects-smartart-cloud--category .projects-smartart-cloud-item:nth-child(2) {
  --cloud-orbit-duration: 10.8s;
  --cloud-orbit-delay: -1.8s;
}

.projects-smartart-cloud--category .projects-smartart-cloud-item:nth-child(3) {
  --cloud-orbit-duration: 11.9s;
  --cloud-orbit-delay: -4.2s;
}

.projects-smartart-cloud--category .projects-smartart-cloud-item:nth-child(4) {
  --cloud-orbit-duration: 9.7s;
  --cloud-orbit-delay: -2.4s;
}

.projects-smartart-cloud--category .projects-smartart-cloud-item:nth-child(5) {
  --cloud-orbit-duration: 13.2s;
  --cloud-orbit-delay: -6.4s;
}

.projects-smartart-cloud--category .projects-smartart-cloud-item:nth-child(6) {
  --cloud-orbit-duration: 11.3s;
  --cloud-orbit-delay: -3.9s;
}

.projects-smartart-cloud--category .projects-smartart-cloud-item:nth-child(7) {
  --cloud-orbit-duration: 12.8s;
  --cloud-orbit-delay: -5.2s;
}

.projects-smartart-cloud--sku .projects-smartart-cloud-item:nth-child(1) {
  --cloud-orbit-duration: 11.1s;
  --cloud-orbit-delay: -0.9s;
}

.projects-smartart-cloud--sku .projects-smartart-cloud-item:nth-child(2) {
  --cloud-orbit-duration: 12.7s;
  --cloud-orbit-delay: -3.4s;
}

.projects-smartart-cloud--sku .projects-smartart-cloud-item:nth-child(3) {
  --cloud-orbit-duration: 9.9s;
  --cloud-orbit-delay: -1.5s;
}

.projects-smartart-cloud--sku .projects-smartart-cloud-item:nth-child(4) {
  --cloud-orbit-duration: 11.8s;
  --cloud-orbit-delay: -5s;
}

.projects-smartart-cloud--sku .projects-smartart-cloud-item:nth-child(5) {
  --cloud-orbit-duration: 13.4s;
  --cloud-orbit-delay: -7.3s;
}

.projects-smartart-cloud--sku .projects-smartart-cloud-item:nth-child(6) {
  --cloud-orbit-duration: 10.6s;
  --cloud-orbit-delay: -2.8s;
}

.projects-smartart-cloud--sku .projects-smartart-cloud-item:nth-child(7) {
  --cloud-orbit-duration: 12.1s;
  --cloud-orbit-delay: -6.2s;
}

.projects-smartart-cloud--sku .projects-smartart-cloud-item:nth-child(8) {
  --cloud-orbit-duration: 10.2s;
  --cloud-orbit-delay: -4.1s;
}

.projects-smartart-cloud--sku .projects-smartart-cloud-item:nth-child(9) {
  --cloud-orbit-duration: 13.8s;
  --cloud-orbit-delay: -8.4s;
}

.projects-smartart-cloud-item:hover,
.projects-smartart-cloud-item:focus-within {
  z-index: 3;
  animation-play-state: paused;
}

.projects-smartart-cloud-item:hover .projects-smartart-cloud-item-label,
.projects-smartart-cloud-item:focus-within .projects-smartart-cloud-item-label {
  transform: scale(1.12);
  background:
    linear-gradient(180deg, rgba(9, 28, 46, 0.34), rgba(255, 255, 255, 0.08)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  border-color: rgba(189, 236, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 16px 30px rgba(2, 10, 18, 0.14),
    0 0 0 1px rgba(143, 229, 255, 0.1);
}

.projects-smartart-list li {
  position: relative;
  padding: 13px 16px 13px 42px;
  border-radius: 18px;
  border: 1px solid rgba(215, 239, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(5, 20, 34, 0.22), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-wrap: pretty;
}

.projects-smartart-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4dd6aa, #8fe5ff);
  box-shadow:
    0 0 0 5px rgba(77, 214, 170, 0.14),
    0 0 18px rgba(143, 229, 255, 0.2);
  transform: translateY(-50%);
}

.projects-smartart-result {
  padding: 18px 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(211, 240, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(4, 17, 29, 0.38), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at top right, rgba(143, 229, 255, 0.1), transparent 36%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(2, 10, 18, 0.12);
}

.projects-smartart-result-title {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 800;
}

.projects-smartart-result .projects-smartart-list {
  gap: 10px;
}

.projects-smartart-step--diagnostic > .projects-smartart-result .projects-smartart-list {
  flex: 1;
  align-content: stretch;
}

.projects-smartart-arrow-row {
  position: relative;
  display: flex;
  height: 54px;
  margin: -4px 0 2px;
  pointer-events: none;
}

.projects-smartart-arrow-row--one {
  justify-content: flex-end;
  padding-right: clamp(28px, 5vw, 72px);
}

.projects-smartart-arrow-row--two {
  justify-content: flex-end;
  padding-right: clamp(2px, 2vw, 22px);
}

.projects-smartart-arrow {
  position: relative;
  width: 88px;
  height: 54px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  clip-path: polygon(34% 0, 66% 0, 66% 40%, 100% 40%, 50% 100%, 0 40%, 34% 40%);
  filter: drop-shadow(0 12px 18px rgba(2, 11, 22, 0.2));
  animation: pc-projects-arrow-float 5.6s ease-in-out infinite;
}

.projects-smartart-arrow::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(233, 239, 247, 0.98), rgba(188, 198, 213, 0.94));
  clip-path: inherit;
}

.projects-smartart-arrow::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 26px;
  right: 26px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0));
  opacity: 0.7;
}

.projects-smartart-icon {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(225, 245, 255, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(145deg, rgba(8, 44, 66, 0.58), rgba(20, 84, 112, 0.24));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 18px rgba(5, 22, 38, 0.16);
}

.projects-smartart-icon::before,
.projects-smartart-icon::after {
  content: "";
  position: absolute;
}

.projects-smartart-icon--diagnostic::before {
  top: 12px;
  left: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
}

.projects-smartart-icon--diagnostic::after {
  bottom: 14px;
  right: 11px;
  width: 16px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  transform: rotate(45deg);
  transform-origin: center;
}

.projects-smartart-icon--category::before {
  top: 14px;
  left: 12px;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    22px 0 0 rgba(255, 255, 255, 0.92),
    11px 20px 0 rgba(255, 255, 255, 0.92);
}

.projects-smartart-icon--category::after {
  top: 22px;
  left: 19px;
  width: 18px;
  height: 13px;
  border-left: 3px solid rgba(255, 255, 255, 0.88);
  border-right: 3px solid rgba(255, 255, 255, 0.88);
  border-bottom: 3px solid rgba(255, 255, 255, 0.88);
  border-radius: 0 0 10px 10px;
}

.projects-smartart-icon--sku::before {
  top: 12px;
  left: 12px;
  width: 30px;
  height: 22px;
  border-radius: 8px;
  border: 3px solid rgba(255, 255, 255, 0.92);
}

.projects-smartart-icon--sku::after {
  bottom: 13px;
  left: 15px;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 -8px 0 rgba(255, 255, 255, 0.92);
}

@keyframes pc-projects-pulse {
  0%,
  100% {
    opacity: 0.78;
    transform: scale(0.98);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes pc-projects-arrow-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

@media (max-width: 1180px) {
  .projects-smartart-step--diagnostic {
    grid-template-columns: minmax(0, 1fr);
    margin-right: 32px;
  }

  .projects-smartart-step--enforcement {
    margin-left: 16px;
    margin-right: 8px;
  }

  .projects-smartart-step--sku {
    margin-left: 42px;
  }

  .projects-smartart-group {
    margin-left: 16px;
    margin-right: 8px;
  }

  .projects-smartart-group .projects-smartart-step--sku {
    margin-left: 26px;
  }

  .projects-smartart-step--enforcement .projects-smartart-list,
  .projects-smartart-step--sku .projects-smartart-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .projects-smartart-cloud {
    gap: 10px;
    justify-content: flex-start;
  }

  .projects-smartart-cloud-item,
  .projects-smartart-cloud-item--xl,
  .projects-smartart-cloud-item--lg,
  .projects-smartart-cloud-item--md,
  .projects-smartart-cloud-item--sm {
    flex-basis: 100%;
    animation: none;
    font-size: 0.98rem;
  }

  .projects-smartart-cloud-item-label {
    min-height: 0;
    padding: 12px 16px;
    transform: none !important;
  }

  .projects-smartart-result {
    margin-top: 2px;
  }

  .projects-smartart-step--diagnostic > .projects-smartart-result {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 980px) {
  .projects-approach-flow {
    padding: 16px;
    border-radius: 26px;
  }

  .projects-smartart-step,
  .projects-smartart-step--diagnostic,
  .projects-smartart-step--enforcement,
  .projects-smartart-step--sku {
    margin-left: 0;
    margin-right: 0;
    border-radius: 26px;
  }

  .projects-smartart-step {
    gap: 14px;
    padding: 18px 16px;
  }

  .projects-smartart-step-head {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
  }

  .projects-smartart-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .projects-smartart-icon--diagnostic::before {
    top: 11px;
    left: 11px;
    width: 20px;
    height: 20px;
  }

  .projects-smartart-icon--diagnostic::after {
    right: 10px;
    bottom: 12px;
    width: 15px;
  }

  .projects-smartart-icon--category::before {
    top: 12px;
    left: 11px;
    width: 10px;
    height: 10px;
    box-shadow:
      20px 0 0 rgba(255, 255, 255, 0.92),
      10px 18px 0 rgba(255, 255, 255, 0.92);
  }

  .projects-smartart-icon--category::after {
    top: 18px;
    left: 18px;
    width: 17px;
    height: 12px;
  }

  .projects-smartart-icon--sku::before {
    top: 11px;
    left: 11px;
    width: 28px;
    height: 22px;
  }

  .projects-smartart-icon--sku::after {
    left: 13px;
    width: 24px;
    box-shadow: 0 -8px 0 rgba(255, 255, 255, 0.92);
  }

  .projects-smartart-title {
    font-size: 1.42rem;
  }

  .projects-smartart-step--enforcement .projects-smartart-title,
  .projects-smartart-step--sku .projects-smartart-title {
    font-size: 1rem;
  }

  .projects-smartart-copy,
  .projects-smartart-list li,
  .projects-smartart-result-title {
    font-size: 0.98rem;
  }

  .projects-smartart-group {
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 10px 10px;
    border-radius: 20px;
  }

  .projects-smartart-group-title {
    margin: 0 2px 4px;
    padding: 7px 12px;
    font-size: 1.42rem;
  }

  .projects-smartart-step--enforcement .projects-smartart-list,
  .projects-smartart-step--sku .projects-smartart-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .projects-smartart-arrow-row {
    justify-content: center;
    height: 48px;
    margin: 0;
    padding-right: 0;
  }

  .projects-smartart-arrow {
    width: 78px;
    height: 48px;
  }

  .projects-smartart-arrow::after {
    top: 9px;
    left: 24px;
    right: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .projects-approach-flow::after,
  .projects-smartart-arrow,
  .projects-smartart-cloud-item {
    animation: none !important;
  }
}

@keyframes projectsSmartartCloudFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes projectsSmartartCloudOrbit {
  0% {
    transform: translate3d(0, -10px, 0) scale(1.06);
    opacity: 1;
    filter: blur(0);
  }

  25% {
    transform: translate3d(10px, 0, 0) scale(0.98);
    opacity: 0.94;
    filter: blur(0.08px);
  }

  50% {
    transform: translate3d(0, 10px, 0) scale(0.88);
    opacity: 0.76;
    filter: blur(0.45px);
  }

  75% {
    transform: translate3d(-10px, 0, 0) scale(0.98);
    opacity: 0.94;
    filter: blur(0.08px);
  }

  100% {
    transform: translate3d(0, -10px, 0) scale(1.06);
    opacity: 1;
    filter: blur(0);
  }
}

/* Diagram contrast cleanup v7 */
.hero-visual:not(.workflow-visual) .hero-diagram {
  gap: 14px !important;
}

.hero-visual:not(.workflow-visual) .diagram-core {
  background: linear-gradient(135deg, rgba(18, 59, 102, 0.96), rgba(35, 117, 225, 0.88)) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 18px 36px rgba(18, 59, 102, 0.16) !important;
}

.hero-visual:not(.workflow-visual) .diagram-core .kicker,
.hero-visual:not(.workflow-visual) .diagram-core .card-title,
.hero-visual:not(.workflow-visual) .diagram-core .card-copy {
  color: #ffffff !important;
}

/* Shape refinement v8: less rounded, more technical */
:root {
  --radius-card: 18px;
  --radius-xl: 24px;
}



.hero-panel,
.hero-visual,
.workflow-visual,
.audience-card,
.highlight-card,
.metric-tile,
.capability-card,
.process-card,
.story-card,
.video-card,
.feature-band,
.list-card,
.belief-card,
.quote-card,
.contact-card,
.form-card,
.diagram-card,
.diagram-node,
.dialog-panel,
.timeline-item,
.footer-shell {
  border-radius: var(--radius-card) !important;
}

.diagram-core,
.video-preview,
.process-card,
.story-card,
.contact-card,
.form-card,
.dialog-panel,
.timeline-item {
  border-radius: 16px !important;
}

.site-header .pc-header-inner {
  border-radius: 24px !important;
}

.site-header .pc-menu-toggle {
  border-radius: 12px !important;
}

.button,
button.button,
.wpcf7-submit {
  border-radius: 14px !important;
}

.eyebrow,
.visual-caption,
.data-chip,
.diagram-chip,
.story-metric,
.footer-badge,
.site-header .pc-nav a[aria-current='page'] {
  border-radius: 12px !important;
}

@media (max-width: 720px) {
  .hero-panel,
  .hero-visual,
  .workflow-visual,
  .feature-band,
  .contact-card,
  .form-card,
  .dialog-panel,
  .audience-card,
  .highlight-card,
  .metric-tile,
  .capability-card,
  .process-card,
  .story-card,
  .video-card,
  .list-card,
  .belief-card,
  .quote-card,
  .timeline-item,
  .diagram-card,
  .diagram-node,
  .footer-shell {
    border-radius: 16px !important;
  }


  .site-header .pc-header-inner {
    border-radius: 18px !important;
  }
}
/* Homepage hero single source of truth */
body.home .hero {
  padding-top: 18px !important;
  padding-bottom: 24px !important;
  background: none !important;
}

body.home .hero::before,
body.home .hero::after {
  content: none !important;
  display: none !important;
}

body.home .hero > .container {
  width: min(calc(100% - 28px), 1420px) !important;
}

body.home .hero-grid {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 500px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(16px, 1.8vw, 26px) !important;
  min-height: clamp(229px, 15.98vw, 254px) !important;
  padding: clamp(12px, 1.2vw, 18px) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  background:
    linear-gradient(90deg, rgba(7, 24, 41, 0.44) 0%, rgba(7, 24, 41, 0.32) 22%, rgba(7, 24, 41, 0.18) 38%, rgba(7, 24, 41, 0.06) 52%, rgba(7, 24, 41, 0) 64%),
    url('../../../../uploads/2025/06/productcortex-champion-products.png') center center / cover no-repeat !important;
  background-color: #071829 !important;
}

body.home .hero-grid > * {
  position: relative;
  z-index: 1;
}

body.home .hero-panel,
body.home .hero-panel.reveal,
body.home .hero-panel.reveal.is-visible {
  grid-column: 1 !important;
  align-self: center !important;
  width: 100% !important;
  max-width: 500px !important;
  margin: 0 !important;
  padding: clamp(7px, 0.72vw, 10px) !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

body.home .hero-panel::before {
  inset: 0 18px auto 18px !important;
  width: auto !important;
  border-radius: 999px !important;
  opacity: 1 !important;
}

body.home .hero-panel .eyebrow {
  width: 100% !important;
  padding: 5px 7px 5px 9px !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: clamp(0.78rem, 0.8vw, 0.9rem) !important;
  line-height: 1.35 !important;
}

body.home .hero-panel .eyebrow::before {
  box-shadow: none !important;
}

body.home .hero-panel .display-title {
  margin: 4px 0 4px !important;
  max-width: 8.6ch !important;
  font-size: clamp(2rem, 2.6vw, 3.2rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.03em !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance !important;
  color: #ffffff !important;
}

body.home .hero-panel .hero-copy,
body.home .hero-panel .hero-support {
  max-width: 34ch !important;
}

body.home .hero-panel .hero-copy {
  margin-top: 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(0.88rem, 0.82vw, 0.96rem) !important;
  line-height: 1.38 !important;
}

body.home .hero-panel .hero-support {
  margin-top: 3px !important;
  color: #ffffff !important;
  font-size: clamp(0.9rem, 0.84vw, 0.98rem) !important;
  line-height: 1.34 !important;
}

body.home .hero-panel .hero-actions {
  margin-top: 6px !important;
  gap: 8px !important;
}

body.home .hero-panel .hero-actions .button {
  min-height: 34px !important;
  padding: 0 10px !important;
}

body.home .workflow-section {
  margin-top: 24px !important;
  padding-top: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}

body.home .workflow-section .container {
  display: block !important;
}

body.home .workflow-visual {
  width: 100% !important;
  margin: 0 !important;
}

@media (min-width: 961px) and (max-width: 1279px) {
  body.home .hero-grid {
    grid-template-columns: minmax(0, 460px) minmax(0, 1fr) !important;
    min-height: clamp(222px, 17.2vw, 242px) !important;
    padding: 6px !important;
    background-position: center center !important;
  }

  body.home .hero-panel,
  body.home .hero-panel.reveal,
  body.home .hero-panel.reveal.is-visible {
    max-width: 460px !important;
    padding: 6px !important;
  }

  body.home .hero-panel .display-title {
    max-width: 8.4ch !important;
    font-size: clamp(1.84rem, 2.28vw, 2.62rem) !important;
  }
}

@media (max-width: 960px) {
  body.home .hero {
    padding-top: 14px !important;
    padding-bottom: 18px !important;
  }

  body.home .hero > .container {
    width: min(calc(100% - 18px), 100%) !important;
  }

  body.home .hero-grid {
    grid-template-columns: 1fr !important;
    align-items: flex-start !important;
    min-height: clamp(229px, 47.51vw, 295px) !important;
    padding: 6px !important;
    background:
      linear-gradient(90deg, rgba(7, 24, 41, 0.46) 0%, rgba(7, 24, 41, 0.3) 26%, rgba(7, 24, 41, 0.12) 46%, rgba(7, 24, 41, 0) 66%),
      url('../../../../uploads/2025/06/productcortex-champion-products.png') 62% center / cover no-repeat !important;
  }

  body.home .hero-panel,
  body.home .hero-panel.reveal,
  body.home .hero-panel.reveal.is-visible {
    max-width: min(500px, 100%) !important;
    padding: 6px !important;
  }

  body.home .hero-panel .display-title {
    max-width: 8.3ch !important;
    font-size: clamp(1.64rem, 5.2vw, 2.56rem) !important;
  }

  body.home .hero-panel .hero-copy,
  body.home .hero-panel .hero-support {
    max-width: 32ch !important;
  }

  body.home .workflow-section {
    margin-top: 6px !important;
  }
}

@media (max-width: 640px) {
  body.home .hero-grid {
    min-height: clamp(213px, 53.25vw, 262px) !important;
    padding: 14px !important;
    background:
      linear-gradient(90deg, rgba(7, 24, 41, 0.5) 0%, rgba(7, 24, 41, 0.34) 30%, rgba(7, 24, 41, 0.14) 50%, rgba(7, 24, 41, 0) 72%),
      url('../../../../uploads/2025/06/productcortex-champion-products.png') 66% center / cover no-repeat !important;
  }

  body.home .hero-panel,
  body.home .hero-panel.reveal,
  body.home .hero-panel.reveal.is-visible {
    padding: 6px !important;
  }

  body.home .hero-panel .eyebrow {
    font-size: 0.76rem !important;
    padding: 5px 7px 5px 9px !important;
  }

  body.home .hero-panel::before {
    inset: 0 16px auto 16px !important;
  }

  body.home .hero-panel .display-title {
    max-width: 7.8ch !important;
    font-size: clamp(1.72rem, 8.8vw, 2.5rem) !important;
  }

  body.home .hero-panel .hero-copy,
  body.home .hero-panel .hero-support {
    max-width: none !important;
    font-size: 0.95rem !important;
    line-height: 1.42 !important;
  }

  body.home .hero-panel .hero-actions .button {
    min-height: 34px !important;
    padding: 0 16px !important;
  }
}

/* Homepage workflow methodology v1 */
body.home .workflow-methodology {
  background:
    radial-gradient(circle at 16% 18%, rgba(74, 174, 255, 0.16), transparent 24%),
    radial-gradient(circle at 84% 22%, rgba(77, 214, 170, 0.12), transparent 26%),
    linear-gradient(135deg, #07192c 0%, #0d3155 54%, #154b72 100%) !important;
  border-color: rgba(116, 188, 255, 0.18) !important;
  box-shadow: 0 24px 48px rgba(7, 24, 41, 0.22) !important;
}

body.home .workflow-methodology .visual-caption {
  color: rgba(226, 241, 255, 0.92) !important;
  background: rgba(103, 176, 241, 0.18) !important;
  border-color: rgba(150, 213, 255, 0.2) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.home .workflow-methodology > * {
  position: relative;
  z-index: 1;
}

body.home .pc-methodology {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 56px minmax(0, 1fr) 56px minmax(0, 1fr) 56px minmax(0, 0.95fr);
  gap: 0;
  align-items: stretch;
  min-width: 0;
  margin-top: 18px;
}

body.home .pc-methodology-phase {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 18px;
}

body.home .pc-methodology-phase--foundation {
  min-height: 100%;
  grid-template-rows: auto 1fr auto;
}

body.home .pc-methodology-head {
  display: grid;
  gap: 10px;
}

body.home .pc-phase-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(149, 218, 255, 0.28);
  background: rgba(122, 203, 255, 0.12);
  color: #9fe5ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.home .pc-phase-title {
  margin: 0;
  max-width: 11ch;
  color: #ffffff;
  font-family: 'Fraunces', serif;
  font-size: clamp(1.3rem, 1.65vw, 1.9rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

body.home .pc-source-stack {
  display: grid;
  gap: 12px;
}

body.home .pc-method-card,
body.home .pc-method-callout,
body.home .pc-outcome-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.home .pc-method-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
}

body.home .pc-method-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(67, 163, 255, 0.95), rgba(94, 222, 194, 0.78));
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

body.home .pc-method-copy h3,
body.home .pc-synthesis-panel h3,
body.home .pc-outcome-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}

body.home .pc-method-copy p,
body.home .pc-synthesis-panel p,
body.home .pc-method-callout span,
body.home .pc-outcome-card p,
body.home .pc-method-list li {
  margin: 0;
  color: rgba(226, 241, 255, 0.8);
  font-size: 0.94rem;
  line-height: 1.55;
}

body.home .pc-framework-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(50%, 360px);
  min-width: 280px;
  min-height: 48px;
  margin-top: auto;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid rgba(35, 117, 225, 0.4);
  background: rgba(35, 117, 225, 0.82);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(19, 39, 68, 0.12);
}

body.home .pc-framework-button::after {
  content: '->';
  transform: translateY(-1px);
}

body.home .pc-framework-button:hover,
body.home .pc-framework-button:focus-visible {
  background: rgba(35, 117, 225, 0.92);
  border-color: rgba(35, 117, 225, 0.58);
  color: #ffffff;
  transform: translateY(-1px);
}

body.home .story-card .pc-framework-button {
  width: auto;
  min-width: 0;
  margin-top: auto;
  align-self: flex-start;
}

body.home .pc-methodology-connector {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home .pc-methodology-connector::before {
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(121, 205, 255, 0.16), rgba(121, 205, 255, 0.86), rgba(95, 222, 194, 0.18));
}

body.home .pc-methodology-connector span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #f5bf55;
  box-shadow: 0 0 0 6px rgba(245, 191, 85, 0.14);
  animation: pcWorkflowTravel 3.1s ease-in-out infinite;
}

body.home .pc-methodology-connector--forward span {
  animation: pcWorkflowForward 2.7s linear infinite;
}

body.home .pc-methodology-connector:nth-child(4) span {
  animation-delay: 0.8s;
}

body.home .pc-methodology-connector:nth-child(6):not(.pc-methodology-connector--forward) span {
  animation-delay: 1.6s;
}

body.home .pc-synthesis-core {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% 50%, rgba(114, 201, 255, 0.26), transparent 44%),
    radial-gradient(circle at 50% 50%, rgba(246, 197, 96, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

body.home .pc-synthesis-core::before {
  content: '';
  position: absolute;
  inset: 14% 16%;
  border-radius: 50%;
  border: 1px solid rgba(126, 218, 255, 0.18);
  box-shadow: 0 0 0 34px rgba(255, 255, 255, 0.02), 0 0 0 70px rgba(255, 255, 255, 0.015);
}

body.home .pc-core-node {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #64d8ff, #f2c35a);
  box-shadow: 0 0 0 8px rgba(100, 216, 255, 0.08);
  animation: pcWorkflowPulse 4.2s ease-in-out infinite;
}

body.home .pc-core-node--1 { top: 16%; left: 24%; }
body.home .pc-core-node--2 { top: 22%; right: 18%; animation-delay: 0.7s; }
body.home .pc-core-node--3 { top: 46%; left: 14%; animation-delay: 1.4s; }
body.home .pc-core-node--4 { top: 56%; right: 16%; animation-delay: 2.1s; }
body.home .pc-core-node--5 { bottom: 18%; left: 26%; animation-delay: 2.8s; }
body.home .pc-core-node--6 { bottom: 16%; right: 28%; animation-delay: 3.5s; }

body.home .pc-synthesis-panel {
  position: relative;
  z-index: 1;
  max-width: 250px;
  display: grid;
  gap: 10px;
  padding: 24px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(6, 25, 43, 0.7), rgba(6, 25, 43, 0.5));
  border: 1px solid rgba(176, 230, 255, 0.16);
  text-align: center;
}

body.home .pc-method-callout {
  display: grid;
  gap: 8px;
  padding: 16px;
}

body.home .pc-method-callout strong,
body.home .pc-validation-panel strong {
  color: #ffffff;
}

body.home .pc-validation-loop {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
}

body.home .pc-validation-ring {
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: conic-gradient(from 45deg, rgba(96, 221, 193, 0.88), rgba(104, 184, 255, 0.72), rgba(247, 194, 92, 0.78), rgba(96, 221, 193, 0.88));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 26px), #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 26px), #000 0);
  opacity: 0.86;
  animation: pcWorkflowRotate 16s linear infinite;
}

body.home .pc-validation-panel {
  position: relative;
  z-index: 1;
  max-width: 250px;
  display: grid;
  gap: 12px;
  padding: 24px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(8, 30, 50, 0.8), rgba(8, 30, 50, 0.58));
  border: 1px solid rgba(178, 232, 255, 0.16);
  text-align: center;
}

body.home .pc-validation-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #9fe5ff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home .pc-method-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home .pc-method-list li {
  position: relative;
  padding-left: 18px;
}

body.home .pc-method-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #64d8ff, #5ee8c2);
}

body.home .pc-methodology-phase--outcomes {
  gap: 16px;
}

body.home .pc-outcome-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  min-height: 0;
}

@keyframes pcWorkflowTravel {
  0%, 100% { transform: translateX(-18px); opacity: 0.5; }
  50% { transform: translateX(18px); opacity: 1; }
}

@keyframes pcWorkflowForward {
  0% { transform: translateX(-26px); opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { transform: translateX(26px); opacity: 0; }
}

@keyframes pcWorkflowPulse {
  0%, 100% { transform: scale(1); opacity: 0.92; }
  50% { transform: scale(1.22); opacity: 1; }
}

@keyframes pcWorkflowRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 1320px) {
  body.home .pc-methodology {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  body.home .pc-methodology-connector {
    display: none;
  }
}

@media (max-width: 860px) {
  body.home .pc-methodology {
    grid-template-columns: 1fr;
  }

  body.home .pc-phase-title {
    max-width: none;
  }

  body.home .pc-synthesis-core,
  body.home .pc-validation-loop {
    min-height: 240px;
  }

  body.home .pc-framework-button {
    width: min(100%, 360px);
  }
}

@media (max-width: 640px) {
  body.home .workflow-methodology {
    padding: 22px 18px !important;
  }

  body.home .pc-method-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  body.home .pc-method-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 0.76rem;
  }

  body.home .pc-framework-button,
  body.home .pc-method-callout,
  body.home .pc-outcome-card,
  body.home .pc-synthesis-panel,
  body.home .pc-validation-panel {
    padding: 14px;
  }

  body.home .pc-framework-button {
    width: min(100%, 360px);
    min-width: 0;
    white-space: nowrap;
  }
}















