.home-hero[data-astro-cid-lcdefpme] {
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.home-hero__secondary[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding-inline: .5rem;
  color: var(--tcc-text-body);
  font-size: var(--tcc-type-step-n1);
}

.home-hero__secondary[data-astro-cid-lcdefpme]:hover {
  color: var(--tcc-house-soft);
}

.home-stage[data-astro-cid-lcdefpme] {
  position: relative;
  width: min(100%, 1040px);
  margin: clamp(3rem, 6vw, 4.5rem) auto 0;
  padding-right: clamp(0px, 6vw, 96px);
}

.home-stage[data-astro-cid-lcdefpme] .home-stage__screen {
  margin: 0;
  border-radius: var(--tcc-radius-card);
  border-color: color-mix(in srgb, var(--croco-neon) 22%, var(--tcc-border-default));
  box-shadow: 0 40px 120px color-mix(in srgb, var(--croco-neon) 10%, transparent), 0 30px 80px color-mix(in srgb, var(--black) 60%, transparent);
}

.home-stage__photo[data-astro-cid-lcdefpme] {
  position: absolute;
  right: 0;
  bottom: clamp(-2rem, -3vw, -3rem);
  width: clamp(180px, 24vw, 300px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--tcc-border-default);
  border-radius: var(--tcc-radius-card);
  background: var(--tcc-surface-card);
  box-shadow: var(--tcc-shadow-card);
  transform: rotate(2deg);
}

.home-stage__photo[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme] {
  display: block;
  width: 100%;
  height: clamp(150px, 16vw, 210px);
  object-fit: cover;
  object-position: center 28%;
}

.home-stage__photo[data-astro-cid-lcdefpme] figcaption[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .7rem .9rem;
  color: var(--tcc-text-strong);
  font: 600 var(--tcc-type-step-n1)/1.2 var(--font-mono);
  letter-spacing: .04em;
}

.home-stage__pulse[data-astro-cid-lcdefpme] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tcc-live);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--tcc-live) 60%, transparent);
  animation: 2s ease-out infinite home-pulse;
}

@keyframes home-pulse {
  to {
    box-shadow: 0 0 0 10px color-mix(in srgb, var(--tcc-live) 0%, transparent);
  }
}

.home-stage__founder[data-astro-cid-lcdefpme] {
  position: absolute;
  left: clamp(-.5rem, -1vw, -1.5rem);
  bottom: clamp(-1.5rem, -2vw, -2rem);
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: .55rem .95rem .55rem .55rem;
  border: 1px solid var(--tcc-border-default);
  border-radius: 999px;
  background: color-mix(in srgb, var(--tcc-surface-card) 86%, transparent);
  backdrop-filter: blur(12px);
  color: var(--tcc-text-body);
  text-decoration: none;
  box-shadow: var(--tcc-shadow-card);
  transition: transform var(--dur-snap) var(--ease-snap);
}

.home-stage__founder[data-astro-cid-lcdefpme]:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.home-stage__founder[data-astro-cid-lcdefpme]:active {
  transform: translateY(2px) scale(.97);
  transition-duration: var(--dur-instant);
}

.home-stage__founder[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme] {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--tcc-house);
}

.home-stage__founder[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme] {
  display: block;
  color: var(--tcc-text-strong);
  font-size: var(--tcc-type-step-n1);
  line-height: 1.1;
}

.home-stage__founder[data-astro-cid-lcdefpme] small[data-astro-cid-lcdefpme] {
  display: block;
  color: var(--tcc-text-muted);
  font-size: var(--tcc-type-step-n2);
}

.home-ladder[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  width: min(100%, 1000px);
  margin: 2rem auto 0;
  color: var(--tcc-text-muted);
  font: 600 var(--tcc-type-step-n2)/1 var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-ladder[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme] {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tcc-house), var(--tcc-live));
  transform: scaleX(0);
  transform-origin: 0;
  transition: transform 1.4s var(--ease-out);
}

.home-ladder[data-astro-cid-lcdefpme].is-drawn i[data-astro-cid-lcdefpme] {
  transform: scaleX(1);
}

.home-bento-more[data-astro-cid-lcdefpme] {
  margin: 1.5rem auto 0;
  text-align: right;
  width: min(100%, var(--tcc-content-wide));
}

.home-bento-more[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] {
  color: var(--tcc-accent-text);
  font-weight: 700;
  text-decoration: none;
}

.home-bento-more[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover {
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .home-ladder[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme] {
    transform: none;
    transition: none;
  }
}

@media (width <= 780px) {
  .home-stage[data-astro-cid-lcdefpme] {
    padding-right: 0;
  }

  .home-stage__photo[data-astro-cid-lcdefpme] {
    position: static;
    width: min(100%, 320px);
    margin: 1rem auto 0;
    transform: none;
  }

  .home-stage__founder[data-astro-cid-lcdefpme] {
    position: static;
    margin-top: 1rem;
  }
}
