:root {
  --home-rule-gap: 18px;
  --home-section-line: var(--border-a60);
  --home-step-width: 3px;
}
.home-live-dot {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-a22);
  animation: home-breathe 3.2s ease-in-out infinite;
}
.home-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 21px;
}
.home-hero-chips .chip {
  max-width: 100%;
  overflow: hidden;
}
.hero-copy .cta-row {
  margin-bottom: 23px;
}
.hero-copy .lead {
  margin-bottom: 18px;
}
.home-junction {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 18px 28px var(--ink-a60));
}
.home-junction .home-cable-outline {
  stroke: var(--ink);
  stroke-width: 13;
  stroke-linecap: round;
}
.home-junction .home-cable-inner {
  stroke: var(--violet-light);
  stroke-width: 5;
  stroke-linecap: round;
}
.home-junction .home-cap,
.home-junction .home-rule,
.home-junction .home-label,
.home-junction .home-plate-text {
  font-family: var(--font-mono);
}
.home-junction .home-cap {
  fill: var(--text-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
}
.home-junction .home-rule {
  fill: var(--text);
  font-size: 13px;
  font-weight: 600;
}
.home-junction .home-rule-final {
  fill: var(--accent);
  font-size: 22px;
}
.home-junction .home-label {
  fill: var(--text);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .04em;
}
.home-junction .home-plate-text {
  fill: var(--accent);
  font-size: 11px;
  font-weight: 700;
}
.home-junction .home-status {
  transform-box: fill-box;
  transform-origin: center;
  animation: home-breathe 3.2s ease-in-out infinite;
}
.home-junction .home-status-late {
  animation-delay: .7s;
}
.home-junction .home-status-last {
  animation-delay: 1.4s;
}
.home-junction .home-signal {
  opacity: 0;
  animation: home-flow 6s ease-in-out infinite;
}
.home-junction .home-signal-one {
  animation-delay: 0s;
}
.home-junction .home-signal-two {
  animation-delay: 1.5s;
}
.home-junction .home-signal-three {
  animation-delay: 3s;
}
@keyframes home-breathe {
  0%, 100% { opacity: .7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.25); }
}
@keyframes home-flow {
  0% { opacity: 0; transform: translate(444px,252px); }
  12% { opacity: 1; transform: translate(474px,208px); }
  34% { opacity: 1; transform: translate(509px,116px); }
  38%, 100% { opacity: 0; transform: translate(509px,116px); }
}
.home-junction .home-signal-two {
  animation-name: home-flow-middle;
}
.home-junction .home-signal-three {
  animation-name: home-flow-bottom;
}
@keyframes home-flow-middle {
  0% { opacity: 0; transform: translate(452px,310px); }
  12% { opacity: 1; transform: translate(481px,298px); }
  34% { opacity: 1; transform: translate(529px,283px); }
  38%, 100% { opacity: 0; transform: translate(529px,283px); }
}
@keyframes home-flow-bottom {
  0% { opacity: 0; transform: translate(452px,371px); }
  12% { opacity: 1; transform: translate(482px,396px); }
  34% { opacity: 1; transform: translate(515px,440px); }
  38%, 100% { opacity: 0; transform: translate(515px,440px); }
}
.home-section {
  border-top: 1px solid var(--home-section-line);
}
.home-capabilities {
  margin-top: 34px;
}
.home-capabilities > .tab-panel {
  grid-column: 2;
  grid-row: 1;
}
.home-capability-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--home-rule-gap);
  margin-top: 26px;
}
.home-capability-notes h3 {
  margin: 0 0 14px;
}
.home-capability-notes p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.85;
}
.home-device-grid {
  margin-top: 34px;
}
.home-device-grid .device-card {
  min-height: 228px;
}
.home-device-grid .device-card h3 {
  margin-bottom: 12px;
}
.home-device-grid .device-card p {
  line-height: 1.8;
}
.home-card-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
}
.home-device-foot {
  margin: 20px 0 25px;
  color: var(--text-muted);
}
.home-store-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
.home-text-link {
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
}
.home-text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.home-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}
.home-steps li {
  min-width: 0;
  padding: 24px;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-top: var(--home-step-width) solid var(--accent);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.home-steps li:nth-child(2) {
  border-top-color: var(--violet);
}
.home-steps li:nth-child(3) {
  border-top-color: var(--pink);
}
.home-step-label {
  color: var(--accent);
  font: 700 12px/1.5 var(--font-mono);
  letter-spacing: .04em;
}
.home-steps h3 {
  margin: 13px 0;
}
.home-steps p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.85;
}
.home-follow {
  margin: 24px 0 0;
  color: var(--text-muted);
}
.home-fact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .8fr);
  gap: 52px;
  align-items: start;
  margin-top: 26px;
}
.home-fact-copy h3:first-child {
  margin-top: 0;
}
.home-fact-copy strong {
  color: var(--text);
}
.home-fact-copy .callout {
  max-width: 76ch;
  margin: 26px 0;
}
.home-identity {
  padding: 25px;
}
.home-identity > img {
  display: block;
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  border-radius: 50%;
}
.home-identity dl {
  margin: 20px 0 0;
}
.home-identity dl > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--border);
}
.home-identity dt {
  color: var(--text-muted);
  font-size: 14px;
}
.home-identity dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  font-weight: 700;
}
.home-side-note {
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.8;
}
.home-questions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--home-rule-gap);
  margin-top: 32px;
}
.home-questions h3 {
  margin: 0 0 12px;
}
.home-questions p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.8;
}
.home-questions a {
  color: var(--accent);
}
.home-articles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--home-rule-gap);
  margin-top: 32px;
}
.home-articles .article-card {
  min-width: 0;
}
.home-articles .article-card h3 {
  font-size: 19px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.home-articles .article-card p {
  line-height: 1.75;
}
.home-articles-more {
  margin: 24px 0 0;
  text-align: right;
}
@media (max-width: 1100px) {
  .home-fact-layout {
    gap: 28px;
  }
  .home-steps {
    grid-template-columns: 1fr;
  }
  .home-steps li {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .home-capabilities > .tab-panel {
    grid-column: 1;
    grid-row: 2;
  }
  .home-fact-layout {
    grid-template-columns: 1fr;
  }
  .home-fact-side {
    max-width: 480px;
  }
  .home-articles {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .hero {
    row-gap: 24px;
    padding-top: 30px;
  }
  .hero-title {
    margin: 15px 0;
  }
  .hero-copy .cta-row {
    margin-bottom: 17px;
  }
  .hero-copy .lead {
    margin-bottom: 13px;
  }
  .home-hero-chips {
    margin-bottom: 14px;
  }
  .devices {
    padding-top: 15px;
  }
  .hero-visual {
    width: min(100%, 520px);
  }
  .home-capability-notes,
  .home-questions {
    grid-template-columns: 1fr;
  }
  .home-device-grid .device-card {
    min-height: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-live-dot,
  .home-junction .home-status,
  .home-junction .home-signal {
    animation: none;
  }
  .home-junction .home-signal {
    opacity: 0;
  }
}