.debuter-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px 72px;
}

.debuter-intro {
  padding: 56px 0 32px;
  text-align: center;
}

.debuter-intro h1 {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 16px;
}

.debuter-intro p {
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto;
}

.debuter-pullquote {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-style: italic;
  color: var(--accent);
  text-align: center;
  padding: 32px 24px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin: 32px 0;
}

.debuter-section {
  margin-bottom: 40px;
}

.debuter-section h2 {
  font-family: var(--serif);
  font-size: 1.3rem;
  color: var(--secondary);
  margin-bottom: 16px;
}

.debuter-section p {
  color: var(--muted);
  margin-bottom: 14px;
}

.debuter-img-center {
  display: block;
  max-width: 500px;
  max-height: 320px;
  width: 100%;
  margin: 32px auto;
  border-radius: 12px;
  object-fit: cover;
}

.debuter-checklist {
  list-style: none;
  margin: 20px 0;
}

.debuter-checklist li {
  padding: 12px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 14px;
}

.debuter-checklist li::before {
  content: "→ ";
  color: var(--primary);
}

@media (max-width: 768px) {
  .debuter-wrap {
    padding: 0 16px 56px;
    overflow-x: hidden;
  }

  .debuter-img-center {
    max-height: 220px;
    width: 100%;
  }
}
