.office-document {
  width: min(100%, 54rem);
  margin: 0 auto;
  color: #24323b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.4vw, 1.09rem);
  line-height: 1.72;
}

.office-eyebrow {
  margin: 0 0 1.4rem;
  color: #315f7d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}

.office-page {
  position: relative;
  padding: clamp(1.3rem, 4vw, 3rem) clamp(1rem, 5vw, 4rem);
  border: 1px solid #e2e5e3;
  border-radius: 0.9rem;
  background: #fffdf8;
  box-shadow: 0 14px 42px rgba(27, 42, 53, 0.08);
}

.office-page + .office-page {
  margin-top: 1rem;
}

.office-heading {
  margin: 0.5rem auto 1rem;
  color: #244a63;
  font-size: clamp(1.35rem, 4vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.office-section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 2.1rem 0 0.8rem;
  color: #244a63;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 600;
}

.office-section-title::after {
  flex: 1;
  height: 1px;
  background: #d9e0e3;
  content: "";
}

.office-subtitle {
  margin: 1.7rem 0 0.55rem;
  color: #315f7d;
  font-size: 1rem;
  font-weight: 700;
}

.office-paragraph {
  margin: 0 0 1rem;
}

.office-intro {
  color: #52626d;
  font-size: 0.96em;
  text-align: center;
}

.office-antiphon {
  padding: 0.75rem 0.95rem;
  border-left: 3px solid #b58b3a;
  background: #f8f2e6;
}

.office-response {
  font-weight: 600;
}

@media (max-width: 600px) {
  .office-page {
    border-radius: 0.65rem;
  }
}

@media print {
  .office-page {
    break-after: page;
    border: 0;
    box-shadow: none;
  }
}
