.reform-hero h1,
.reform-hero p,
.reform-status-card,
.reform-empty-state {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.reform-draft-note {
  max-width: 72ch;
  margin: 24px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 191, 105, 0.24);
  border-radius: 18px;
  background: rgba(255, 191, 105, 0.08);
}

.reform-central-notice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  margin-top: 26px;
  padding: 18px 20px;
  border: 2px solid rgba(255, 191, 105, 0.66);
  border-radius: 18px;
  color: #fff4dc;
  background: rgba(255, 153, 51, 0.14);
}

.reform-central-notice strong {
  letter-spacing: 0.04em;
}

.reform-central-notice span {
  font-weight: 700;
}

.reform-procedure-notes {
  margin-top: 18px;
  color: var(--muted);
}

.reform-procedure-notes p {
  margin: 8px 0 0;
}

.reform-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.reform-status-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: var(--card);
}

.reform-status-card h3 {
  margin: 12px 0 0;
  font-size: 1rem;
  line-height: 1.4;
}

.reform-status-symbol {
  font-size: 1.5rem;
}

.reform-empty-state h3 {
  margin: 18px 0 8px;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.reform-items {
  display: grid;
  gap: 24px;
}

.reform-item {
  min-width: 0;
  padding: clamp(22px, 4vw, 34px);
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.reform-item-header h3 {
  margin: 16px 0 10px;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.reform-item-header p {
  margin: 0;
  max-width: 80ch;
  color: var(--muted);
}

.reform-item-status {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(99, 179, 255, 0.36);
  border-radius: 999px;
  color: #c9e5ff;
  background: rgba(41, 121, 255, 0.13);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.reform-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.reform-comparison section {
  min-width: 0;
  padding: 20px;
  border-radius: 18px;
}

.reform-comparison h4,
.reform-meaning h4,
.reform-details h4 {
  margin: 0 0 10px;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.reform-today {
  border: 1px solid rgba(133, 240, 208, 0.32);
  background: rgba(35, 173, 129, 0.1);
}

.reform-today h4 {
  color: var(--accent-2);
}

.reform-draft {
  border: 1px solid rgba(99, 179, 255, 0.3);
  background: rgba(41, 121, 255, 0.09);
}

.reform-draft h4 {
  color: #a9d6ff;
}

.reform-comparison .plain-list,
.reform-details .plain-list {
  margin: 0;
}

.reform-meaning {
  margin-top: 22px;
}

.reform-meaning h4:not(:first-child) {
  margin-top: 18px;
}

.reform-meaning p {
  margin: 0;
}

.reform-important {
  margin: 22px 0 0;
  padding: 15px 17px;
  border-left: 4px solid #ffbf69;
  border-radius: 10px;
  background: rgba(255, 191, 105, 0.09);
}

.reform-details {
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 18px;
}

.reform-details summary {
  width: fit-content;
  min-height: 44px;
  padding: 10px 0;
  cursor: pointer;
  color: var(--accent-2);
  font-weight: 800;
}

.reform-details section,
.reform-sources {
  margin-top: 18px;
}

.reform-sources ul {
  margin: 0;
  padding-left: 20px;
}

.reform-sources li + li {
  margin-top: 12px;
}

.reform-sources span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.reform-sources a {
  overflow-wrap: anywhere;
}

.reform-parliamentary-status {
  border-color: rgba(99, 179, 255, 0.34);
  background: linear-gradient(145deg, rgba(41, 121, 255, 0.13), rgba(18, 28, 48, 0.92));
}

.reform-parliamentary-status h2 {
  margin: 16px 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.reform-parliamentary-summary {
  max-width: 74ch;
  font-size: 1.08rem;
}

.reform-parliamentary-sources {
  margin-top: 20px;
  color: var(--muted);
  font-size: 0.92rem;
}

.reform-parliamentary-sources ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.reform-parliamentary-sources a {
  overflow-wrap: anywhere;
}

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

.reform-timeline-step,
.reform-timeline-note {
  min-width: 0;
  padding: clamp(20px, 3vw, 28px);
  overflow-wrap: break-word;
  hyphens: auto;
}

.reform-timeline-step time {
  display: block;
  margin-bottom: 14px;
  color: var(--accent-2);
  font-size: 1.15rem;
  font-weight: 800;
}

.reform-timeline-step h3,
.reform-timeline-note h3 {
  margin: 16px 0 12px;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
}

.reform-timeline-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.reform-timeline-note:first-child {
  border-color: rgba(133, 240, 208, 0.32);
  background: rgba(35, 173, 129, 0.1);
}

.reform-book-block {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.reform-book-cover {
  padding: 18px;
}

.reform-book-cover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.reform-book-copy h2 {
  margin: 16px 0 10px;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.reform-reader-link {
  margin: 22px 0 0;
}

.reform-reader-link a {
  font-weight: 700;
}

@media (max-width: 900px) {
  .reform-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reform-timeline {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .reform-comparison {
    grid-template-columns: minmax(0, 1fr);
  }

  .reform-book-block {
    grid-template-columns: minmax(0, 1fr);
  }

  .reform-timeline-notes {
    grid-template-columns: minmax(0, 1fr);
  }

  .reform-book-cover {
    width: min(240px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 560px) {
  .reform-hero h1 {
    font-size: clamp(2rem, 8.5vw, 2.25rem);
  }

  .reform-status-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .reform-central-notice {
    display: grid;
  }

  .reform-comparison section {
    padding: 17px;
  }
}
