@view-transition {
  navigation: auto;
}

:root {
  --ink: #111111;
  --stock: #f4f0df;
  --cyan: #13bfd1;
  --magenta: #ec397c;
  --yellow: #f2dd2f;
  --emerald: #138b64;
  --white: #fffdf4;
  --line: 4px solid var(--ink);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: "Arial Nova", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color: var(--ink);
  background: var(--stock);
  font-family: var(--body);
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 1px 1px, rgba(17, 17, 17, 0.1) 1px, transparent 1.5px) 0 0 / 9px 9px,
    var(--stock);
  line-height: 1.48;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

figure,
h1,
h2,
p {
  margin-top: 0;
}

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

a:focus-visible {
  outline: 5px solid var(--yellow);
  box-shadow: 0 0 0 9px var(--ink);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border: var(--line);
  background: var(--yellow);
  font-weight: 900;
  transform: translateY(-170%);
}

.skip-link:focus {
  transform: none;
}

.score-strip {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.3fr);
  align-items: stretch;
  min-height: 5.25rem;
  border-bottom: var(--line);
  background: var(--ink);
  color: var(--white);
}

.score-strip::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  z-index: 3;
  height: 4px;
  background: var(--yellow);
  transform: scaleX(var(--wall-progress, 0));
  transform-origin: left center;
  pointer-events: none;
}

.wallmark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.7rem clamp(1rem, 4vw, 3rem);
  background: var(--magenta);
  color: var(--ink);
  text-decoration: none;
  clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%);
}

.wallmark strong {
  font-family: var(--display);
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  letter-spacing: 0.035em;
  line-height: 0.9;
  text-transform: uppercase;
}

