:root {
  --forest-900: #15352f;
  --forest-700: #245349;
  --forest-100: #e9f1ee;
  --sunrise-500: #d97b45;
  --sunrise-300: #efb07d;
  --cream-50: #f8f5ef;
  --cream-100: #f2ebdf;
  --sand-200: #ead8bf;
  --ink-900: #1f2a2a;
  --ink-600: #5c6768;
  --white: #ffffff;
  --shadow-soft: 0 18px 40px rgba(21, 53, 47, 0.10);
  --shadow-deep: 0 28px 70px rgba(21, 53, 47, 0.18);
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  --radius-2xl: 2rem;
}

body {
  font-family: 'Manrope', sans-serif;
  background: linear-gradient(180deg, #f9f7f2 0%, #fffdf9 35%, #f5efe4 100%);
  color: var(--ink-900);
}

h1, h2, h3, h4, h5, .section-title, .display-3, .display-4, .display-5 {
  font-family: 'Source Serif 4', serif;
  letter-spacing: -0.02em;
}

main {
  min-height: 50vh;
}

.site-navbar {
  background: rgba(21, 53, 47, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--white);
}

.brand-mark {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--sunrise-500), var(--sunrise-300));
  color: var(--white);
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}

.brand-text {
  font-weight: 800;
  max-width: 15rem;
  line-height: 1.1;
  font-size: 0.95rem;
}

