.monthly-reset-page .monthly-reset-hero {
  grid-template-columns: 1fr;
  align-items: start;
  max-width: 62rem;
  margin-bottom: 1.5rem;
}

.monthly-reset-page .reset-hero-copy h1 {
  max-width: 15ch;
  font-size: clamp(2.8rem, 5.8vw, 5.4rem);
  line-height: .96;
}

.monthly-reset-page .reset-standfirst { max-width: 52rem; }

.monthly-recognition-line {
  max-width: 54rem;
  margin: 0 0 2rem;
  padding-left: 1rem;
  border-left: 3px solid var(--reset-warm);
  color: var(--reset-muted);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.65;
}

.monthly-recognition-line strong { color: var(--reset-ink); }

/* One editorial moment: image + selector. The tool itself stays generous. */
.monthly-entry-row {
  display: grid;
  grid-template-columns: minmax(13rem, 1fr) minmax(0, 3fr);
  gap: 1rem;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1rem;
}

.monthly-entry-visual {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255,255,255,.88);
  background: #f3eee7;
  box-shadow: var(--shadow);
}

.monthly-entry-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
}

.monthly-simple-control {
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.monthly-simple-control .reset-control-heading {
  grid-template-columns: minmax(0,1fr) minmax(14rem,18rem);
  align-items: end;
  gap: 2rem;
}

.monthly-simple-control .reset-control-heading h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.monthly-simple-control .reset-progress { width: 100%; }

.monthly-reset-page .duration-picker {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
  gap: .7rem !important;
  width: 100% !important;
  margin-top: 1.25rem !important;
}

.monthly-reset-page .duration-picker > .duration-option {
  grid-column: auto !important;
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 4.5rem;
  padding: .9rem 1rem;
  border-radius: 1rem;
}

/* The actual task gets the whole working canvas. */
.monthly-simple-workspace {
  display: block !important;
  width: 100%;
}

.monthly-reset-page .reset-checklist-column {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  box-sizing: border-box;
  padding: clamp(1.4rem, 3.2vw, 2.35rem);
  border-radius: 2rem;
}

.monthly-reset-page .reset-version-heading { align-items: flex-start; }

.monthly-reset-page .reset-version-heading h2 {
  max-width: 24ch;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.monthly-reset-page .reset-version-intro {
  max-width: 48rem;
  margin: .65rem 0 1.15rem;
  line-height: 1.55;
}

.monthly-reset-page .time-badge {
  min-width: 3.9rem;
  min-height: 3.9rem;
  font-size: .78rem;
}

.monthly-reset-page .reset-phase {
  padding: 1rem 0;
  border-top: 1px solid var(--reset-line);
}

.monthly-reset-page .reset-phase:first-of-type { margin-top: .25rem; }

.monthly-reset-page .phase-heading {
  gap: .7rem;
  margin-bottom: .28rem;
}

.monthly-reset-page .phase-heading > span {
  width: 2rem;
  height: 2rem;
  font-size: .7rem;
}

.monthly-reset-page .phase-heading strong { font-size: 1.06rem; }
.monthly-reset-page .phase-heading small { font-size: .78rem; }

.monthly-reset-page .reset-phase > p {
  max-width: 54rem;
  margin: 0 0 .55rem 2.7rem;
  color: var(--reset-muted);
  font-size: .9rem;
  line-height: 1.45;
}

.monthly-reset-page .reset-compact-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: .42rem;
  width: min(calc(100% - 2.7rem), 58rem);
  margin-left: 2.7rem;
}

.monthly-reset-page .reset-compact-step {
  min-width: 0;
  min-height: 3.15rem;
  padding: .68rem .8rem;
  border: 1px solid var(--reset-line);
  border-radius: .8rem;
  background: rgba(255,255,255,.72);
  line-height: 1.32;
  align-items: center;
  transition: border-color .16s ease, background .16s ease;
}

.monthly-reset-page .reset-compact-step input { margin-top: 0; }
.monthly-reset-page .reset-compact-step:hover { border-color: rgba(244,162,97,.55); }
.monthly-reset-page .reset-compact-step:has(input:checked) { background: rgba(239,248,243,.84); border-color: rgba(104,158,134,.32); }

/* Four easy writing rows. Repetition is intentional: the form should disappear. */
.monthly-closeout {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--reset-line);
}

