:root {
  color-scheme: light;
  --navy: #1f295d;
  --blue: #005bbb;
  --blue-dark: #00458d;
  --blue-soft: #edf6ff;
  --blue-band: #f4f9ff;
  --yellow: #f5c842;
  --ink: #202534;
  --muted: #5d6678;
  --line: #d7e0ec;
  --line-strong: #bfd0e4;
  --surface: #ffffff;
  --green: #177142;
  --green-soft: #eef9f2;
  --red: #a33232;
  --red-soft: #fff3f3;
  --shadow: 0 18px 44px -34px rgba(31, 41, 93, 0.38);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--sans);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  line-height: 1.55;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.topbar {
  position: relative;
  z-index: 10;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.topbar-inner,
main,
footer {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.topbar-inner {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  max-width: min(500px, 62vw);
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

.nav-link {
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.72rem 1rem;
  border: 1px solid var(--blue);
  border-radius: 7px;
  background: var(--blue);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  border-color: var(--blue-dark);
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.button:focus-visible,
.nav-link:focus-visible,
summary:focus-visible,
button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(0, 91, 187, 0.22);
  outline-offset: 3px;
}

.button.secondary {
  border-color: var(--line-strong);
  background: var(--surface);
  color: var(--navy);
}

.button.secondary:hover {
  border-color: var(--blue);
  background: var(--blue-soft);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  gap: 2rem;
  align-items: center;
  padding-block: clamp(3.5rem, 8vw, 6.25rem);
}

.hero-copy h1,
.section-heading h2,
.track-title,
.procedure-title,
.document-hero h1,
.document-panel h2 {
  font-family: var(--serif);
  color: var(--navy);
  letter-spacing: -0.025em;
}

.hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.98;
}

.lead {
  max-width: 640px;
  margin: 1.25rem 0 1.7rem;
  color: #343947;
  font-size: clamp(1.15rem, 2.3vw, 1.42rem);
  line-height: 1.55;
}

.learning-area {
  scroll-margin-top: 1rem;
  margin-inline: calc(50% - 50vw);
  padding: clamp(2.5rem, 6vw, 4rem) max(1rem, calc((100vw - 1180px) / 2));
  background: var(--blue-band);
  border-block: 1px solid #e1edf8;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.25rem;
}

.section-heading h2,
.section-heading p {
  margin: 0;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.section-heading p {
  margin-top: 0.35rem;
  color: var(--muted);
}

.skill-search {
  display: flex;
  width: min(340px, 100%);
  min-height: 48px;
  align-items: center;
  gap: 0.65rem;
  padding-inline: 0.9rem;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
}

.skill-search:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 91, 187, 0.12);
}

.skill-search svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.skill-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.skill-search input::placeholder {
  color: #7e8796;
}

.search-status {
  min-height: 1.2rem;
  margin: 0 0 0.65rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.track-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.track + .track {
  border-top: 1px solid var(--line);
}

.track[hidden],
.procedure[hidden] {
  display: none;
}

.track > summary,
.procedure > summary {
  list-style: none;
}

.track > summary::-webkit-details-marker,
.procedure > summary::-webkit-details-marker,
.note-drawer > summary::-webkit-details-marker {
  display: none;
}

.track-summary {
  display: grid;
  grid-template-columns: 62px minmax(180px, 0.82fr) minmax(260px, 1.2fr) 28px;
  gap: 1.25rem;
  align-items: center;
  min-height: 122px;
  padding: 1.15rem 1.4rem;
  cursor: pointer;
}

.track-summary:hover {
  background: #fbfdff;
}

.track-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #ffffff;
}

.track-icon svg {
  width: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.track-heading,
.track-title,
.track-count {
  display: block;
}

.track-title {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.15;
}

.track-count {
  margin-top: 0.2rem;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 800;
}

.track-description {
  max-width: 460px;
  color: #3d4555;
  line-height: 1.5;
}

.summary-arrow {
  width: 25px;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease;
}

.track[open] > .track-summary .summary-arrow,
.procedure[open] > summary .summary-arrow {
  transform: rotate(90deg);
}

.track[open] > .track-summary {
  border-bottom: 1px solid var(--line);
  background: var(--blue-soft);
}

.procedure-list {
  padding: 0 1.4rem 1.4rem;
}

.procedure {
  border-bottom: 1px solid var(--line);
}

.procedure:last-child {
  border-bottom: 0;
}

.procedure > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 24px;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 0.25rem;
  cursor: pointer;
}

.procedure > summary:hover .procedure-title {
  color: var(--blue);
}

.procedure-title,
.procedure-subtitle {
  display: block;
}

.procedure-title {
  font-size: 1.22rem;
  font-weight: 700;
}

.procedure-subtitle {
  max-width: 760px;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.procedure-body {
  padding-bottom: 1.5rem;
}

.step-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #f9fbfd;
}

.step-tab {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
}

.step-tab:last-child {
  border-right: 0;
}

.step-tab span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--surface);
}

