/* Presentation-ready committee and audition sections.
   These styles intentionally reuse the established SNAgghadoon tokens. */

#production-plan,
#production-team,
#auditions,
#committee-decisions {
  scroll-margin-top: 92px;
}

.production-plan-overview {
  padding-top: 82px;
  padding-bottom: 44px;
}

.plan-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(34px, 6vw, 70px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-xl);
  color: var(--cream);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 211, 111, 0.28), transparent 30%),
    radial-gradient(circle at 10% 92%, rgba(223, 210, 255, 0.20), transparent 34%),
    linear-gradient(135deg, var(--navy), #102b4c 68%, #21375a);
  box-shadow: 0 30px 90px rgba(7, 20, 40, 0.28);
}

.plan-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(120deg, transparent, #000 52%, transparent);
}

.plan-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
}

.plan-hero h2 {
  max-width: 820px;
  margin-top: 14px;
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
}

.plan-hero-copy {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 247, 232, 0.86);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.58;
}

.plan-hero-aside {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.plan-hero-aside strong {
  display: block;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-hero-aside p {
  margin: 0;
  color: rgba(255, 247, 232, 0.78);
  font-size: 16px;
}

.plan-anchor-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.plan-anchor-nav a {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  font-weight: 800;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.plan-anchor-nav a::after {
  content: "↓";
  width: 28px;
  height: 28px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  color: var(--navy);
  background: var(--gold);
  font-size: 16px;
}

.plan-anchor-nav a:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.17);
}

.plan-anchor-nav a:focus-visible,
.character-summary:focus-visible,
.plan-table-wrap:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.production-section {
  position: relative;
}

.production-section.is-tinted {
  background:
    radial-gradient(circle at 100% 8%, rgba(204, 239, 220, 0.44), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(207, 239, 255, 0.18));
  border-top: 1px solid rgba(23, 36, 58, 0.07);
  border-bottom: 1px solid rgba(23, 36, 58, 0.07);
}

.production-section .section-head {
  max-width: 900px;
  margin-bottom: 32px;
}

.production-section .section-head h2 {
  font-size: clamp(42px, 5.8vw, 68px);
}

.production-section .section-head p {
  max-width: 820px;
  font-size: clamp(17px, 1.8vw, 20px);
}

.section-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.plan-root {
  display: grid;
  gap: clamp(48px, 7vw, 78px);
}

.plan-block {
  min-width: 0;
}

.plan-subhead {
  max-width: 900px;
  margin-bottom: 24px;
}

.plan-subhead h3 {
  margin-top: 8px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 44px);
}

.plan-subhead p {
  max-width: 790px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.plan-kicker,
.accountability-label {
  display: inline-block;
  color: #43516a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.plan-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(23, 36, 58, 0.13);
  border-radius: 999px;
  color: #37445a;
  background: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.plan-status::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(255, 156, 165, 0.18);
}

.plan-status.is-highlight::before {
  background: #2a8565;
  box-shadow: 0 0 0 4px rgba(42, 133, 101, 0.15);
}

.plan-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.plan-stat-card,
.leadership-card,
.teacher-role-card,
.accountability-card,
.panel-card,
.deliverable-card,
.material-pack-card,
.output-card,
.character-profile,
.decision-card {
  border: 1px solid var(--stroke);
  background: var(--card);
  box-shadow: var(--shadow-soft);
}

.plan-stat-card {
  min-height: 192px;
  padding: 24px;
  border-radius: var(--radius-lg);
}

.plan-stat-card:nth-child(1) { background: linear-gradient(145deg, rgba(207, 239, 255, 0.92), rgba(255, 255, 255, 0.82)); }
.plan-stat-card:nth-child(2) { background: linear-gradient(145deg, rgba(223, 210, 255, 0.86), rgba(255, 255, 255, 0.82)); }
.plan-stat-card:nth-child(3) { background: linear-gradient(145deg, rgba(204, 239, 220, 0.92), rgba(255, 255, 255, 0.82)); }
.plan-stat-card:nth-child(4) { background: linear-gradient(145deg, rgba(255, 211, 111, 0.70), rgba(255, 255, 255, 0.88)); }

.plan-stat-card strong {
  display: block;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(48px, 6vw, 70px);
  line-height: 0.9;
  font-variant-numeric: tabular-nums;
}

.plan-stat-card h4 {
  margin: 18px 0 5px;
  color: var(--navy);
  font-size: 17px;
}

.plan-stat-card p {
  margin: 0;
  color: #536078;
  font-size: 15px;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.leadership-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3.5vw, 34px);
  border-radius: var(--radius-lg);
}

.leadership-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--sky), var(--lavender));
}

