arwm-system-overview {
  display: block;
  min-width: 0;
}

.aso {
  --aso-action: #77f2b2;
  --aso-memory: #9496ff;
  --aso-alignment: #ffb36b;
  --aso-ink: #eef2f4;
  --aso-muted: #8e969e;
  --aso-line: rgba(238, 242, 244, .18);
  position: relative;
  min-height: 0;
  padding: clamp(15px, 1.8vw, 21px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  color: var(--aso-ink);
  background:
    radial-gradient(circle at 54% 10%, rgba(148, 150, 255, .13), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, .022), transparent 42%),
    #070909;
  isolation: isolate;
}

.aso::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: '';
  opacity: .28;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 92%);
}

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

.aso-main-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1.4fr) 22px minmax(0, 1.05fr);
  gap: 5px;
  align-items: center;
}

.aso-node {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 190px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid var(--aso-line);
  border-radius: 13px;
  background: linear-gradient(150deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012));
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}

.aso-node:hover,
.aso-node:focus-visible,
.aso-memory:hover,
.aso-memory:focus-visible,
.aso-training:hover,
.aso-training:focus-visible {
  outline: none;
  transform: translateY(-2px);
}

.aso-condition:hover,
.aso-condition:focus-visible {
  border-color: rgba(119, 242, 178, .52);
  box-shadow: 0 14px 36px rgba(119, 242, 178, .07);
}

.aso-generator {
  border-color: rgba(148, 150, 255, .4);
  background: linear-gradient(150deg, rgba(148, 150, 255, .09), rgba(255, 255, 255, .012));
  animation: aso-memory-pulse 5.8s ease-in-out infinite;
}

.aso-generator:hover,
.aso-generator:focus-visible,
.aso-memory:hover,
.aso-memory:focus-visible {
  border-color: rgba(148, 150, 255, .7);
  box-shadow: 0 14px 40px rgba(148, 150, 255, .09);
}

.aso-future {
  animation: aso-output-pulse 5.1s 1.1s ease-in-out infinite;
}

.aso-future:hover,
.aso-future:focus-visible {
  border-color: rgba(238, 242, 244, .48);
  box-shadow: 0 14px 36px rgba(238, 242, 244, .06);
}

.aso-node-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--aso-muted);
  font-family: IBM Plex Mono, SFMono-Regular, Consolas, monospace;
  font-size: .49rem;
  line-height: 1;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.aso-status {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.aso-status-action { color: var(--aso-action); }
.aso-status-memory { color: var(--aso-memory); }
.aso-status-output { color: var(--aso-ink); }

.aso-node-title {
  margin-top: 12px;
  color: var(--aso-ink);
  font-size: .79rem;
  font-weight: 570;
  line-height: 1.2;
}

.aso-node-title sub,
.aso-node-note sub,
.aso-condition-lines sub,
.aso-memory sub {
  font-size: .68em;
}

.aso-observation-strip,
.aso-future-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 14px;
}

.aso-observation-strip span,
.aso-future-strip span {
  display: block;
  min-width: 0;
  aspect-ratio: 1.2;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 5px;
  background-color: #111;
  background-repeat: no-repeat;
}

.aso-observation-strip span {
  background-image: var(--observation);
  background-position: var(--view) center;
  background-size: 300% 100%;
}

.aso-future-strip span {
  position: relative;
  background-image: var(--future);
  background-position: center;
  background-size: cover;
}

.aso-future-strip {
  position: relative;
  display: block;
  height: 90px;
  margin-top: 14px;
}

.aso-future .aso-future-strip {
  height: 116px;
  margin-top: 9px;
}

.aso-future-strip span {
  position: absolute;
  top: 0;
  width: 78%;
  aspect-ratio: 1.72;
  border-color: rgba(238,242,244,.28);
  box-shadow: 0 8px 18px rgba(0,0,0,.32);
}

.aso-future .aso-future-strip span {
  width: 74%;
}

.aso-future-strip span:nth-child(1) { left: 0; z-index: 3; }
.aso-future-strip span:nth-child(2) { left: 11%; z-index: 2; top: 7px; }
.aso-future-strip span:nth-child(3) { left: 22%; z-index: 1; top: 14px; }

.aso-future-strip span::after {
  position: absolute;
  right: 3px;
  bottom: 2px;
  content: attr(data-time);
  color: rgba(255,255,255,.86);
  font-family: IBM Plex Mono, SFMono-Regular, Consolas, monospace;
  font-size: .38rem;
  text-shadow: 0 1px 3px #000;
}

