:root{
  --salsa-bg:#f4f0e8;
  --salsa-paper:#fffdf8;
  --salsa-ink:#202124;
  --salsa-muted:#62656a;
  --salsa-line:#d8c7ae;
  --salsa-gold:#b8884f;
  --salsa-gold-dark:#7e5b32;
  --salsa-deep:#111318;
  --salsa-deep-soft:#1b2028;
  --figure-body:#c9a287;
  --figure-clothes:#292c31;
  --figure-leg:#d8d0c4;
  --figure-shoe:#b88f73;
  --analysis-axis:#7f8794;
  --analysis-head-joint:#8f7285;
  --analysis-joint:#b8884f;
  --analysis-arm-axis:#8b6f55;
  --analysis-leg-axis:#aa602b;
  --analysis-foot-axis:#65715d;
  --analysis-motion:#5c526b;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--salsa-ink);
  background:var(--salsa-bg);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
}
button,input{font:inherit}
a{color:var(--salsa-gold-dark)}
.container{width:min(1180px,calc(100% - 2rem));margin-inline:auto}

.site-header{
  color:#fff;
  background:
    radial-gradient(circle at 18% 25%,rgba(184,136,79,.28),transparent 31%),
    radial-gradient(circle at 82% 18%,rgba(124,94,122,.18),transparent 30%),
    linear-gradient(135deg,#090b0f,#1a1d22 56%,#252018);
}
.hero{
  display:grid;
  grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);
  gap:clamp(2rem,5vw,4rem);
  align-items:center;
  min-height:850px;
  padding-block:4rem;
}
.eyebrow{
  margin:0 0 .75rem;
  color:#d7b98c;
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.hero>div:first-child{
  min-width:0;
}
.hero h1{
  max-width:100%;
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3.15rem,5.25vw,4.95rem);
  font-weight:500;
  line-height:.94;
  letter-spacing:-.025em;
  text-wrap:balance;
  overflow-wrap:normal;
  hyphens:auto;
}
.hero .lead{
  max-width:760px;
  margin:1.4rem 0 0;
  color:rgba(255,255,255,.92);
  font-size:clamp(1.05rem,2vw,1.25rem);
}

