/* ============================================================
   Dr. Jantz Memorial + Special Programs page styles
   ============================================================ */

/* ── Dr. Jantz Memorial Hero ── */
.drj-hero {
  background: linear-gradient(180deg, #1F2A3D 0%, #2A3956 100%);
  color: #fff;
  padding: 88px 32px 72px;
}

.drj-hero__inner {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 48px;
  align-items: center;
}

.drj-hero__photo {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35), 0 0 0 6px rgba(255, 255, 255, 0.06), 0 0 0 7px rgba(137, 190, 64, 0.5);
  background: #3A4E6E;
}

.drj-hero__photo img { width: 100%; height: 100%; object-fit: cover; }

.drj-hero__eyebrow {
  font-size: 11px;
  font-weight: 800;
  color: var(--apoh-green);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.drj-hero__name {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 18px;
}

.drj-hero__subtitle {
  font-size: 17px;
  font-family: var(--font-slab);
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 22px;
}

.drj-hero__lead {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

@media (max-width: 768px) {
  .drj-hero__inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .drj-hero__photo { width: 140px; }
  .drj-hero__name { font-size: 36px; }
  .drj-hero { padding: 48px 20px 48px; }
  .admin-bar .drj-hero { padding-top: 72px; }
}

/* ── Memorial Body ── */
.drj-container { max-width: 720px; }

.drj-body { background: #fff; padding: 80px 32px; }

.drj-body__quote {
  font-size: 21px;
  line-height: 1.55;
  color: #1F2A3D;
  font-family: var(--font-slab);
  font-style: italic;
  text-align: center;
  text-wrap: balance;
  margin: 0 0 16px;
  padding: 0;
  border: none;
}

.drj-body__cite {
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #9A9CA3;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 36px;
}

.drj-body__image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
}
.drj-body__image img { width: 100%; display: block; }

.drj-body__divider {
  height: 1px;
  background: var(--border-hairline);
  width: 80px;
  margin: 0 auto 40px;
}

.drj-body__content {
  font-size: 17px;
  line-height: 1.75;
  color: #3D3F47;
}
.drj-body__content p { margin: 0 0 18px; }
.drj-body__content strong { color: var(--fg-emphasis); }
.drj-body__content h2 {
  font-size: 28px;
  font-weight: 900;
  color: #1F2A3D;
  letter-spacing: -0.02em;
  margin: 48px 0 18px;
}
.drj-body__content a { color: var(--apoh-blue); font-weight: 700; text-decoration: none; }

/* ── Books Banner ── */
.drj-books {
  background: linear-gradient(135deg, #2C1810 0%, #4A2C1A 100%);
  padding: 48px 32px;
}

.drj-books__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.drj-books__eyebrow {
  font-size: 11px;
  font-weight: 800;
  color: #F4B72A;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.drj-books__title {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.drj-books__note {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.drj-books__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #F4B72A;
  color: #1F2A3D;
  padding: 14px 24px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(244, 183, 42, 0.35);
  flex: 0 0 auto;
}
.drj-books__cta:hover { text-decoration: none; opacity: 0.9; }

.drj-books__photo {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 8px;
  flex: 0 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* ── Legacy Stats ── */
.drj-legacy {
  background: var(--bg-subtle);
  padding: 64px 32px;
  border-top: 1px solid var(--border-hairline);
  border-bottom: 1px solid var(--border-hairline);
}

.drj-legacy__header {
  text-align: center;
  margin-bottom: 36px;
}

.drj-legacy__title {
  font-size: 36px;
  font-weight: 900;
  color: #1F2A3D;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0;
  text-wrap: balance;
}

.drj-legacy__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.drj-legacy__stat {
  padding: 24px 16px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--border-hairline);
}

.drj-legacy__stat-value {
  font-family: var(--font-slab);
  font-size: 44px;
  font-weight: 900;
  color: var(--apoh-blue);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 8px;
}

.drj-legacy__stat-label {
  font-size: 13px;
  color: #585961;
  font-weight: 600;
}

@media (max-width: 768px) {
  .drj-body { padding: 40px 20px; }
  .drj-body__quote { font-size: 18px; }
  .drj-legacy__grid { grid-template-columns: repeat(2, 1fr); }
  .drj-legacy__title { font-size: 28px; }
}

/* ── Special Programs Grid ── */
.sp-grid__header { margin-bottom: 36px; }

.sp-grid__title {
  font-size: 36px;
  font-weight: 900;
  color: #1F2A3D;
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 720px;
}

.sp-grid__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.sp-card {
  display: block;
  background: var(--bg-subtle);
  border-radius: 18px;
  border: 2px solid var(--border-hairline);
  padding: 36px 32px;
  text-decoration: none;
  color: inherit;
  transition: all var(--dur-base);
}

.sp-card:hover {
  border-color: var(--sp-accent);
  transform: translateY(-2px);
  text-decoration: none;
}

.sp-card__num {
  font-family: var(--font-slab);
  font-size: 14px;
  font-weight: 700;
  color: var(--sp-accent);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.sp-card__title {
  font-size: 22px;
  font-weight: 900;
  color: #1F2A3D;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.sp-card__desc {
  font-size: 15px;
  line-height: 1.6;
  color: #585961;
  margin: 0 0 18px;
}

.sp-card__cta {
  font-size: 13px;
  font-weight: 800;
  color: var(--sp-accent);
  letter-spacing: 0.02em;
}

/* ── Prose ── */
.sp-prose__heading {
  font-size: 32px;
  font-weight: 900;
  color: #1F2A3D;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  text-align: center;
}

.sp-prose__body {
  font-size: 17px;
  line-height: 1.75;
  color: #3D3F47;
}
.sp-prose__body p { margin: 0 0 18px; }

@media (max-width: 768px) {
  .sp-grid__cards { grid-template-columns: 1fr; }
  .sp-grid__title { font-size: 28px; }
}
