/* Headline first, then a replenished field inside owned compute. */
.page-technology { --shell: 1600px; }
.tech-hero { padding-block: clamp(32px,4svh,52px) 32px; }
.tech-intro { position: relative; }
.tech-intro h1 { font-size: clamp(2rem,2.8vw,3.1rem); line-height: 1.13; letter-spacing: -.035em; }
.tech-intro h1 span { display: block; }
.tech-intro > p { max-width: 92ch; margin-top: 18px; font-size: var(--step-lede); line-height: 1.6; }
.tech-intro .btnrow { margin-top: 22px; gap: 12px; }
.tech-intro .btn { font-size: var(--step-small); }
.tech-diagram { --visual-height: clamp(190px,17vw,270px); position: relative; isolation: isolate; display: grid; grid-template-columns: 1fr 4.25fr; gap: 28px; margin-top: 48px; scroll-margin-top: 100px; }
#technology-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 2; }
.tech-component { min-width: 0; padding-top: 50px; scroll-margin-top: 100px; }
.tech-visual { position: relative; height: var(--visual-height); width: 100%; z-index: 3; }
.tech-callout { position: relative; z-index: 3; margin-top: 30px; }
.tech-callout h2 { font-size: clamp(1.0625rem,1.37vw,1.375rem); line-height: 1.22; letter-spacing: -.02em; min-height: 2.44em; }
.tech-callout p { margin-top: 10px; font-size: clamp(.90625rem,1.05vw,1rem); line-height: 1.6; }
.tech-compute { position: relative; min-width: 0; padding-inline: 22px; }
.tech-compute__stages { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px; }
.tech-compute__label { position: absolute; inset: 15px 22px auto; display: flex; align-items: baseline; gap: 14px; z-index: 3; font-size: var(--step-small); }
.tech-compute__label strong { color: var(--ink); font-weight: 800; }
.tech-compute__label span { color: var(--body); font-size: var(--step-micro); }
.tech-sources,.tech-outputs { position: absolute; inset: 0; }
.tech-source,.tech-output { position: absolute; left: var(--x); top: var(--y); translate: -50% -50%; color: var(--brand); }
.tech-source { display: grid; place-items: center; min-width: 44px; min-height: 44px; padding: 8px; border: 0; background: transparent; cursor: pointer; border-radius: var(--r-md); }
.tech-source svg { width: clamp(23px,2vw,32px); height: auto; display: block; }
.tech-output svg { width: clamp(32px,3vw,46px); height: auto; display: block; }
.tech-source svg,.tech-output svg { filter: drop-shadow(0 0 5px color-mix(in srgb,var(--brand) 40%,transparent)); }
.tech-source:hover,.tech-source.is-active { color: var(--brand-deep); }
.tech-source:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.tech-output.is-fed { color: var(--brand-hover); }
.tech-networks { position: absolute; inset: 8% 0; width: 100%; height: 84%; color: var(--brand); }
.tech-networks .diagram__connections { opacity: .38; stroke-width: .012; }
.tech-networks .diagram__layer circle { animation: none; }
.tech-fallback-glyph { position: absolute; inset: 12%; width: 76%; height: 76%; color: var(--brand); }
.tech-animated .tech-fallback-glyph { visibility: hidden; }
.tech-animated .tech-visual,.tech-animated .tech-callout { opacity: var(--arrival,0); }
.tech-animated .tech-callout { transform: translateY(calc((1 - var(--arrival,0)) * 8px)); }
.tech-animated .tech-compute__label { opacity: var(--enclosure,0); }
.tech-trusted { padding-block: var(--section); }
.page-technology .teamstage > canvas { position: absolute; inset: 0; }
@media (min-width: 900px) { .page-technology .teamstage { position: relative; } }
@media (min-width: 1280px) { .tech-callout h2 { min-height: 0; } }
@media (max-width: 1199px) and (min-width: 900px) {
  .tech-diagram { gap: 18px; }
  .tech-compute { padding-inline: 16px; }
  .tech-compute__stages { gap: 18px; }
  .tech-compute__label { left: 16px; }
}
@media (max-width: 899px) {
  .tech-intro h1 { font-size: clamp(2rem,5vw,2.5rem); max-width: 30ch; }
  .tech-intro h1 span + span { margin-top: .16em; }
  .tech-intro > p { max-width: 64ch; }
  .tech-intro .btn { white-space: normal; line-height: 1.4; text-align: center; }
  .tech-diagram { --visual-height: 250px; grid-template-columns: minmax(0,1fr); gap: 44px; margin-top: 60px; }
  .tech-component { padding: 0 24px; }
  .tech-visual { max-width: 360px; margin-inline: auto; }
  .tech-callout { margin-top: 24px; }
  .tech-callout h2 { min-height: 0; font-size: var(--step-title); }
  .tech-callout p { font-size: var(--step-body); }
  .tech-compute { padding: 68px 0 28px; }
  .tech-compute__stages { grid-template-columns: minmax(0,1fr); gap: 52px; }
  .tech-compute__label { inset: 18px 24px auto; display: block; }
  .tech-compute__label span { display: block; margin-top: 4px; }
  .tech-source svg { width: 30px; }
  .tech-output svg { width: 46px; }
}
@media (prefers-reduced-motion: reduce) { .tech-callout { transform: none !important; } }

.tech-static-team { position: absolute; inset: 5%; width: 90%; height: 90%; color: var(--brand); }
.team-ready .tech-static-team { display: none; }

/* Selected direction: shared Owned Compute bracket and flat event pulses. */
.tech-component { padding-top: 84px; }
.tech-compute__label { inset: 0 22px auto; }
.tech-compute__label h2 { font-size: clamp(1.0625rem,1.37vw,1.375rem); line-height: 1.22; letter-spacing: -.02em; }
.tech-compute::before { content: ''; position: absolute; top: 48px; left: 22px; right: 22px; height: 14px; border: 1px solid var(--rule-strong); border-bottom: 0; pointer-events: none; opacity: var(--enclosure,1); }
@media (max-width: 899px) {
 .tech-component { padding-top: 0; }
 .tech-compute { padding-top: 94px; }
 .tech-compute__label h2 { font-size: var(--step-title); }
 .tech-compute::before { top: 52px; }
}