.leadership-card.is-featured {
  background: linear-gradient(145deg, rgba(7, 20, 40, 0.97), rgba(19, 36, 61, 0.95));
  color: var(--cream);
}

.leadership-card.is-featured::before {
  background: linear-gradient(90deg, var(--gold), var(--coral));
}

.leadership-card h4,
.teacher-role-card h4,
.accountability-card h4,
.panel-card h4,
.deliverable-card h4,
.material-pack-card h4,
.output-card h4 {
  margin: 18px 0 12px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.5vw, 31px);
  line-height: 1.08;
}

.leadership-card.is-featured h4 {
  color: #fff;
}

.leadership-card.is-featured .plan-list li {
  color: rgba(255, 247, 232, 0.84);
}

.leadership-card.is-featured .plan-list li::before {
  background: var(--gold);
}

.leadership-card.is-featured .plan-status {
  color: var(--navy);
  background: var(--gold);
  border-color: transparent;
}

.role-card-top,
.teacher-role-head,
.teacher-role-title,
.deliverable-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.role-card-top,
.teacher-role-head,
.deliverable-top {
  justify-content: space-between;
}

.role-index,
.role-number,
.decision-number,
.workflow-number {
  color: var(--navy);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
}

.leadership-card.is-featured .role-index {
  color: var(--gold);
}

.teacher-role-stack {
  display: grid;
  gap: 18px;
}

.teacher-role-card {
  padding: clamp(24px, 4vw, 36px);
  border-radius: var(--radius-lg);
}

.teacher-role-card:nth-child(4n + 1) { background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(207, 239, 255, 0.42)); }
.teacher-role-card:nth-child(4n + 2) { background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(223, 210, 255, 0.38)); }
.teacher-role-card:nth-child(4n + 3) { background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(204, 239, 220, 0.42)); }
.teacher-role-card:nth-child(4n + 4) { background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 226, 234, 0.52)); }

.teacher-role-head {
  align-items: flex-start;
}

.teacher-role-title {
  align-items: flex-start;
  min-width: 0;
}

.teacher-role-title .role-number {
  width: 43px;
  height: 43px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  background: var(--navy);
  color: #fff;
}

.teacher-role-title h4 {
  margin: 4px 0 0;
}

.plan-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-list li {
  position: relative;
  padding-left: 20px;
  color: #46536a;
  font-size: 16px;
  line-height: 1.5;
}

.plan-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #55718d;
  transform: rotate(45deg);
}

.responsibility-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 30px;
  margin-top: 22px;
}

.collaboration-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 36, 58, 0.10);
  color: var(--navy);
  font-size: 14px;
}

.plan-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.plan-chip {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  color: #3d4a60;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(23, 36, 58, 0.11);
  font-size: 12px;
  font-weight: 800;
}

.student-structure {
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid rgba(23, 36, 58, 0.10);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: var(--shadow-soft);
}

.accountability-grid,
.outputs-grid,
.callback-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.accountability-card {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.teacher-accountable {
  background: linear-gradient(145deg, rgba(7, 20, 40, 0.97), rgba(19, 36, 61, 0.96));
}

.teacher-accountable .accountability-label,
.teacher-accountable h4 {
  color: var(--gold);
}

.teacher-accountable .plan-list li {
  color: rgba(255, 247, 232, 0.84);
}

.teacher-accountable .plan-list li::before {
  background: var(--gold);
}

.student-operational {
  background: linear-gradient(145deg, rgba(204, 239, 220, 0.95), rgba(255, 255, 255, 0.88));
}

.plan-minihead {
  margin: 36px 0 18px;
}

.plan-minihead h4 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
}

.plan-minihead p {
  margin: 6px 0 0;
  color: var(--muted);
}

.student-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.student-role-chip {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid rgba(23, 36, 58, 0.10);
  border-radius: 17px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  font-weight: 800;
}