.hero {
  background: radial-gradient(circle at top right, rgba(239, 176, 125, 0.25), transparent 22%), linear-gradient(135deg, #102723 0%, #1f4b42 55%, #2d6658 100%);
  color: var(--white);
}

.hero-home {
  padding-bottom: 1rem;
}

.hero-panel,
.content-card,
.project-card,
.story-card,
.gallery-card,
.testimonial-card,
.ministry-card,
.dashboard-widget,
.card-soft,
.stat-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.hero-panel,
.content-card,
.project-card,
.story-card,
.gallery-card,
.testimonial-card,
.ministry-card,
.dashboard-widget,
.card-soft {
  padding: 1.5rem;
}

.hero-image,
.project-image,
.gallery-image {
  object-fit: cover;
  width: 100%;
}

.hero-image {
  min-height: 260px;
  max-height: 420px;
}

.project-image,
.gallery-image {
  height: 240px;
}

.hero-mini-card {
  background: linear-gradient(180deg, #fffaf4, #f7efe4);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.text-dark.eyebrow,
.page-header .eyebrow,
.donation-cta .eyebrow {
  background: var(--sand-200);
  color: var(--forest-900);
}

.section-pad {
  padding: 4.5rem 0;
}

.section-intro {
  max-width: 48rem;
  margin-inline: auto;
}

.bg-cream,
.page-header,
.dashboard-body {
  background: var(--cream-50);
}

.bg-sand {
  background: linear-gradient(180deg, #f8f1e6, #ecdfcc);
}

.btn-sunrise {
  background: linear-gradient(135deg, var(--sunrise-500), #e18d58);
  color: var(--white);
  border: none;
  box-shadow: 0 12px 25px rgba(217, 123, 69, 0.24);
}

.btn-sunrise:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.icon-badge {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 123, 69, 0.12);
  color: var(--sunrise-500);
  font-size: 1.4rem;
}

.stat-card {
  padding: 1.5rem;
  text-align: center;
  height: 100%;
}

.stat-value,
.widget-value {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.stat-label,
.widget-label {
  margin-top: 0.6rem;
  color: var(--ink-600);
}

.progress {
  height: 0.65rem;
  border-radius: 999px;
  background: rgba(21, 53, 47, 0.10);
}

.progress-bar {
  background: linear-gradient(90deg, var(--sunrise-500), var(--sunrise-300));
}

.testimonial-card {
  position: relative;
  padding-top: 2.8rem;
}

.quote-mark {
  position: absolute;
  top: 0.75rem;
  left: 1.25rem;
  font-family: 'Source Serif 4', serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(217, 123, 69, 0.22);
}

.donation-cta-section {
  background: linear-gradient(135deg, #163933, #27594d);
}

.donation-cta {
  padding: 2rem;
  border-radius: var(--radius-2xl);
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
}

.donation-cta .section-title {
  max-width: 42rem;
}

.site-footer {
  background: linear-gradient(135deg, #122b27, #1d473f);
}

.footer-heading {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.75);
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.footer-links li + li {
  margin-top: 0.6rem;
}

.footer-links a,
.site-footer a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
}

.footer-links a:hover,
.site-footer a:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
}

.form-control,
.form-select {
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(21, 53, 47, 0.10);
  background: rgba(255,255,255,0.94);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(217, 123, 69, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(217, 123, 69, 0.15);
}

.check-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.check-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.85rem;
}

.check-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--sunrise-500);
  font-weight: 800;
}

.dashboard-shell {
  min-height: 100vh;
}

.dashboard-sidebar {
  background: linear-gradient(180deg, #fffdf9, #f3ede1);
  padding: 1.5rem;
  border-right: 1px solid rgba(21, 53, 47, 0.08);
  width: 100%;
}

.admin-sidebar {
  background: linear-gradient(180deg, #f7f6f1, #ebe7dd);
}

.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.sidebar-profile {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.avatar-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--sunrise-500), var(--sunrise-300));
  color: var(--white);
  font-weight: 800;
}

.sidebar-nav {
  display: grid;
  gap: 0.35rem;
}

.sidebar-link {
  display: block;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  color: var(--ink-900);
  text-decoration: none;
  font-weight: 600;
}

.sidebar-link:hover,
.sidebar-link.active {
  background: var(--forest-900);
  color: var(--white);
}

.dashboard-main {
  padding: 1.25rem;
}

.dashboard-topbar {
  padding: 1.25rem 0 0.75rem;
}

.dashboard-section {
  padding: 0.5rem 0 2rem;
}

.dashboard-widget {
  background: linear-gradient(180deg, #fffaf3, #f1e8da);
}

.widget-icon {
  font-size: 1.75rem;
  color: var(--sunrise-500);
}

.list-item-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(21, 53, 47, 0.08);
}

.list-item-row:last-child {
  border-bottom: none;
}

.table > :not(caption) > * > * {
  padding: 1rem 0.75rem;
  background: transparent;
}

@media (min-width: 992px) {
  .dashboard-sidebar {
    width: 310px;
    min-height: 100vh;
    position: sticky;
    top: 0;
  }

  .dashboard-main {
    padding: 2rem 2.25rem;
  }
}

@media (max-width: 991.98px) {
  .brand-text {
    max-width: 11rem;
    font-size: 0.86rem;
  }

  .section-pad {
    padding: 3.5rem 0;
  }

  .hero-home .display-3 {
    font-size: 2.6rem;
  }
}

@media (max-width: 575.98px) {
  .hero-home .display-3,
  .hero-inner .display-4,
  .page-header .display-5 {
    font-size: 2.15rem;
  }

  .hero-panel,
  .content-card,
  .project-card,
  .story-card,
  .gallery-card,
  .testimonial-card,
  .ministry-card,
  .dashboard-widget,
  .card-soft,
  .stat-card {
    padding: 1.25rem;
  }
}
.page-banner {
  background: var(--cream-50);
}

.newsletter-card {
  background: linear-gradient(180deg, #fffaf4, #f2e9dc);
  border-radius: var(--radius-2xl);
  padding: 2rem;
  box-shadow: var(--shadow-soft);
}

.dashboard-sidebar-shell {
  width: 100%;
}

.compact-nav .sidebar-link {
  background: rgba(21, 53, 47, 0.04);
}
.home-intro-section {
  position: relative;
}

.intro-card {
  border: 1px solid rgba(21, 53, 47, 0.06);
}

.program-card,
.story-preview-card,
.image-stack-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  padding: 1.5rem;
}

.program-image,
.story-preview-image,
.why-partner-image {
  width: 100%;
  object-fit: cover;
}

.program-image,
.story-preview-image {
  height: 220px;
}

.why-partner-image {
  min-height: 320px;
  max-height: 520px;
}

.partner-point {
  height: 100%;
  padding: 1rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #fffaf4, #f3ecdf);
}

.partner-point strong {
  display: block;
  margin-bottom: 0.35rem;
}

.partner-point span {
  color: var(--ink-600);
  display: block;
  line-height: 1.6;
}

.footer-contact span {
  color: rgba(255,255,255,0.82);
}

.social-links a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
  text-decoration: none;
}

.social-links a:hover {
  background: rgba(255,255,255,0.18);
  color: var(--white);
}

@media (max-width: 575.98px) {
  .program-card,
  .story-preview-card,
  .image-stack-card {
    padding: 1.25rem;
  }
}
.about-feature-image,
.team-image {
  width: 100%;
  object-fit: cover;
}

.about-feature-image {
  min-height: 320px;
  max-height: 520px;
}

.highlight-card {
  background: linear-gradient(180deg, #fffaf4, #f3ebdf);
}

.alt-highlight-card {
  background: linear-gradient(180deg, #f8f2e9, #eadfce);
}

.value-card,
.team-card,
.timeline-card,
.need-panel {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.value-card,
.team-card,
.timeline-card {
  padding: 1.5rem;
}

.need-panel {
  padding: 1.5rem;
}

.need-item + .need-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(21, 53, 47, 0.08);
}

.need-item strong {
  display: block;
  margin-bottom: 0.35rem;
}

.need-item span {
  color: var(--ink-600);
  line-height: 1.65;
}

.team-image {
  height: 260px;
}

.timeline-wrap {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  display: grid;
  gap: 1rem;
}

.timeline-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--forest-900);
  color: var(--white);
  font-weight: 800;
}

@media (min-width: 768px) {
  .timeline-item {
    grid-template-columns: 110px 1fr;
    align-items: start;
  }
}

@media (max-width: 575.98px) {
  .value-card,
  .team-card,
  .timeline-card,
  .need-panel {
    padding: 1.25rem;
  }
}
.quote-panel,
.foundation-card,
.objective-card,
.action-grid {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.quote-panel,
.foundation-card,
.objective-card {
  padding: 1.5rem;
}

.quote-panel {
  position: relative;
  background: linear-gradient(180deg, #fffaf4, #f3ebdf);
  min-height: 100%;
}

.alt-quote-panel {
  background: linear-gradient(180deg, #f6efe4, #eadcca);
}

.quote-text {
  font-family: 'Source Serif 4', serif;
  font-size: 1.35rem;
  line-height: 1.6;
  margin: 1.5rem 0 1rem;
}

.quote-ref {
  font-weight: 700;
  color: var(--forest-900);
}

.foundation-card,
.objective-card {
  height: 100%;
}

.action-grid {
  padding: 1.5rem;
  display: grid;
  gap: 1rem;
}

.action-item {
  padding: 1rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #fffaf4, #f2ebdf);
}

.action-item strong {
  display: block;
  margin-bottom: 0.35rem;
}

.action-item span {
  color: var(--ink-600);
  line-height: 1.65;
  display: block;
}

@media (max-width: 575.98px) {
  .quote-panel,
  .foundation-card,
  .objective-card,
  .action-grid {
    padding: 1.25rem;
  }

  .quote-text {
    font-size: 1.15rem;
  }
}
.map-placeholder-card,
.field-card,
.prayer-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.map-placeholder-card,
.field-card,
.prayer-card {
  padding: 1.5rem;
}

.map-placeholder-card {
  background: linear-gradient(180deg, #fffaf4, #efe3cf);
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.map-region {
  min-height: 150px;
  border-radius: 1.25rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  box-shadow: inset 0 -80px 120px rgba(0,0,0,0.16);
}

.map-region strong {
  display: block;
  margin-bottom: 0.25rem;
}

.map-region span {
  font-size: 0.95rem;
  line-height: 1.5;
}

.map-region-north {
  background: linear-gradient(135deg, #2c5f53, #3e7d6f);
}

.map-region-east {
  background: linear-gradient(135deg, #4d6b3f, #739354);
}

.map-region-south {
  background: linear-gradient(135deg, #8a5b37, #b57b53);
}

.map-region-central {
  background: linear-gradient(135deg, #35556f, #547c9c);
}

.map-note {
  color: var(--ink-600);
  font-size: 0.95rem;
}

.field-image,
.field-story-image {
  width: 100%;
  object-fit: cover;
}

.field-image {
  height: 240px;
}

.field-story-image {
  min-height: 320px;
  max-height: 500px;
}

.field-detail + .field-detail {
  margin-top: 0.85rem;
}

.field-detail strong {
  display: block;
  margin-bottom: 0.2rem;
}

.field-detail span {
  color: var(--ink-600);
  line-height: 1.65;
  display: block;
}

@media (max-width: 767.98px) {
  .map-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .map-placeholder-card,
  .field-card,
  .prayer-card {
    padding: 1.25rem;
  }
}
.step-card,
.impact-benefit-card,
.child-card,
.plan-card,
.faq-item,
.trust-grid {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.step-card,
.impact-benefit-card,
.child-card,
.plan-card {
  padding: 1.5rem;
}

.step-number {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--forest-900);
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0.05em;
}

.sponsor-hero-image,
.child-image {
  width: 100%;
  object-fit: cover;
}

.sponsor-hero-image {
  min-height: 320px;
  max-height: 500px;
}

.child-image {
  height: 220px;
}

.featured-plan {
  background: linear-gradient(135deg, #183a34, #27584d);
}

.plan-check-list li,
.featured-plan .check-list li::before {
  color: var(--white);
}

.faq-accordion {
  display: grid;
  gap: 1rem;
}

.faq-item {
  border: 0;
  overflow: hidden;
}

.faq-item .accordion-button,
.faq-item .accordion-body {
  background: transparent;
}

.faq-item .accordion-button {
  font-weight: 700;
  box-shadow: none;
}

.faq-item .accordion-button:not(.collapsed) {
  color: var(--forest-900);
}

.trust-grid {
  padding: 1.5rem;
  display: grid;
  gap: 1rem;
}

.trust-item {
  padding: 1rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #fffaf4, #f2ebdf);
}

.trust-item strong {
  display: block;
  margin-bottom: 0.35rem;
}

.trust-item span {
  display: block;
  color: var(--ink-600);
  line-height: 1.65;
}

@media (max-width: 575.98px) {
  .step-card,
  .impact-benefit-card,
  .child-card,
  .plan-card,
  .trust-grid {
    padding: 1.25rem;
  }
}
.engagement-card,
.step-card,
.trust-item,
.get-involved-image {
  border-radius: var(--radius-xl);
}

.engagement-card {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
  padding: 1.5rem;
}

.get-involved-image {
  width: 100%;
  object-fit: cover;
  min-height: 320px;
  max-height: 500px;
}

@media (max-width: 575.98px) {
  .engagement-card {
    padding: 1.25rem;
  }
}
.donation-interface-card,
.giving-summary-card,
.trust-signal-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.donation-interface-card,
.giving-summary-card,
.trust-signal-card {
  padding: 1.5rem;
}

.frequency-option,
.amount-option,
.designation-option {
  border: 1px solid rgba(21, 53, 47, 0.10);
  background: rgba(255,255,255,0.94);
  border-radius: 1rem;
  padding: 0.95rem 1rem;
  font-weight: 700;
  color: var(--ink-900);
}

.active-option {
  background: linear-gradient(135deg, #183a34, #2a5c50);
  color: var(--white);
  border-color: transparent;
}

.custom-amount-group .input-group-text {
  border-radius: 1rem 0 0 1rem;
  border: 1px solid rgba(21, 53, 47, 0.10);
  background: rgba(255,255,255,0.94);
}

.custom-amount-group .form-control {
  border-radius: 0 1rem 1rem 0;
}

.impact-preview-list {
  display: grid;
  gap: 1rem;
}

.impact-preview-item {
  padding: 1rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #fffaf4, #f2ebdf);
}

.impact-preview-item strong {
  display: block;
  margin-bottom: 0.35rem;
}

.impact-preview-item span {
  color: var(--ink-600);
  display: block;
  line-height: 1.65;
}

@media (max-width: 575.98px) {
  .donation-interface-card,
  .giving-summary-card,
  .trust-signal-card {
    padding: 1.25rem;
  }
}
.featured-post-card,
.blog-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.featured-post-card,
.blog-card {
  padding: 1.5rem;
}

.featured-post-image,
.blog-card-image {
  width: 100%;
  object-fit: cover;
}

.featured-post-image {
  min-height: 320px;
  max-height: 500px;
}

.blog-card-image {
  height: 220px;
}

.sidebar-chip {
  display: block;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  background: rgba(21, 53, 47, 0.05);
  color: var(--ink-900);
  text-decoration: none;
  font-weight: 600;
}

.sidebar-chip:hover {
  background: var(--forest-900);
  color: var(--white);
}

.recent-post-link {
  display: block;
  text-decoration: none;
  color: var(--ink-900);
}

.recent-post-link strong {
  display: block;
  margin-bottom: 0.2rem;
}

.recent-post-link span {
  color: var(--ink-600);
  font-size: 0.95rem;
}

.custom-pagination .page-link {
  border: 0;
  border-radius: 999px;
  margin-right: 0.5rem;
  color: var(--ink-900);
  box-shadow: var(--shadow-soft);
}

.custom-pagination .page-item.active .page-link {
  background: var(--forest-900);
}

@media (max-width: 575.98px) {
  .featured-post-card,
  .blog-card {
    padding: 1.25rem;
  }
}
.blog-post-hero-card,
.article-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.blog-post-hero-card,
.article-card {
  padding: 1.5rem;
}

.blog-post-hero-image {
  width: 100%;
  object-fit: cover;
  min-height: 320px;
  max-height: 560px;
}

.article-body {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--ink-900);
}

.article-body p + p,
.article-body h2,
.article-body blockquote {
  margin-top: 1.5rem;
}

.article-body h2 {
  font-size: 1.7rem;
}

.article-lead {
  font-size: 1.2rem;
  color: var(--ink-600);
}

.article-quote {
  margin: 2rem 0;
  padding: 1.5rem;
  border-left: 4px solid var(--sunrise-500);
  background: linear-gradient(180deg, #fffaf4, #f3ebdf);
  border-radius: 0 1rem 1rem 0;
}

.article-quote p {
  margin: 0;
  font-family: 'Source Serif 4', serif;
  font-size: 1.35rem;
  line-height: 1.7;
}

.sticky-sidebar {
  position: sticky;
  top: 100px;
}

@media (max-width: 991.98px) {
  .sticky-sidebar {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .blog-post-hero-card,
  .article-card {
    padding: 1.25rem;
  }

  .article-body {
    font-size: 1rem;
  }
}
.featured-story-card,
.story-testimony-card,
.video-placeholder-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.featured-story-card,
.story-testimony-card {
  padding: 1.5rem;
}

.featured-story-image,
.story-testimony-image {
  width: 100%;
  object-fit: cover;
}

.featured-story-image {
  min-height: 320px;
  max-height: 520px;
}

.story-testimony-image {
  height: 240px;
}

.video-placeholder-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: linear-gradient(135deg, #183a34, #27584d);
  color: var(--white);
}

.video-play-button {
  width: 5rem;
  height: 5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.14);
  font-size: 2rem;
}

.video-placeholder-text {
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (max-width: 575.98px) {
  .featured-story-card,
  .story-testimony-card {
    padding: 1.25rem;
  }
}
.gallery-filter-chip {
  border: 1px solid rgba(21, 53, 47, 0.10);
  background: rgba(255,255,255,0.94);
  border-radius: 999px;
  padding: 0.9rem 1.25rem;
  font-weight: 700;
  color: var(--ink-900);
}

.gallery-masonry {
  column-count: 3;
  column-gap: 1.25rem;
}

.gallery-tile {
  break-inside: avoid;
  margin-bottom: 1.25rem;
}

.gallery-tile-inner,
.featured-album-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.gallery-tile-inner {
  position: relative;
}

.gallery-tile-image {
  width: 100%;
  display: block;
  object-fit: cover;
  min-height: 240px;
}

.gallery-tile-tall .gallery-tile-image {
  min-height: 360px;
}

.gallery-tile-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.25rem;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.68));
}

.featured-album-card {
  padding: 1.5rem;
}

.album-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.album-preview-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.album-preview-wide {
  grid-column: 1 / -1;
  height: 240px;
}

@media (max-width: 991.98px) {
  .gallery-masonry {
    column-count: 2;
  }
}

@media (max-width: 767.98px) {
  .gallery-masonry {
    column-count: 1;
  }
}

@media (max-width: 575.98px) {
  .featured-album-card {
    padding: 1.25rem;
  }
}
.contact-info-card,
.contact-form-card,
.map-placeholder-panel,
.help-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.contact-info-card,
.contact-form-card,
.help-card {
  padding: 1.5rem;
}

.map-placeholder-panel {
  min-height: 260px;
  padding: 1rem;
  background: linear-gradient(135deg, #183a34, #27584d);
}

.map-placeholder-inner {
  height: 100%;
  border-radius: calc(var(--radius-xl) - 0.5rem);
  border: 1px dashed rgba(255,255,255,0.26);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  gap: 0.8rem;
  padding: 1.5rem;
}

.map-pin-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  font-size: 1.5rem;
}

.map-placeholder-title {
  font-weight: 800;
}

.map-placeholder-copy {
  color: rgba(255,255,255,0.82);
  max-width: 18rem;
}

@media (max-width: 575.98px) {
  .contact-info-card,
  .contact-form-card,
  .help-card {
    padding: 1.25rem;
  }
}
.auth-page-shell {
  background: radial-gradient(circle at top right, rgba(239, 176, 125, 0.18), transparent 28%), linear-gradient(180deg, #f8f5ef 0%, #f2eadf 100%);
}

.auth-split-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-deep);
}

.auth-brand-panel {
  padding: 2.5rem;
  background: radial-gradient(circle at top right, rgba(239, 176, 125, 0.18), transparent 25%), linear-gradient(135deg, #102723 0%, #1f4b42 55%, #2d6658 100%);
  color: var(--white);
}

.auth-form-panel {
  padding: 2.5rem 1.75rem;
  background: linear-gradient(180deg, #fffdfa, #f8f3ea);
}

.auth-form-wrap {
  max-width: 34rem;
}

.auth-brand-points {
  display: grid;
  gap: 0.85rem;
}

.auth-brand-point {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.08);
}

.social-auth-btn {
  padding-block: 0.9rem;
  font-weight: 700;
}

.auth-divider {
  position: relative;
  text-align: center;
}

.auth-divider::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(21, 53, 47, 0.10);
}

.auth-divider span {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  background: #fbf7f1;
  color: var(--ink-600);
  font-size: 0.95rem;
}

.auth-link {
  color: var(--forest-900);
  text-decoration: none;
}

.auth-link:hover {
  color: var(--sunrise-500);
}

@media (max-width: 991.98px) {
  .auth-brand-panel,
  .auth-form-panel {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .auth-brand-panel,
  .auth-form-panel {
    padding: 1.5rem 1.25rem;
  }
}
.dashboard-welcome-card {
  background: linear-gradient(135deg, rgba(255, 248, 238, 0.98), rgba(245, 235, 218, 0.98));
  border: 1px solid rgba(21, 53, 47, 0.08);
  border-radius: 1.75rem;
  padding: 1.75rem;
  box-shadow: var(--shadow-soft);
}

.dashboard-spotlight-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1.25rem;
  padding: 1.25rem;
  border: 1px solid rgba(21, 53, 47, 0.08);
}

.dashboard-actions-bar {
  border: 1px solid rgba(21, 53, 47, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 236, 0.98));
}

.dashboard-stack {
  align-content: start;
}

.dashboard-table thead th {
  color: var(--ink-700);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom-color: rgba(21, 53, 47, 0.08);
}

.dashboard-table tbody tr:last-child td {
  border-bottom: none;
}

.dashboard-list-row {
  padding-left: 0;
  padding-right: 0;
}

.latest-update-card {
  background: linear-gradient(180deg, #fffef9, #f6efe2);
}

.portal-summary-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(21, 53, 47, 0.08);
  border-radius: 1.1rem;
  padding: 1rem 1.05rem;
}

.profile-detail-card,
.sponsorship-dashboard-card,
.application-card,
.message-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(21, 53, 47, 0.08);
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 18px 40px rgba(25, 33, 52, 0.05);
}

.profile-detail-card label {
  display: block;
  margin-bottom: 0.35rem;
}

.mini-stat-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(21, 53, 47, 0.08);
  color: var(--ink-700);
}

.mini-stat-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mini-stat-row:first-child {
  padding-top: 0;
}

.application-next-step {
  display: grid;
  gap: 0.35rem;
  background: rgba(21, 53, 47, 0.04);
  border-radius: 1rem;
  padding: 0.95rem 1rem;
}

.application-next-step span {
  color: var(--ink-700);
}

.dashboard-section .form-control,
.dashboard-section .form-select {
  min-height: 48px;
  border-radius: 1rem;
}

.dashboard-section textarea.form-control {
  min-height: 120px;
}

.message-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.message-card.is-new {
  border-color: rgba(213, 141, 70, 0.35);
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(255, 255, 255, 0.98));
}

.message-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(25, 33, 52, 0.08);
}

@media (max-width: 767.98px) {
  .dashboard-welcome-card,
  .profile-detail-card,
  .sponsorship-dashboard-card,
  .application-card,
  .message-card {
    padding: 1.1rem;
  }
}
.admin-shell {
  background: #f6f3ed;
}

.admin-body .dashboard-sidebar {
  background: linear-gradient(180deg, #17352f, #224a42);
  border-right: none;
}

.admin-body .sidebar-brand,
.admin-body .sidebar-profile,
.admin-body .admin-sidebar-footer,
.admin-body .sidebar-link {
  color: #ffffff;
}

.admin-body .sidebar-profile {
  background: rgba(255, 255, 255, 0.08);
}

.admin-body .sidebar-profile .text-muted,
.admin-body .sidebar-brand .text-muted,
.admin-body .admin-sidebar-footer .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

.admin-body .sidebar-link {
  background: rgba(255, 255, 255, 0.05);
}

.admin-body .sidebar-link:hover,
.admin-body .sidebar-link.active {
  background: #f4e6ca;
  color: var(--forest-900);
}

.admin-body .btn-outline-dark {
  border-color: rgba(255, 255, 255, 0.25);
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0 0.75rem;
}

.admin-topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.admin-search-wrap {
  position: relative;
  min-width: min(100%, 320px);
}

.admin-search-wrap i {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  color: var(--ink-500);
}

.admin-search-wrap .form-control {
  padding-left: 2.7rem;
  border-radius: 999px;
  min-height: 48px;
  border-color: rgba(21, 53, 47, 0.1);
}

.admin-profile-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(21, 53, 47, 0.08);
  border-radius: 999px;
  padding: 0.5rem 0.8rem 0.5rem 0.55rem;
  background: rgba(255, 255, 255, 0.95);
}

.small-avatar {
  width: 2.2rem;
  height: 2.2rem;
  font-size: 0.95rem;
}

.admin-panel-card {
  background: rgba(255, 255, 255, 0.96);
}

.admin-panel-head,
.admin-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.admin-filter-group {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  flex: 1 1 540px;
}

.admin-filter-group .form-control,
.admin-filter-group .form-select {
  min-height: 46px;
  border-radius: 1rem;
  border-color: rgba(21, 53, 47, 0.1);
  min-width: 170px;
}

.table-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.admin-resource-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(21, 53, 47, 0.08);
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 18px 40px rgba(25, 33, 52, 0.05);
}

.admin-sidebar-footer .btn-outline-dark {
  color: #fff;
}

.admin-sidebar-footer .btn-outline-dark:hover {
  color: var(--forest-900);
  background: #f4e6ca;
  border-color: #f4e6ca;
}

@media (max-width: 991.98px) {
  .admin-topbar {
    align-items: stretch;
  }

  .admin-topbar-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-search-wrap {
    min-width: 100%;
  }
}
.admin-main {
  padding-inline: clamp(1rem, 2.4vw, 2.5rem);
  padding-bottom: 2.5rem;
}

.admin-page-title {
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink-900);
}

.admin-topbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0.25rem;
}

.admin-topbar-copy {
  max-width: 42rem;
}

.admin-topbar-actions {
  gap: 0.75rem;
}

.admin-search-wrap {
  min-width: min(100%, 360px);
}

.admin-search-wrap .form-control,
.admin-filter-group .form-control,
.admin-filter-group .form-select {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(21, 53, 47, 0.08);
  box-shadow: none;
}

.admin-search-wrap .form-control:focus,
.admin-filter-group .form-control:focus,
.admin-filter-group .form-select:focus {
  border-color: rgba(21, 53, 47, 0.18);
  box-shadow: 0 0 0 0.2rem rgba(32, 74, 66, 0.08);
}

.admin-quick-action {
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(21, 53, 47, 0.08);
  padding: 0.75rem 1rem;
  color: var(--ink-900);
}

.admin-sidebar-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.25rem;
}

.admin-sidebar-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.72);
  font-weight: 700;
}

