/* A presentation layer: animations never generate or change measured values. */
.service-logo { display: block; width: 32px; height: 32px; object-fit: contain; flex-shrink: 0; }
.subscription-card .sub-symbol.service-symbol { display: grid; place-items: center; background: #fff; border: 1px solid #e8e1d7; width: 52px; height: 52px; border-radius: 12px; }
.service-symbol img[src$="conductor.svg"] { width: 25px; height: 34px; }
.service-badge { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; font-weight: 550; margin-bottom: 20px; }
.service-badge img { display: block; object-fit: contain; flex-shrink: 0; }
.conductor-badge { color: var(--ink); font-size: 14px; margin-bottom: 21px; }
.inline-service-logo { display: inline-block; object-fit: contain; vertical-align: -5px; margin-right: 8px; }
.service-bar-label { display: flex; align-items: center; gap: 8px; }
.service-logo-small { width: 18px; height: 18px; }
.service-logo-small[src$="conductor.svg"] { width: 14px; margin-inline: 2px; }
.variant-header > div { min-width: 0; }
.variant-header h3 { text-wrap: balance; }
.section-heading h2, .process-intro h2 { text-wrap: balance; }
.tempo-summary strong { font-size: clamp(36px, 4vw, 53px); }
.code-blocks { min-height: 285px; }
.code-block { padding: 20px 14px; }
.code-block .block-metrics { display: grid; gap: 16px; }
.block-prs { border-top: 1px solid #201b172b; padding-top: 13px; display: grid; grid-template-columns: 18px auto; align-items: center; column-gap: 6px; }
.block-prs b { font-size: 20px; letter-spacing: -.04em; }
.block-prs small { grid-column: 2; }
.merge-icon svg { width: 18px; height: 18px; }
.concurrency-label { display: block; color: #30724e; font-size: 10px; font-weight: 650; letter-spacing: .14em; margin-bottom: 8px; }
.concurrency strong { font-size: clamp(72px, 7vw, 98px); white-space: nowrap; }
.concurrency strong > span { font-size: 42px; margin-left: 8px; }
.agent-activity { display: grid; grid-template-columns: repeat(11, 12px); gap: 12px; width: max-content; margin: 24px 0 17px; }
.agent-dot { display: block; width: 12px; height: 12px; border-radius: 50%; background: #48a978; box-shadow: 0 0 0 4px #48a9780c; }
.activity-caption { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: #48755c; font-size: 9px; }
.activity-caption + small { margin-top: 11px; }
.review-note { flex-wrap: wrap; }
.review-note > p { flex: 1; min-width: 220px; }
.motion-toggle { border: 1px solid #d9e3d9; background: #fffdf7; color: #486350; border-radius: 30px; padding: 7px 10px; font-size: 10px; line-height: 1.4; white-space: nowrap; }
.motion-toggle::before { content: ""; display: inline-block; width: 6px; height: 6px; background: #52a67d; border-radius: 50%; margin-right: 6px; vertical-align: 1px; }
.motion-toggle[aria-pressed="false"]::before { background: #a8ada8; }
.motion-toggle:disabled { opacity: .7; cursor: default; }
.product-slip { transition: box-shadow .3s ease; }
.product-slip:hover { box-shadow: 0 18px 38px #63381918; }
.chart-card, .product-card, .subscription-card { transition: border-color .25s ease, box-shadow .25s ease; }
.chart-card:hover { box-shadow: 0 8px 28px #24170806; }
.pick, .button, .motion-toggle { transition: background .18s ease, border-color .18s ease, translate .18s ease; }
.pick:hover, .button:hover { translate: 0 -2px; }
.pick:active, .button:active { translate: 0 0; }

/* Elements remain visible if JavaScript, IntersectionObserver or motion is off. */
.motion-enabled .motion-reveal { transition: opacity .65s ease, translate .75s cubic-bezier(.2,.65,.3,1); }
.motion-enabled .motion-reveal:not(.is-revealed) { opacity: 0; translate: 0 20px; }
.motion-enabled .motion-reveal.is-revealed { opacity: 1; translate: 0 0; }
.motion-enabled .motion-reveal .hbar-fill { transform-origin: left center; transition: transform .85s cubic-bezier(.2,.65,.3,1) var(--stagger, 0ms); }
.motion-enabled .motion-reveal:not(.is-revealed) .hbar-fill { transform: scaleX(0); }
.motion-enabled .motion-reveal.is-revealed .hbar-fill { transform: scaleX(1); }
.motion-enabled .motion-reveal.is-revealed .draw-line { animation: draw-line 1.5s ease both; }
.motion-enabled .motion-reveal.is-revealed .heat-cell { animation: day-in .65s ease var(--stagger, 0ms) both; }
.motion-enabled .motion-reveal.is-revealed .code-block { animation: block-in .8s ease var(--stagger, 0ms) both; }
.motion-enabled .hero-art.is-in-view .product-slip { animation: paper-float 7s ease-in-out infinite; }
.motion-enabled .hero-art.is-in-view .slip-mobile { animation-delay: -2.4s; }
.motion-enabled .hero-art.is-in-view .slip-challenges { animation-delay: -4.8s; }
.motion-enabled .concurrency.is-in-view .agent-dot { animation: agent-working var(--cycle, 3s) ease-in-out var(--phase, 0s) infinite; }
.motion-enabled .flow-agents.is-in-view .agent-steps > span:not([aria-hidden]) { animation: step-working 6s ease-in-out infinite; }
.motion-enabled .flow-agents.is-in-view .agent-steps > span:nth-child(3) { animation-delay: -4s; }
.motion-enabled .flow-agents.is-in-view .agent-steps > span:nth-child(5) { animation-delay: -2s; }
.page-hidden .agent-dot, .page-hidden .product-slip, .page-hidden .agent-steps > span { animation-play-state: paused !important; }
@keyframes paper-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -7px; } }
@keyframes agent-working { 0%, 100% { opacity: .5; scale: .82; box-shadow: 0 0 0 2px #48a9780c; } 48% { opacity: 1; scale: 1; box-shadow: 0 0 0 5px #48a97819; } }
@keyframes step-working { 0%, 70%, 100% { border-color: #dfe8e3; background: white; } 25%, 40% { border-color: #89b69a; background: #ebf5ee; } }
@keyframes draw-line { from { stroke-dashoffset: var(--path-length); } to { stroke-dashoffset: 0; } }
@keyframes day-in { from { opacity: .25; } to { opacity: 1; } }
@keyframes block-in { from { opacity: .4; translate: 0 12px; } to { opacity: 1; translate: 0 0; } }

@media (max-width: 1100px) {
  .code-block { padding: 18px 10px; }
  .code-block strong, .block-prs b { font-size: 17px; }
  .process-intro { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); }
  .concurrency { padding-left: 24px; }
  .agent-activity { gap: 9px; }
}
@media (max-width: 720px) {
  .code-blocks { min-height: 0; }
  .code-block { padding: 13px 0; }
  .code-block .block-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: center; }
  .code-block .block-lines strong, .block-prs b { font-size: 20px; }
  .code-block .block-lines small { font-size: 9px; }
  .block-prs { border-top: 0; border-left: 1px solid #201b1720; padding: 0 0 0 12px; grid-template-columns: 18px auto; }
  .code-block::after { height: 20px; }
  .concurrency { padding: 25px 0 0; }
  .concurrency strong { font-size: 88px; }
  .concurrency strong > span { font-size: 42px; }
  .agent-activity { gap: 12px; }
  .activity-caption { justify-content: flex-start; }
  .review-note > p { min-width: 190px; }
  .review-note > .motion-toggle { margin-left: auto; }
  .process-intro h2, .section-heading h2 { font-size: clamp(25px, 6.5vw, 38px); }
  .variant-header h3 { text-wrap: pretty; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-reveal { opacity: 1 !important; translate: none !important; }
  .hbar-fill { transform: none !important; }
  .draw-line { stroke-dashoffset: 0 !important; }
}