.wallmark span {
  margin-top: 0.2rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.score-strip nav {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.score-strip nav a {
  position: relative;
  display: flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 0.6rem;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
  color: var(--white);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.score-strip nav i {
  display: inline-block;
  width: 0.7rem;
  aspect-ratio: 1;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.score-strip nav a:hover,
.score-strip nav a[aria-current] {
  background: var(--white);
  color: var(--ink);
}

.score-strip nav a[aria-current] i {
  background: var(--magenta);
}

.score-strip .playbook-link i {
  border-radius: 0;
  transform: rotate(45deg);
}

.round-stamp {
  margin-bottom: 0.65rem;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.key-link {
  display: inline-block;
  padding: 0.78rem 1rem;
  border: var(--line);
  background: var(--yellow);
  box-shadow: 7px 7px 0 var(--ink);
  font-weight: 950;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.key-link:hover {
  transform: translate(3px, 3px);
  box-shadow: 4px 4px 0 var(--ink);
}

.key-link.inverse {
  background: var(--white);
  color: var(--ink);
  box-shadow: 7px 7px 0 var(--cyan);
}

.opening-poster {
  position: relative;
  display: grid;
  grid-template-columns: minmax(18rem, 1.08fr) minmax(22rem, 0.92fr);
  min-height: min(51rem, calc(100svh - 5.25rem));
  overflow: hidden;
  border-bottom: 10px solid var(--ink);
  background: var(--cyan);
}

.opening-poster::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 12% 9% auto auto;
  width: clamp(6rem, 15vw, 13rem);
  aspect-ratio: 1;
  border: clamp(0.7rem, 2vw, 1.7rem) solid rgba(17, 17, 17, 0.9);
  border-radius: 50%;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.opening-art {
  min-height: 48rem;
  margin: 0;
  border-right: 10px solid var(--ink);
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}

.opening-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(2rem, 7vw, 7rem) clamp(1.5rem, 7vw, 6rem) clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 4rem);
}

.opening-copy h1,
.playbook-cover h1 {
  max-width: 11ch;
  margin-bottom: 1.2rem;
  font-family: var(--display);
  font-size: clamp(3.1rem, 7.6vw, 8rem);
  font-weight: 900;
  letter-spacing: 0.012em;
  line-height: 0.83;
  text-transform: uppercase;
}

.opening-lead {
  max-width: 39rem;
  font-size: clamp(1.02rem, 1.7vw, 1.3rem);
  font-weight: 650;
}

.throw-line {
  position: absolute;
  z-index: 3;
  right: -8%;
  bottom: 2.5rem;
  left: 42%;
  height: 1.2rem;
  border: 4px solid var(--ink);
  background: var(--yellow);
  transform: rotate(-6deg);
  transform-origin: left center;
  pointer-events: none;
}

.throw-line span {
  position: absolute;
  right: 12%;
  top: 50%;
  width: 3.2rem;
  aspect-ratio: 1;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--magenta);
  transform: translateY(-50%);
}

.look-round,
.choose-round,
.rehearse-round,
.review-round,
.playbook-cover,
.playbook-layout {
  padding: clamp(3rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem);
}

.look-round {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 2.4vw, 2.4rem);
  align-items: start;
  background: var(--stock);
}

.round-callout {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(9rem, 0.34fr) minmax(0, 1.66fr);
  gap: clamp(1rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: 1.5rem;
}

.verb-block {
  display: grid;
  place-items: center;
  min-height: 8rem;
  padding: 1rem;
  border: var(--line);
  background: var(--yellow);
  font-family: var(--display);
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: 0.85;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.round-callout h2,
.choose-banner h2,
.rehearse-head h2,
.review-intro h2 {
  max-width: 15ch;
  margin-bottom: 0.8rem;
  font-family: var(--display);
  font-size: clamp(2.7rem, 6vw, 6.2rem);
  letter-spacing: 0.01em;
  line-height: 0.86;
  text-transform: uppercase;
}

.round-callout > div > p:last-child {
  max-width: 49rem;
  font-size: 1.1rem;
}

.sightline-poster {
  grid-column: 1 / span 7;
  container-type: inline-size;
  min-height: 43rem;
  margin: 0;
  border: var(--line);
  background: var(--white);
  box-shadow: 11px 11px 0 var(--ink);
}

.sightline-poster img {
  height: 37rem;
}

.sightline-poster figcaption,
.path-rail figcaption,
.intent figcaption,
.stance-window figcaption {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.85rem;
  border-top: var(--line);
}

.sightline-poster figcaption b,
.path-rail figcaption span,
.intent b,
.stance-window b {
  font-family: var(--display);
  font-size: 1.45rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.path-rail {
  grid-column: 8 / -1;
  display: grid;
  gap: 1.5rem;
  margin-top: 7rem;
}

.path-rail figure {
  margin: 0;
  border: var(--line);
  background: var(--white);
}

.path-rail figure img {
  height: 23rem;
}

.path-rail .low-path {
  transform: translateX(-1rem) rotate(1.2deg);
}

.path-rail .arc-path {
  transform: translateX(1.2rem) rotate(-1deg);
}

.choose-round {
  position: relative;
  overflow: hidden;
  border-block: 10px solid var(--ink);
  background: var(--magenta);
}

.choose-round::before,
.choose-round::after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 4rem;
  border: var(--line);
  background: var(--cyan);
  transform: rotate(-37deg);
  pointer-events: none;
}

.choose-round::before {
  top: 4rem;
  right: -6rem;
}

.choose-round::after {
  bottom: 7rem;
  left: -7rem;
  background: var(--yellow);
}

.choose-banner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 3rem;
}

.choose-banner h2 {
  max-width: 17ch;
  margin: 0;
}

.choose-banner h2 span {
  display: inline-block;
  padding: 0.1em 0.15em;
  background: var(--ink);
  color: var(--white);
  transform: rotate(-2deg);
}

.intent-wall {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
}

.intent {
  container-type: inline-size;
  margin: 0;
  border: var(--line);
  background: var(--stock);
  box-shadow: 8px 8px 0 var(--ink);
}

.intent img {
  min-height: 28rem;
  max-height: 40rem;
}

.intent.slide { grid-column: 1 / span 4; transform: rotate(-1deg); }
.intent.block { grid-column: 5 / span 3; margin-top: 5rem; transform: rotate(1.4deg); }
.intent.push { grid-column: 8 / span 5; transform: rotate(-0.8deg); }
.intent.air { grid-column: 3 / span 7; grid-row: 2; margin-top: 1.5rem; transform: rotate(0.6deg); }

.choice-transcript {
  position: relative;
  z-index: 1;
  max-width: 56rem;
  margin: 3rem 0 0 auto;
  padding: 1rem;
  border: var(--line);
  background: var(--white);
}

.rehearse-round {
  background: var(--ink);
  color: var(--white);
}

.rehearse-head {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: clamp(1rem, 4vw, 4rem);
  align-items: center;
  margin-bottom: 3rem;
}

.verb-block.magenta {
  background: var(--magenta);
  color: var(--ink);
  transform: rotate(2deg);
}

.stance-window {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: end;
}

.stance-window figure {
  margin: 0;
  border: 4px solid var(--white);
  background: var(--cyan);
  color: var(--ink);
}

.stance-window figure:first-child img {
  height: min(55vw, 43rem);
}

.stance-window figure:last-child {
  margin-bottom: 5rem;
  background: var(--yellow);
}

.stance-window figure:last-child img {
  height: min(48vw, 35rem);
}

.routine-strip {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 0;
  margin: 4rem 0;
  border: 4px solid var(--white);
  background: var(--stock);
  color: var(--ink);
}

.routine-strip figure {
  min-height: 38rem;
  margin: 0;
  border-right: var(--line);
}

.routine-strip > div {
  align-self: center;
  padding: clamp(1.25rem, 4vw, 4rem);
}

.routine-strip ol {
  display: grid;
  gap: 0;
  padding: 0;
  border: var(--line);
  list-style: none;
}

.routine-strip li {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  border-bottom: var(--line);
}

.routine-strip li:last-child {
  border-bottom: 0;
}

.routine-strip b {
  font-family: var(--display);
  font-size: 1.6rem;
  text-transform: uppercase;
}

.partner-poster {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  max-width: 78rem;
  margin: 0 0 0 auto;
  border: 4px solid var(--white);
  background: var(--emerald);
}

.partner-poster img {
  min-height: 34rem;
}

.partner-poster figcaption {
  align-self: center;
  padding: clamp(1.5rem, 5vw, 5rem);
}

.partner-poster strong {
  display: block;
  max-width: 12ch;
  margin-bottom: 1rem;
  font-family: var(--display);
  font-size: clamp(2.3rem, 5vw, 5rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.review-round {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
  align-items: start;
  background: var(--yellow);
}

.review-intro {
  grid-column: 1 / span 8;
  margin-bottom: 2rem;
}

.review-intro p:last-child {
  max-width: 46rem;
  font-size: 1.1rem;
}

.review-round figure {
  margin: 0;
  border: var(--line);
  background: var(--white);
  box-shadow: 9px 9px 0 var(--ink);
}

.review-round figure figcaption {
  padding: 0.85rem;
  border-top: var(--line);
  font-weight: 750;
}

.checkin-poster {
  grid-column: 1 / span 4;
  transform: rotate(-1.2deg);
}

.rack-poster {
  grid-column: 5 / span 3;
  margin-top: 6rem !important;
  transform: rotate(1.5deg);
}

.huddle-poster {
  grid-column: 8 / span 5;
  transform: rotate(-0.6deg);
}

.huddle-poster figcaption {
  display: grid;
  gap: 0.3rem;
}

.huddle-poster b {
  font-family: var(--display);
  font-size: 1.7rem;
  text-transform: uppercase;
}

.finish-poster {
  grid-column: 2 / span 10;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  margin-top: 4rem !important;
  background: var(--magenta) !important;
  transform: rotate(0.4deg);
}

.finish-poster img {
  min-height: 39rem;
}

.finish-poster figcaption {
  align-self: center;
  border-top: 0 !important;
  border-left: var(--line);
  padding: clamp(1.5rem, 4vw, 4rem) !important;
}

.finish-poster strong {
  display: block;
  margin-bottom: 1.5rem;
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.wall-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
  padding: 2rem clamp(1rem, 5vw, 5rem);
  border-top: 10px solid var(--ink);
  background: var(--cyan);
}

.wall-footer p,
.wall-footer nav {
  margin: 0;
}

.wall-footer p {
  display: grid;
}

.wall-footer strong {
  font-family: var(--display);
  font-size: 1.8rem;
  text-transform: uppercase;
}

.wall-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
}

/* Quiet playbook: a fixed topic rail and full-width editorial sheets. */
.playbook-page body {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.055) 1px, transparent 1px) 0 0 / 3rem 100%,
    var(--stock);
}

.playbook-strip .wallmark {
  background: var(--cyan);
}

.playbook-cover {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(14rem, 0.4fr);
  column-gap: clamp(1.5rem, 6vw, 6rem);
  min-height: 40rem;
  align-content: center;
  overflow: hidden;
  border-bottom: 10px solid var(--ink);
  background: var(--emerald);
  color: var(--white);
}

.playbook-cover::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -7rem;
  width: clamp(16rem, 35vw, 34rem);
  aspect-ratio: 1;
  border: clamp(1rem, 3vw, 2.4rem) solid var(--yellow);
  border-radius: 50%;
  opacity: 0.92;
}

.playbook-cover .round-stamp,
.playbook-cover h1 {
  grid-column: 1;
}

.playbook-cover h1 {
  max-width: 13ch;
  font-size: clamp(3rem, 7vw, 7rem);
}

.cover-lead {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  padding: 1rem;
  border: 4px solid var(--white);
  background: var(--ink);
  font-size: 1.05rem;
}

.edition-mark {
  grid-column: 2;
  position: relative;
  z-index: 1;
  align-self: start;
  width: fit-content;
  padding: 0.45rem 0.65rem;
  border: 3px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transform: rotate(1.5deg);
}

.playbook-layout {
  display: grid;
  grid-template-columns: minmax(15rem, 0.3fr) minmax(0, 1.7fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  max-width: 105rem;
  margin-inline: auto;
  align-items: start;
}

.playbook-index {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: 0;
  max-height: calc(100svh - 2rem);
  overflow: auto;
  border: var(--line);
  background: var(--white);
  box-shadow: 9px 9px 0 var(--ink);
}

.playbook-index > div {
  display: grid;
  gap: 0.3rem;
  padding: 0.8rem;
  border-bottom: 3px solid var(--ink);
}

.playbook-index > div:last-child {
  border-bottom: 0;
}

.playbook-index span {
  margin-bottom: 0.2rem;
  font-family: var(--display);
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.playbook-index a {
  position: relative;
  padding-left: 1rem;
  font-size: 0.79rem;
  font-weight: 750;
  text-decoration-thickness: 2px;
}

.playbook-index a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 0.45rem;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.playbook-index a[aria-current="location"]::before {
  background: var(--magenta);
}

.playbook-sheets {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  min-width: 0;
}

.play-sheet {
  container-type: inline-size;
  display: grid;
  grid-template-columns: minmax(11rem, 0.42fr) minmax(15rem, 0.58fr);
  grid-template-areas:
    "head image"
    "copy image";
  gap: 1rem clamp(1rem, 3vw, 3rem);
  min-height: 32rem;
  padding: clamp(1rem, 3vw, 3rem);
  border: var(--line);
  background: var(--white);
  box-shadow: 10px 10px 0 var(--ink);
}

.play-sheet header {
  grid-area: head;
  align-self: end;
}

.play-sheet .sheet-copy {
  grid-area: copy;
  align-self: start;
  max-width: 42rem;
}

.play-sheet figure {
  grid-area: image;
  min-height: 28rem;
  max-height: 43rem;
  margin: 0;
  overflow: hidden;
  border: var(--line);
}

.sheet-key {
  display: inline-grid;
  place-items: center;
  width: 4.25rem;
  aspect-ratio: 1;
  margin-bottom: 1rem;
  border: var(--line);
  border-radius: 50%;
  background: var(--yellow);
  font-family: var(--display);
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

.play-sheet h2 {
  margin-bottom: 0.65rem;
  font-family: var(--display);
  font-size: clamp(2.2rem, 8cqi, 5rem);
  letter-spacing: 0.015em;
  line-height: 0.88;
  text-transform: uppercase;
}

.play-sheet .sheet-copy p {
  margin-bottom: 0;
  font-size: clamp(1rem, 2.2cqi, 1.22rem);
}

.play-sheet.split-cyan {
  border-left-width: 1.5rem;
  background: linear-gradient(90deg, var(--cyan) 0 16%, var(--white) 16%);
}

.play-sheet.split-yellow {
  border-top-width: 1.5rem;
  background: linear-gradient(0deg, var(--white) 0 82%, var(--yellow) 82%);
}

.play-sheet.poster-left {
  grid-template-columns: minmax(15rem, 0.58fr) minmax(11rem, 0.42fr);
  grid-template-areas:
    "image head"
    "image copy";
  margin-left: clamp(0rem, 4vw, 4rem);
  background: var(--stock);
}

.play-sheet.wide-ink {
  grid-template-columns: minmax(11rem, 0.36fr) minmax(15rem, 0.64fr);
  background: var(--ink);
  color: var(--white);
}

.play-sheet.wide-ink figure {
  border-color: var(--white);
}

.play-sheet.wide-ink .sheet-key {
  border-color: var(--white);
  background: var(--magenta);
  color: var(--ink);
}

.play-sheet.crop-magenta,
.play-sheet.crop-emerald {
  grid-template-columns: minmax(10rem, 0.65fr) minmax(10rem, 0.35fr);
  margin-right: clamp(0rem, 5vw, 5rem);
}

.play-sheet.crop-magenta {
  background: var(--magenta);
}

.play-sheet.crop-emerald {
  background: var(--emerald);
  color: var(--white);
}

.play-sheet.crop-magenta figure,
.play-sheet.crop-emerald figure {
  max-height: 33rem;
  transform: rotate(1.2deg) translateX(1rem);
}

.play-sheet.crop-emerald figure {
  border-color: var(--white);
  transform: rotate(-1.2deg) translateX(1rem);
}

.play-sheet.text-sheet {
  grid-template-columns: minmax(14rem, 0.45fr) minmax(0, 0.55fr);
  grid-template-areas: "head copy";
  min-height: 0;
  margin-left: clamp(0rem, 8vw, 8rem);
  background: var(--yellow);
}

.play-sheet.closing-sheet {
  background: var(--magenta);
}

[data-print] {
  opacity: 0;
  transform: translateY(1.2rem) skewY(0.25deg);
  transition: opacity 440ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-print].printed {
  opacity: 1;
  transform: none;
}

@supports (animation-timeline: scroll()) {
  .throw-line {
    animation: trace-line linear both;
    animation-timeline: scroll(root block);
    animation-range: 0 38%;
  }

  @keyframes trace-line {
    from { transform: rotate(-6deg) scaleX(0.2); }
    to { transform: rotate(-6deg) scaleX(1); }
  }
}

@container (max-width: 33rem) {
  .sightline-poster figcaption,
  .path-rail figcaption,
  .intent figcaption,
  .stance-window figcaption {
    display: grid;
  }

  .play-sheet h2 {
    font-size: 2.25rem;
  }
}

@media (max-width: 980px) {
  .score-strip {
    grid-template-columns: 1fr;
  }

  .wallmark {
    clip-path: none;
  }

  .score-strip nav a:first-child {
    border-left: 0;
  }

  .opening-poster {
    grid-template-columns: 1fr;
  }

  .opening-art {
    min-height: 65svh;
    border-right: 0;
    border-bottom: 10px solid var(--ink);
    clip-path: none;
  }

  .throw-line {
    left: 15%;
  }

  .sightline-poster,
  .path-rail {
    grid-column: 1 / -1;
  }

  .path-rail {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .path-rail .low-path,
  .path-rail .arc-path {
    transform: none;
  }

  .intent.slide { grid-column: 1 / span 6; }
  .intent.block { grid-column: 7 / span 6; margin-top: 3rem; }
  .intent.push { grid-column: 2 / span 6; grid-row: 2; }
  .intent.air { grid-column: 8 / span 5; grid-row: 2; }

  .playbook-cover {
    grid-template-columns: 1fr;
  }

  .cover-lead,
  .edition-mark {
    grid-column: 1;
    grid-row: auto;
  }

  .playbook-layout {
    grid-template-columns: 1fr;
  }

  .playbook-index {
    position: relative;
    top: auto;
    grid-template-columns: repeat(3, 1fr);
    max-height: none;
  }

  .playbook-index > div,
  .playbook-index > div:last-child {
    border-right: 3px solid var(--ink);
    border-bottom: 3px solid var(--ink);
  }

  .playbook-index > div:nth-child(3n) {
    border-right: 0;
  }

  .playbook-index > div:nth-last-child(-n + 3) {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .score-strip nav {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
  }

  .score-strip nav a {
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
  }

  .score-strip nav a:last-child {
    grid-column: 1 / -1;
  }

  .round-callout,
  .choose-banner,
  .rehearse-head,
  .stance-window,
  .routine-strip,
  .partner-poster,
  .finish-poster,
  .wall-footer {
    grid-template-columns: 1fr;
  }

  .routine-strip figure,
  .finish-poster figcaption {
    border-right: 0;
    border-left: 0 !important;
  }

  .routine-strip figure {
    border-bottom: var(--line);
  }

  .partner-poster figcaption {
    border-top: 4px solid var(--white);
  }

  .review-intro,
  .checkin-poster,
  .rack-poster,
  .huddle-poster,
  .finish-poster {
    grid-column: 1 / -1;
    margin-top: 0 !important;
    transform: none;
  }

  .playbook-index {
    grid-template-columns: repeat(2, 1fr);
  }

  .playbook-index > div:nth-child(3n) {
    border-right: 3px solid var(--ink);
  }

  .playbook-index > div:nth-child(2n) {
    border-right: 0;
  }

  .playbook-index > div:nth-last-child(-n + 3) {
    border-bottom: 3px solid var(--ink);
  }

  .playbook-index > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .play-sheet,
  .play-sheet.poster-left,
  .play-sheet.wide-ink,
  .play-sheet.crop-magenta,
  .play-sheet.crop-emerald,
  .play-sheet.text-sheet {
    grid-template-columns: 1fr;
    grid-template-areas: "head" "copy" "image";
    margin-inline: 0;
  }

  .play-sheet.text-sheet {
    grid-template-areas: "head" "copy";
  }

  .play-sheet.crop-magenta figure,
  .play-sheet.crop-emerald figure {
    transform: none;
  }
}

@media (max-width: 480px) {
  .score-strip nav,
  .path-rail,
  .playbook-index {
    grid-template-columns: 1fr;
  }

  .score-strip nav a:last-child {
    grid-column: auto;
  }

  .intent-wall {
    display: grid;
    grid-template-columns: 1fr;
  }

  .intent.slide,
  .intent.block,
  .intent.push,
  .intent.air {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0;
    transform: none;
  }

  .playbook-index > div,
  .playbook-index > div:nth-child(2n),
  .playbook-index > div:nth-child(3n),
  .playbook-index > div:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 3px solid var(--ink);
  }

  .playbook-index > div:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-print] {
    opacity: 1;
    transform: none;
  }
}