.movement-player{
  overflow:hidden;
  color:var(--salsa-ink);
  background:var(--salsa-paper);
  border:1px solid var(--salsa-line);
  border-radius:16px;
  box-shadow:0 22px 55px rgba(0,0,0,.27);
}
.player-toolbar{
  display:grid;
  gap:.7rem;
  padding:1rem;
  background:linear-gradient(135deg,#fffdf8,#efe7da);
  border-bottom:1px solid var(--salsa-line);
}
.control-row{
  display:grid;
  grid-template-columns:115px minmax(0,1fr);
  gap:.7rem;
  align-items:start;
}
.control-row>strong{
  padding-top:.48rem;
  color:#3b3e43;
  font-size:.78rem;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.segmented{
  display:flex;
  flex-wrap:wrap;
  gap:.4rem;
}
.segment-button{
  min-height:38px;
  padding:.48rem .68rem;
  color:#35383d;
  background:#fffdf8;
  border:1px solid #cfc1ae;
  border-radius:6px;
  font-weight:800;
  cursor:pointer;
}
.segment-button[aria-pressed="true"]{
  color:#fff;
  background:var(--salsa-deep-soft);
  border-color:var(--salsa-deep-soft);
}
.conditional-row{display:none}
.conditional-row.is-visible{display:grid}

.player-canvas{
  position:relative;
  background:
    linear-gradient(
      90deg,
      transparent 39.4%,
      rgba(126,91,50,.07) 39.5%,
      transparent 39.6%
    ),
    linear-gradient(145deg,#f7f3ec,#e7ddd0);
}
.player-canvas svg{
  display:block;
  width:100%;
  height:min(675px,96vh);
}

/*
  Relevé braucht oberhalb der Figur zusätzliche reale Layoutfläche,
  weil der gesamte Körper beim Aufstieg nach oben wandert.
  Die Status-Chips liegen deshalb beim Relevé nicht über dem SVG,
  sondern in einer eigenen Zeile davor. So bleibt der Kopf auch in
  Demi-pointe/Pointe und bei umgebrochenen Chips auf kleinen Displays frei.
*/
.movement-player[data-movement="releve"] .player-status,
.movement-player[data-movement="saute"] .player-status,
.movement-player[data-movement="echappe"] .player-status,
.movement-player[data-movement="assemble"] .player-status,
.movement-player[data-movement="sissonne"] .player-status,
.movement-player[data-movement="jete"] .player-status,
.movement-player[data-movement="grand-jete"] .player-status,
.movement-player[data-movement="cabriole"] .player-status,
.movement-player[data-movement="glissade"] .player-status,
.movement-player[data-movement="pas-de-chat"] .player-status,
.movement-player[data-movement="temps-leve"] .player-status,
.movement-player[data-movement="entrechat-quatre"] .player-status,
.movement-player[data-movement="pique"] .player-status{
  position:relative;
  top:auto;
  left:auto;
  z-index:3;
  max-width:none;
  padding:1rem 1rem .35rem;
}
.player-status{
  position:absolute;
  top:1rem;
  left:1rem;
  z-index:3;
  display:flex;
  flex-wrap:wrap;
  gap:.4rem;
  max-width:calc(100% - 2rem);
}
.status-chip{
  padding:.4rem .58rem;
  color:#fff;
  background:rgba(17,19,24,.88);
  border:1px solid rgba(255,255,255,.45);
  border-radius:999px;
  font-size:.75rem;
  font-weight:800;
}
.player-timeline{
  padding:1rem;
  background:#fffdf8;
  border-top:1px solid var(--salsa-line);
}
.timeline-head{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem 1rem;
  align-items:center;
  justify-content:space-between;
}
.play-button{
  min-height:42px;
  padding:.58rem .85rem;
  color:#fff;
  background:var(--salsa-deep-soft);
  border:0;
  border-radius:7px;
  font-weight:850;
  cursor:pointer;
}
.movement-range{
  width:100%;
  margin-top:.8rem;
  accent-color:var(--salsa-gold-dark);
}
.timeline-scale{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  color:#74787e;
  font-size:.78rem;
}
.timeline-scale span:nth-child(2){text-align:center}
.timeline-scale span:nth-child(3){text-align:right}

.analysis-panel{
  display:grid;
  grid-template-columns:115px minmax(0,1fr);
  gap:.7rem;
  padding:1rem;
  background:#f1e9de;
  border-top:1px solid var(--salsa-line);
}
.analysis-panel>strong{
  padding-top:.35rem;
  color:#3b3e43;
  font-size:.78rem;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.analysis-options{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
}
.analysis-option{
  display:inline-flex;
  gap:.4rem;
  align-items:center;
  min-height:34px;
  padding:.35rem .5rem;
  background:rgba(255,255,255,.72);
  border:1px solid #d1c4b3;
  border-radius:6px;
  font-size:.83rem;
  font-weight:700;
}
.player-note,.player-error{
  margin:0;
  padding:.8rem 1rem;
  background:#fbf8f3;
  border-top:1px solid #e5ddd2;
  color:#5f6268;
  font-size:.82rem;
}
.player-error{
  color:#7d2f2f;
  background:#fff0ed;
  font-weight:700;
}

main section{padding-block:clamp(3.8rem,7vw,6rem)}
main section:nth-child(even){background:rgba(255,255,255,.58)}
main h2{
  max-width:1000px;
  margin:0;
  padding-bottom:.8rem;
  color:#212225;
  border-bottom:3px solid var(--salsa-gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2rem,4vw,3.15rem);
  font-weight:500;
  line-height:1.15;
}
.section-intro{max-width:92ch;margin-top:1.3rem}
.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(235px,1fr));
  gap:1rem;
  margin-top:1.5rem;
}
.card{
  padding:1.2rem;
  background:var(--salsa-paper);
  border:1px solid var(--salsa-line);
  border-radius:11px;
  box-shadow:0 5px 16px rgba(38,30,22,.055);
}
.card strong{color:var(--salsa-gold-dark)}
.card p:last-child{margin-bottom:0}
.notice{
  margin-top:1.4rem;
  padding:1rem 1.2rem;
  background:#f5ead9;
  border-left:4px solid var(--salsa-gold);
}
.book-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  margin-top:1.5rem;
}
.book-card{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:1rem;
  padding:1rem;
  background:#fffdf8;
  border:1px solid var(--salsa-line);
  border-radius:10px;
}
.book-card img{width:100%;height:auto}
.author-grid{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:2rem;
  align-items:start;
  margin-top:1.5rem;
}
.author-grid img{
  width:20%;
  aspect-ratio:1/1;
  object-fit:cover;
  border:3px solid var(--salsa-gold);
  border-radius:50%;
}
.translation-tools{
  padding:.65rem 0;
  color:#4d5055;
  background:#eee7dc;
  border-bottom:1px solid #ded1bf;
}
.translation-tools p{
  display:inline;
  margin:0 .75rem 0 0;
  font-size:.92rem;
}
#google_translate_element{
  display:inline-block;
  min-height:1.2rem;
}
.site-footer{
  padding-block:2rem;
  color:rgba(255,255,255,.8);
  background:#0d0f12;
}
.footer-inner{
  display:flex;
  flex-wrap:wrap;
  gap:1rem 2rem;
  align-items:center;
  justify-content:space-between;
}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
}
.footer-links a{color:rgba(255,255,255,.8)}