.admin-sidebar-note {
  display: grid;
  gap: 0.5rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 1.15rem;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
}

.admin-sidebar-note span {
  font-size: 0.94rem;
  line-height: 1.5;
}

.admin-dashboard-section {
  padding-top: 0.25rem;
}

.admin-hero-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 252, 246, 0.98), rgba(244, 233, 212, 0.96));
  border: 1px solid rgba(21, 53, 47, 0.08);
  border-radius: 1.8rem;
  padding: clamp(1.35rem, 2.5vw, 2.2rem);
  box-shadow: 0 28px 60px rgba(25, 33, 52, 0.08);
}

.admin-hero-card::after {
  content: '';
  position: absolute;
  right: -3rem;
  top: -3rem;
  width: 12rem;
  height: 12rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(213,141,70,0.2), rgba(213,141,70,0));
}

.admin-hero-title {
  font-size: clamp(1.65rem, 2.8vw, 2.5rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.04em;
  max-width: 16ch;
}

.admin-hero-cta {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.74);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(21, 53, 47, 0.08);
  border-radius: 1.4rem;
  padding: 1.25rem;
}

.admin-hero-metric {
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink-900);
  margin: 0.35rem 0 0.5rem;
}

.admin-body .dashboard-widget {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(249,245,238,0.98));
  border: 1px solid rgba(21, 53, 47, 0.08);
  border-radius: 1.4rem;
  box-shadow: 0 18px 40px rgba(25, 33, 52, 0.05);
}