.student-role-marker {
  color: #54705f;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.adult-authority {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: var(--radius-lg);
  color: var(--cream);
  background: linear-gradient(135deg, #592f3b, #7d3f4e);
}

.adult-authority .plan-kicker {
  color: #ffd7b0;
}

.adult-authority h4 {
  margin: 7px 0 8px;
  font-family: var(--font-serif);
  font-size: 29px;
  line-height: 1.1;
}

.adult-authority p {
  margin: 0;
  color: rgba(255, 247, 232, 0.78);
}

.authority-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.authority-list li {
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 800;
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.panel-card {
  min-height: 192px;
  padding: 24px;
  border-radius: var(--radius-lg);
}

.panel-card h4 {
  margin-top: 0;
  font-size: 25px;
}

.panel-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.plan-note {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(23, 36, 58, 0.10);
  border-left: 5px solid #55718d;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
}

.plan-note p {
  margin: 0;
  color: #46536a;
  font-size: 16px;
  font-weight: 650;
}

.plan-note.is-safeguard,
.plan-note.is-privacy {
  border-left-color: #9c5161;
  background: rgba(255, 226, 234, 0.66);
}

.plan-note.is-principle {
  border-left-color: #2a8565;
  background: rgba(204, 239, 220, 0.58);
}

.prep-grid,
.material-pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.deliverable-card,
.material-pack-card {
  padding: 26px;
  border-radius: var(--radius-lg);
}

.deliverable-card:nth-child(1) { background: linear-gradient(145deg, rgba(207, 239, 255, 0.83), rgba(255, 255, 255, 0.88)); }
.deliverable-card:nth-child(2) { background: linear-gradient(145deg, rgba(223, 210, 255, 0.73), rgba(255, 255, 255, 0.88)); }
.deliverable-card:nth-child(3) { background: linear-gradient(145deg, rgba(255, 211, 111, 0.54), rgba(255, 255, 255, 0.9)); }

.deliverable-card h4,
.material-pack-card h4 {
  font-size: 28px;
}

.material-pack-card {
  background: rgba(255, 255, 255, 0.78);
}

.material-pack-card .plan-kicker {
  min-height: 34px;
}

.character-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.character-profile {
  overflow: hidden;
  align-self: start;
  border-radius: 20px;
}

.character-profile[open] {
  grid-column: span 2;
  background: rgba(255, 255, 255, 0.94);
}

.character-summary {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 19px 21px;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.character-summary::-webkit-details-marker {
  display: none;
}

.character-summary strong,
.character-summary small {
  display: block;
}

.character-summary strong {
  font-family: var(--font-serif);
  font-size: 26px;
  line-height: 1.05;
}

.character-summary small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.profile-toggle {
  width: 36px;
  height: 36px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: var(--navy);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.character-profile[open] .profile-toggle {
  color: var(--navy);
  background: var(--gold);
  transform: rotate(45deg);
}

.character-profile-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0 21px 21px;
}

.profile-row {
  padding: 15px 16px;
  border-top: 1px solid rgba(23, 36, 58, 0.09);
}

.profile-row:last-child {
  grid-column: 1 / -1;
}

.profile-row dt {
  color: #59667b;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.profile-row dd {
  margin: 6px 0 0;
  color: var(--charcoal);
  font-size: 15px;
  line-height: 1.5;
}

.audition-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: workflow;
}

.workflow-step {
  position: relative;
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(23, 36, 58, 0.11);
  border-radius: 18px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  font-size: 16px;
  font-weight: 820;
  line-height: 1.35;
}

.workflow-step:nth-child(4n + 1) .workflow-number { background: var(--sky); }
.workflow-step:nth-child(4n + 2) .workflow-number { background: var(--lavender); }
.workflow-step:nth-child(4n + 3) .workflow-number { background: var(--mint); }
.workflow-step:nth-child(4n + 4) .workflow-number { background: var(--gold); }

.workflow-number {
  width: 38px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
}

.plan-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(23, 36, 58, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.plan-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: var(--charcoal);
  font-size: 16px;
}

.plan-table th,
.plan-table td {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(23, 36, 58, 0.09);
  text-align: left;
}

.plan-table thead th {
  color: #fff;
  background: var(--navy);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-table tbody th {
  color: #3d4b61;
  font-weight: 720;
}

.plan-table tbody tr:nth-child(even) {
  background: rgba(207, 239, 255, 0.24);
}

.plan-table tfoot th,
.plan-table tfoot td {
  border-bottom: 0;
  color: var(--navy);
  background: rgba(255, 211, 111, 0.42);
  font-weight: 950;
}

.plan-table .rubric-weight {
  width: 120px;
  text-align: right;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
}

.output-card {
  padding: clamp(24px, 3vw, 32px);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
}

.output-card h4 {
  margin-top: 12px;
}

.internal-output {
  background: linear-gradient(145deg, rgba(223, 210, 255, 0.62), rgba(255, 255, 255, 0.88));
}

.student-output {
  background: linear-gradient(145deg, rgba(204, 239, 220, 0.72), rgba(255, 255, 255, 0.88));
}

.accent-list li::before {
  background: var(--coral);
}

.decision-section {
  padding-top: 88px;
  padding-bottom: 100px;
}

.decision-panel {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-xl);
  color: var(--cream);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 211, 111, 0.22), transparent 30%),
    linear-gradient(135deg, var(--navy), #173252);
  box-shadow: 0 30px 90px rgba(7, 20, 40, 0.24);
}

.decision-panel .section-head h2,
.decision-panel .section-head p {
  color: inherit;
}

.decision-panel .section-head p {
  color: rgba(255, 247, 232, 0.78);
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-card {
  min-height: 110px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px 16px;
  align-items: start;
  padding: 18px;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: none;
}

.decision-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--navy);
  background: var(--gold);
}