@media(max-width:1180px) and (min-width:1061px){
  .hero{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:2rem}
  .hero h1{font-size:clamp(3rem,4.6vw,4.35rem)}
}

@media(max-width:1060px){
  .hero{grid-template-columns:1fr;min-height:auto}
}
@media(max-width:720px){
  .control-row,.analysis-panel{grid-template-columns:1fr}
  .player-canvas svg{height:min(570px,92vh)}
  .book-grid{grid-template-columns:1fr}
  .author-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .container{width:min(100% - 1rem,1180px)}
  .player-canvas svg{height:min(510px,88vh)}
  .book-card{grid-template-columns:90px 1fr}
}

.control-help{
  margin:.45rem 0 0;
  max-width:70ch;
  color:var(--salsa-muted);
  font-size:.82rem;
  line-height:1.45;
}
.variant-comparison{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  margin:1.5rem 0 1.25rem;
}
@media (max-width:720px){
  .variant-comparison{grid-template-columns:1fr}
}

/* 2026-09-02: robuste Langtitel- und Mobilkorrektur */
.movement-player,.player-canvas,[data-pose-host]{min-width:0}
.player-canvas{overflow:hidden}
@media(max-width:1060px){
  .hero{padding-block:2.25rem 3rem}
  .hero h1{font-size:clamp(3rem,10vw,5rem)}
}
@media(max-width:520px){
  .hero h1{font-size:clamp(2.65rem,12vw,4rem)}
  .player-status{left:.55rem;top:.55rem;max-width:calc(100% - 1.1rem)}
}

