/* ── Oral Health & Wellness page ────────── */

main {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 2rem 5rem;
}

/* ── Hero banner ────────────────────────── */
.oh-header {
  background: var(--olive);
  padding: 4rem 2rem 3.5rem;
  text-align: center;
}

.oh-header-inner {
  max-width: 780px;
  margin: 0 auto;
}

.oh-header h1 {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 300;
  color: #f3ede0;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.oh-divider {
  width: 56px;
  height: 1px;
  background: rgba(243, 237, 224, 0.45);
  margin: 0 auto 1.2rem;
}

.oh-badge {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f3ede0;
  display: inline-block;
  border: 1px solid rgba(243, 237, 224, 0.45);
  padding: 0.45rem 1.2rem;
  margin-top: 0.25rem;
}

/* ── Content area ───────────────────────── */
.oh-body {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* ── Service cards ──────────────────────── */
.oh-card {
  background: var(--cream);
  border: 1px solid rgba(196, 170, 122, 0.22);
  border-top: 2px solid rgba(196, 170, 122, 0.55);
  border-radius: 12px;
  padding: 2.5rem 2.5rem 2.25rem;
}

.oh-card h2 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.oh-card p {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.85;
}

.oh-card p + p {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(196, 170, 122, 0.2);
}

.oh-conditions {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(196, 170, 122, 0.2);
}

.oh-conditions-heading {
  font-family: var(--font-sans) !important;
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--olive) !important;
  margin-bottom: 1.25rem;
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.oh-condition-group {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(196, 170, 122, 0.12);
}

.oh-condition-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.oh-condition-label {
  font-family: var(--font-serif) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: var(--text) !important;
  margin-bottom: 0.3rem;
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.oh-condition-group p:not(.oh-condition-label) {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.oh-conditions + p {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(196, 170, 122, 0.2);
}

/* ── Responsive ─────────────────────────── */
@media (max-width: 580px) {
  main { padding: 0 1.25rem 4rem; }
  .oh-header { padding: 2.5rem 1.25rem 2.5rem; }
  .oh-header h1 { font-size: 2.1rem; }
  .oh-card { padding: 1.75rem 1.5rem; }
  .oh-card h2 { font-size: 1.2rem; }
}