.aso-condition-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: auto;
  color: var(--aso-muted);
  font-family: IBM Plex Mono, SFMono-Regular, Consolas, monospace;
  font-size: .47rem;
  line-height: 1.3;
}

.aso-condition-lines span {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.aso-condition-chip {
  padding: 5px 7px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px;
  background: rgba(255,255,255,.025);
}

.aso-condition-chip b {
  color: var(--aso-muted);
  font-size: .4rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.aso-condition-chip em {
  color: var(--aso-ink);
  font-style: normal;
}

.aso-condition-lines .aso-action-chip em {
  color: var(--aso-action);
}

.aso-arrow {
  width: 100%;
  overflow: visible;
  fill: none;
  stroke: rgba(238, 242, 244, .72);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.aso-flow-line {
  stroke-dasharray: 7 7;
  animation: aso-flow 2.5s linear infinite;
}

.aso-scale-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 106px;
  margin-top: 6px;
  padding-bottom: 25px;
}

.aso-generator .aso-scale-visual {
  height: 118px;
  margin-top: 0;
  padding-bottom: 12px;
}

.aso-scale-frame {
  position: absolute;
  z-index: 1;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(148, 150, 255, .7);
  border-radius: 4px;
  background-image: var(--scale-image);
  background-position: 50% 50%;
  background-size: 300% 100%;
  box-shadow: 0 0 16px rgba(148, 150, 255, .08);
}

.aso-pyramid-ground {
  position: absolute;
  right: 17%;
  bottom: 25px;
  width: 68%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148,150,255,.56));
  transform: skewX(-35deg);
  transform-origin: right;
}

.aso-scale-frame span {
  position: absolute;
  bottom: 2px;
  left: 3px;
  color: rgba(255, 255, 255, .8);
  font-family: IBM Plex Mono, SFMono-Regular, Consolas, monospace;
  font-size: .38rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #000;
}

.aso-scale-coarse {
  z-index: 3;
  right: 64%;
  bottom: 27px;
  width: 40px;
  height: 30px;
  filter: blur(.45px);
  image-rendering: pixelated;
}

.aso-generator .aso-scale-coarse {
  right: 65%;
  bottom: 22px;
  width: 46px;
  height: 34px;
}

.aso-scale-mid {
  z-index: 2;
  right: 40%;
  bottom: 34px;
  width: 58px;
  height: 43px;
  filter: blur(.2px);
}

.aso-generator .aso-scale-mid {
  right: 39%;
  bottom: 31px;
  width: 67px;
  height: 50px;
}

.aso-scale-fine {
  z-index: 1;
  right: 9%;
  bottom: 43px;
  width: 82px;
  height: 61px;
}

.aso-generator .aso-scale-fine {
  right: 7%;
  bottom: 42px;
  width: 91px;
  height: 68px;
}

.aso-action-bus {
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: 50px;
  overflow: visible;
  fill: none;
  stroke: var(--aso-action);
  stroke-linecap: round;
  stroke-width: 1.1;
}

.aso-flow-action { stroke-dasharray: 3 4; }

.aso-node-note {
  margin: auto 0 0;
  color: var(--aso-muted);
  font-family: IBM Plex Mono, SFMono-Regular, Consolas, monospace;
  font-size: .45rem;
  line-height: 1.3;
}

.aso-node-note span { color: var(--aso-action); }

.aso-feedback {
  position: absolute;
  top: 209px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 64px;
  pointer-events: none;
  overflow: visible;
  fill: none;
  stroke: rgba(148, 150, 255, .58);
  stroke-width: 2.4;
  vector-effect: non-scaling-stroke;
}

.aso-flow-feedback { animation-duration: 3.1s; }
.aso-flow-memory { stroke: rgba(148, 150, 255, .68); animation-duration: 3.4s; }
.aso-arrow-tip { stroke-dasharray: none; }

.aso-memory {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr .76fr 1.08fr 1.42fr;
  gap: 7px;
  align-items: stretch;
  min-height: 74px;
  margin: 28px 26px 0;
  padding: 7px;
  border: 1px solid rgba(148, 150, 255, .35);
  border-radius: 12px;
  background: rgba(10, 11, 16, .92);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  animation: aso-memory-pulse 5.5s 1.9s ease-in-out infinite;
}