/* Salsa Movement Lexicon V4 */
.index-hero{padding-block:5rem 4rem;max-width:1000px}.index-hero h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.2rem,7vw,6rem);font-weight:500;line-height:.96}.index-hero .lead{font-size:1.2rem;color:rgba(255,255,255,.92)}
.index-tools{display:flex;gap:.75rem;flex-wrap:wrap;margin:1.4rem 0}.index-tools input,.index-tools select{min-height:44px;padding:.65rem .8rem;border:1px solid var(--salsa-line);background:#fffdf8;border-radius:6px}.index-tools input{min-width:min(420px,100%)}
.index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem}.index-card{padding:1.15rem;background:var(--salsa-paper);border:1px solid var(--salsa-line);border-radius:10px}.index-card h2{font-size:1.45rem;border:0;padding:0}.index-card[hidden]{display:none}.small{font-size:.8rem;color:var(--salsa-muted)}.single-book{grid-template-columns:minmax(0,760px)}
.salsa-svg{display:block;width:100%;height:min(675px,96vh);background:linear-gradient(145deg,#f7f3ec,#e7ddd0)}.floor{stroke:#b9b4ac;stroke-width:1.6}.floor-grid{stroke:#ded8cf;stroke-width:1}.slot-line,.motion-path{stroke:#b49d7c;stroke-width:1.7;stroke-dasharray:8 7;fill:none}.motion-path.follow{stroke-dasharray:3 7}.body-lead{stroke:#202126;fill:#fbfaf7}.body-follow{stroke:#666a70;fill:#fbfaf7}.bone-lead{stroke:#202126}.bone-follow{stroke:#666a70}.bone{stroke-width:5.5;stroke-linecap:round;stroke-linejoin:round;fill:none}.bone.active{stroke-width:6.5}.limb-back{opacity:.58}.joint{fill:#fff;stroke:#575a60;stroke-width:1.5}.head{fill:#f5f2ec;stroke-width:3}.torso{stroke-width:3.8;stroke-linejoin:round}.pelvis{stroke-width:3.8;stroke-linecap:round}.foot-shape{fill:#fff;stroke-width:2.2}.foot-shape.weighted{stroke-width:4.5}.foot-shape.swing{stroke-dasharray:3 2}.axis{stroke:#85888d;stroke-width:1.2;stroke-dasharray:5 5}.connection{stroke:#9b7447;stroke-width:2.5;fill:none}.connection-point{fill:#fff;stroke:#9b7447;stroke-width:2}.spacing-guide{stroke:#8c7a66;stroke-width:1.4;stroke-dasharray:4 5}.figure-label{font:700 12px Arial,sans-serif;fill:#555}.count-marker{font:700 18px Arial,sans-serif;fill:#202124}.count-sub{font:12px Arial,sans-serif;fill:#676b72}
@media(max-width:920px){.index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.index-grid{grid-template-columns:1fr}.salsa-svg{height:min(520px,90vh)}}

/* V4.2: sichtbare Belastung, Fußrichtungen und Analyse-Beschriftungen */
.foot-shape{
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:3.4;
  fill:none;
}
.foot-shape.foot-lead{stroke:#202126}
.foot-shape.foot-follow{stroke:#666a70}
.foot-shape.weighted{
  stroke:#9b7447;
  stroke-width:7;
}
.foot-shape.swing{stroke-dasharray:4 3}
.weight-ring{
  fill:rgba(255,253,248,.92);
  stroke:#9b7447;
  stroke-width:2.5;
}
.weight-dot{fill:#9b7447;stroke:none}
.foot-direction{
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
}
.foot-direction-lead{stroke:#202126}
.foot-direction-follow{stroke:#666a70}
.analysis-label{
  fill:#4d5055;
  font:700 11px Arial,sans-serif;
  paint-order:stroke fill;
  stroke:#fffdf8;
  stroke-width:4px;
  stroke-linejoin:round;
  pointer-events:none;
}
.figure-label{
  font:700 12px Arial,sans-serif;
  fill:#4d5055;
  paint-order:stroke fill;
  stroke:#fffdf8;
  stroke-width:4px;
  stroke-linejoin:round;
}
.weighted-label{fill:#7e5b32;font-weight:800}
.foot-state-label{font-size:10.5px}
.foot-direction-label{font-size:10px}
.anatomy-label{font-size:10px}
.layer-label,.path-label,.spacing-label,.connection-label,.axis-label{font-size:10.5px}


/* Salsa Movement Lexicon V4.4: drehbare Kamera / freie Diagonalansicht */
.camera-control-row[hidden]{display:none !important}
.camera-control-wrap{min-width:0}
.camera-angle-line{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}
.camera-angle-range{flex:1 1 260px;min-width:180px;accent-color:var(--salsa-gold-dark)}
.camera-angle-output{min-width:3.7rem;padding:.38rem .55rem;text-align:center;background:#fffdf8;border:1px solid #cfc1ae;border-radius:6px;font-weight:850;font-variant-numeric:tabular-nums}
.camera-reset-button{min-height:38px;padding:.48rem .68rem;color:#35383d;background:#fffdf8;border:1px solid #cfc1ae;border-radius:6px;font-weight:800;cursor:pointer}
.camera-reset-button:hover,.camera-reset-button:focus-visible{border-color:var(--salsa-gold-dark);outline:none}
.camera-help{margin-top:.55rem}
.player-canvas.is-camera-orbit{cursor:grab;touch-action:pan-y;user-select:none;-webkit-user-select:none}
.player-canvas.is-camera-orbit.is-camera-dragging{cursor:grabbing}
@media(max-width:520px){.camera-angle-line{align-items:stretch}.camera-angle-range{flex-basis:100%}.camera-reset-button{flex:1 1 auto}}


/* Salsa Movement Lexicon V4.5: automatische Beschriftungsentzerrung */
.label-leader{stroke:#9a948b;stroke-width:.9;stroke-dasharray:2 3;opacity:.72;pointer-events:none}
.analysis-label,.figure-label{dominant-baseline:auto}


/* Salsa Movement Lexicon V5.2: keyframe-synchronisierte Beschreibung */
.frame-detail{
  position:relative;z-index:1;
  width:100%;max-width:none;margin:.65rem 0 0;padding:.65rem .8rem;
  background:#fffdf8;border:1px solid rgba(155,116,71,.38);border-radius:8px;
  box-shadow:0 4px 14px rgba(31,32,36,.06);
  color:#33373c;font-size:.78rem;line-height:1.4;
}
.frame-detail[hidden]{display:none !important}
.frame-detail-title{display:block;margin-bottom:.18rem;font-size:.75rem;letter-spacing:.02em;text-transform:uppercase;color:#6d5539}
.frame-detail-text{margin:0}
.count-nav{display:flex;gap:.35rem;flex-wrap:wrap;margin-top:.75rem;align-items:center}
.count-button{min-width:2.15rem;min-height:2rem;padding:.32rem .5rem;border:1px solid #cfc1ae;border-radius:999px;background:#fffdf8;color:#34373c;font-weight:800;cursor:pointer}
.count-button:hover,.count-button:focus-visible,.count-button.is-active{background:#202126;color:#fff;border-color:#202126;outline:none}
.count-guide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1.2rem}
.count-guide-card{padding:1rem;background:var(--salsa-paper);border:1px solid var(--salsa-line);border-radius:10px;transition:border-color .15s ease,box-shadow .15s ease}
.count-guide-card strong{display:block;margin-bottom:.4rem}
.count-guide-card p{margin:0;color:#4e5156;font-size:.93rem;line-height:1.55}
.count-guide-card.is-active{border-color:var(--salsa-gold-dark);box-shadow:0 0 0 2px rgba(155,116,71,.12)}
@media(max-width:820px){.count-guide{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.count-guide{grid-template-columns:1fr}.frame-detail{font-size:.72rem}.count-button{min-width:2rem}}


/* Salsa Movement Lexicon V5.4: Positionsbeschreibung ohne Überlagerung */
.position-description-option{font-weight:800}


/* Salsa Movement Lexicon V5.6: echte Rueda-Gruppenansicht mit drei Paaren */
.rueda-circle{fill:none;stroke:#b49d7c;stroke-width:1.8;stroke-dasharray:7 7;opacity:.75}
.rueda-center-dot{fill:#9b7447;stroke:none;opacity:.78}
.rueda-change-path{fill:none;stroke:#9b7447;stroke-width:2;stroke-dasharray:5 5;opacity:.72}
.rueda-caption{font:800 14px Arial,sans-serif;fill:#5f4b35;paint-order:stroke fill;stroke:#fffdf8;stroke-width:4px}
.rueda-state{font:700 11px Arial,sans-serif;fill:#6b6d72;paint-order:stroke fill;stroke:#fffdf8;stroke-width:4px}
@media(max-width:620px){.rueda-caption{font-size:13px}.rueda-state{font-size:10px}}


/* Salsa Movement Lexicon V5.7: entzerrte Rueda-Geometrie */
.rueda-secondary-dancer{opacity:.56}
.rueda-change-path-secondary{opacity:.20;stroke-width:1.4}
.rueda-group-scene .rueda-circle{stroke-width:1.6;opacity:.62}
.rueda-group-scene .rueda-caption{font-size:15px}
.rueda-group-scene .rueda-state{font-size:11px}

.gaze-direction{stroke:#243b53;stroke-width:3;stroke-linecap:round;opacity:.9}

/* V6.1A1 full-route audit */
.motion-path.full-route{stroke-width:2;opacity:.82}
.motion-path.full-route.lead{stroke-dasharray:9 6}
.motion-path.full-route.follow{stroke-dasharray:3 6}
.route-arrow{stroke-width:2.2;stroke-dasharray:none}
.route-count-dot,.route-start-dot,.route-end-dot{fill:#f8f4ed;stroke:#8f7657;stroke-width:1.6}
.route-end-dot{stroke-width:2.4}
.rueda-actor-path{fill:none;stroke:#9b7447;stroke-width:1.8;opacity:.64}
.rueda-actor-path.lead{stroke-dasharray:9 5}
.rueda-actor-path.follow{stroke-dasharray:3 5}
.rueda-actor-path.rueda-path-focus{stroke-width:2.8;opacity:.95}
.rueda-actor-path.rueda-path-context{stroke-width:2.1;opacity:.62}
.rueda-actor-path.rueda-path-secondary{stroke-width:1.35;opacity:.22}
.rueda-actor-path.rueda-path-secondary.route-arrow{opacity:.18}
.rueda-actor-path.route-count-dot,.rueda-actor-path.route-start-dot,.rueda-actor-path.route-end-dot{stroke-dasharray:none}

.rueda-route-legend{font:600 10.5px Arial,sans-serif;fill:#6f655a}

/* V6.2A1: sichtbarer Klatschkontakt und entzerrte Rueda-Lesbarkeit */
.clap-impact{fill:#fffdf8;stroke:#9b7447;stroke-width:2.2;opacity:.95}
.clap-impact-ray{stroke:#9b7447;stroke-width:2;stroke-linecap:round;opacity:.9}
.rueda-group-scene .bone{stroke-width:4.8}
.rueda-group-scene .bone.active{stroke-width:5.8}
.rueda-group-scene .head{r:17}

/* V6.3A1: sichtbare Fußkontaktarten */
.foot-contact-marker{fill:#fffdf8;stroke:#9b7447;stroke-width:2}
.foot-shape.contact-tap{stroke-dasharray:2 3}
.foot-shape.contact-kick{stroke-dasharray:6 3}
.heel-marker,.toe-marker,.tap-marker{opacity:.95}

.partner-facing-guide{stroke:#8c7a66;stroke-width:1.35;fill:none;opacity:.88}.partner-facing-follow{stroke-dasharray:3 3}.alignment-label{font-size:10px;fill:#6d6257}
.projection-occlusion-note{margin:.55rem 0 0;padding:.6rem .75rem;border-left:3px solid #b49d7c;background:#f2ece3;color:#554d45;font-size:.9rem;line-height:1.35}

/* V6.4A2 static description release: movement pages intentionally publish without the simulation player. */
.hero.hero--text-only{
  grid-template-columns:minmax(0,1fr);
  min-height:auto;
  max-width:1000px;
  align-items:start;
  padding-block:5rem 4rem;
}