.decision-copy {
  padding-top: 7px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.decision-card .plan-status {
  grid-column: 2;
  width: fit-content;
  color: rgba(255, 247, 232, 0.78);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.production-noscript {
  padding: 22px;
  border: 1px solid rgba(125, 63, 78, 0.28);
  border-radius: 16px;
  color: #673b46;
  background: var(--rose);
  font-weight: 750;
}

@media (max-width: 1080px) {
  .plan-stat-grid,
  .audition-workflow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .student-role-grid,
  .panel-grid,
  .prep-grid,
  .material-pack-grid,
  .character-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .plan-hero-grid,
  .adult-authority {
    grid-template-columns: 1fr;
  }

  .plan-anchor-nav {
    grid-template-columns: 1fr;
  }

  .leadership-grid,
  .accountability-grid,
  .outputs-grid,
  .callback-grid,
  .decision-grid {
    grid-template-columns: 1fr;
  }

  .character-profile[open] {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  #production-plan,
  #production-team,
  #auditions,
  #committee-decisions {
    scroll-margin-top: 20px;
  }

  .production-plan-overview {
    padding-top: 56px;
  }

  .plan-hero,
  .student-structure,
  .decision-panel {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .plan-hero h2,
  .production-section .section-head h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .plan-stat-grid,
  .student-role-grid,
  .panel-grid,
  .prep-grid,
  .material-pack-grid,
  .character-profile-grid,
  .audition-workflow,
  .character-profile-body,
  .authority-list,
  .responsibility-columns {
    grid-template-columns: 1fr;
  }

  .character-profile[open] {
    grid-column: auto;
  }

  .profile-row:last-child {
    grid-column: auto;
  }

  .plan-stat-card {
    min-height: 156px;
  }

  .teacher-role-head,
  .role-card-top,
  .deliverable-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .teacher-role-title {
    width: 100%;
  }

  .collaboration-row {
    grid-template-columns: 1fr;
  }

  .teacher-role-card,
  .leadership-card,
  .accountability-card,
  .panel-card,
  .deliverable-card,
  .material-pack-card,
  .output-card {
    padding: 22px 19px;
  }

  .workflow-step {
    min-height: 112px;
  }

  .decision-card {
    grid-template-columns: 42px 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .plan-anchor-nav a,
  .profile-toggle {
    transition: none;
  }
}

@media print {
  .production-plan-overview,
  .production-section,
  .decision-section {
    padding: 24px 0;
  }

  #production-team,
  #auditions,
  #committee-decisions {
    break-before: page;
  }

  .plan-hero,
  .decision-panel {
    color: #111;
    background: #fff;
    box-shadow: none;
    border: 1px solid #bbb;
  }

  .plan-hero h2,
  .decision-panel .section-head h2,
  .decision-panel .section-head p {
    color: #111;
  }

  .plan-hero-copy,
  .plan-hero-aside p {
    color: #444;
  }

  .plan-hero-aside {
    border-color: #ccc;
    background: #fff;
  }

  .plan-anchor-nav {
    display: none;
  }

  .plan-stat-card,
  .leadership-card,
  .teacher-role-card,
  .accountability-card,
  .panel-card,
  .deliverable-card,
  .material-pack-card,
  .output-card,
  .character-profile,
  .workflow-step,
  .decision-card,
  .student-structure,
  .plan-table-wrap {
    color: #222;
    background: #fff;
    box-shadow: none;
    border: 1px solid #bbb;
    break-inside: avoid;
  }

  .leadership-card.is-featured,
  .teacher-accountable,
  .adult-authority {
    color: #222;
    background: #fff;
    border: 1px solid #bbb;
  }

  .leadership-card.is-featured h4,
  .leadership-card.is-featured .plan-list li,
  .teacher-accountable h4,
  .teacher-accountable .plan-list li,
  .adult-authority h4,
  .adult-authority p,
  .decision-copy {
    color: #222;
  }

  .student-role-grid,
  .panel-grid,
  .prep-grid,
  .material-pack-grid,
  .character-profile-grid,
  .audition-workflow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .character-profile[open] {
    grid-column: 1 / -1;
  }

  .profile-toggle,
  .character-summary small,
  .decision-card .plan-status {
    display: none;
  }

  .plan-table {
    min-width: 0;
  }

  .plan-table thead th {
    color: #111;
    background: #eee;
  }
}