.admin-body .widget-value {
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--ink-900);
}

.admin-body .widget-label {
  color: var(--ink-700);
  margin-top: 0.2rem;
}

.admin-body .widget-icon {
  color: rgba(32, 74, 66, 0.58);
}

.admin-panel-card {
  border-radius: 1.5rem;
  padding: clamp(1.15rem, 2.2vw, 1.6rem);
  border: 1px solid rgba(21, 53, 47, 0.07);
  box-shadow: 0 22px 50px rgba(25, 33, 52, 0.06);
}

.admin-panel-head {
  align-items: end;
}

.admin-panel-title {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink-900);
}

.admin-toolbar {
  gap: 1rem;
}

.admin-filter-group {
  gap: 0.65rem;
}

.dashboard-table thead th {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
}

.dashboard-table tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.admin-activity-row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.admin-action-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,240,229,0.98));
}

.admin-resource-card {
  border-radius: 1.35rem;
  padding: 1.35rem;
}

@media (max-width: 1199.98px) {
  .admin-hero-title {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .admin-main {
    padding-inline: 1rem;
  }

  .admin-topbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .admin-topbar-actions {
    width: 100%;
    align-items: stretch;
  }

  .admin-search-wrap,
  .admin-quick-action,
  .admin-profile-trigger {
    width: 100%;
  }

  .admin-profile-trigger {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .admin-hero-card,
  .admin-panel-card,
  .admin-resource-card,
  .admin-hero-cta {
    border-radius: 1.25rem;
  }

  .admin-panel-head,
  .admin-toolbar,
  .admin-filter-group {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-filter-group {
    flex: 1 1 auto;
  }

  .table-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
.premium-hero-section {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 8vw, 7rem) 0 clamp(4rem, 6vw, 5rem);
  background:
    radial-gradient(circle at top right, rgba(213, 141, 70, 0.18), transparent 26%),
    linear-gradient(180deg, #fff8f0 0%, #f6efe2 100%);
}

.premium-hero-title {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  color: var(--ink-900);
  max-width: 11ch;
}

.premium-hero-copy {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ink-700);
  max-width: 38rem;
}

.premium-hero-trust {
  color: var(--ink-700);
  font-weight: 500;
}

.hero-visual-wrap {
  position: relative;
  min-height: 34rem;
}

.hero-image-card {
  position: absolute;
  overflow: hidden;
  border-radius: 1.8rem;
  box-shadow: 0 28px 70px rgba(25, 33, 52, 0.12);
  background: #fff;
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-image-main {
  right: 0;
  top: 0;
  width: min(100%, 31rem);
  height: 30rem;
}

.hero-image-secondary {
  left: 0;
  bottom: 2rem;
  width: 14rem;
  height: 11rem;
  border: 6px solid rgba(255,255,255,0.8);
}

.floating-stat {
  position: absolute;
  display: grid;
  gap: 0.2rem;
  min-width: 11rem;
  padding: 0.9rem 1rem;
  border-radius: 1.2rem;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 20px 45px rgba(25, 33, 52, 0.12);
  backdrop-filter: blur(10px);
}

.floating-stat strong {
  font-size: 1.35rem;
  line-height: 1;
  color: var(--ink-900);
}

.floating-stat span {
  color: var(--ink-700);
  font-size: 0.92rem;
}

.floating-stat-a { right: 1rem; bottom: 0; }
.floating-stat-b { left: 1rem; top: 3rem; }
.floating-stat-c { right: 12rem; top: 1.5rem; }

.intro-story-card,
.mission-statement-highlight,
.pillar-card,
.program-premium-card,
.story-premium-card,
.update-premium-card,
.newsletter-premium-card {
  border-radius: 1.6rem;
  border: 1px solid rgba(21, 53, 47, 0.07);
  box-shadow: 0 24px 55px rgba(25, 33, 52, 0.06);
}

.mission-statement-highlight {
  background: linear-gradient(135deg, rgba(255, 252, 246, 0.98), rgba(244, 233, 212, 0.98));
}

.mission-highlight-quote {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.45;
  letter-spacing: -0.03em;
  color: var(--ink-900);
  font-weight: 600;
}

.pillar-card {
  height: 100%;
  padding: 1.6rem;
  background: rgba(255,255,255,0.95);
}

.pillar-icon {
  width: 3.3rem;
  height: 3.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(32, 74, 66, 0.08);
  color: var(--forest-900);
  font-size: 1.35rem;
}

.pillar-link {
  color: var(--forest-900);
  text-decoration: none;
  font-weight: 600;
}

.impact-band-section {
  padding-bottom: 2rem;
  background: var(--cream-50);
}

.impact-band-wrap {
  background: linear-gradient(135deg, #17352f, #244d44);
  border-radius: 1.8rem;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  box-shadow: 0 28px 60px rgba(18, 48, 42, 0.2);
}

.impact-band-item strong {
  display: block;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.impact-band-item span {
  display: block;
  color: rgba(255,255,255,0.78);
  margin-top: 0.5rem;
}

.program-premium-card {
  height: 100%;
  padding: 1.1rem 1.1rem 1.5rem;
  background: rgba(255,255,255,0.98);
}

.program-image-placeholder {
  min-height: 13rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: end;
  padding: 1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.program-shade-1 { background: linear-gradient(135deg, #bd7a30, #6f3f1d); }
.program-shade-2 { background: linear-gradient(135deg, #2f6f62, #17352f); }
.program-shade-3 { background: linear-gradient(135deg, #4d6178, #24323f); }
.program-shade-4 { background: linear-gradient(135deg, #8b623c, #4f3a25); }

.partner-reasons-grid {
  display: grid;
  gap: 0.9rem;
}

.partner-reason-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(21,53,47,0.07);
}

.partner-reason-item i {
  color: var(--forest-900);
}

.why-partner-image-card img,
.story-premium-image {
  width: 100%;
  object-fit: cover;
}

.story-premium-card,
.update-premium-card {
  height: 100%;
  padding: 1.25rem;
  background: rgba(255,255,255,0.98);
}

.story-quote {
  font-size: 1.03rem;
  line-height: 1.7;
  color: var(--ink-800);
}

.partnership-cta-wrap {
  border-radius: 1.8rem;
  padding: clamp(1.8rem, 4vw, 3rem);
  background: linear-gradient(135deg, #af6f26, #7e491f);
  box-shadow: 0 28px 60px rgba(126, 73, 31, 0.24);
  color: #fff;
}

.newsletter-premium-card {
  padding: clamp(1.4rem, 3vw, 2.2rem);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,243,235,0.98));
}

.newsletter-premium-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem;
}

.newsletter-premium-form .form-control {
  min-height: 54px;
  border-radius: 999px;
  border-color: rgba(21,53,47,0.08);
  padding-inline: 1.25rem;
}

.newsletter-privacy {
  color: var(--ink-600);
  font-size: 0.92rem;
}

.admin-modal-shell,
.admin-drawer-shell {
  border-radius: 1.6rem;
  border: 1px solid rgba(21,53,47,0.07);
  box-shadow: 0 28px 70px rgba(25, 33, 52, 0.14);
}

.admin-modal-shell .modal-body,
.admin-drawer-shell .offcanvas-body {
  padding-top: 1rem;
}

.admin-drawer-shell {
  width: min(100%, 34rem) !important;
}

.admin-detail-stack {
  display: grid;
  gap: 0.85rem;
}

.admin-detail-card {
  display: grid;
  gap: 0.3rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(21,53,47,0.04);
}

.admin-detail-card span {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-600);
}

.admin-detail-note,
.preview-card-shell {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(213,141,70,0.08);
  color: var(--ink-800);
}

.form-control,
.form-select {
  border-color: rgba(21,53,47,0.1);
}

@media (max-width: 991.98px) {
  .premium-hero-title {
    max-width: 100%;
  }

  .hero-visual-wrap {
    min-height: 26rem;
  }

  .hero-image-main {
    width: 100%;
    height: 22rem;
  }

  .hero-image-secondary {
    width: 10rem;
    height: 8rem;
  }

  .floating-stat-c {
    right: 2rem;
    top: auto;
    bottom: 5rem;
  }
}

@media (max-width: 767.98px) {
  .premium-hero-section {
    padding-top: 4rem;
  }

  .hero-visual-wrap {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }

  .hero-image-card,
  .floating-stat {
    position: static;
    width: 100%;
    height: auto;
  }

  .hero-image-main {
    height: 18rem;
  }

  .hero-image-secondary {
    display: none;
  }

  .floating-stat {
    min-width: auto;
  }

  .newsletter-premium-form {
    grid-template-columns: 1fr;
  }

  .impact-band-item {
    padding-inline: 0.25rem;
  }
}
body {
  color: var(--ink-800);
  text-rendering: optimizeLegibility;
}

main > section {
  position: relative;
}

.site-navbar {
  background: rgba(23, 53, 47, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.site-navbar .nav-link {
  font-weight: 500;
  padding-inline: 0.9rem;
}

.site-navbar .nav-link.active {
  color: #fff;
}

.section-pad {
  padding-top: clamp(4rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.section-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  max-width: 16ch;
}

.section-intro .section-title,
.d-flex .section-title,
.page-banner .display-5 {
  max-width: 18ch;
}

.eyebrow {
  letter-spacing: 0.14em;
}

.content-card,
.story-card,
.team-card,
.value-card,
.foundation-card,
.objective-card,
.field-card,
.prayer-card,
.contact-info-card,
.help-card,
.plan-card,
.child-card,
.engagement-card,
.blog-card,
.story-testimony-card,
.featured-post-card,
.featured-story-card,
.featured-album-card,
.contact-form-card,
.map-placeholder-panel,
.video-placeholder-card,
.program-card {
  border: 1px solid rgba(21, 53, 47, 0.07);
  box-shadow: 0 22px 50px rgba(25, 33, 52, 0.05);
}

.btn {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.btn-outline-dark,
.btn-outline-light,
.btn-light,
.btn-sunrise {
  min-height: 44px;
}

.page-banner {
  background:
    radial-gradient(circle at top right, rgba(213, 141, 70, 0.15), transparent 24%),
    linear-gradient(180deg, #fffaf4 0%, #f7f0e4 100%);
  border-bottom: 1px solid rgba(21, 53, 47, 0.05);
}

.page-banner-inner {
  max-width: 56rem;
}

.page-banner .display-5 {
  letter-spacing: -0.05em;
  line-height: 1.02;
  color: var(--ink-900);
}

.page-banner .lead {
  font-size: 1.08rem;
  line-height: 1.8;
}

.site-footer {
  background: linear-gradient(180deg, #102822, #17352f);
}

.footer-heading {
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}

.footer-links li + li {
  margin-top: 0.65rem;
}

.footer-links a,
.footer-links span {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.social-links a {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,0.08);
  text-decoration: none;
}

.social-links a:hover {
  background: rgba(255,255,255,0.16);
}

.newsletter-mock .form-control,
.newsletter-premium-form .form-control,
.contact-form-card .form-control,
.contact-form-card .form-select,
.auth-form-panel .form-control,
.auth-form-panel .form-select {
  min-height: 50px;
  border-radius: 1rem;
}

.auth-page-shell {
  background:
    radial-gradient(circle at top right, rgba(213, 141, 70, 0.14), transparent 24%),
    linear-gradient(180deg, #fff8f1 0%, #f4ede0 100%);
}

.auth-split-card {
  border-radius: 1.8rem;
  box-shadow: 0 28px 70px rgba(25, 33, 52, 0.12);
}

.auth-form-panel,
.auth-brand-panel {
  padding: clamp(1.6rem, 4vw, 3rem);
}

.auth-form-wrap {
  max-width: 34rem;
}

.hero-image,
.featured-post-image,
.featured-story-image,
.team-image,
field-image,
.program-image,
.story-preview-image,
.blog-card-image,
.story-testimony-image,
.child-image,
.gallery-tile-image {
  display: block;
}

.media-placeholder-card {
  min-height: 14rem;
  border-radius: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  border: 1px dashed rgba(21,53,47,0.18);
  background: linear-gradient(135deg, rgba(23,53,47,0.08), rgba(213,141,70,0.08));
}

.media-placeholder-label {
  font-weight: 700;
  color: var(--ink-700);
  letter-spacing: -0.02em;
}

.table-actions .btn-sm {
  min-height: 38px;
  padding-inline: 0.95rem;
}

.dashboard-table tbody tr:hover {
  background: rgba(21,53,47,0.025);
}

.badge {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.admin-filter-group .form-control::placeholder {
  color: var(--ink-500);
}

.admin-modal-shell .modal-header,
.admin-drawer-shell .offcanvas-header {
  padding-inline: 1.5rem;
}

.admin-modal-shell .modal-body,
.admin-modal-shell .modal-footer,
.admin-drawer-shell .offcanvas-body {
  padding-inline: 1.5rem;
}

.admin-modal-shell textarea,
.admin-drawer-shell textarea,
.admin-modal-shell .form-control,
.admin-modal-shell .form-select,
.admin-drawer-shell .form-control,
.admin-drawer-shell .form-select {
  border-radius: 1rem;
  min-height: 48px;
}

.preview-card-shell {
  line-height: 1.7;
}

.demo-notes-list {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.1rem;
}

.demo-notes-list li {
  color: var(--ink-700);
}

@media (max-width: 991.98px) {
  .section-title,
  .page-banner .display-5 {
    max-width: 100%;
  }

  .site-navbar .btn {
    width: 100%;
  }

  .site-navbar .navbar-nav {
    align-items: stretch !important;
    padding-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .page-banner .lead {
    font-size: 1rem;
  }

  .footer-bottom {
    text-align: center;
  }

  .content-card,
  .story-card,
  .plan-card,
  .blog-card,
  .contact-form-card,
  .admin-panel-card {
    padding: 1.1rem;
  }
}

.admin-thumb {
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.admin-inline-search {
  min-width: 180px;
}

.admin-empty-state {
  padding: 2rem;
  border: 1px dashed rgba(24, 37, 46, 0.18);
  border-radius: 1.5rem;
  background: rgba(246, 241, 231, 0.45);
}

.media-library-card {
  padding: 1rem;
  border-radius: 1.25rem;
}

.media-library-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #f4ece1;
}

@media (max-width: 767.98px) {
  .admin-thumb {
    width: 56px;
    height: 56px;
  }

  .media-library-image {
    height: 160px;
  }
}
.admin-filter-bar {
  display: grid;
  grid-template-columns: minmax(0, 2fr) repeat(2, minmax(180px, 1fr)) auto auto;
  gap: 0.9rem;
  align-items: end;
}

.admin-list-summary {
  color: #6c757d;
  font-size: 0.95rem;
}

.empty-state-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(229, 166, 104, 0.18), rgba(226, 124, 67, 0.12));
  color: #92400e;
  font-size: 1.75rem;
}

.admin-image-preview-card {
  min-height: 180px;
  border: 1px dashed rgba(30, 41, 59, 0.18);
  border-radius: 1.25rem;
  background: #f8fafc;
  padding: 1rem;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.admin-image-preview-empty {
  color: #94a3b8;
  text-align: center;
  font-size: 0.95rem;
}

.admin-image-preview-media {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.rich-editor-field .ql-toolbar.ql-snow,
.rich-editor-field .ql-container.ql-snow {
  border-color: rgba(15, 23, 42, 0.12);
}

.rich-editor-field .ql-toolbar.ql-snow {
  border-radius: 1rem 1rem 0 0;
  background: #fff;
}

.rich-editor-field .ql-container.ql-snow {
  border-radius: 0 0 1rem 1rem;
  background: #fff;
  min-height: 260px;
}

.rich-editor-field .ql-editor {
  min-height: 220px;
  font-size: 1rem;
  line-height: 1.75;
}

.cms-rich-copy p:last-child {
  margin-bottom: 0;
}

.cms-rich-copy h2,
.cms-rich-copy h3,
.cms-rich-copy h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: "Source Serif 4", serif;
  color: #111827;
}

.cms-rich-copy ul,
.cms-rich-copy ol {
  padding-left: 1.2rem;
}

.cms-rich-copy blockquote {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid #d97706;
  background: rgba(245, 158, 11, 0.08);
  border-radius: 0 1rem 1rem 0;
}

.media-library-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.admin-preview-modal .modal-content {
  border-radius: 1.5rem;
}

@media (max-width: 991.98px) {
  .admin-filter-bar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .admin-filter-bar {
    grid-template-columns: 1fr;
  }
}


.admin-note-block {
  white-space: pre-wrap;
  background: #f7f2e8;
  border: 1px solid rgba(33, 37, 41, 0.08);
  border-radius: 1rem;
  padding: 1rem;
  font-family: inherit;
  color: #5a5246;
}

.timeline-list {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1rem;
  background: #fff;
}

.receipt-card {
  max-width: 920px;
  margin: 0 auto;
}

.email-preview-surface {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1rem;
  background: #fffdf8;
  padding: 1.25rem;
}

.email-preview-text {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1rem;
  background: #f8f5ee;
  padding: 1rem;
  white-space: pre-wrap;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media print {
  .site-header,
  .site-footer,
  .btn,
  .navbar,
  .offcanvas,
  .admin-sidebar,
  .dashboard-sidebar {
    display: none !important;
  }

  body {
    background: #fff !important;
  }

  .receipt-card,
  .content-card {
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
}
