/*
 * Home shell — quiet left navigation and an executable first screen.
 *
 * This route-only layer is intentionally last in the home cascade. It owns
 * page composition while the shared masthead, type, copy, and terminal
 * components continue to own behavior and semantics.
 */

@media (min-width:981px){
  html[data-design-system="halde"][data-route-bundle="home"]{
    --home-nav-width:144px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] header.mast,
  html[data-design-system="halde"][data-route-bundle="home"] header.mast.is-scrolled{
    position:fixed;
    inset:0 auto 0 0;
    width:var(--home-nav-width);
    height:100svh;
    border:0;
    border-right:0;
    background:transparent;
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .mastin{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    margin:0;
    padding:30px 26px 26px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .mastin > a img{
    height:24px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .mastnav{
    width:100%;
    height:auto;
    flex:1 1 auto;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    margin:0;
    padding-top:54px;
    font-size:16px;
    font-weight:480;
    letter-spacing:-.018em;
    text-transform:none;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .mastnav .lnk{
    width:100%;
    height:auto;
    min-height:43px;
    justify-content:flex-start;
    padding:0;
    color:var(--text-primary);
    background:transparent;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .mastnav .lnk:hover,
  html[data-design-system="halde"][data-route-bundle="home"] .mastnav .lnk.here{
    color:var(--accent);
  }

  html[data-design-system="halde"][data-route-bundle="home"] .mastnav .lnk.here::after{
    display:none;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .key-help{
    width:100%;
    height:40px;
    justify-content:space-between;
    margin:auto 0 0;
    padding:0 8px 0 12px;
    font-size:10px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .mastnav .btn2.sm,
  html[data-design-system="halde"][data-route-bundle="home"] .mast.you-live .mastnav > button.lnk{
    width:100%;
    min-height:42px;
    justify-content:center;
    margin:10px 0 0;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-page{
    width:calc(100% - var(--home-nav-width));
    margin-left:var(--home-nav-width);
    padding-top:0;
  }
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static{
  width:100%;
  min-height:100svh;
  height:auto;
  max-height:none;
  display:block;
  padding:clamp(22px,2.4vw,38px) clamp(24px,4.6vw,74px) 18px;
  overflow:visible;
  background:transparent;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static::before{
  opacity:.42;
  background-image:radial-gradient(circle,var(--border-default) 0 .55px,transparent .8px);
  background-size:21px 21px;
  -webkit-mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.3) 72%,transparent);
  mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.3) 72%,transparent);
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static::after{
  display:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static .hero-fold{
  width:min(100%,1540px);
  min-height:0;
  display:block;
  margin:0 auto;
  padding:0;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static .hero-message{
  position:relative;
  width:100%;
  max-width:none;
  display:block;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-copy{
  position:relative;
  width:100%;
  min-width:0;
  padding-right:clamp(140px,12vw,190px);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite{
  position:absolute;
  top:-8px;
  right:0;
  width:clamp(96px,7.5vw,122px);
  display:flex;
  flex-direction:column;
  align-items:center;
  isolation:isolate;
  perspective:560px;
  cursor:pointer;
  text-decoration:none;
  transform:translateZ(0) rotateZ(4deg);
  transform-style:preserve-3d;
  transition:filter .24s ease,transform .28s cubic-bezier(.2,.8,.2,1);
  z-index:4;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite-label{
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:2px;
  margin-bottom:7px;
  color:#555550;
  font:720 clamp(7px,.52vw,9px)/1.2 var(--font-technical);
  letter-spacing:.14em;
  text-align:center;
  text-transform:uppercase;
  white-space:nowrap;
  text-shadow:0 1px 0 rgba(255,255,255,.9);
  transition:color .24s ease,letter-spacing .28s ease,transform .28s cubic-bezier(.2,.8,.2,1);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite-label b{color:#d83229;font:inherit;letter-spacing:.2em}
html[data-theme="dark"][data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite-label{color:#d5d2cc;text-shadow:0 1px 2px rgba(0,0,0,.7)}
html[data-theme="dark"][data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite-label b{color:#ff6b61}

html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite::before{
  content:"";
  position:absolute;
  z-index:-2;
  right:12%;
  bottom:2%;
  left:12%;
  height:22%;
  border-radius:50%;
  background:rgba(42,0,0,.78);
  filter:blur(10px);
  opacity:.68;
  transform:translate3d(7px,10px,-22px) scaleX(.9);
  transition:filter .24s ease,opacity .24s ease,transform .28s cubic-bezier(.2,.8,.2,1);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-seal{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  aspect-ratio:512/489;
  transform:translate3d(0,0,16px) rotateX(2deg) rotateY(-2deg);
  transform-origin:50% 58%;
  transform-style:preserve-3d;
  transition:filter .26s ease,transform .3s cubic-bezier(.2,.8,.2,1);
  animation:hero-seal-affordance 4.6s cubic-bezier(.2,.8,.2,1) infinite;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-seal img{
  width:100%;
  height:auto;
  display:block;
  filter:drop-shadow(2px 3px 2px rgba(58,0,0,.46)) drop-shadow(8px 12px 10px rgba(18,0,0,.42));
}

/* Mobile Safari can expose the rectangular compositing layer created by a
   drop-shadow filter on an animated transparent WebP. The seal already has
   baked dimensional light; the CSS ellipse supplies the small-screen shadow. */
@media (max-width:1180px){
  html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite,
  html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-seal,
  html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-seal img{background:transparent}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-seal img{filter:none}
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite:is(:hover,:focus-visible){filter:saturate(1.08);outline:none;transform:perspective(560px) translateY(-7px) rotateX(5deg) rotateY(-6deg) rotateZ(-2deg) scale(1.07)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite:is(:hover,:focus-visible)::before{filter:blur(14px);opacity:.54;transform:translate3d(12px,16px,-30px) scaleX(1.04)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite:is(:hover,:focus-visible) .hero-playoffs-invite-label{color:#171714;letter-spacing:.18em;transform:translateY(-2px)}
html[data-theme="dark"][data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite:is(:hover,:focus-visible) .hero-playoffs-invite-label{color:#fff}
html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite:is(:hover,:focus-visible) .hero-playoffs-seal{animation:none;filter:brightness(1.08);transform:translate3d(-2px,-5px,30px) rotateX(-5deg) rotateY(7deg)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite:focus-visible{outline:2px solid #8f211b;outline-offset:7px;border-radius:50%}
html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite:active{filter:saturate(1.02);transform:perspective(560px) translate(3px,4px) rotateX(0) rotateY(-1deg) scale(.96);transition-duration:.08s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite:active .hero-playoffs-seal{animation:none;filter:brightness(.96);transform:translate3d(0,2px,3px);transition-duration:.08s}

@keyframes hero-seal-affordance{
  0%,62%,100%{transform:translate3d(0,0,16px) rotateX(2deg) rotateY(-2deg) rotateZ(0)}
  72%{transform:translate3d(0,-6px,28px) rotateX(-3deg) rotateY(5deg) rotateZ(-3deg) scale(1.035)}
  82%{transform:translate3d(0,-2px,21px) rotateX(2deg) rotateY(-4deg) rotateZ(2deg) scale(1.015)}
  90%{transform:translate3d(0,0,16px) rotateX(2deg) rotateY(-2deg) rotateZ(0)}
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static .hero-kicker{
  margin:0 0 17px;
  color:var(--brand-ink);
  font:650 clamp(8px,.6vw,10px)/1.35 "JetBrains Mono",var(--font-technical);
  letter-spacing:.075em;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-h1.ds-title--hero{
  max-width:22ch;
  color:var(--text-primary);
  font-size:var(--type-product-hero-size);
  font-variation-settings:"wght" var(--type-product-hero-weight);
  font-weight:var(--type-product-hero-weight);
  letter-spacing:var(--type-product-hero-tracking);
  line-height:var(--type-product-hero-leading);
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-h1 span{
  display:block;
  max-width:none;
  white-space:normal;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-dek.ds-body--lead{
  max-width:82ch;
  margin-top:16px;
  color:var(--text-secondary);
  font-size:clamp(17px,1.18vw,20px);
  font-weight:400;
  letter-spacing:-.018em;
  line-height:1.44;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-dek-lead,
html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-dek-support{
  display:block;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-dek-lead{
  color:var(--text-primary);
  font-weight:520;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-dek-support{
  margin-top:8px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-onboarding{
  width:100%;
  max-width:980px;
  display:block;
  margin-top:22px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-onboarding-intro{
  display:flex;
  align-items:center;
  gap:18px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-start-card{
  flex:0 0 auto;
  min-width:226px;
  min-height:52px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:0;
  padding:0 18px;
  overflow:hidden;
  color:var(--text-primary);
  border:1px solid var(--border-default);
  border-radius:0;
  background:var(--bg-surface);
  box-shadow:none;
  text-align:left;
}

html[data-design-system="halde"][data-route-bundle="home"] button.hero-start-card{
  cursor:pointer;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-start-card:is(:hover,:focus-visible){
  border-color:var(--accent);
  outline:none;
  box-shadow:inset 0 -3px 0 var(--accent);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-start-card--primary{
  color:var(--text-on-accent);
  border-color:var(--accent);
  background:var(--accent-fill);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-start-card--primary:is(:hover,:focus-visible){
  color:var(--text-on-accent);
  background:var(--editorial-highlight);
  box-shadow:inset 0 -3px 0 var(--accent);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-start-label{
  margin:0;
  padding:0;
  color:inherit;
  font:680 10px/1.2 var(--font-editorial);
  letter-spacing:.075em;
  text-transform:uppercase;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-start-card>i,
html[data-design-system="halde"][data-route-bundle="home"] .hero-setup-disclosure i{
  font:600 12px/1 var(--font-technical);
  font-style:normal;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-launch-promise{
  display:flex;
  flex-direction:column;
  gap:3px;
  margin:0;
  font:500 11px/1.3 var(--font-editorial);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-launch-promise b{
  color:var(--text-primary);
  font-weight:650;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-launch-promise span{
  color:var(--text-secondary);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher[hidden]{display:none}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher{
  width:100%;
  margin-top:14px;
  overflow:hidden;
  color:var(--text-primary);
  border:1px solid var(--border-strong);
  background:var(--bg-surface);
  box-shadow:7px 7px 0 color-mix(in srgb,var(--text-primary) 8%,transparent);
  animation:hero-guide-reveal .24s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes hero-guide-reveal{
  from{opacity:0;transform:translateY(-6px)}
  to{opacity:1;transform:translateY(0)}
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-heading{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:12px 18px;
  border-bottom:1px solid var(--border-default);
  background:var(--bg-surface-muted);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-heading span{
  color:var(--brand-ink);
  font:750 9px/1.2 var(--font-technical);
  letter-spacing:.085em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-heading p{
  margin:0;
  color:var(--text-secondary);
  font:450 11px/1.35 var(--font-editorial);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path{
  border-bottom:1px solid var(--border-default);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path--copy{
  padding:17px 18px 18px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path>header,
html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path--link,
html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher .hero-setup-disclosure summary{
  display:grid;
  grid-template-columns:30px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path>header>i,
html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path--link>i,
html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher .hero-setup-disclosure summary>i{
  color:var(--brand-ink);
  font:750 9px/1.3 var(--font-technical);
  font-style:normal;
  letter-spacing:.08em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path span,
html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher .hero-setup-disclosure summary span{
  display:block;
  color:var(--text-primary);
  font:720 9px/1.3 var(--font-technical);
  letter-spacing:.075em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-recommended{
  display:inline-block;
  margin-left:7px;
  padding:2px 5px 1px;
  color:var(--brand-ink);
  border:1px solid color-mix(in srgb,var(--brand-ink) 48%,transparent);
  background:color-mix(in srgb,var(--brand-ink) 7%,transparent);
  font:760 7px/1.15 var(--font-technical);
  letter-spacing:.08em;
  vertical-align:1px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path p,
html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher .hero-setup-disclosure summary p{
  margin:3px 0 0;
  color:var(--text-secondary);
  font:430 12px/1.4 var(--font-editorial);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path--link{
  min-height:78px;
  padding:14px 18px;
  color:var(--text-primary);
  background:transparent;
  text-decoration:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path--link>b{
  font:720 9px/1.2 var(--font-technical);
  letter-spacing:.055em;
  white-space:nowrap;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path--link:is(:hover,:focus-visible){
  color:var(--accent);
  background:var(--bg-surface-muted);
  outline:2px solid var(--accent);
  outline-offset:-3px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-play-uri{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  margin-top:13px;
  border:1px solid var(--border-strong);
  background:var(--bg-page);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-play-uri code{
  min-width:0;
  display:block;
  overflow-x:auto;
  padding:15px 16px;
  color:var(--text-primary);
  font:520 12px/1.25 var(--font-technical);
  white-space:nowrap;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-play-uri button{
  min-width:174px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 14px;
  color:var(--text-on-accent);
  border:0;
  border-left:1px solid var(--border-strong);
  background:var(--accent-fill);
  font:720 9px/1.2 var(--font-technical);
  letter-spacing:.055em;
  cursor:pointer;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-play-uri button:is(:hover,:focus-visible){
  background:var(--editorial-highlight);
  outline:2px solid var(--accent);
  outline-offset:-3px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-play-uri button i{
  font-style:normal;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-setup-disclosure{
  margin-top:5px;
  border:0;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher .hero-setup-disclosure{
  margin:0;
  padding:0;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-setup-disclosure summary{
  min-height:22px;
  display:flex;
  align-items:center;
  gap:7px;
  margin:0;
  padding:0;
  color:var(--text-primary);
  font:500 11px/1.2 var(--font-editorial);
  cursor:pointer;
  list-style:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-setup-disclosure summary::-webkit-details-marker{display:none}
html[data-design-system="halde"][data-route-bundle="home"] .hero-setup-disclosure summary::marker{content:""}
html[data-design-system="halde"][data-route-bundle="home"] .hero-setup-disclosure summary span{color:var(--text-secondary)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-setup-disclosure summary b{font-weight:650;border-bottom:1px solid currentColor}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher .hero-setup-disclosure summary{
  min-height:78px;
  grid-template-columns:30px minmax(0,1fr) auto auto;
  padding:14px 18px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher .hero-setup-disclosure summary b{
  font:720 9px/1.2 var(--font-technical);
  letter-spacing:.055em;
  white-space:nowrap;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher .hero-setup-disclosure summary em{
  font:600 12px/1 var(--font-technical);
  font-style:normal;
  transition:transform .16s ease;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher .hero-setup-disclosure[open] summary em{
  transform:rotate(180deg);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-setup-options{
  position:absolute;
  z-index:8;
  top:calc(100% + 6px);
  right:auto;
  left:0;
  width:min(520px,calc(100vw - 48px));
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  padding:8px;
  border:1px solid var(--border-default);
  background:var(--bg-surface);
  box-shadow:0 16px 34px color-mix(in srgb,var(--text-primary) 10%,transparent);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-setup-options button{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:0 10px;
  color:var(--text-primary);
  border:1px solid var(--border-default);
  background:transparent;
  font:650 9px/1.2 var(--font-technical);
  letter-spacing:.04em;
  cursor:pointer;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-setup-options button + button{margin-left:-1px}
html[data-design-system="halde"][data-route-bundle="home"] .hero-setup-options button:is(:hover,:focus-visible),
html[data-design-system="halde"][data-route-bundle="home"] .hero-setup-disclosure summary:is(:hover,:focus-visible){
  color:var(--accent);
  outline:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher .hero-setup-options{
  position:static;
  width:100%;
  margin-top:10px;
  box-shadow:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed{
  position:relative;
  z-index:2;
  width:100%;
  min-width:0;
  display:block;
  margin-top:26px;
  padding:46px 40px 40px;
  border:0;
  border-radius:0;
  background:var(--bg-field);
  box-shadow:inset 0 0 0 1px var(--border-default);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-meta{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:0 clamp(18px,2.5vw,40px);
  color:var(--text-secondary);
  font:560 10px/1 var(--font-technical);
  letter-spacing:.08em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-wrap,
html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-strip{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-window{
  --pool-terminal-bg:#ffffff;
  --lt-ink:#0e0e0e;
  --lt-dim:rgba(14,14,14,.6);
  --lt-faint:rgba(14,14,14,.4);
  --lt-accent:#2f6f24;
  --lt-ok:#2f6f24;
  --lt-bad:#9e3328;
  --lt-line:rgba(14,14,14,.14);
  height:456px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:0;
  border-radius:20px;
  background:var(--pool-terminal-bg);
  box-shadow:0 0 0 1px var(--lt-line),0 18px 48px rgba(14,14,14,.08);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-titlebar{
  height:48px;
  flex:0 0 48px;
  margin:0;
  padding:10px 13px;
  border-bottom:1px solid var(--lt-line);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-dots{
  width:auto;
  display:flex;
  gap:6px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-dots i{
  display:block;
  width:12px;
  height:12px;
  border-radius:50%;
  opacity:1;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-dots i:nth-child(1){background:#ff5f57}
html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-dots i:nth-child(2){background:#febc2e}
html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-dots i:nth-child(3){background:#28c840}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-title{
  color:var(--lt-dim);
  font:400 12px/1 "JetBrains Mono",var(--font-technical);
  letter-spacing:0;
  text-align:center;
  text-transform:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-badge{
  color:var(--lt-accent);
  border-color:var(--lt-accent);
  border-radius:3px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-body{
  height:auto;
  min-height:0;
  flex:1 1 0;
  padding:20px 24px;
  overflow:hidden;
  color:var(--lt-ink);
  font:400 12px/1.55 "JetBrains Mono",var(--font-technical);
  -webkit-mask-image:none;
  mask-image:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-line,
html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-coldline{
  max-width:86ch;
  min-height:1.58em;
  color:inherit;
  opacity:1;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-line.dim,
html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-line.out,
html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-line.work{
  color:var(--lt-dim);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-line.out.ok{
  color:var(--lt-ok);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-line.out.save,
html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-line.out.uri,
html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-line.ask{
  color:var(--lt-accent);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-promptrow,
html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-statusbar{
  margin:0;
  padding-inline:24px;
  border-color:var(--lt-line);
  background:var(--pool-terminal-bg);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-promptrow{
  min-height:38px;
  flex:0 0 38px;
  font:400 12px/1.55 "JetBrains Mono",var(--font-technical);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-statusbar{
  display:none;
  min-height:0;
  align-items:center;
  color:var(--lt-dim);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-controls{
  min-height:44px;
  flex:0 0 44px;
  gap:12px;
  margin:0;
  padding:6px 13px;
  border-top:1px solid var(--lt-line);
  background:var(--pool-terminal-bg);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-progress{
  height:2px;
  margin:0 12px 0 0;
  background:color-mix(in srgb,var(--lt-ink) 18%,transparent);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-progress i{
  background:var(--lt-accent);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-controls button{
  width:32px;
  height:32px;
  min-height:32px;
  border-radius:0;
  color:var(--lt-ink);
  border:1px solid transparent;
  background:transparent;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-controls button:is(:hover,:focus-visible){
  color:var(--pool-terminal-bg);
  border-color:var(--lt-ink);
  background:var(--lt-ink);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-time{
  min-width:82px;
  color:var(--lt-dim);
  font:400 12px/1 "JetBrains Mono",var(--font-technical);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-controls [data-lt="sound"].is-inviting::after{
  color:var(--pool-terminal-bg);
  border:0;
  border-radius:3px;
  background:var(--lt-accent);
}

html[data-theme="dark"][data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed{
  background:var(--bg-surface);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);
}

html[data-theme="dark"][data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-window{
  --pool-terminal-bg:#101010;
  --lt-ink:#ffffff;
  --lt-dim:rgba(255,255,255,.68);
  --lt-faint:rgba(255,255,255,.4);
  --lt-accent:#b6ff3c;
  --lt-ok:#78e772;
  --lt-bad:#ff7466;
  --lt-line:rgba(255,255,255,.13);
}

@media (prefers-color-scheme:dark){
  html[data-theme="system"][data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed{
    background:var(--bg-surface);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);
  }

  html[data-theme="system"][data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-window{
    --pool-terminal-bg:#101010;
    --lt-ink:#ffffff;
    --lt-dim:rgba(255,255,255,.68);
    --lt-faint:rgba(255,255,255,.4);
    --lt-accent:#b6ff3c;
    --lt-ok:#78e772;
    --lt-bad:#ff7466;
    --lt-line:rgba(255,255,255,.13);
  }
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-line.cmd,
html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-line.say,
html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-cold-user,
html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-coldline{
  color:var(--lt-ink);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-next-cue{
  width:min(100%,1540px);
  margin:12px auto 0;
  padding:0;
}

/* Harness compatibility is evidence, not another hero or CTA. The strip
   sits between the first proposition and the deeper product narrative. */
html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip{
  width:100%;
  display:grid;
  grid-template-columns:minmax(230px,.72fr) minmax(0,2.28fr);
  align-items:stretch;
  margin-top:clamp(28px,2.4vw,40px);
  color:var(--text-primary);
  border-top:1px solid var(--border-default);
  border-bottom:1px solid var(--border-default);
  background:var(--bg-surface-muted);
}

html[data-design-system="halde"][data-route-bundle="home"] .compatibility-strip-copy{
  display:flex;
  justify-content:center;
  min-width:0;
  padding:14px clamp(24px,3vw,48px);
  border-right:1px solid var(--border-default);
}

html[data-design-system="halde"][data-route-bundle="home"] .compatibility-strip-copy h2{
  margin:0;
  color:var(--text-primary);
  font:700 clamp(10px,.82vw,13px)/1.35 var(--font-technical);
  letter-spacing:.075em;
}

html[data-design-system="halde"][data-route-bundle="home"] .compatibility-strip-copy h2 span{
  color:var(--accent);
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .hero-harnesses{
  min-width:0;
  display:flex;
  justify-content:center;
  overflow:hidden;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .harness-dock-items{
  width:min(100%,960px);
  min-height:68px;
  display:grid;
  grid-template-columns:repeat(6,minmax(120px,160px));
  align-items:stretch;
  justify-content:center;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .harness-brand{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:9px 8px;
  color:var(--text-secondary);
  border-right:1px solid var(--border-subtle);
  text-align:center;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .harness-brand:last-child{
  border-right:0;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .harness-mark{
  width:21px;
  height:21px;
  display:grid;
  place-items:center;
  color:var(--text-primary);
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .harness-mark > *{
  margin:auto;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .harness-brand > span:last-child{
  width:100%;
  display:grid;
  place-items:center;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .harness-mark svg,
html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .harness-image{
  width:19px;
  height:19px;
  display:block;
  object-fit:contain;
  fill:currentColor;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .harness-image{
  filter:grayscale(1) contrast(1.2);
  opacity:.82;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip :is(.term-glyph,.agent-letter){
  font-family:var(--font-technical);
  font-size:17px;
  font-weight:700;
  line-height:1;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .harness-brand b{
  display:block;
  overflow:hidden;
  font-family:var(--font-technical);
  font-size:8px;
  font-weight:650;
  letter-spacing:.04em;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}

html[data-theme="dark"][data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .harness-image{
  filter:grayscale(1) invert(1) contrast(1.1);
}

@media (prefers-color-scheme:dark){
  html[data-theme="system"][data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .harness-image{
    filter:grayscale(1) invert(1) contrast(1.1);
  }
}

/* One editorial proof field carries the yellow in light mode. The rest of
   the page stays paper-white so the color still means something. */
html[data-theme="light"][data-design-system="halde"][data-route-bundle="home"] .poster-result,
html[data-theme="system"][data-design-system="halde"][data-route-bundle="home"] .poster-result{
  --text-primary:#0e0e0e;
  --text-secondary:rgba(14,14,14,.68);
  --text-tertiary:rgba(14,14,14,.46);
  --border-subtle:rgba(14,14,14,.1);
  --border-default:rgba(14,14,14,.2);
  --border-strong:rgba(14,14,14,.38);
  color:#0e0e0e;
  border-color:rgba(14,14,14,.2);
  background:var(--editorial-highlight);
}

html[data-theme="light"][data-design-system="halde"][data-route-bundle="home"] .poster-result :is(.lab,strong,p),
html[data-theme="system"][data-design-system="halde"][data-route-bundle="home"] .poster-result :is(.lab,strong,p){
  color:inherit;
}

/* Dark mode gets two deliberate chartreuse fields: one proof moment and one
   conversion moment. Bright color stays scarce everywhere else. */
html[data-theme="dark"][data-design-system="halde"][data-route-bundle="home"] .poster-result,
html[data-theme="dark"][data-design-system="halde"][data-route-bundle="home"] .closing-setup-intro{
  --text-primary:#0e0e0e;
  --text-secondary:rgba(14,14,14,.68);
  --text-tertiary:rgba(14,14,14,.46);
  --border-subtle:rgba(14,14,14,.1);
  --border-default:rgba(14,14,14,.2);
  --border-strong:rgba(14,14,14,.38);
  color:#0e0e0e;
  border-color:rgba(14,14,14,.2);
  background:var(--editorial-highlight);
}

html[data-theme="dark"][data-design-system="halde"][data-route-bundle="home"] .poster-result :is(.lab,strong,p),
html[data-theme="dark"][data-design-system="halde"][data-route-bundle="home"] .closing-setup-intro :is(.lab,h3,p,span,b){
  color:inherit;
}

html[data-theme="dark"][data-design-system="halde"][data-route-bundle="home"] .hero-start-card--primary{
  color:#0e0e0e;
  border-color:var(--accent);
  background:var(--accent);
}

@media (prefers-color-scheme:dark){
  html[data-theme="system"][data-design-system="halde"][data-route-bundle="home"] .poster-result,
  html[data-theme="system"][data-design-system="halde"][data-route-bundle="home"] .closing-setup-intro{
    --text-primary:#0e0e0e;
    --text-secondary:rgba(14,14,14,.68);
    --text-tertiary:rgba(14,14,14,.46);
    --border-subtle:rgba(14,14,14,.1);
    --border-default:rgba(14,14,14,.2);
    --border-strong:rgba(14,14,14,.38);
    color:#0e0e0e;
    border-color:rgba(14,14,14,.2);
    background:var(--editorial-highlight);
  }

  html[data-theme="system"][data-design-system="halde"][data-route-bundle="home"] .poster-result :is(.lab,strong,p),
  html[data-theme="system"][data-design-system="halde"][data-route-bundle="home"] .closing-setup-intro :is(.lab,h3,p,span,b){
    color:inherit;
  }

  html[data-theme="system"][data-design-system="halde"][data-route-bundle="home"] .hero-start-card--primary{
    color:#0e0e0e;
    border-color:var(--accent);
    background:var(--accent);
  }
}

/* Short laptop screens still show the complete proposition, action row, and
   live window. The terminal becomes denser instead of falling below the fold. */
@media (min-width:981px) and (max-height:820px){
  html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static{
    padding-top:18px;
    padding-bottom:10px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static .hero-kicker{
    margin-bottom:8px;
    font-size:9px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-h1.ds-title--hero{
    font-size:46px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-dek.ds-body--lead{
    margin-top:10px;
    font-size:15px;
    line-height:1.35;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-onboarding{
    margin-top:14px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-start-card{
    min-height:54px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-start-card{
    gap:4px;
    padding-block:8px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-start-note{
    font-size:12px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed{
    margin-top:18px;
    padding:38px 24px 24px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-meta{
    height:38px;
    padding-inline:18px;
    font-size:8px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-body{
    height:auto;
    padding:20px 24px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-promptrow{
    min-height:38px;
    padding-inline:24px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-controls{
    min-height:44px;
    padding-block:6px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-next-cue{
    display:none;
  }
}

/* A phone in landscape has desktop-like width but very little vertical room.
   Preserve the complete proposition and its action instead of spending the
   first viewport on display type alone. */
@media (min-width:621px) and (max-width:980px) and (max-height:600px){
  html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static{
    min-height:auto;
    padding-top:10px;
    padding-bottom:14px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static .hero-kicker{
    margin-bottom:6px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-h1.ds-title--hero{
    max-width:none;
    font-size:36px;
    line-height:.92;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-h1 span{
    white-space:nowrap;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-dek.ds-body--lead{
    margin-top:8px;
    font-size:14px;
    line-height:1.3;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-dek-support{
    margin-top:4px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-onboarding{
    margin-top:10px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite{
    top:0;
    width:90px;
  }
}

@media (max-width:1180px) and (min-width:981px){
  html[data-design-system="halde"][data-route-bundle="home"]{
    --home-nav-width:128px;
  }

}

@media (max-width:620px){
  html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite{
    position:relative;
    top:auto;
    right:auto;
    width:170px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 76px;
    gap:10px;
    align-items:center;
    margin:18px 0 20px auto;
    transform:translateZ(0) rotateZ(2deg);
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-copy{padding-right:0}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite-label{
    align-items:flex-start;
    gap:3px;
    margin:0;
    font-size:10px;
    line-height:1.25;
    letter-spacing:.1em;
    text-align:left;
    text-shadow:none;
  }
  html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite-label b{letter-spacing:.14em}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-seal{width:76px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-invite::before{right:3px;bottom:0;left:auto;width:64px;height:18%}
}

@media (prefers-reduced-motion:reduce){
  html[data-design-system="halde"][data-route-bundle="home"] .hero-playoffs-seal{animation:none}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher{animation:none}
}

@media (max-width:980px){
  html[data-design-system="halde"][data-route-bundle="home"] header.mast,
  html[data-design-system="halde"][data-route-bundle="home"] header.mast.is-scrolled{
    position:fixed;
    inset:0 0 auto;
    width:100%;
    height:64px;
    border:0;
    border-bottom:1px solid var(--border-default);
    background:color-mix(in srgb,var(--bg-page) 96%,transparent);
  }

  html[data-design-system="halde"][data-route-bundle="home"] .mastin{
    width:100%;
    height:64px;
    flex-direction:row;
    align-items:center;
    gap:12px;
    padding:0 16px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .mastnav{
    width:auto;
    height:100%;
    flex:0 1 auto;
    flex-direction:row;
    align-items:center;
    gap:0;
    margin-left:auto;
    padding:0;
    font-size:9px;
    letter-spacing:.05em;
    text-transform:uppercase;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .mastnav .lnk{
    width:auto;
    height:100%;
    min-height:0;
    padding-inline:9px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .key-help{
    width:34px;
    height:34px;
    margin-left:6px;
    padding:0;
    font-size:0;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .mastnav .btn2.sm,
  html[data-design-system="halde"][data-route-bundle="home"] .mast.you-live .mastnav > button.lnk{
    width:auto;
    min-height:36px;
    margin:0 0 0 7px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-page{
    width:100%;
    margin-left:0;
    padding-top:64px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip{
    grid-template-columns:1fr;
    margin-top:24px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .compatibility-strip-copy{
    padding:14px 20px 12px;
    border-right:0;
    border-bottom:1px solid var(--border-default);
  }

  html[data-design-system="halde"][data-route-bundle="home"] .compatibility-strip-copy h2{
    max-width:none;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .hero-harnesses{
    display:block;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .hero-harnesses::-webkit-scrollbar{
    display:none;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-compatibility-strip .harness-dock-items{
    width:max-content;
    min-width:100%;
    min-height:68px;
    grid-template-columns:repeat(6,minmax(112px,1fr));
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static{
    min-height:auto;
    padding:42px 20px 24px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-h1.ds-title--hero{
    max-width:13ch;
    font-size:clamp(44px,9.2vw,60px);
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-dek.ds-body--lead{
    max-width:54ch;
    font-size:18px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-onboarding{
    align-items:flex-start;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed{
    margin-top:32px;
    padding:52px 24px 24px;
    border-radius:0;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-meta{
    height:52px;
    padding-inline:16px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-body{
    height:auto;
    padding:20px 24px;
    font-size:12px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-promptrow,
  html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-statusbar{
    padding-inline:16px;
  }
}

@media (max-width:620px){
  html[data-design-system="halde"][data-route-bundle="home"] .mastnav .lnk{
    min-width:28px;
    padding-inline:6px;
    justify-content:center;
    font-size:0;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .mastnav .lnk::before{
    font-family:var(--font-technical);
    font-size:8px;
    letter-spacing:.04em;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .mastnav .lnk[href="/feed"]::before{content:"P"}
  html[data-design-system="halde"][data-route-bundle="home"] .mastnav .lnk[href="/profiles"]::before{content:"M"}
  html[data-design-system="halde"][data-route-bundle="home"] .mastnav .lnk[href="/pricing"]::before{content:"$"}
  html[data-design-system="halde"][data-route-bundle="home"] .mastnav .lnk[href="/blog"]::before{content:"B"}

  html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static{
    padding:34px 16px 20px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-h1.ds-title--hero{
    font-size:clamp(42px,12vw,54px);
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-dek.ds-body--lead{
    margin-top:18px;
    font-size:17px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-onboarding{
    margin-top:27px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-onboarding-intro{
    flex-direction:column;
    align-items:stretch;
    gap:9px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-launch-promise{
    flex-direction:row;
    justify-content:space-between;
    gap:12px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-start-card{
    width:100%;
    min-height:54px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher{
    margin-top:12px;
    box-shadow:4px 4px 0 color-mix(in srgb,var(--text-primary) 8%,transparent);
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-heading{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
    padding:13px 15px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path--copy{
    padding:15px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path>header,
  html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path--link,
  html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher .hero-setup-disclosure summary{
    grid-template-columns:24px minmax(0,1fr) auto;
    gap:8px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path--link,
  html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher .hero-setup-disclosure summary{
    padding:15px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-path--link>b,
  html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher .hero-setup-disclosure summary>b{
    grid-column:2;
    margin-top:4px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-guided-launcher .hero-setup-disclosure summary>em{
    grid-column:3;
    grid-row:1;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-play-uri{
    grid-template-columns:minmax(0,1fr);
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-play-uri button{
    width:100%;
    min-height:46px;
    border-top:1px solid var(--border-strong);
    border-left:0;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-setup-options{
    grid-template-columns:1fr;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-setup-options button + button{
    margin-top:-1px;
    margin-left:0;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-meta span:last-child{
    display:none;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-window{
    height:320px;
    border-radius:15px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-body{
    height:auto;
    overflow:hidden;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-terminal-windowed .lt-statusbar{
    display:none;
  }
}

/* Hero trace → Play transformation — an executable first screen, not a film. */
html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static .hero-fold.hero-fold--transformation{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  align-items:start;
  gap:clamp(26px,2.3vw,38px);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-fold--transformation .hero-copy{
  display:block;
  padding-right:0;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-proposition,
html[data-design-system="halde"][data-route-bundle="home"] .hero-activation{min-width:0}

html[data-design-system="halde"][data-route-bundle="home"] .hero-activation{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(480px,1.2fr);
  align-items:start;
  gap:clamp(42px,6vw,96px);
  margin-top:clamp(22px,2vw,32px);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-fold--transformation>.hero-message,
html[data-design-system="halde"][data-route-bundle="home"] .hero-fold--transformation>.hero-transformation{
  grid-column:auto;
  grid-row:auto;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-fold--transformation .hero-kicker{
  color:var(--accent);
  letter-spacing:.12em;
}

/* The title follows the product-hero type token so it matches every other
   route and inherits the token's tablet and mobile sizes. It wraps. */
html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-fold--transformation .hero-h1.ds-title--hero{
  max-width:20ch;
  font-size:var(--type-product-hero-size);
  line-height:var(--type-product-hero-leading);
  white-space:normal;
}

html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-fold--transformation .hero-dek.ds-body--lead{
  max-width:59ch;
  margin-top:0;
  font-size:clamp(17px,1.15vw,20px);
  line-height:1.48;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-activation-path{
  min-width:0;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-activation-steps{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:20px 0 0;
  padding:0;
  border-top:1px solid var(--border-default);
  border-bottom:1px solid var(--border-default);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-activation-steps li{
  position:relative;
  min-width:0;
  min-height:56px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 26px 0 0;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-activation-steps li:not(:last-child)::after{
  content:"→";
  position:absolute;
  right:12px;
  color:var(--text-secondary);
  font:500 13px/1 var(--font-technical);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-activation-steps i{
  color:var(--accent);
  font:720 10px/1 var(--font-technical);
  font-style:normal;
  letter-spacing:.08em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-activation-steps strong{
  color:var(--text-primary);
  font:720 11px/1.25 var(--font-technical);
  letter-spacing:.055em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-primary-action{
  width:100%;
  max-width:none;
  margin-top:0;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-primary-label{
  display:block;
  margin-bottom:8px;
  color:var(--text-secondary);
  font:700 9px/1.2 var(--font-technical);
  letter-spacing:.11em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-install-command{
  min-height:58px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  color:var(--text-primary);
  border:1px solid var(--border-strong);
  background:var(--bg-surface);
  box-shadow:6px 6px 0 color-mix(in srgb,var(--text-primary) 8%,transparent);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-install-command code{
  min-width:0;
  display:flex;
  align-items:center;
  overflow-x:auto;
  padding:0 16px;
  font:520 12px/1.25 var(--font-technical);
  white-space:nowrap;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-install-command button{
  min-width:166px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:0 16px;
  color:var(--text-on-accent);
  border:0;
  border-left:1px solid var(--border-strong);
  background:var(--accent-fill);
  font:750 9px/1.2 var(--font-technical);
  letter-spacing:.07em;
  cursor:pointer;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-install-command button i{
  font:500 16px/1 var(--font-technical);
  font-style:normal;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-install-command button:is(:hover,:focus-visible){
  background:var(--editorial-highlight);
  outline:2px solid var(--accent);
  outline-offset:-3px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-install-note{
  margin:13px 0 0;
  color:var(--text-secondary);
  font:500 11px/1.5 var(--font-editorial);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation{
  position:relative;
  width:100%;
  max-width:none;
  height:520px;
  display:grid;
  grid-template-rows:46px 44px minmax(0,1fr);
  justify-self:stretch;
  overflow:hidden;
  color:var(--text-primary);
  border:1px solid var(--border-strong);
  background:var(--bg-field);
  box-shadow:10px 10px 0 color-mix(in srgb,var(--text-primary) 8%,transparent);
  contain:layout paint;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 15px;
  border-bottom:1px solid var(--border-default);
  background:var(--bg-surface-muted);
  font:700 11px/1 var(--font-technical);
  letter-spacing:.1em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation-head>span::before{
  content:"";
  width:7px;
  height:7px;
  display:inline-block;
  margin-right:8px;
  border-radius:50%;
  background:var(--brand-ink);
  box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-ink) 12%,transparent);
  vertical-align:0;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation-head button{
  min-height:28px;
  display:flex;
  align-items:center;
  gap:7px;
  margin:0;
  padding:0 9px;
  color:var(--text-secondary);
  border:1px solid transparent;
  background:transparent;
  font:650 10px/1 var(--font-technical);
  letter-spacing:.08em;
  cursor:pointer;
  opacity:.34;
  pointer-events:none;
  transition:opacity .2s ease,color .2s ease,border-color .2s ease;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation-head button i{font-size:12px;font-style:normal}
html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation.is-complete .hero-transformation-head button{opacity:1;pointer-events:auto}
html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation-head button:is(:hover,:focus-visible){color:var(--accent);border-color:var(--accent);outline:none}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transform-stages{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-bottom:1px solid var(--border-default);
  background:var(--bg-surface);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transform-stages span{
  position:relative;
  display:flex;
  align-items:center;
  gap:6px;
  padding:0 11px;
  color:var(--text-secondary);
  font:650 10px/1 var(--font-technical);
  letter-spacing:.07em;
  transition:color .25s ease,background .25s ease;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transform-stages span + span{border-left:1px solid var(--border-default)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-transform-stages b{color:var(--brand-ink);font:inherit}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transform-body{
  min-height:0;
  display:grid;
  grid-template-rows:54px 154px 38px 104px 68px 36px;
  gap:8px;
  padding:14px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-inference{
  display:grid;
  grid-template-columns:132px minmax(0,1fr);
  align-items:center;
  gap:14px;
  padding:0 12px;
  color:var(--text-primary);
  border:1px solid var(--border-strong);
  background:var(--bg-surface);
  box-shadow:3px 3px 0 color-mix(in srgb,var(--text-primary) 5%,transparent);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-inference span{
  color:var(--brand-ink);
  font:720 8px/1.25 var(--font-technical);
  letter-spacing:.075em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-inference strong{
  font:580 11px/1.3 var(--font-technical);
}

html[data-design-system="halde"][data-route-bundle="home"] :is(.hero-trace-card,.hero-created-play){
  overflow:hidden;
  border:1px solid var(--border-default);
  background:var(--bg-surface);
  box-shadow:3px 3px 0 color-mix(in srgb,var(--text-primary) 5%,transparent);
  transition:opacity .36s ease,transform .36s cubic-bezier(.2,.8,.2,1),border-color .36s ease;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card{
  opacity:.12;
  transform:translateY(-5px);
}

html[data-design-system="halde"][data-route-bundle="home"] :is(.hero-trace-card,.hero-created-play)>header{
  min-height:31px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 11px;
  border-bottom:1px solid var(--border-default);
  background:var(--bg-surface-muted);
  font:680 8px/1 var(--font-technical);
  letter-spacing:.075em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card>header b{
  color:var(--brand-ink);
  font:inherit;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card>header b::before{
  content:"";
  width:6px;
  height:6px;
  display:inline-block;
  margin-right:6px;
  border-radius:50%;
  background:currentColor;
  animation:hero-reason-pulse 1.3s ease-in-out infinite;
}

@keyframes hero-reason-pulse{50%{opacity:.28;transform:scale(.72)}}

html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card ol{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:0;
  padding:8px 10px 6px;
  list-style:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card li{
  min-width:0;
  min-height:36px;
  display:grid;
  grid-template-columns:22px minmax(0,1fr) 14px;
  align-items:center;
  gap:5px;
  padding:0 7px;
  border-bottom:1px solid var(--border-default);
  font:500 9px/1.25 var(--font-technical);
  opacity:.1;
  transform:translateY(5px);
  transition:opacity .3s ease,transform .3s ease;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card li:nth-child(odd){border-right:1px solid var(--border-default)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card li i{color:var(--text-secondary);font:650 7px/1 var(--font-technical);font-style:normal}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card li>b{color:var(--accent);font-size:10px}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card li.is-failure{background:color-mix(in srgb,var(--brand-ink) 5%,var(--bg-surface))}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card li.is-failure>b{color:var(--brand-ink);font-size:13px}

html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card footer{
  min-height:37px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 11px;
  font:650 10px/1 var(--font-technical);
  letter-spacing:.06em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card footer span{color:var(--text-secondary)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card footer strong{font:650 10px/1 var(--font-technical)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card footer small{color:var(--text-secondary);font:500 8px/1 var(--font-technical)}

html[data-design-system="halde"][data-route-bundle="home"] .hero-capture-bridge{
  display:grid;
  grid-template-columns:22px minmax(0,1fr) auto;
  align-items:center;
  gap:7px;
  padding:0 11px;
  color:var(--text-primary);
  border:1px solid var(--border-default);
  background:var(--bg-surface-muted);
  font:690 8px/1 var(--font-technical);
  letter-spacing:.065em;
  opacity:.12;
  transform:translateY(-5px);
  transition:opacity .35s ease,transform .35s cubic-bezier(.2,.8,.2,1),border-color .35s ease;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-capture-bridge i{color:var(--brand-ink);font-size:15px;font-style:normal}
html[data-design-system="halde"][data-route-bundle="home"] .hero-capture-bridge small{color:var(--text-secondary);font:600 7px/1 var(--font-technical)}

html[data-design-system="halde"][data-route-bundle="home"] .hero-created-play{
  display:grid;
  grid-template-rows:31px 36px 37px;
  opacity:.12;
  transform:translateY(-7px);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-created-play>header b{
  padding:4px 6px;
  color:var(--accent);
  border:1px solid color-mix(in srgb,var(--accent) 55%,transparent);
  background:color-mix(in srgb,var(--accent) 7%,transparent);
  font:inherit;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-created-play-name{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 11px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-created-play-name span{
  font-size:16px;
  font-weight:620;
  letter-spacing:-.025em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-created-play-name small{
  color:var(--text-secondary);
  font:600 7px/1 var(--font-technical);
  letter-spacing:.05em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-created-play code{
  min-width:0;
  display:flex;
  align-items:center;
  overflow-x:auto;
  padding:0 11px;
  color:var(--text-primary);
  border-top:1px solid var(--border-default);
  background:color-mix(in srgb,var(--accent) 5%,var(--bg-surface));
  font:540 10px/1 var(--font-technical);
  white-space:nowrap;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-recall-path{
  display:grid;
  grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr) 18px minmax(0,1fr);
  align-items:stretch;
  opacity:.1;
  transform:translateY(-6px);
  transition:opacity .4s ease,transform .4s cubic-bezier(.2,.8,.2,1);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-recall-path>div{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  padding:0 10px;
  border:1px solid var(--border-default);
  background:var(--bg-surface);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-recall-path>i{
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--brand-ink);
  font:700 12px/1 var(--font-technical);
  font-style:normal;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-recall-path span{color:var(--text-secondary);font:650 7px/1 var(--font-technical);letter-spacing:.065em}
html[data-design-system="halde"][data-route-bundle="home"] .hero-recall-path b{
  overflow:visible;
  font:620 10px/1.22 var(--font-technical);
  text-overflow:clip;
  white-space:normal;
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-recall-path .hero-recall-result{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,var(--bg-surface))}
html[data-design-system="halde"][data-route-bundle="home"] .hero-recall-result span{color:var(--accent)}

html[data-design-system="halde"][data-route-bundle="home"] .hero-adapt-note{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  padding:0 11px;
  color:var(--text-primary);
  border:1px solid color-mix(in srgb,var(--brand-ink) 55%,var(--border-default));
  background:color-mix(in srgb,var(--brand-ink) 7%,var(--bg-surface));
  font:650 7px/1 var(--font-technical);
  letter-spacing:.065em;
  opacity:.1;
  transform:translateY(-4px);
  transition:opacity .35s ease,transform .35s cubic-bezier(.2,.8,.2,1);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-adapt-note span{color:var(--brand-ink)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-adapt-note b{font:700 8px/1 var(--font-technical)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-adapt-note i{color:var(--text-secondary);font-style:normal}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation[data-step="1"] .hero-transform-stages span:nth-child(1),
html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation[data-step="2"] .hero-transform-stages span:nth-child(-n+2),
html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation[data-step="3"] .hero-transform-stages span:nth-child(-n+3),
html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation[data-step="4"] .hero-transform-stages span{
  color:var(--text-primary);
  background:color-mix(in srgb,var(--accent) 7%,var(--bg-surface));
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation[data-step]:not([data-step="0"]) .hero-trace-card{
  border-color:var(--border-strong);
  opacity:1;
  transform:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation[data-step]:not([data-step="0"]) .hero-trace-card li{
  opacity:1;
  transform:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation[data-step]:not([data-step="0"]) .hero-trace-card li:nth-child(1){transition-delay:.18s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation[data-step]:not([data-step="0"]) .hero-trace-card li:nth-child(2){transition-delay:.52s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation[data-step]:not([data-step="0"]) .hero-trace-card li:nth-child(3){transition-delay:.86s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation[data-step]:not([data-step="0"]) .hero-trace-card li:nth-child(4){transition-delay:1.2s}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation:is([data-step="2"],[data-step="3"],[data-step="4"]) :is(.hero-capture-bridge,.hero-created-play),
html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation:is([data-step="3"],[data-step="4"]) .hero-recall-path,
html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation[data-step="4"] .hero-adapt-note{
  opacity:1;
  transform:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation:is([data-step="2"],[data-step="3"],[data-step="4"]) .hero-capture-bridge{border-color:var(--accent)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation:is([data-step="2"],[data-step="3"],[data-step="4"]) .hero-created-play{border-color:var(--accent)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation[data-step="4"] .hero-trace-card>header b::before{animation:none;opacity:1}
html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation[data-step="4"] .hero-trace-card>header b{color:var(--accent)}

@media (min-width:981px){
  html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static .hero-fold.hero-fold--transformation{
    grid-template-columns:minmax(0,1fr);
    min-height:0;
    align-content:start;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-fold--transformation .hero-message{
    align-self:start;
  }
}

@media (min-width:981px) and (max-width:1219px){
  html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-fold--transformation .hero-h1.ds-title--hero{
    max-width:18ch;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation{
    height:500px;
    grid-template-rows:40px 38px minmax(0,1fr);
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-transform-body{
    grid-template-rows:46px 142px 30px 90px 58px 32px;
    gap:5px;
    padding:8px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-created-play{
    grid-template-rows:31px 30px 29px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-created-play-name small{
    display:none;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-inference{
    grid-template-columns:105px minmax(0,1fr);
    gap:9px;
    padding-inline:10px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-inference span{font-size:6px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-inference strong{font-size:8px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-capture-bridge{font-size:6px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-capture-bridge small{font-size:5px}

}

@media (max-width:980px){
  html[data-design-system="halde"][data-route-bundle="home"] .hero-activation{
    grid-template-columns:minmax(0,1fr);
    gap:22px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-fold--transformation .hero-message{
    max-width:820px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation{
    max-width:820px;
    justify-self:start;
  }
}

@media (max-width:980px){
  html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-fold--transformation .hero-h1.ds-title--hero{
    max-width:14ch;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation{
    height:540px;
  }
}

@media (max-width:620px){
  html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-fold--transformation .hero-h1.ds-title--hero{
    max-width:12ch;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-fold--transformation .hero-dek.ds-body--lead{
    margin-top:0;
    font-size:16px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-primary-action{
    margin-top:0;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-activation-steps{
    grid-template-columns:minmax(0,1fr);
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-activation-steps li{
    min-height:0;
    min-height:48px;
    gap:10px;
    padding:0 24px 0 0;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-activation-steps li:not(:last-child)::after{
    content:"↓";
    right:7px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-install-command{
    grid-template-columns:minmax(0,1fr);
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-install-command code{
    min-height:52px;
    font-size:10px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-install-command button{
    min-height:48px;
    border-top:1px solid var(--border-strong);
    border-left:0;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation{
    height:600px;
    grid-template-rows:43px 41px minmax(0,1fr);
    box-shadow:6px 6px 0 color-mix(in srgb,var(--text-primary) 8%,transparent);
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation-head{
    padding-inline:11px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-transform-stages span{
    justify-content:center;
    padding:0 4px;
    font-size:6px;
    letter-spacing:.035em;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-transform-stages b{display:none}

  html[data-design-system="halde"][data-route-bundle="home"] .hero-transform-body{
    grid-template-rows:52px 174px 32px 96px 62px 38px;
    gap:7px;
    padding:10px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-inference{
    grid-template-columns:1fr;
    align-content:center;
    gap:4px;
    padding:6px 10px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-inference span{font-size:6px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-inference strong{font-size:8px}

  html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card ol{
    grid-template-columns:1fr;
    padding:5px 9px;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card li{
    min-height:23px;
    border-right:0!important;
  }

  html[data-design-system="halde"][data-route-bundle="home"] .hero-created-play-name small{display:none}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-created-play code{font-size:8px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-capture-bridge{grid-template-columns:18px minmax(0,1fr)}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-capture-bridge small{display:none}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-recall-path>div{padding:0 6px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-recall-path span{font-size:5px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-recall-path b{font-size:7px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-adapt-note{grid-template-columns:auto minmax(0,1fr);font-size:6px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-adapt-note i{display:none}
}

@media (prefers-reduced-motion:reduce){
  html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-card>header b::before{animation:none}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-transformation *{transition:none!important}
}

/* Agent + rote trace waterfall. Rows are aligned like OpenTelemetry spans:
   the event label is the operation, the bar is its captured duration. */
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel{height:520px}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-body{
  min-height:0;
  display:grid;
  grid-template-rows:52px 190px 32px 70px 42px;
  gap:6px;
  padding:10px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-prompt{
  display:grid;
  grid-template-columns:140px minmax(0,1fr);
  align-items:center;
  gap:12px;
  padding:0 11px;
  border:1px solid var(--border-strong);
  background:var(--bg-surface);
  box-shadow:3px 3px 0 color-mix(in srgb,var(--text-primary) 5%,transparent);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-prompt span{
  color:var(--brand-ink);
  font:720 9px/1.2 var(--font-technical);
  letter-spacing:.075em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-prompt strong{
  font:570 17px/1.2 var(--font-editorial);
  letter-spacing:-.012em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-trace{
  min-height:0;
  overflow:hidden;
  border:1px solid var(--border-default);
  background:var(--bg-surface);
  opacity:.12;
  transform:translateY(-4px);
  transition:opacity .35s ease,transform .35s cubic-bezier(.2,.8,.2,1),border-color .35s ease;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-trace>header{
  height:34px;
  display:grid;
  grid-template-columns:34% 66%;
  align-items:center;
  border-bottom:1px solid var(--border-default);
  background:var(--bg-surface-muted);
  font:700 10px/1 var(--font-editorial);
  letter-spacing:.055em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-trace>header>span{padding-left:10px}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-trace>header>div{
  height:100%;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:center;
  border-left:1px solid var(--border-default);
  color:var(--text-secondary);
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-trace>header i{min-width:0;display:flex;align-items:baseline;gap:5px;padding-left:8px;font-style:normal}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-trace>header i b{color:var(--text-primary);font:600 7px/1 var(--font-technical)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-trace>header i small{overflow:hidden;color:var(--text-secondary);font:520 6px/1 var(--font-technical);text-overflow:ellipsis;white-space:nowrap}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-trace ol{
  height:calc(100% - 34px);
  display:grid;
  grid-template-rows:repeat(8,1fr);
  margin:0;
  padding:0;
  list-style:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-row{
  min-height:0;
  display:grid;
  grid-template-columns:34% 66%;
  opacity:.16;
  transition:opacity .25s ease;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-row+li{border-top:1px solid var(--border-subtle)}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-event{
  min-width:0;
  display:grid;
  grid-template-columns:24px minmax(0,1fr) auto;
  align-items:center;
  gap:5px;
  padding:0 11px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-event>i{color:var(--text-secondary);font:650 8px/1 var(--font-technical);font-style:normal}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-event>span{min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:8px}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-event small{color:var(--text-secondary);font:700 8px/1 var(--font-editorial);letter-spacing:.055em}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-event b{overflow:hidden;font:560 11px/1 "Geist Mono",var(--font-technical);text-overflow:ellipsis;white-space:nowrap}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-event em{color:var(--accent);font:750 8px/1 var(--font-editorial);font-style:normal;letter-spacing:.045em}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-row.is-failure .hero-otel-event em{color:var(--brand-ink)}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-lane{
  position:relative;
  min-width:0;
  overflow:hidden;
  border-left:1px solid var(--border-default);
  background-image:linear-gradient(to right,
    transparent 24.6%,var(--border-subtle) 24.8%,var(--border-subtle) 25.2%,transparent 25.4%,
    transparent 49.6%,var(--border-subtle) 49.8%,var(--border-subtle) 50.2%,transparent 50.4%,
    transparent 74.6%,var(--border-subtle) 74.8%,var(--border-subtle) 75.2%,transparent 75.4%);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-lane>b{
  position:absolute;
  top:0;
  bottom:0;
  left:var(--span-start);
  width:var(--span-size);
  min-width:42px;
  display:flex;
  align-items:center;
  gap:5px;
  overflow:hidden;
  padding:0 8px;
  color:var(--text-primary);
  box-sizing:border-box;
  border:1px solid color-mix(in srgb,var(--accent) 60%,var(--border-default));
  background:color-mix(in srgb,var(--accent) 14%,var(--bg-surface));
  font:650 9px/1 "Geist Mono",var(--font-technical);
  white-space:nowrap;
  opacity:.22;
  transform:scaleX(.08);
  transform-origin:left center;
  transition:transform .24s cubic-bezier(.16,.84,.24,1),opacity .16s ease;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-lane>b small{overflow:hidden;color:var(--text-secondary);font:500 8px/1 var(--font-technical);text-overflow:ellipsis}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-row.is-failure .hero-otel-lane>b{border-color:color-mix(in srgb,var(--brand-ink) 75%,var(--border-default));background:color-mix(in srgb,var(--brand-ink) 13%,var(--bg-surface))}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-row.is-retry .hero-otel-lane>b{background:color-mix(in srgb,var(--accent) 22%,var(--bg-surface))}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-reflect{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  overflow:hidden;
  padding:0 10px;
  border:1px solid var(--border-default);
  background:var(--bg-surface-muted);
  font:720 10px/1 var(--font-editorial);
  letter-spacing:.06em;
  opacity:.1;
  transform:translateY(-4px);
  transition:opacity .35s ease,transform .35s ease,border-color .35s ease;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-reflect small{color:var(--text-secondary);font:580 7px/1 var(--font-technical)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-reflect>i{
  position:absolute;
  inset:0 auto 0 -18%;
  width:18%;
  background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--accent) 20%,transparent),transparent);
  opacity:0;
}

@keyframes hero-otel-scan{0%{left:-18%;opacity:0}12%{opacity:1}88%{opacity:1}100%{left:100%;opacity:0}}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-play{
  overflow:hidden;
  border:1px solid var(--border-default);
  background:var(--bg-surface);
  opacity:.1;
  transform:translateY(-5px);
  transition:opacity .35s ease,transform .35s ease,border-color .35s ease;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-play>header{
  min-height:31px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 10px;
  border-bottom:1px solid var(--border-default);
  background:var(--bg-surface-muted);
  font:720 10px/1 var(--font-editorial);
  letter-spacing:.06em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-play>header>div{display:flex;align-items:center;gap:5px}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-play>header i{
  padding:3px 4px;
  color:var(--text-secondary);
  border:1px solid var(--border-default);
  font:650 6px/1 var(--font-technical);
  font-style:normal;
  opacity:.12;
  transition:opacity .25s ease,color .25s ease,border-color .25s ease;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-play>div{
  min-height:39px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:0;
  padding:0;
  background:color-mix(in srgb,var(--accent) 5%,var(--bg-surface));
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-play>div>strong{min-width:0;height:100%;display:flex;align-items:center;padding:0 14px;overflow:hidden;color:var(--text-primary);font:650 12px/1 "Geist Mono",var(--font-technical);letter-spacing:.055em;text-overflow:ellipsis;white-space:nowrap}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-play>div>b{align-self:stretch;display:flex;align-items:center;padding:0 14px;color:var(--accent);border-left:1px solid var(--border-default);font:700 8px/1 var(--font-technical);letter-spacing:.055em;white-space:nowrap}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-outcomes{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  opacity:.1;
  transform:translateY(-5px);
  transition:opacity .38s ease,transform .38s ease;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-outcomes>div{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:7px;
  padding:0 9px;
  border:1px solid var(--border-default);
  background:var(--bg-surface);
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-outcomes>div+div{border-left:0}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-outcomes>div:last-child{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,var(--bg-surface))}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-outcomes span{color:var(--text-secondary);font:650 7px/1.2 var(--font-technical);letter-spacing:.055em}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-outcomes>div:last-child span{color:var(--accent)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-outcomes b{font:620 11px/1.22 var(--font-editorial)}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="1"],[data-step="2"],[data-step="3"],[data-step="4"]) .hero-otel-trace{
  border-color:var(--border-strong);
  opacity:1;
  transform:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="1"],[data-step="2"],[data-step="3"],[data-step="4"]) .hero-otel-row:first-child,
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="1"],[data-step="2"],[data-step="3"],[data-step="4"]) .hero-otel-row:first-child .hero-otel-lane>b,
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="2"],[data-step="3"],[data-step="4"]) .hero-otel-row,
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="2"],[data-step="3"],[data-step="4"]) .hero-otel-lane>b{
  opacity:1;
  transform:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="2"],[data-step="3"],[data-step="4"]) .hero-otel-row:nth-child(2) :is(.hero-otel-event,.hero-otel-lane>b){transition-delay:.04s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="2"],[data-step="3"],[data-step="4"]) .hero-otel-row:nth-child(3) :is(.hero-otel-event,.hero-otel-lane>b){transition-delay:.085s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="2"],[data-step="3"],[data-step="4"]) .hero-otel-row:nth-child(4) :is(.hero-otel-event,.hero-otel-lane>b){transition-delay:.13s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="2"],[data-step="3"],[data-step="4"]) .hero-otel-row:nth-child(5) :is(.hero-otel-event,.hero-otel-lane>b){transition-delay:.175s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="2"],[data-step="3"],[data-step="4"]) .hero-otel-row:nth-child(6) :is(.hero-otel-event,.hero-otel-lane>b){transition-delay:.22s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="2"],[data-step="3"],[data-step="4"]) .hero-otel-row:nth-child(7) :is(.hero-otel-event,.hero-otel-lane>b){transition-delay:.265s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="2"],[data-step="3"],[data-step="4"]) .hero-otel-row:nth-child(8) :is(.hero-otel-event,.hero-otel-lane>b){transition-delay:.31s}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="3"],[data-step="4"]) :is(.hero-otel-reflect,.hero-otel-play),
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel[data-step="4"] .hero-otel-outcomes{
  border-color:var(--accent);
  opacity:1;
  transform:none;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-otel[data-step="3"] .hero-otel-reflect>i{animation:hero-otel-scan .68s cubic-bezier(.2,.8,.2,1) both}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="3"],[data-step="4"]) .hero-otel-play>header i{opacity:1}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="3"],[data-step="4"]) .hero-otel-play>header i:nth-child(1){transition-delay:.06s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="3"],[data-step="4"]) .hero-otel-play>header i:nth-child(2){transition-delay:.16s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-otel:is([data-step="3"],[data-step="4"]) .hero-otel-play>header i:nth-child(3){color:var(--accent);border-color:var(--accent);transition-delay:.26s}

@media (min-width:981px) and (max-width:1219px){
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel{height:500px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-body{grid-template-rows:48px 181px 28px 58px 47px;gap:5px;padding:8px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-trace>header{height:30px;grid-template-columns:40% 60%}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-trace ol{height:calc(100% - 30px)}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-row{grid-template-columns:40% 60%}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-event{grid-template-columns:20px minmax(0,1fr) auto;padding-inline:8px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-event>span{grid-template-columns:58px minmax(0,1fr)}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-play>header{min-height:27px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-play>div{min-height:31px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-outcomes>div{gap:4px;padding-inline:6px}
}

@media (max-width:620px){
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel{height:600px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-body{grid-template-rows:46px 220px 30px 68px 78px;gap:6px;padding:8px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-prompt{grid-template-columns:1fr;align-content:center;gap:4px;padding-inline:8px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-prompt span{font-size:6px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-prompt strong{font-size:9px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-trace>header,
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-row{grid-template-columns:48% 52%}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-trace>header i small{display:none}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-event{grid-template-columns:13px minmax(0,1fr);gap:2px;padding-inline:4px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-event>span{display:block}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-event small{display:block;margin-bottom:2px;font-size:5px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-event b{display:block;font-size:7px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-event em{display:none}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-lane>b{min-width:23px;padding-inline:3px;font-size:6px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-lane>b small{display:none}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-reflect{grid-template-columns:1fr;padding-inline:7px;font-size:7px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-reflect small{display:none}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-play>header{min-height:29px;padding-inline:7px;font-size:7px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-play>header i{padding:2px;font-size:4px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-play>div{min-height:37px;padding:0}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-play>div>strong{padding:0 7px;font-size:8px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-play>div>b{padding:0 7px;font-size:6px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-outcomes>div{gap:5px;padding-inline:5px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-outcomes span{font-size:5px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-outcomes b{font-size:7px}
}

@media (prefers-reduced-motion:reduce){
  html[data-design-system="halde"][data-route-bundle="home"] .hero-otel-reflect>i{animation:none!important}
}

/* Old-school execution diagram: agent → connected trace → published Play.
   The panel stays deliberately sparse and monochrome across both site themes. */
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow{
  position:relative;
  width:100%;
  height:440px;
  display:grid;
  grid-template-columns:minmax(180px,.86fr) clamp(42px,5vw,78px) minmax(330px,1.28fr) clamp(42px,5vw,78px) minmax(180px,.86fr);
  grid-template-rows:minmax(0,1fr) 54px;
  align-items:center;
  gap:0;
  padding:34px 22px 12px;
  overflow:hidden;
  color:#e8e8e6;
  border:1px solid #383836;
  background:#050505;
  box-shadow:10px 10px 0 color-mix(in srgb,var(--text-primary) 8%,transparent);
  contain:layout paint;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-replay{
  position:absolute;
  top:9px;
  right:12px;
  z-index:5;
  display:flex;
  align-items:center;
  gap:6px;
  margin:0;
  padding:4px 6px;
  color:#8e8e89;
  border:1px solid transparent;
  background:transparent;
  font:650 8px/1 var(--font-technical);
  letter-spacing:.08em;
  cursor:pointer;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-replay i{font-size:13px;font-style:normal}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-replay:is(:hover,:focus-visible){color:#adff2f;border-color:#adff2f;outline:none}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-stage{
  min-width:0;
  overflow:hidden;
  border:1px solid #9b9b96;
  background:#070707;
  box-shadow:5px 5px 0 rgba(255,255,255,.035);
  font-family:"Geist Mono",var(--font-technical);
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-stage>header{
  height:31px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:8px;
  padding:0 9px;
  border-bottom:1px solid #777773;
  font:600 11px/1 "Geist Mono",var(--font-technical);
  letter-spacing:.075em;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-stage>header i{color:#b8b8b4;font-style:normal}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-stage>header span{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-stage>header b{color:#8d8d87;font:600 8px/1 var(--font-technical);letter-spacing:.08em}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent{
  grid-column:1;
  grid-row:1;
  height:260px;
}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent-body{padding:10px}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent-body>p{margin:0 0 9px;padding:8px;border:1px solid #333330}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent-body>p small{display:block;margin-bottom:5px;color:#ff6b32;font:650 8px/1 var(--font-technical);letter-spacing:.09em}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent-body>p strong{font:560 11px/1.3 "Geist Mono",var(--font-technical)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent-body ol{list-style:none;margin:0;padding:0}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent-body li{
  min-height:31px;
  display:grid;
  grid-template-columns:20px minmax(0,1fr) auto;
  align-items:center;
  gap:5px;
  border-top:1px solid #252523;
  color:#a4a49f;
  opacity:.18;
  transform:translateY(3px);
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent-body li i{color:#777772;font:600 8px/1 var(--font-technical);font-style:normal}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent-body li code{overflow:hidden;color:#deded9;font:520 10px/1 var(--font-technical);text-overflow:ellipsis;white-space:nowrap}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent-body li b{color:#adff2f;font:650 8px/1 var(--font-technical);white-space:nowrap}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent-body li:nth-child(3) b{color:#ff6b32}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-wire{
  position:relative;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  color:#777773;
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-wire code{font:500 clamp(9px,.82vw,13px)/1 var(--font-technical);letter-spacing:.04em;white-space:nowrap}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-wire i{
  position:absolute;
  left:9%;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#ff6b32;
  box-shadow:0 0 8px rgba(255,107,50,.72);
  opacity:0;
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-wire-in{grid-column:2;grid-row:1}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-wire-out{grid-column:4;grid-row:1}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-rote{
  grid-column:3;
  grid-row:1;
  height:330px;
  border-color:#d2d2cd;
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-rote-body{height:calc(100% - 31px);display:grid;grid-template-rows:35px minmax(0,1fr) 35px;padding:10px}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-status{display:flex;align-items:center;justify-content:center;margin:0;color:#b8b8b2;font:590 9px/1 var(--font-technical);letter-spacing:.08em;text-align:center}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-trace{
  min-height:0;
  display:grid;
  grid-template-rows:23px minmax(0,1fr);
  padding:0 7px 7px;
  border:1px solid #454541;
  box-shadow:inset 0 0 0 3px #050505,inset 0 0 0 4px #252523;
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-axis{display:grid;grid-template-columns:repeat(4,1fr);align-items:end;padding:0 4px 5px;color:#85857f;font:520 7px/1 var(--font-technical)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-axis span:not(:first-child){text-align:right}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-waterfall{
  position:relative;
  min-height:0;
  overflow:hidden;
  background:repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),#1f1f1d calc(25% - 1px),#1f1f1d 25%);
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-waterfall svg{position:absolute;inset:0;z-index:1;width:100%;height:100%;overflow:visible;opacity:.12}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-waterfall path{fill:none;stroke:#777772;stroke-width:1.25;vector-effect:non-scaling-stroke;stroke-dasharray:1200;stroke-dashoffset:1200}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-waterfall ol{position:relative;z-index:2;height:100%;display:grid;grid-template-rows:repeat(6,minmax(0,1fr));margin:0;padding:0;list-style:none}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-waterfall li{position:relative;min-height:0;border-top:1px solid #171715;opacity:.12}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-waterfall li b{
  position:absolute;
  top:3px;
  bottom:3px;
  left:var(--span-start);
  width:var(--span-size);
  min-width:38px;
  display:flex;
  align-items:center;
  gap:5px;
  padding:0 6px;
  overflow:hidden;
  color:#d8d8d3;
  border:1px solid #637a43;
  background:#11150d;
  font:560 clamp(7px,.62vw,10px)/1 var(--font-technical);
  text-overflow:ellipsis;
  white-space:nowrap;
  transform:scaleX(.04);
  transform-origin:left center;
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-waterfall li b i{color:#adff2f;font:inherit;font-style:normal}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-waterfall li.is-failure b{color:#ff8a55;border-color:#a64b25;background:#1d0e08}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-waterfall li.is-failure b i{color:#ff6b32}
html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-waterfall li.is-retry b{border-color:#8ac62b;background:#17210e}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-checks{display:flex;align-items:end;justify-content:center;gap:clamp(8px,1.2vw,18px);color:#adff2f;font:620 clamp(7px,.62vw,10px)/1 var(--font-technical);letter-spacing:.05em;opacity:.12;transform:translateY(4px)}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play{
  grid-column:5;
  grid-row:1;
  height:260px;
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body{padding:10px}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body article{min-height:130px;display:flex;flex-direction:column;justify-content:center;padding:10px;border:1px solid #3d3d39;opacity:.12;transform:scale(.97)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body article>small{color:#ff6b32;font:650 8px/1 var(--font-technical);letter-spacing:.08em}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body article>strong{margin:7px 0 5px;color:#f1f1ed;font:640 clamp(11px,1vw,16px)/1.08 var(--font-technical);letter-spacing:.035em}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body article>code{display:block;margin-bottom:7px;overflow:hidden;color:#c2c1bb;font:520 clamp(6px,.54vw,8px)/1.2 var(--font-technical);text-overflow:ellipsis;white-space:nowrap}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body article>p{display:flex;align-items:center;justify-content:space-between;margin:0;color:#adff2f;font:600 8px/1 var(--font-technical)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body article>p b{padding:3px 4px;border:1px solid #547c1b;font:inherit}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body ol{list-style:none;margin:7px 0 0;padding:0;opacity:.1;transform:translateY(4px)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body li{min-height:27px;display:grid;grid-template-columns:14px 1fr;align-content:center;gap:3px 6px;border-top:1px solid #2f2f2c}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body li i{grid-row:1/3;color:#adff2f;font:650 8px/1 var(--font-technical);font-style:normal}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body li span{color:#e2e2dd;font:620 9px/1 var(--font-technical)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body li b{color:#92928c;font:560 7px/1 var(--font-technical);letter-spacing:.04em}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-ledgers{
  grid-column:1/6;
  grid-row:2;
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:stretch;
  gap:12px;
  padding:5px 2px 0;
  align-self:stretch;
  opacity:.12;
  transform:translateY(4px);
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-ledgers article{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;border:1px solid #666660;background:#0d0f0a;box-shadow:inset 0 0 0 3px #050505}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-ledgers span{color:#adff2f;font:670 9px/1 var(--font-technical);letter-spacing:.07em;white-space:nowrap}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-ledgers i{display:flex;align-items:center;color:#b2b2ad;font:600 9px/1 var(--font-technical);font-style:normal;white-space:nowrap}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-ledgers b{overflow:hidden;color:#f0f0eb;font:620 8px/1 var(--font-technical);letter-spacing:.04em;text-align:right;text-overflow:ellipsis;white-space:nowrap}

@keyframes hero-ascii-row-in{to{opacity:1;transform:none}}
@keyframes hero-ascii-packet{0%{left:8%;opacity:0}15%{opacity:1}85%{opacity:1}100%{left:88%;opacity:0}}
@keyframes hero-ascii-link-in{to{opacity:1;transform:none}}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="0"] .hero-ascii-agent-body li{animation:hero-ascii-row-in .34s ease both}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="0"] .hero-ascii-agent-body li:nth-child(1){animation-delay:.08s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="0"] .hero-ascii-agent-body li:nth-child(2){animation-delay:.26s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="0"] .hero-ascii-agent-body li:nth-child(3){animation-delay:.44s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="0"] .hero-ascii-agent-body li:nth-child(4){animation-delay:.62s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="0"] .hero-ascii-wire-in i{animation:hero-ascii-packet 1.1s .72s ease-in-out infinite}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow:not([data-step="0"]) .hero-ascii-agent-body li{opacity:.72;transform:none}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow:is([data-step="1"],[data-step="2"],[data-step="3"],[data-step="4"]) .hero-trace-waterfall :is(svg,li){opacity:1}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow:is([data-step="1"],[data-step="2"],[data-step="3"],[data-step="4"]) .hero-trace-waterfall path{stroke-dashoffset:0}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow:is([data-step="1"],[data-step="2"],[data-step="3"],[data-step="4"]) .hero-trace-waterfall li b{transform:none}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="1"] .hero-trace-waterfall path{transition:stroke-dashoffset .65s ease}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="1"] .hero-trace-waterfall li b{transition:transform .3s cubic-bezier(.2,.8,.2,1)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="1"] .hero-trace-waterfall li:nth-child(2) b{transition-delay:.08s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="1"] .hero-trace-waterfall li:nth-child(3) b{transition-delay:.16s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="1"] .hero-trace-waterfall li:nth-child(4) b{transition-delay:.24s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="1"] .hero-trace-waterfall li:nth-child(5) b{transition-delay:.32s}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="1"] .hero-trace-waterfall li:nth-child(6) b{transition-delay:.4s}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow:is([data-step="2"],[data-step="3"],[data-step="4"]) .hero-ascii-checks{opacity:1;transform:none}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="2"] .hero-ascii-checks{animation:hero-ascii-link-in .42s ease both}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow:is([data-step="2"],[data-step="3"]) .hero-ascii-wire-out i{animation:hero-ascii-packet 1.1s .25s ease-in-out infinite}

html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow:is([data-step="3"],[data-step="4"]) .hero-ascii-play-body article{opacity:1;transform:none}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="3"] .hero-ascii-play-body article{animation:hero-ascii-link-in .46s ease both}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="4"] .hero-ascii-play-body ol,
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="4"] .hero-ascii-ledgers{opacity:1;transform:none}
html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow[data-step="4"] .hero-ascii-ledgers{animation:hero-ascii-link-in .34s .08s ease both}

@media (min-width:981px) and (max-width:1219px){
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow{height:430px;grid-template-columns:minmax(160px,.84fr) 38px minmax(280px,1.2fr) 38px minmax(160px,.84fr);padding-inline:14px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent,
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play{height:250px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-rote{height:310px}
}

@media (max-width:760px){
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow{
    height:724px;
    grid-template-columns:minmax(0,1fr);
    grid-template-rows:170px 24px 250px 24px 170px 54px;
    align-items:stretch;
    padding:18px 12px 8px;
  }
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent{grid-column:1;grid-row:1;width:78%;height:170px;justify-self:start}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-wire-in{grid-column:1;grid-row:2}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-rote{grid-column:1;grid-row:3;width:92%;height:250px;justify-self:center}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-wire-out{grid-column:1;grid-row:4}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play{grid-column:1;grid-row:5;width:78%;height:170px;justify-self:end}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-ledgers{grid-column:1;grid-row:6;gap:5px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-wire{height:24px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-wire code{display:none}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-wire::before{content:"⋮  *  ⋮";color:#777773;font:600 9px/1 var(--font-technical);writing-mode:vertical-rl}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-wire i{top:5%;left:calc(50% - 2px)}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent-body{padding:7px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent-body>p{margin-bottom:4px;padding:5px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent-body li{min-height:20px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-rote-body{grid-template-rows:24px minmax(0,1fr) 28px;padding:7px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:7px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body article{min-height:124px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play-body ol{margin:0}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-ledgers article{display:block;padding:7px 6px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-ledgers span{display:block;margin-bottom:5px;font-size:5px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-ledgers b{display:block;font-size:4px;text-align:left}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-ledgers i{font-size:4px}
  @keyframes hero-ascii-packet{0%{top:5%;opacity:0}15%{opacity:1}85%{opacity:1}100%{top:78%;opacity:0}}
}

@media (max-width:400px){
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-agent,
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-play{width:88%}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-rote{width:100%}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-trace-waterfall li b{padding-inline:3px;font-size:4px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-checks{gap:6px;font-size:4px}
}

@media (prefers-reduced-motion:reduce){
  html[data-design-system="halde"][data-route-bundle="home"] .hero-ascii-flow *{animation:none!important;transition:none!important}
}

/* Hero receipt: the at-rest outcome of the guided install. One dark card,
   three cells that mirror the activation steps, one live Play to inspect. */
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt{
  width:100%;
  display:grid;
  grid-template-rows:auto 1fr;
  color:#e8e8e6;
  border:1px solid #383836;
  background:#050505;
  box-shadow:10px 10px 0 color-mix(in srgb,var(--text-primary) 8%,transparent);
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt>header{
  min-height:38px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  padding:0 16px;
  border-bottom:1px solid #2f2f2c;
  font:650 9px/1 var(--font-technical);
  letter-spacing:.1em;
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt>header i{color:#b8b8b4;font-style:normal}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt>header span{text-align:center;color:#e8e8e6}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt>header b{color:#adff2f;font:650 8px/1 var(--font-technical);letter-spacing:.1em}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt dl{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.5fr) minmax(0,.9fr);
  margin:0;
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt dl>div{min-width:0;padding:22px 20px 24px;border-left:1px solid #2f2f2c}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt dl>div:first-child{border-left:0}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt dt{color:#ff6b32;font:650 9px/1 var(--font-technical);letter-spacing:.1em}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt dd{margin:12px 0 0;color:#f1f1ed;font:600 clamp(14px,1.15vw,18px)/1.3 var(--font-technical);letter-spacing:.01em}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt .is-play{background:#0b0d08}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt .is-play dt{color:#adff2f}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt .is-play a{display:grid;gap:12px;color:inherit;text-decoration:none}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt .is-play a:focus-visible{outline:2px solid #adff2f;outline-offset:4px}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt .is-play code{overflow:hidden;color:#f1f1ed;font:600 clamp(12px,1vw,15px)/1.3 var(--font-technical);text-overflow:ellipsis;white-space:nowrap}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt .is-play span{
  width:max-content;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  color:#111;
  border:1px solid #547c1b;
  background:#adff2f;
  font:800 9px/1 var(--font-technical);
  letter-spacing:.08em;
  transition:transform 140ms ease,box-shadow 140ms ease;
}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt .is-play span i{font-size:12px;font-style:normal}
html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt .is-play a:is(:hover,:focus-visible) span{transform:translate(-2px,-2px);box-shadow:4px 4px 0 #547c1b}
@media (max-width:980px){
  html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt dl{grid-template-columns:1fr}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt dl>div{padding:18px 16px 20px;border-left:0;border-top:1px solid #2f2f2c}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-receipt dl>div:first-child{border-top:0}
}

/* With the film gone the fold is short by design: the problem grid should
   rise into view as the scroll cue, so the hero no longer claims a viewport. */
html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static{min-height:0}

/* The fold as the strongest sites do it: headline, one line, one action,
   then one big picture of the real product. Ours is a terminal session at
   rest that ends in a Play. Everything is centred; the still is full width. */
html[data-design-system="halde"][data-route-bundle="home"] .landing-hero-static .hero-fold.hero-fold--transformation.hero-fold--still{display:grid;grid-template-columns:minmax(0,1fr);justify-items:center;gap:clamp(26px,3vw,44px)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-fold--still .hero-message{width:min(100%,880px);text-align:center}
html[data-design-system="halde"][data-route-bundle="home"] .hero-fold--still .hero-copy{display:block}
html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-fold--still .hero-h1.ds-title--hero{max-width:18ch;margin-inline:auto}
html[data-design-system="halde"][data-route-bundle="home"] .hero-fold--still .hero-activation{display:grid;grid-template-columns:minmax(0,1fr);justify-items:center;gap:22px;margin-top:clamp(16px,1.6vw,22px)}
html[data-design-system="halde"][data-route-bundle="home"] .landing-page .hero-fold--still .hero-dek.ds-body--lead{max-width:56ch;margin:0 auto}
html[data-design-system="halde"][data-route-bundle="home"] .hero-fold--still .hero-activation-path{width:min(100%,760px);display:grid;gap:14px;justify-items:center}
html[data-design-system="halde"][data-route-bundle="home"] .hero-fold--still .hero-primary-action{width:100%;text-align:left}
html[data-design-system="halde"][data-route-bundle="home"] .hero-fold--still .hero-primary-label{display:block;text-align:center}
html[data-design-system="halde"][data-route-bundle="home"] .hero-fold--still .hero-install-note{text-align:center}
html[data-design-system="halde"][data-route-bundle="home"] .hero-harness-line{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 14px;margin:0;color:var(--text-tertiary);font:650 9px/1.4 var(--font-technical);letter-spacing:.1em;text-transform:uppercase}
html[data-design-system="halde"][data-route-bundle="home"] .hero-harness-line b{color:var(--text-secondary);font-weight:750}
html[data-design-system="halde"][data-route-bundle="home"] .hero-harness-line span+span::before{content:'·';margin-right:14px;color:var(--border-strong)}

html[data-design-system="halde"][data-route-bundle="home"] .hero-still{width:100%;margin:0;color:#e8e8e6;border:1px solid #383836;background:#050505;box-shadow:10px 10px 0 color-mix(in srgb,var(--text-primary) 8%,transparent)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still-bar{min-height:42px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:0 16px;border-bottom:1px solid #2f2f2c}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still-dots{display:flex;gap:6px}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still-dots i{width:9px;height:9px;border-radius:50%;background:#383836}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-activation-steps{display:flex;justify-content:center;gap:0;margin:0;padding:0;border:0;list-style:none}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-activation-steps li{min-height:0;display:flex;align-items:center;gap:8px;padding:0 14px;color:#b4b3ad;font:750 8.5px/1 var(--font-technical);letter-spacing:.1em}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-activation-steps li::after{display:none}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-activation-steps li+li{border-left:1px solid #2f2f2c}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-activation-steps i{color:#8d8d87;font:inherit;font-style:normal}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still-badge{color:#b4b3ad}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-activation-steps strong{color:inherit;font:inherit;letter-spacing:inherit;text-transform:uppercase}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-activation-steps li.is-here{color:#adff2f}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-activation-steps li.is-here i{color:#adff2f}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still-badge{color:#8d8d87;font:650 8px/1 var(--font-technical);letter-spacing:.1em}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still-body{display:grid;gap:2px;padding:22px clamp(18px,2.4vw,32px) 24px;font:600 clamp(12.5px,1vw,14px)/1.7 var(--font-technical)}
html[data-design-system="halde"][data-route-bundle="home"] .hs-line{min-width:0;white-space:pre-wrap;word-break:break-word;color:#c9c9c4}
html[data-design-system="halde"][data-route-bundle="home"] .hs-cmd{color:#f1f1ed}
html[data-design-system="halde"][data-route-bundle="home"] .hs-cmd b{color:#8d8d87;font-weight:600;margin-right:8px}
html[data-design-system="halde"][data-route-bundle="home"] .hs-say{color:#adff2f}
html[data-design-system="halde"][data-route-bundle="home"] .hs-ask{color:#f1f1ed}
html[data-design-system="halde"][data-route-bundle="home"] .hs-ask b{color:#adff2f;font-weight:600;margin-right:8px}
html[data-design-system="halde"][data-route-bundle="home"] .hs-dim{color:#8d8d87}
html[data-design-system="halde"][data-route-bundle="home"] .hs-out{display:grid;grid-template-columns:34px 92px 18px minmax(0,1fr);gap:0 10px;align-items:baseline}
html[data-design-system="halde"][data-route-bundle="home"] .hs-out i{color:#8d8d87;font-style:normal}
html[data-design-system="halde"][data-route-bundle="home"] .hs-out span{color:#e8e8e6}
html[data-design-system="halde"][data-route-bundle="home"] .hs-out em{color:#adff2f;font-style:normal;text-align:center}
html[data-design-system="halde"][data-route-bundle="home"] .hs-fail em{color:#ff6b32}
html[data-design-system="halde"][data-route-bundle="home"] .hs-fail{color:#a5a49e}
html[data-design-system="halde"][data-route-bundle="home"] .hs-gate{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 18px;margin-top:12px;padding:10px 14px;color:#f1f1ed;border:1px solid #383836;background:#0b0d08}
html[data-design-system="halde"][data-route-bundle="home"] .hs-gate b{padding:6px 10px;color:#111;background:#adff2f;border:1px solid #547c1b;font:800 9px/1 var(--font-technical);letter-spacing:.08em}
html[data-design-system="halde"][data-route-bundle="home"] .hs-ok{margin-top:6px;color:#adff2f}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-receipt{border:0;border-top:1px solid #2f2f2c;box-shadow:none}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-receipt>header{display:none}
@media (max-width:760px){
  html[data-design-system="halde"][data-route-bundle="home"] .hero-still-bar{grid-template-columns:auto 1fr;padding:0 12px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-still-badge{display:none}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-activation-steps{justify-content:flex-end}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-activation-steps li{padding:0 8px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-activation-steps strong{display:none}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-activation-steps li.is-here strong{display:inline}
  html[data-design-system="halde"][data-route-bundle="home"] .hs-out{grid-template-columns:30px 76px 16px minmax(0,1fr);gap:0 8px}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-still-body{padding:16px 14px 18px;font-size:12px}
}

/* Terminal still, finished: a glow behind the window, a highlight along its
   top edge, faint scanlines, the trace grouped on a rule, chips for status,
   and one blinking cursor so the still reads as a live prompt at rest. */
html[data-design-system="halde"][data-route-bundle="home"] .hero-still{position:relative;isolation:isolate;border-color:#2a2a28;background:linear-gradient(180deg,#0d0d0c 0,#060606 38%,#050505 100%);box-shadow:10px 10px 0 color-mix(in srgb,var(--text-primary) 8%,transparent),0 40px 90px -30px rgba(173,255,47,.22),0 30px 60px -30px rgba(0,0,0,.6)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still::before{content:'';position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent 0,rgba(173,255,47,.55) 50%,transparent 100%);pointer-events:none;z-index:2}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still-body{position:relative}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still-body::after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(0deg,rgba(255,255,255,.022) 0 1px,transparent 1px 3px);pointer-events:none;mix-blend-mode:screen}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still-bar{background:rgba(255,255,255,.015)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still-dots i{background:#2f2f2c;box-shadow:inset 0 0 0 1px #45453f}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still-dots i:nth-child(3){background:#2b3a12;box-shadow:inset 0 0 0 1px #547c1b}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still-body{gap:4px;padding-top:26px}
html[data-design-system="halde"][data-route-bundle="home"] .hs-cmd{font-size:1.06em}
html[data-design-system="halde"][data-route-bundle="home"] .hs-say{margin-top:2px}
html[data-design-system="halde"][data-route-bundle="home"] .hs-ask{font-size:1.1em;color:#ffffff;margin-bottom:6px}
html[data-design-system="halde"][data-route-bundle="home"] .hs-dim b{color:#c9c9c4;font-weight:600}
html[data-design-system="halde"][data-route-bundle="home"] .hs-trace{display:grid;gap:3px;margin:6px 0 8px 8px;padding:10px 0 10px 18px;border-left:1px solid #2f2f2c}
html[data-design-system="halde"][data-route-bundle="home"] .hs-trace .hs-out{grid-template-columns:30px 96px 24px minmax(0,1fr);align-items:center}
html[data-design-system="halde"][data-route-bundle="home"] .hs-out i{color:#6f6f6a}
html[data-design-system="halde"][data-route-bundle="home"] .hs-out em{display:inline-grid;place-items:center;width:20px;height:20px;color:#adff2f;border:1px solid rgba(173,255,47,.35);background:rgba(173,255,47,.08);font-size:11px}
html[data-design-system="halde"][data-route-bundle="home"] .hs-fail em{color:#ff6b32;border-color:rgba(255,107,50,.4);background:rgba(255,107,50,.1)}
html[data-design-system="halde"][data-route-bundle="home"] .hs-gate{margin-top:10px;padding:12px 16px;border:1px solid #2f2f2c;border-left:3px solid #adff2f;background:linear-gradient(90deg,rgba(173,255,47,.08),rgba(173,255,47,.02) 40%,transparent)}
html[data-design-system="halde"][data-route-bundle="home"] .hs-gate b{box-shadow:4px 4px 0 rgba(0,0,0,.6)}
html[data-design-system="halde"][data-route-bundle="home"] .hs-ok{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;color:#f1f1ed}
html[data-design-system="halde"][data-route-bundle="home"] .hs-ok em{color:#adff2f;font-style:normal;margin-right:2px}
html[data-design-system="halde"][data-route-bundle="home"] .hs-ok small{padding:4px 8px;color:#adff2f;border:1px solid rgba(173,255,47,.35);font:700 8px/1 var(--font-technical);letter-spacing:.08em;text-transform:uppercase}
html[data-design-system="halde"][data-route-bundle="home"] .hs-cursor{display:inline-block;width:9px;height:1.05em;margin-left:6px;background:#adff2f;vertical-align:-2px;animation:hs-blink 1.1s steps(1) infinite}
@keyframes hs-blink{0%,49%{opacity:1}50%,100%{opacity:0}}
@media (prefers-reduced-motion:reduce){html[data-design-system="halde"][data-route-bundle="home"] .hs-cursor{animation:none}}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-receipt{background:linear-gradient(180deg,#070707,#0a0a09)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-receipt .is-play{background:#0b0d08;box-shadow:inset 0 2px 0 rgba(173,255,47,.55)}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-receipt .is-play a{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px}
html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-receipt .is-play code{padding:9px 12px;border:1px solid #2f2f2c;background:#050505}
@media (max-width:760px){
  html[data-design-system="halde"][data-route-bundle="home"] .hs-trace{margin-left:2px;padding-left:12px}
  html[data-design-system="halde"][data-route-bundle="home"] .hs-trace .hs-out{grid-template-columns:26px 78px 22px minmax(0,1fr)}
  html[data-design-system="halde"][data-route-bundle="home"] .hero-still .hero-receipt .is-play a{grid-template-columns:1fr}
}
