/* Ajustes de composición centrada para pantallas de escritorio. */
@media(min-width:901px){
  .behind-hero{align-items:center;justify-content:center;text-align:center}
  .behind-hero__image{background-position:center}
  .behind-hero__shade{background:linear-gradient(0deg,#050708 0%,#05070872 40%,#0507086b 100%),linear-gradient(90deg,#050708a8 0%,#05070879 50%,#05070852 100%)}
  .behind-hero__content{width:min(100%,980px);padding:165px 40px 90px;margin:0 auto}
  .behind-hero__content .behind-kicker{justify-content:center}
  .behind-hero__content>p:not(.behind-kicker){max-width:720px;margin:30px auto}
  .behind-hero h1{max-width:940px;margin-inline:auto}

  .behind-intro>.behind-kicker,
  .analysis-heading .behind-kicker,
  .conversation-copy .behind-kicker,
  .organize-section .behind-kicker,
  .manifesto-section .behind-kicker{justify-content:center}

  .behind-intro>h2{max-width:1050px;margin-inline:auto;text-align:center}
  .intro-columns{max-width:1050px;margin:55px auto 0;text-align:center}

  .analysis-heading{max-width:1050px;margin-inline:auto;display:block;text-align:center}
  .analysis-heading h2{max-width:900px;margin-inline:auto}
  .analysis-grid{width:min(100%,1180px);margin:65px auto 0}
  .analysis-grid article{text-align:center}

  .conversation-section{grid-template-columns:minmax(0,530px) minmax(0,600px);justify-content:center}
  .conversation-copy{text-align:center}
  .conversation-copy>p:not(.behind-kicker){max-width:600px;margin-inline:auto}
  .prompt-stack{width:100%}

  .awkward-section>*{max-width:1050px;margin-left:auto;margin-right:auto}

  .organize-section{grid-template-columns:minmax(0,510px) minmax(0,590px);justify-content:center}
  .organize-section>div{text-align:center}
  .organize-section>div>p:last-child{max-width:520px;margin-inline:auto}

  .manifesto-section>*{margin-left:auto;margin-right:auto}
}
