/* Dance Theatre page refinement: central stage, moving traces, and editorial reading widths. */
.dance-theatre-intro{
  width:min(100%,50rem);
  max-width:50rem;
}
.dance-theatre-keep{white-space:nowrap}

.dance-theatre-directions.dance-theatre-directions-two{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,26rem) minmax(0,26rem);
  justify-content:space-between;
  align-items:start;
  column-gap:clamp(8rem,15vw,14rem);
  row-gap:0;
  width:min(100%,73rem);
  min-height:30rem;
  padding:1.25rem 0 1.5rem;
  overflow:hidden;
}
.dance-theatre-directions-two .dance-theatre-direction{
  position:relative;
  z-index:2;
  width:100%;
  max-width:26rem;
  margin:0;
  background:transparent;
  transform:none;
}
.dance-theatre-directions-two .dance-theatre-direction-expression{
  grid-column:1;
  grid-row:1;
  align-self:start;
}
.dance-theatre-directions-two .dance-theatre-direction-creation{
  grid-column:2;
  grid-row:1;
  align-self:end;
  margin-top:6.2rem;
}
.dance-theatre-directions-two .dance-theatre-stage{
  position:absolute;
  z-index:1;
  top:48%;
  left:50%;
  width:clamp(9rem,14vw,12.5rem);
  margin:0;
  transform:translate(-50%,-46%);
  pointer-events:none;
}
.dance-theatre-stage img{
  display:block;
  width:100%;
  height:auto;
}
.dance-theatre-directions-two .dance-theatre-flow-line{
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
  pointer-events:none;
}
.dance-theatre-directions-two .dance-theatre-flow-line path{
  stroke:#e58b78;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
}
.dance-theatre-directions-two .dance-theatre-flow-line path:nth-child(1){
  stroke-width:1.45;
  stroke-opacity:.48;
  stroke-dasharray:2 8;
}
.dance-theatre-directions-two .dance-theatre-flow-line path:nth-child(2){
  stroke-width:1.15;
  stroke-opacity:.31;
  stroke-dasharray:none;
}
.dance-theatre-directions-two .dance-theatre-flow-line path:nth-child(3){
  stroke-width:1.05;
  stroke-opacity:.34;
  stroke-dasharray:1 7;
}
@media(min-width:901px){
  .dance-theatre-scene-copy--wide{
    width:min(100%,23rem);
    max-width:23rem;
  }
  .dance-theatre-scene-copy--wide p{
    word-break:normal;
    overflow-wrap:normal;
    line-break:strict;
  }
}
@media(max-width:980px){
  .dance-theatre-directions.dance-theatre-directions-two{
    grid-template-columns:1fr;
    gap:2.7rem;
    width:min(100%,38rem);
    min-height:0;
    padding:.3rem 0 .5rem;
    overflow:hidden;
  }
  .dance-theatre-directions-two::before{
    display:none!important;
    content:none!important;
  }
  .dance-theatre-directions-two .dance-theatre-flow-line{
    display:none!important;
  }
  .dance-theatre-directions-two .dance-theatre-flow-line-mobile{
    position:absolute;
    top:1rem;
    bottom:1rem;
    left:.25rem;
    z-index:0;
    display:block!important;
    width:4.25rem;
    height:calc(100% - 2rem);
    overflow:visible;
    pointer-events:none;
  }
  .dance-theatre-directions-two .dance-theatre-flow-line-mobile path{
    fill:none;
    stroke:#e58b78;
    stroke-width:1.1;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .dance-theatre-directions-two .dance-theatre-flow-line-mobile path:nth-child(1){
    stroke-opacity:.42;
    stroke-dasharray:2 7;
  }
  .dance-theatre-directions-two .dance-theatre-flow-line-mobile path:nth-child(2){
    stroke-opacity:.29;
    stroke-dasharray:none;
  }
  .dance-theatre-directions-two .dance-theatre-direction,
  .dance-theatre-directions-two .dance-theatre-direction-expression,
  .dance-theatre-directions-two .dance-theatre-direction-creation{
    grid-column:1;
    grid-row:auto;
    width:84%;
    max-width:29rem;
    margin:0;
    padding-left:.6rem;
    background:var(--bg);
    transform:none;
  }
  .dance-theatre-directions-two .dance-theatre-direction-expression{
    margin-right:auto;
  }
  .dance-theatre-directions-two .dance-theatre-stage{
    position:relative;
    grid-column:1;
    grid-row:2;
    justify-self:center;
    align-self:center;
    top:auto;
    left:auto;
    z-index:1;
    width:clamp(8.5rem,24vw,11.5rem);
    margin:-1.25rem 0 -.7rem;
    transform:none;
  }
  .dance-theatre-directions-two .dance-theatre-direction-creation{
    grid-row:3;
    width:82%;
    margin-left:auto;
  }
}
@media(max-width:600px){
  .dance-theatre-intro{width:100%;max-width:100%}
  .dance-theatre-directions.dance-theatre-directions-two{
    gap:2.35rem;
    width:100%;
  }
  .dance-theatre-directions-two .dance-theatre-stage{
    width:clamp(8rem,38vw,10rem);
    margin:-1rem 0 -.45rem;
  }
  .dance-theatre-directions-two .dance-theatre-direction,
  .dance-theatre-directions-two .dance-theatre-direction-expression,
  .dance-theatre-directions-two .dance-theatre-direction-creation{
    max-width:20rem;
  }
}