.monthly-closeout-heading {
  max-width: 42rem;
  margin-bottom: .6rem;
}

.monthly-closeout-heading h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  letter-spacing: -.045em;
  line-height: 1.03;
}

.monthly-closeout-heading > p:not(.eyebrow) {
  margin: .45rem 0 0;
  color: var(--reset-muted);
  line-height: 1.5;
}

.monthly-room-row,
.monthly-reset-page .reflection-grid article.monthly-reflection-row {
  display: grid !important;
  grid-template-columns: minmax(17rem,.72fr) minmax(24rem,1.28fr) !important;
  gap: clamp(1.4rem, 3vw, 2.6rem);
  align-items: center;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 1.15rem 0;
  border: 0;
  border-top: 1px solid var(--reset-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.monthly-room-row { margin-top: .2rem; }

.monthly-reset-page .reflection-grid {
  display: block !important;
  width: 100%;
  margin: 0;
}

.monthly-field-copy,
.monthly-field-input { min-width: 0; }
.monthly-field-input { width: 100%; }

.monthly-field-copy > span {
  display: inline-block;
  margin-bottom: .4rem;
  color: #a55321;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.monthly-field-copy h3 {
  margin: 0 0 .3rem;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  letter-spacing: -.035em;
  line-height: 1.12;
}

.monthly-field-copy p {
  margin: 0;
  color: var(--reset-muted);
  font-size: .86rem;
  line-height: 1.45;
}

.monthly-field-input label {
  display: block;
  margin: 0 0 .4rem;
  font-size: .82rem;
  font-weight: 850;
}

.monthly-field-input textarea,
.monthly-reset-page .reflection-grid textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 7.75rem;
  margin: 0;
  resize: vertical;
  border: 1px solid var(--reset-line);
  border-radius: .95rem;
  padding: .9rem;
  color: var(--reset-ink);
  background: rgba(255,255,255,.95);
  line-height: 1.5;
}

.monthly-reset-page .reflection-grid small[data-reflection-word-count] {
  display: block !important;
  margin-top: .35rem !important;
  color: var(--reset-muted) !important;
  font-size: .74rem;
  font-weight: 750;
  text-align: right !important;
}

.monthly-reset-page .reset-actions {
  margin-top: 1rem;
  padding-top: 1rem;
}

.monthly-release-card {
  display: grid;
  grid-template-columns: minmax(16rem,.8fr) minmax(0,1.2fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  margin: 1rem 0;
  padding: clamp(1.5rem, 3.5vw, 2.4rem);
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 1.8rem;
  background: linear-gradient(145deg, rgba(255,250,245,.92), rgba(245,250,247,.88));
  box-shadow: 0 18px 42px rgba(31,41,55,.06);
}

.monthly-release-card h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -.045em;
  line-height: 1;
}

.monthly-release-card > p {
  max-width: 38rem;
  margin: 0;
  color: var(--reset-muted);
  font-size: 1rem;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .monthly-entry-row { grid-template-columns: 1fr; }
  .monthly-entry-visual { order: 2; }
  .monthly-simple-control { order: 1; }
  .monthly-entry-visual img { min-height: 17rem; }

  .monthly-simple-control .reset-control-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
  }

  .monthly-simple-control .reset-progress { max-width: 28rem; }
  .monthly-release-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .monthly-room-row,
  .monthly-reset-page .reflection-grid article.monthly-reflection-row {
    grid-template-columns: 1fr !important;
    gap: .65rem;
    align-items: start;
  }
}

@media (max-width: 680px) {
  .monthly-reset-page .reset-hero-copy h1 { max-width: 12ch; }

  .monthly-reset-page .duration-picker {
    grid-template-columns: 1fr 1fr !important;
  }

  .monthly-reset-page .duration-picker > .duration-option {
    min-height: 4.25rem;
    padding: .75rem;
  }

  .monthly-reset-page .duration-option span { font-size: .76rem; }

  .monthly-reset-page .reset-checklist-column {
    padding: 1.05rem;
    border-radius: 1.5rem;
  }

  .monthly-reset-page .reset-phase > p,
  .monthly-reset-page .reset-compact-steps {
    width: 100%;
    margin-left: 0;
  }

  .monthly-field-input textarea,
  .monthly-reset-page .reflection-grid textarea { min-height: 6.75rem; }

  .monthly-release-card { padding: 1.2rem; }
}
