/* ============================================================
   SANKEY MOTION — WHITESPACE / COPY REDUCTION v12
   Presentation only.
   ============================================================ */

/* ---------------- GATEWAY ---------------- */

/*
  Removed explanatory copy should become negative space, not a collapsed hero.
*/
.gateway-breathing-space{
  display:block;
  height:92px;
  min-height:92px;
  pointer-events:none;
}

.hero-subtitle,
.hero-meta{
  display:none !important;
}

/*
  Keep the cards intentionally substantial after their paragraphs disappear.
  Identity + action remain the visual anchors.
*/
.choices .choice{
  min-height:248px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
}

.choices .choice-copy{
  display:none !important;
}

.choices .choice-action{
  margin-top:auto !important;
}

/* ---------------- STUDIO ---------------- */

/*
  Global header already owns Studio / Learn / Playground.
  The local duplicate is removed in HTML; this rule is a safety net.
*/
.studio-family-routing{
  display:none !important;
}

.studio-breathing-space{
  display:block;
  height:58px;
  min-height:58px;
  pointer-events:none;
}

/* ---------------- LEARN / PLAYGROUND ---------------- */

.sankey-shell-breathing-space{
  display:block;
  height:46px;
  min-height:46px;
  pointer-events:none;
}

/* ---------------- QUIET INTERACTION ---------------- */

.choice,
.choice:hover,
.choice:focus-visible,
.choice-action,
.choice:hover .choice-action{
  transform:none !important;
  translate:none !important;
  scale:none !important;
}

.choice{
  transition:
    border-color .18s ease,
    background-color .18s ease,
    box-shadow .18s ease !important;
}

/* ---------------- RESPONSIVE ---------------- */

@media(max-width:860px){
  .gateway-breathing-space{
    height:64px;
    min-height:64px;
  }

  .studio-breathing-space{
    height:42px;
    min-height:42px;
  }

  .sankey-shell-breathing-space{
    height:34px;
    min-height:34px;
  }

  .choices .choice{
    min-height:218px !important;
  }
}

@media(max-width:560px){
  .gateway-breathing-space{
    height:42px;
    min-height:42px;
  }

  .studio-breathing-space{
    height:30px;
    min-height:30px;
  }

  .sankey-shell-breathing-space{
    height:26px;
    min-height:26px;
  }

  .choices .choice{
    min-height:188px !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .choice{
    transition:none !important;
  }
}
/* ============================================================
   /SANKEY MOTION — WHITESPACE / COPY REDUCTION v12
   ============================================================ */
