.fresh-start-page .reset-hero-copy h1 {
  max-width: 13ch;
}

.fresh-start-page .reset-hero-card {
  transform: rotate(.8deg);
}

#fresh-poster-canvas {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  height: auto;
  background: white;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
}

.fresh-method,
.fresh-tool {
  margin-bottom: 1rem;
}

.fresh-method-heading,
.fresh-tool-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
}

.fresh-method-heading h2,
.fresh-tool-heading h2 {
  max-width: 19ch;
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
  letter-spacing: -.045em;
}

.fresh-method-heading > p,
.fresh-tool-heading > div > p:not(.eyebrow) {
  max-width: 28rem;
  margin-bottom: 0;
  color: var(--reset-muted);
  line-height: 1.55;
}

.fresh-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fresh-method-grid li {
  min-height: 9.25rem;
  display: flex;
  flex-direction: column;
  padding: 1.1rem;
  border: 1px solid var(--reset-line);
  border-radius: 1.2rem;
  background: rgba(255,255,255,.68);
}

.fresh-method-grid span,
.fresh-prompt-label span {
  color: #a55321;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.fresh-method-grid strong {
  margin-top: auto;
  font-size: 1.15rem;
}

.fresh-method-grid p {
  margin: .4rem 0 0;
  color: var(--reset-muted);
  line-height: 1.5;
}

.fresh-tool-heading .secondary {
  flex: 0 0 auto;
}

.fresh-prompt-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

.fresh-prompt-card {
  min-width: 0;
  min-height: 26rem;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  border: 1px solid var(--reset-line);
  border-radius: 1.35rem;
  background: rgba(255,255,255,.74);
}

.fresh-prompt-card:nth-child(2) {
  background: rgba(230,241,235,.76);
}

.fresh-prompt-card:nth-child(3) {
  background: linear-gradient(150deg, rgba(255,240,223,.9), rgba(255,255,255,.76));
}

.fresh-prompt-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
}

.fresh-prompt-label strong {
  color: var(--reset-muted);
  font-size: .76rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fresh-prompt-card h3 {
  margin: 2.4rem 0 .65rem;
  font-size: clamp(1.5rem, 2.6vw, 2.05rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.fresh-prompt-card > p {
  min-height: 4.5rem;
  margin: 0 0 1rem;
  color: var(--reset-muted);
  line-height: 1.5;
}

.fresh-answer-label,
.fresh-next-step-field label {
  display: block;
  margin-top: auto;
  margin-bottom: .4rem;
  color: var(--reset-ink);
  font-size: .82rem;
  font-weight: 850;
}

.fresh-prompt-card textarea,
.fresh-next-step textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid var(--reset-line);
  border-radius: .95rem;
  padding: .85rem;
  background: rgba(255,255,255,.92);
  color: var(--reset-ink);
  line-height: 1.5;
}

.fresh-next-step {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 1.25rem;
  align-items: end;
  margin-top: 1rem;
  padding: 1.35rem;
  border: 1px solid rgba(244,162,97,.22);
  border-radius: 1.35rem;
  background: linear-gradient(145deg, rgba(255,240,223,.95), rgba(247,250,248,.84));
}

.fresh-next-step h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.fresh-next-step > div > p:not(.eyebrow) {
  max-width: 28rem;
  margin-bottom: 0;
  color: var(--reset-muted);
  line-height: 1.55;
}

.fresh-next-step-field label {
  margin-top: 0;
}

.fresh-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem;
  margin-top: 1.2rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--reset-line);
}

.fresh-actions p {
  margin: 0 0 0 auto;
  color: var(--reset-muted);
  font-size: .82rem;
}

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

.fresh-context article {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 1.6rem;
  background: rgba(255,255,255,.66);
}

.fresh-context article:nth-child(2) {
  background: rgba(226,239,232,.72);
}

.fresh-context h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.fresh-context article > p:not(.eyebrow) {
  max-width: 34rem;
  margin-bottom: 0;
  color: var(--reset-muted);
  line-height: 1.65;
}

@media (max-width: 820px) {
  .fresh-method-heading,
  .fresh-tool-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .fresh-method-grid,
  .fresh-prompt-grid {
    grid-template-columns: 1fr;
  }

  .fresh-prompt-card {
    min-height: 0;
  }

  .fresh-prompt-card h3 {
    margin-top: 1.7rem;
  }

  .fresh-prompt-card > p {
    min-height: 0;
  }

  .fresh-next-step {
    grid-template-columns: 1fr;
  }
}

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

  .fresh-method-grid li {
    min-height: 8rem;
  }

  .fresh-context {
    grid-template-columns: 1fr;
  }

  .fresh-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .fresh-actions button {
    width: 100%;
  }

  .fresh-actions p {
    margin-left: 0;
  }
}