.aso-memory-heading,
.aso-memory-stage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 8px 9px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 8px;
  background: rgba(255, 255, 255, .022);
}

.aso-memory-heading span {
  color: var(--aso-memory);
  font-family: IBM Plex Mono, SFMono-Regular, Consolas, monospace;
  font-size: .52rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.aso-memory-heading small,
.aso-memory-stage span {
  margin-top: 4px;
  color: var(--aso-muted);
  font-family: IBM Plex Mono, SFMono-Regular, Consolas, monospace;
  font-size: .39rem;
  line-height: 1.2;
}

.aso-memory-anchor {
  align-items: center;
  text-align: center;
}

.aso-memory-anchor b {
  color: var(--aso-action);
  font-size: .78rem;
  font-weight: 600;
}

.aso-memory-distant,
.aso-memory-recent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: center;
  gap: 4px;
}

.aso-memory-stage i {
  display: block;
  height: 8px;
  border: 1px solid rgba(148, 150, 255, .42);
  border-radius: 2px;
  background: rgba(148, 150, 255, .32);
}

.aso-memory-distant i:nth-child(2) { opacity: .65; }
.aso-memory-distant i:nth-child(3) { opacity: .35; }

.aso-memory-recent i {
  height: 13px;
  background: rgba(148, 150, 255, .68);
}

.aso-memory-stage span { grid-column: 1 / -1; }