.step-tab:hover {
  background: var(--blue-soft);
}

.step-tab.is-active {
  background: var(--surface);
  box-shadow: inset 0 3px 0 var(--blue);
}

.step-tab.is-active span {
  border-color: var(--blue);
  background: var(--blue);
  color: #ffffff;
}

.step-panel {
  animation: panel-in 180ms ease both;
}

.step-panel[hidden] {
  display: none;
}

.step-panel > h3,
.content-columns h3,
.practice-layout h3,
.case-check h4,
.note-drawer > summary {
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
}

.content-columns,
.practice-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.step-panel ul {
  margin: 0.65rem 0 0;
  padding-left: 1.2rem;
}

.linked-list {
  display: grid;
  gap: 0.55rem;
  padding-left: 0 !important;
  list-style: none;
}

.linked-list a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfe;
  color: #273142;
  text-decoration: none;
}

.linked-list a:hover,
.linked-list a:focus-visible {
  border-color: #9ac3ed;
  background: var(--blue-soft);
}

.linked-list svg {
  width: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.linked-list li.is-expanded > a {
  border-color: #9ac3ed;
  background: var(--blue-soft);
}

.linked-list li.is-expanded > a svg {
  transform: rotate(90deg);
}

.foundation-inline {
  margin-top: 0.45rem;
  animation: slideFade 180ms ease-out;
}

.foundation-inline-card {
  padding: 0.85rem;
  border: 1px solid #bfd8f2;
  border-radius: 10px;
  background: #f8fbff;
  box-shadow: 0 10px 24px rgba(19, 48, 79, 0.08);
}

.foundation-inline-card.is-loading {
  color: var(--muted);
  font-weight: 750;
}

.foundation-inline-heading {
  display: grid;
  gap: 0.15rem;
  margin-bottom: 0.55rem;
}

.foundation-inline-heading span,
.foundation-deeper span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.foundation-inline-heading strong {
  color: var(--navy);
  font-size: 1rem;
}

.foundation-inline p {
  margin: 0 0 0.55rem;
  line-height: 1.5;
}

.foundation-inline ul {
  margin: 0.45rem 0 0;
  padding-left: 1.1rem;
}

.foundation-inline li {
  color: #343b49;
}

.foundation-inline .foundation-deeper,
.foundation-inline .foundation-full-link {
  margin-top: 0.75rem;
}

.foundation-full-link {
  display: inline-flex;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.foundation-full-link:hover,
.foundation-full-link:focus-visible {
  text-decoration: underline;
}

@keyframes slideFade {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step-panel li {
  color: #343b49;
}

.step-panel li + li {
  margin-top: 0.55rem;
}

.essential-list {
  display: grid;
  gap: 0;
  margin: 0.75rem 0 0;
  padding: 0;
  counter-reset: bedside-step;
  list-style: none;
}

.essential-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  padding: 0.85rem 0;
  border-bottom: 1px solid #e8edf3;
  counter-increment: bedside-step;
}

.essential-list li::before {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #8eb8e8;
  border-radius: 50%;
  color: var(--blue);
  content: counter(bedside-step);
  font-size: 0.78rem;
  font-weight: 850;
}

.essential-list li:last-child {
  border-bottom: 0;
}

.note-drawer {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfe;
}

.note-drawer > summary {
  padding: 0.85rem 1rem;
  cursor: pointer;
}

.note-drawer > summary::after {
  float: right;
  color: var(--blue);
  content: "+";
  font-family: var(--sans);
  font-size: 1.2rem;
}

.note-drawer[open] > summary::after {
  content: "−";
}

.note-drawer ul {
  margin: 0;
  padding: 0 2.25rem 1rem;
}

.pause-panel {
  display: flex;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
  padding: 1rem;
  border: 1px solid #bdd9f4;
  border-radius: 8px;
  background: var(--blue-soft);
}

.pause-panel svg {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--navy);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.pause-panel h3,
.pause-panel p {
  margin: 0;
}

.pause-panel p {
  margin-top: 0.15rem;
  color: #40485a;
}

.safety-list li::marker {
  color: var(--yellow);
}

.resource-links {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.65rem;
}

.resource-links a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 750;
  text-decoration: none;
}

.resource-links a:hover {
  border-color: var(--blue);
  background: var(--blue-soft);
}

.resource-links svg {
  width: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.case-check {
  margin-top: 1.5rem;
  padding: 1.15rem;
  border: 1px solid #bfd9f1;
  border-radius: 9px;
  background: var(--blue-soft);
}

.case-check h4 {
  font-family: var(--serif);
  font-size: 1.32rem;
}

.case-check > p {
  margin: 0.4rem 0 0;
}

.case-options {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.case-options button {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: var(--surface);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.case-options button > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 850;
}

.case-options button:hover {
  border-color: var(--blue);
}

.case-options button.correct {
  border-color: #71af8a;
  background: var(--green-soft);
}

.case-options button.incorrect {
  border-color: #d49797;
  background: var(--red-soft);
}

.case-feedback {
  display: none;
  margin-top: 0.75rem;
  padding: 0.8rem;
  border-left: 4px solid var(--yellow);
  background: var(--surface);
  color: #323846;
  font-weight: 650;
}

.case-feedback.is-visible {
  display: block;
}

.case-feedback.is-correct {
  border-left-color: var(--green);
  color: var(--green);
}

.empty-state {
  padding: 3rem 1rem;
  text-align: center;
}

.empty-state h2,
.empty-state p {
  margin: 0;
}

.empty-state h2 {
  font-family: var(--serif);
  color: var(--navy);
}

.empty-state p {
  margin-top: 0.35rem;
  color: var(--muted);
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.6rem 2.2rem;
  color: var(--muted);
  font-size: 0.84rem;
}

footer a {
  color: var(--navy);
  font-weight: 750;
  text-decoration: none;
}

/* Preceptor companion */
.document-page {
  background: var(--blue-band);
}

.document-page main {
  padding-block: 2.5rem 4rem;
}

.document-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.8rem, 5vw, 3.5rem);
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.document-hero h1 {
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 4.2rem);
  line-height: 1;
}

.document-hero p {
  max-width: 680px;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.document-stack {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.document-panel {
  min-width: 0;
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.document-panel h2 {
  margin: 0 0 0.8rem;
  font-size: 1.65rem;
}

.document-panel h3 {
  margin: 0;
  color: var(--navy);
}

.document-panel p,
.document-panel li {
  color: #343b49;
}

.document-panel ol,
.document-panel ul {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.document-panel li + li {
  margin-top: 0.55rem;
}

.foundation-stack {
  gap: 1rem;
}

.foundation-index {
  position: sticky;
  top: 0;
  z-index: 2;
}

.foundation-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0.55rem;
}

.foundation-link-grid a {
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfe;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.foundation-link-grid a:hover,
.foundation-link-grid a:focus-visible {
  border-color: #9ac3ed;
  background: var(--blue-soft);
}

.foundation-panel {
  scroll-margin-top: 1rem;
  overflow: hidden;
}

.foundation-panel > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
}

.foundation-panel > summary::-webkit-details-marker {
  display: none;
}

.foundation-panel > summary span {
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 3vw, 1.8rem);
  font-weight: 800;
}

.foundation-panel > summary:hover span,
.foundation-panel > summary:focus-visible span {
  color: var(--blue);
}

.foundation-panel[open] > summary .summary-arrow {
  transform: rotate(90deg);
}

.foundation-panel-body {
  margin-top: 0.8rem;
  animation: slideFade 180ms ease-out;
}

.foundation-panel p {
  line-height: 1.58;
}

.foundation-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}

.foundation-deeper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.foundation-deeper a {
  display: inline-flex;
  padding: 0.42rem 0.58rem;
  border: 1px solid #cfe0f3;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.foundation-deeper a:hover,
.foundation-deeper a:focus-visible {
  border-color: #9ac3ed;
  background: var(--blue-soft);
  color: var(--blue);
}

.coach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.coach-step {
  padding: 1rem;
  border-top: 4px solid var(--blue);
  background: var(--blue-soft);
}

.coach-step span {
  display: block;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
}

.coach-step h3 {
  margin-top: 0.25rem;
}

.coach-step p {
  margin: 0.4rem 0 0;
  font-size: 0.9rem;
}

.station-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.station {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.station p {
  margin: 0.4rem 0 0;
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 860px) {
  .topbar-inner {
    min-height: 76px;
  }

  .brand {
    max-width: min(390px, 58vw);
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .track-summary {
    grid-template-columns: 54px minmax(0, 1fr) 24px;
  }

  .track-description {
    grid-column: 2 / 3;
  }

  .track-summary > .summary-arrow {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .content-columns,
  .practice-layout,
  .coach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .topbar-inner,
  main,
  footer {
    width: min(100% - 1.25rem, 1180px);
  }

  .topbar-inner {
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    padding-block: 0.8rem;
  }

  .brand {
    max-width: 100%;
  }

  .top-actions {
    justify-content: space-between;
  }

  .nav-link,
  .top-actions .button {
    font-size: 0.84rem;
  }

  .top-actions .button {
    min-height: 40px;
  }

  .hero {
    padding-block: 2.75rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .lead {
    font-size: 1.08rem;
  }

  .section-heading,
  .document-hero {
    align-items: stretch;
    flex-direction: column;
  }

  .skill-search {
    width: 100%;
  }

  .track-summary {
    grid-template-columns: 46px minmax(0, 1fr) 20px;
    gap: 0.8rem;
    min-height: 108px;
    padding: 1rem;
  }

  .track-icon {
    width: 44px;
    height: 44px;
  }

  .track-icon svg {
    width: 24px;
  }

  .track-description {
    font-size: 0.88rem;
  }

  .procedure-list {
    padding: 0 0.9rem 1rem;
  }

  .procedure > summary {
    grid-template-columns: minmax(0, 1fr) 22px;
  }

  .procedure > summary .summary-arrow {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .step-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-tab {
    justify-content: flex-start;
    border-bottom: 1px solid var(--line);
  }

  .step-tab:nth-child(2) {
    border-right: 0;
  }

  .step-tab:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .content-columns,
  .practice-layout,
  .coach-grid,
  .station-grid {
    grid-template-columns: 1fr;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@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;
  }
}

@media print {
  body,
  .document-page {
    background: #ffffff;
  }

  .topbar,
  .hero,
  .learning-area > .section-heading,
  .search-status,
  .step-tabs,
  footer,
  #print-page {
    display: none !important;
  }

  main,
  .learning-area {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: 0;
  }

  .track-list,
  .track,
  .procedure,
  .document-panel,
  .document-hero {
    border-color: #888888;
    box-shadow: none;
  }

  .track,
  .procedure,
  .document-panel {
    break-inside: avoid;
  }
}
