/* page-only: the state check, the covered roster, the sequence */

/* --- the state check --- */
.check { background: var(--sheet); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.check .col { padding-block: clamp(2.5rem, 5vw, 3.75rem); }
.check h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 800; letter-spacing: -.036em; max-width: 24ch; }
.check > .col > p { margin-top: 1rem; font-size: 1.02rem; color: var(--quiet); max-width: 56ch; }

.chooser { margin-top: clamp(1.75rem, 3.5vw, 2.5rem); display: grid; grid-template-columns: minmax(0, 20rem) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
@media (max-width: 860px) { .chooser { grid-template-columns: 1fr; } }

.chooser label { display: block; font-family: var(--serif); font-size: 1rem; color: var(--body); margin-bottom: .45rem; }
.chooser select { font-family: var(--sans); font-size: 16px; color: var(--ink); background: var(--paper); border: 1px solid var(--rule-2); border-radius: 3px; padding: .85rem .9rem; width: 100%; min-height: 50px; }

.ruling { border-left: 4px solid var(--rule-2); padding-left: 1.35rem; min-height: 7rem; }
.ruling[data-state="blocked"] { border-left-color: var(--ochre-fill); }
.ruling[data-state="partial"] { border-left-color: var(--teal); }
.ruling[data-state="clear"]   { border-left-color: var(--teal); }
.ruling h3 { font-family: var(--grot); font-weight: 800; font-size: 1.35rem; letter-spacing: -.03em; }
.ruling[data-state="blocked"] h3 { color: var(--ochre); }
.ruling[data-state="clear"] h3, .ruling[data-state="partial"] h3 { color: var(--teal-deep); }
.ruling p { margin-top: .7rem; font-size: 1rem; line-height: 1.6; color: var(--body); max-width: 52ch; }
.ruling ul { margin: .8rem 0 0; padding: 0; list-style: none; display: grid; gap: .45rem; max-width: 52ch; }
.ruling li { font-size: .96rem; color: var(--body); padding-left: 1.1rem; position: relative; }
.ruling li::before { content: "—"; position: absolute; left: 0; color: var(--pale); }

.check-note { margin-top: 1.75rem; font-size: .86rem; color: var(--pale); line-height: 1.55; max-width: 70ch; }

/* --- covered roster --- */
.roster .col { padding-block: clamp(2.75rem, 5.5vw, 4rem); }
.roster h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 800; letter-spacing: -.036em; }
.roster > .col > p { margin-top: 1rem; font-size: 1.02rem; color: var(--quiet); max-width: 58ch; }
.covered { margin-top: 1.75rem; display: flex; flex-wrap: wrap; gap: .5rem; max-width: 54rem; }
.covered span { font-family: var(--serif); font-size: 1.02rem; color: var(--ink); background: var(--teal-mist); border: 1px solid var(--teal-pale); border-radius: 3px; padding: .5rem .85rem; }

/* --- the sequence, as a dated spine --- */
.spine .col { padding-block: clamp(2.75rem, 5.5vw, 4rem); }
.spine h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 800; letter-spacing: -.036em; max-width: 22ch; }
.spine > .col > p { margin-top: 1rem; font-size: 1.02rem; color: var(--quiet); max-width: 58ch; }

.stages { margin-top: clamp(2rem, 4vw, 2.75rem); border-top: 2px solid var(--ink); }
.stage { display: grid; grid-template-columns: minmax(0, 11rem) minmax(0, 1fr); gap: clamp(1rem, 3vw, 2.5rem); padding-block: 1.5rem; border-bottom: 1px solid var(--rule); }
@media (max-width: 780px) { .stage { grid-template-columns: 1fr; gap: .5rem; } }
.stage-when { font-family: var(--grot); font-weight: 700; font-size: 1rem; letter-spacing: -.02em; color: var(--teal-deep); }
.stage h3 { font-family: var(--grot); font-weight: 700; font-size: 1.15rem; letter-spacing: -.024em; }
.stage p { margin-top: .5rem; font-size: .98rem; color: var(--body); line-height: 1.6; max-width: 56ch; }
.stage p.warn { color: var(--ochre); font-weight: 500; }

/* --- avoiding it --- */
.avoid { background: var(--sage); }
.avoid .col { padding-block: clamp(2.75rem, 5.5vw, 4rem); }
.avoid h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 800; letter-spacing: -.036em; max-width: 24ch; }
.avoid > .col > p { margin-top: 1rem; font-size: 1.02rem; color: var(--body); max-width: 58ch; }
.moves { margin: clamp(2rem, 4vw, 2.75rem) 0 0; padding: 0; list-style: none; display: grid; gap: 1.35rem; max-width: 58rem; }
.moves li { border-left: 2px solid var(--teal); padding-left: 1.25rem; }
.moves h3 { font-family: var(--grot); font-weight: 700; font-size: 1.1rem; letter-spacing: -.022em; }
.moves p { margin-top: .35rem; font-size: .98rem; color: var(--body); line-height: 1.6; max-width: 56ch; }