.aso-training {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
  min-height: 35px;
  margin: 7px 26px 0;
  padding: 7px 11px;
  border: 1px solid rgba(255, 179, 107, .28);
  border-radius: 10px;
  background: rgba(255, 179, 107, .04);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.aso-training:hover,
.aso-training:focus-visible {
  border-color: rgba(255, 179, 107, .55);
  box-shadow: 0 11px 28px rgba(255, 179, 107, .07);
}

.aso-training > span {
  text-align: center;
  color: var(--aso-alignment);
  font-family: IBM Plex Mono, SFMono-Regular, Consolas, monospace;
  font-size: .44rem;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.aso-training p {
  margin: 0;
  color: var(--aso-muted);
  font-family: IBM Plex Mono, SFMono-Regular, Consolas, monospace;
  font-size: .42rem;
  line-height: 1.3;
}

.aso-training i {
  color: var(--aso-alignment);
  font-style: normal;
}

.hero-visual:has(arwm-system-overview) .signal-key {
  padding: 8px 3px 0;
}

.hero-visual:has(arwm-system-overview) .signal {
  font-size: .49rem;
}

@keyframes aso-flow {
  to { stroke-dashoffset: -28; }
}

@keyframes aso-memory-pulse {
  0%, 100% { box-shadow: 0 0 0 rgba(148, 150, 255, 0); }
  50% { box-shadow: 0 0 32px rgba(148, 150, 255, .09); }
}

@keyframes aso-output-pulse {
  0%, 100% { box-shadow: 0 0 0 rgba(238, 242, 244, 0); }
  50% { box-shadow: 0 0 28px rgba(238, 242, 244, .055); }
}

@media (max-width: 736px) {
  .aso {
    min-height: 0;
    padding: 18px;
  }

  .aso-main-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .aso-node {
    height: auto;
    min-height: 158px;
  }

  .aso-arrow {
    width: 36px;
    height: 22px;
    margin: -1px auto;
    transform: rotate(90deg);
  }

  .aso-observation-strip,
  .aso-future-strip {
    width: min(310px, 100%);
  }

  .aso-future-strip {
    height: clamp(116px, 34vw, 145px);
  }

  .aso-future .aso-node-note {
    margin-top: 8px;
  }

  .aso-condition-lines {
    margin-top: 13px;
  }

  .aso-scale-visual {
    height: 100px;
  }

  .aso-node-note {
    margin-top: 7px;
  }

  .aso-feedback-desktop {
    display: none;
  }

  .aso-memory {
    grid-template-columns: 1.1fr .72fr 1fr 1.25fr;
    margin: 12px 0 0;
  }

  .aso-memory::before {
    position: absolute;
    top: -14px;
    right: calc(50% - 1px);
    width: 2px;
    height: 12px;
    content: '';
    background: rgba(148,150,255,.72);
  }

  .aso-memory::after {
    position: absolute;
    top: -6px;
    right: calc(50% - 5px);
    width: 8px;
    height: 8px;
    content: '';
    border-right: 2px solid rgba(148,150,255,.82);
    border-bottom: 2px solid rgba(148,150,255,.82);
    transform: rotate(45deg);
  }

  .aso-training {
    grid-template-columns: 1fr;
    gap: 4px;
    margin: 8px 0 0;
  }

  .hero-visual:has(arwm-system-overview) .signal-key {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .hero-visual:has(arwm-system-overview) .signal {
    justify-content: center;
    font-size: .46rem;
  }
}

/* Method cards: larger, quieter typography with more breathing room. */
.pillar-card {
  min-height: 470px;
  padding: clamp(28px, 2.4vw, 34px);
}

.pillar-topline {
  font-size: .78rem;
  letter-spacing: .095em;
}

.pillar-card h3 {
  max-width: 380px;
  margin-top: 70px;
  margin-bottom: 24px;
  font-size: clamp(1.65rem, 2vw, 2rem);
  line-height: 1.18;
}

.pillar-card > p {
  color: #b3b9bf;
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.72;
}

.pillar-detail {
  color: #e1e5e8;
  padding-top: 28px;
  font-size: clamp(.92rem, .98vw, 1rem);
  line-height: 1.65;
}

/* Compact the alignment claim: copy and evidence share one row, chart stays full width. */
.alignment-evidence.evidence-card:has(arwm-data-figure) {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(28px, 4vw, 58px);
}

.alignment-evidence > .evidence-copy {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr);
  grid-template-rows: auto auto 1fr;
  column-gap: clamp(34px, 5vw, 72px);
  max-width: none !important;
  align-items: start;
}

.alignment-evidence .claim-number {
  grid-column: 1;
  margin-bottom: 24px;
}

.alignment-evidence .evidence-copy h3 {
  grid-column: 1;
  max-width: 620px;
  font-size: clamp(2rem, 3.1vw, 3.45rem);
}

.alignment-evidence .evidence-copy > p:not(.claim-number) {
  grid-column: 1;
  max-width: 650px;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.7;
}

.alignment-evidence .delta-list {
  grid-column: 2;
  grid-row: 1 / 4;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-self: stretch;
  margin: 0;
}

.alignment-evidence .delta-list > div {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 0;
  padding: 24px;
  overflow: hidden;
  border-color: rgba(255,179,107,.22);
  background: linear-gradient(150deg, rgba(255,179,107,.07), rgba(255,255,255,.025));
}

.alignment-evidence .delta-list > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: var(--alignment);
}

.alignment-evidence .delta-list dt {
  display: flex;
  align-items: flex-start;
  min-height: 40px;
  color: #d8dbe2;
  font-size: .76rem;
  font-weight: 570;
  letter-spacing: .055em;
}

.delta-direction {
  display: block;
  margin-top: 7px;
  color: #9ba1aa;
  font-family: IBM Plex Mono, SFMono-Regular, Consolas, monospace;
  font-size: .6rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.alignment-evidence .delta-list .delta-mini-chart {
  position: relative;
  display: grid;
  grid-template-columns: 38px repeat(2, minmax(0, 1fr));
  flex: 0 0 190px;
  flex-direction: initial;
  align-items: start;
  width: 100%;
  height: 190px;
  min-height: 0;
  margin: 16px 0 18px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.alignment-evidence .delta-list .delta-mini-chart::before { display: none; }

.delta-chart-grid {
  position: absolute;
  inset: 16px 0 32px 38px;
  opacity: .52;
  background: repeating-linear-gradient(to top, rgba(255,255,255,.1) 0 1px, transparent 1px 47px);
  pointer-events: none;
}

.delta-chart-baseline {
  position: absolute;
  z-index: 2;
  left: 38px;
  right: 0;
  bottom: 32px;
  height: 1px;
  background: rgba(229,233,240,.3);
}

.delta-chart-scale {
  grid-column: 1;
  position: relative;
  align-self: start;
  height: 142px;
  margin-top: 16px;
  color: #767d88;
  font-family: IBM Plex Mono, SFMono-Regular, Consolas, monospace;
  font-size: .52rem;
  font-style: normal;
  font-variant-numeric: tabular-nums;
}

.delta-chart-scale em {
  position: absolute;
  left: 0;
  font-style: normal;
}

.delta-chart-scale em:first-child { top: -4px; }
.delta-chart-scale em:last-child { bottom: -4px; }

.delta-chart-column {
  position: relative;
  z-index: 1;
  align-self: start;
  height: 142px;
  margin-top: 16px;
  min-width: 0;
}

.delta-chart-column i {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: clamp(36px, 48%, 58px);
  height: var(--bar-height);
  border: 1px solid currentColor;
  border-radius: 7px 7px 1px 1px;
  transform-origin: bottom;
  transform: translateX(-50%) scaleY(1);
}

.delta-chart-column b {
  position: absolute;
  left: 50%;
  bottom: calc(var(--bar-height) + 8px);
  transform: translateX(-50%);
  color: #e6e9ec;
  font-family: IBM Plex Mono, SFMono-Regular, Consolas, monospace;
  font-size: .72rem;
  font-weight: 650;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.delta-chart-before { color: #ffae63; }
.delta-chart-after { color: #66efb1; }

.delta-chart-before i {
  background: linear-gradient(180deg, rgba(255,174,99,.9), rgba(255,174,99,.22));
  box-shadow: 0 0 18px rgba(255,174,99,.16);
}

.delta-chart-after i {
  background: linear-gradient(180deg, rgba(102,239,177,.95), rgba(102,239,177,.24));
  box-shadow: 0 0 20px rgba(102,239,177,.2);
}

.alignment-evidence.charts-visible .delta-chart-column i {
  animation: none;
  transform: translateX(-50%) scaleY(1);
}

.alignment-evidence.charts-visible .delta-chart-column {
  animation: delta-column-enter .65s cubic-bezier(.22,.78,.25,1) both;
}

.alignment-evidence.charts-visible .delta-chart-after { animation-delay: .08s; }

.delta-chart-column small {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  font-family: IBM Plex Mono, SFMono-Regular, Consolas, monospace;
  white-space: nowrap;
}

.delta-chart-column small {
  color: #a3a9b2;
  font-size: .62rem;
  font-weight: 580;
  text-transform: uppercase;
  letter-spacing: .07em;
}

@keyframes delta-bar-rise {
  from { transform: scaleY(0); opacity: .25; }
  to { transform: scaleY(1); opacity: 1; }
}

@keyframes delta-column-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.alignment-evidence .delta-list dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.09);
  margin-top: auto;
}

.alignment-evidence .delta-list .delta-badge {
  flex: 0 0 auto;
  margin: 0;
  padding: 7px 11px;
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.1;
}

.delta-summary-label {
  color: #a9afb8;
  font-family: IBM Plex Mono, SFMono-Regular, Consolas, monospace;
  font-size: .62rem;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.alignment-evidence > arwm-data-figure {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .alignment-evidence.evidence-card:has(arwm-data-figure) {
    grid-template-columns: 1fr;
  }

  .alignment-evidence > .evidence-copy {
    grid-template-columns: 1fr;
  }

  .alignment-evidence .delta-list {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 26px;
  }

  .alignment-evidence .delta-list > div { min-height: 300px; }
}

@media (max-width: 620px) {
  .alignment-evidence .delta-list {
    grid-template-columns: 1fr;
  }

  .alignment-evidence .delta-list > div {
    min-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .delta-chart-column i { animation: none; transform: scaleY(1); }
}

@media (max-width: 1120px) {
  .pillar-card { min-height: 350px; }
  .pillar-card h3 { margin-top: 42px; }
}

@media (max-width: 620px) {
  .pillar-card { min-height: 0; }
  .pillar-card > p { font-size: 1rem; }
  .pillar-detail { font-size: .94rem; }
}

@media (max-width: 480px) {
  .aso {
    padding: 13px;
  }

  .aso-node {
    padding: 14px;
  }

  .aso-node-head { font-size: .47rem; }
  .aso-node-title { font-size: .76rem; }

  .aso-condition-lines {
    grid-template-columns: 1fr;
  }

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

  .aso-memory-heading,
  .aso-memory-recent {
    grid-column: 1 / -1;
  }

  .aso-training > span { font-size: .43rem; }
  .aso-training p { font-size: .4rem; }

  .hero-visual:has(arwm-system-overview) .signal-key {
    grid-template-columns: 1fr;
  }

  .hero-visual:has(arwm-system-overview) .signal {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aso *,
  .aso *::before,
  .aso *::after {
    animation: none !important;
  }
}
