﻿/* Shared layouts for ministry, care, history, and visitor resources. */
.content-hero { padding: 150px 0 70px; background: var(--navy); color: var(--white); }
.content-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 64px; }
.content-hero h1 { font-family: var(--font-display); font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: 1.04; margin: 14px 0 24px; }
.content-hero p:not(.eyebrow) { font-size: 1.1rem; max-width: 52ch; color: var(--white); opacity: .85; }
.content-hero img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 28px 28px 100px 28px; }
.content-hero .breadcrumb { margin-top: 24px; color: var(--white); flex-wrap: wrap; }
.content-hero .breadcrumb a { color: var(--gold-2); }
.content-section { scroll-margin-top: 110px; }
.content-section:nth-child(odd) { background: var(--cream); }
.content-section h2 { max-width: 24ch; margin-bottom: 24px; font-size: clamp(2rem, 3.5vw, 3.1rem); }
.content-section p { max-width: 78ch; margin-bottom: 20px; }
.content-section .text-link { display: inline-block; margin: 8px 22px 8px 0; }
.content-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 24px; margin-top: 30px; }
.content-card { padding: 30px; border: 1px solid var(--line); background: var(--white); border-radius: 18px; min-width: 0; }
.content-card h3 { font-family: var(--font-display); font-size: 1.8rem; margin: 0 0 16px; color: var(--navy); }
.content-card p:last-child { margin-bottom: 0; }
.content-callout { padding: 32px; border-left: 3px solid var(--gold); background: var(--white); border-radius: 0 18px 18px 0; }
.content-jump-links, .content-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.content-jump-links a { padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: var(--white); }
.content-jump-links a:hover { background: var(--navy); color: var(--white); }
.partner-logo { display: inline-flex; align-items: center; justify-content: center; padding: 28px; background: #fff; border-radius: 12px; margin: 0 0 26px; min-height: 110px; }
.partner-logo img { width: 200px; max-width: 100%; height: 80px; object-fit: contain; }
.partner-logo--dark { background: var(--navy); }
.partner-logo--dark img { width: 300px; }
.offering-card { margin-top: 36px; max-width: 900px; }
.history-timeline { list-style: none; padding-left: 26px; border-left: 2px solid var(--gold); max-width: 800px; }
.history-timeline li { margin: 0 0 30px; padding: 0 0 12px 10px; }
.history-timeline h3 { font-family: var(--font-display); font-size: 1.8rem; }
.history-photo { margin: 0 0 26px; }
.history-photo img { width: auto; max-width: 100%; max-height: 480px; border-radius: 16px; }
.history-photo figcaption { font-size: .85rem; margin-top: 10px; color: var(--muted); }
.visitor-map { width: 100%; height: 380px; border: 0; border-radius: 18px; }
.arrival-options details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.arrival-options summary { cursor: pointer; font-size: 1.15rem; font-weight: 600; color: var(--navy); }
.arrival-options p { margin: 15px 0 0; }
@media (max-width: 760px) {
  .content-hero { padding: 125px 0 42px; }
  .content-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .content-hero img { aspect-ratio: 16 / 10; }
  .content-card, .content-callout { padding: 24px; }
}
@media print {
  .site-header, .mobile-drawer, .drawer-backdrop, .site-footer, .fab-visit, .back-to-top, .skip-link, .visitor-map, [data-print-guide], .content-hero img { display: none !important; }
  body, .content-hero, .content-section { background: white !important; color: black !important; }
  .content-hero { padding: 0; }
  .content-hero-grid { display: block; }
  .content-hero p:not(.eyebrow), .content-hero .breadcrumb { color: black; }
  .section { padding: 18px 0; }
  .container { width: 100%; }
  details { break-inside: avoid; }
  .content-hero h1 { font-size: 30pt; }
  .content-section h2 { font-size: 22pt; max-width: none; }
}
