.colour-list{list-style:none;margin:20px 0 22px;padding:0;display:grid;gap:15px;max-width:720px}
.colour-list li{display:grid;grid-template-columns:18px 1fr;gap:13px;align-items:start;font-size:17px;color:#27303A;line-height:1.55}
.dot{width:14px;height:14px;border-radius:50%;margin-top:6px}
.dot.green{background:var(--green)}
.dot.amber{background:var(--yellow)}
.dot.grey{background:var(--grey)}
.target-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:720px;margin-top:28px}
.target-card{background:#fff;border:1px solid var(--tile-border);border-radius:16px;padding:17px 18px;display:grid;gap:5px}
.target-card span{font-family:var(--font-head);font-size:12px;font-weight:800;letter-spacing:.045em;color:var(--muted)}
.target-card strong{font-family:var(--font-head);font-size:23px;color:var(--green)}
.score-examples{max-width:520px;margin:20px 0 22px;background:#fff;border:1px solid var(--tile-border);border-radius:16px;overflow:hidden}
.score-examples div{display:grid;grid-template-columns:1fr auto;padding:13px 17px;border-bottom:1px solid var(--tile-border);font-size:16px}
.score-examples div:last-child{border-bottom:0}
.score-examples strong{font-family:var(--font-head);font-size:20px;color:var(--score-green)}
.streak-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}
.streak-card{background:#fff;border:1px solid var(--tile-border);border-radius:18px;padding:20px}
.streak-card>span{display:block;font-family:var(--font-head);font-size:12px;font-weight:800;letter-spacing:.045em;color:var(--muted);margin-bottom:3px}
.streak-card>strong{display:block;font-family:var(--font-head);font-size:27px;margin-bottom:7px}
.streak-card p{font-size:15px;margin:0;color:var(--muted)}
.streak-card.gold strong{color:var(--score-green)}
.streak-card.silver strong{color:var(--score-blue)}
.streak-card.bronze strong{color:var(--score-red)}
.word-shape-visuals{justify-self:end;display:flex;align-items:flex-start;justify-content:flex-end;gap:28px;max-width:570px;width:100%}
.standalone-figure{margin:0;display:flex;flex-direction:column;align-items:flex-start}
.standalone-figure img{display:block;height:auto;border-radius:14px;border:1px solid var(--tile-border);background:#fff;box-shadow:0 14px 32px rgba(34,45,60,.07)}
.word-key-figure{width:185px;flex:0 0 185px}
.word-shape-figure{width:325px;flex:0 1 325px}
.word-key-figure img,.word-shape-figure img{width:100%}
.standalone-figure figcaption{margin-left:1px;margin-right:1px}
@media(max-width:700px){
  .target-cards,.streak-grid{grid-template-columns:1fr}
  .word-shape-visuals{justify-self:start;justify-content:flex-start;gap:16px;max-width:100%}
  .word-key-figure{width:34%;flex-basis:34%}
  .word-shape-figure{width:62%;flex-basis:62%}
}
@media(max-width:480px){
  .word-shape-visuals{display:grid;grid-template-columns:1fr}
  .word-key-figure{width:180px}
  .word-shape-figure{width:100%}
}
