/* IBADO EAST AFRICAN CHARITY FOUNDATION
   Prestige Editorial & Heritage Foundation Design System */

:root {
  --prestige-navy: #0a192f;
  --warm-ivory: #faf8f5;
  --champagne-gold: #d4af37;
  --paper-surface: #fcfbf9;
  --border-editorial: #e2d9cc;
  --text-primary: #1a1a2e;
  --text-muted: #5c5c6d;
  --forest-accent: #2d5a3d;
  --shadow-soft: 0 4px 24px rgba(10, 25, 47, 0.08);
  --shadow-card: 0 8px 32px rgba(10, 25, 47, 0.12);
  --transition-smooth: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Lora', Georgia, serif;
  --font-ui: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background-color: var(--warm-ivory);
  color: var(--text-primary);
  line-height: 1.75;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.font-ui { font-family: var(--font-ui); }

/* Legal Top Bar */
.legal-bar {
  background: var(--prestige-navy);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-ui);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  padding: 0.5rem 0;
  text-align: center;
  border-bottom: 2px solid var(--champagne-gold);
}

.legal-bar i { color: var(--champagne-gold); }

/* Navigation */
.navbar-prestige {
  background: rgba(250, 248, 245, 0.97) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-editorial);
  padding: 0.75rem 0;
  transition: var(--transition-smooth);
}

.navbar-prestige.scrolled {
  box-shadow: var(--shadow-soft);
}

.navbar-brand img {
  height: 58px;
  width: auto;
}

.navbar-prestige .nav-link {
  font-family: var(--font-ui);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--prestige-navy) !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.5rem 1rem !important;
  position: relative;
  transition: var(--transition-smooth);
}

.navbar-prestige .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--champagne-gold);
  transition: var(--transition-smooth);
  transform: translateX(-50%);
}

.navbar-prestige .nav-link:hover::after,
.navbar-prestige .nav-link.active::after { width: 70%; }

.navbar-prestige .nav-link.active { color: var(--champagne-gold) !important; }

.btn-donate-nav {
  background: var(--champagne-gold);
  color: var(--prestige-navy) !important;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.55rem 1.4rem;
  border: none;
  border-radius: 2px;
  transition: var(--transition-smooth);
}

.btn-donate-nav:hover {
  background: #c4a030;
  color: var(--prestige-navy);
  transform: translateY(-1px);
}

/* Buttons */
.btn-prestige-primary {
  background: var(--prestige-navy);
  color: #fff;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border: 2px solid var(--prestige-navy);
  border-radius: 2px;
  transition: var(--transition-smooth);
}

.btn-prestige-primary:hover {
  background: transparent;
  color: var(--prestige-navy);
}

.btn-prestige-gold {
  background: var(--champagne-gold);
  color: var(--prestige-navy);
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border: 2px solid var(--champagne-gold);
  border-radius: 2px;
  transition: var(--transition-smooth);
}

.btn-prestige-gold:hover {
  background: transparent;
  color: var(--champagne-gold);
  border-color: var(--champagne-gold);
}

.btn-prestige-outline {
  background: transparent;
  color: var(--prestige-navy);
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border: 2px solid var(--prestige-navy);
  border-radius: 2px;
  transition: var(--transition-smooth);
}

.btn-prestige-outline:hover {
  background: var(--prestige-navy);
  color: #fff;
}

/* Hero Editorial Split */
.hero-editorial {
  background: var(--warm-ivory);
  padding: 4rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.hero-editorial::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--champagne-gold), var(--prestige-navy));
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--paper-surface);
  border: 1px solid var(--border-editorial);
  padding: 0.4rem 1rem;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--prestige-navy);
  margin-bottom: 1.5rem;
}

.hero-badge i { color: var(--champagne-gold); }

.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.15;
  color: var(--prestige-navy);
  margin-bottom: 1.25rem;
}

.hero-subtitle {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 540px;
  margin-bottom: 2rem;
}

.hero-image-frame {
  position: relative;
  border: 1px solid var(--border-editorial);
  padding: 12px;
  background: var(--paper-surface);
  box-shadow: var(--shadow-card);
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 0;
}

.hero-image-frame img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.hero-image-frame::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 55%;
  height: 55%;
  border: 2px solid var(--champagne-gold);
  z-index: 0;
  pointer-events: none;
}

.hero-image-frame--simple::after {
  display: none;
}

.hero-image-frame--simple {
  padding: 8px;
  margin-bottom: 1.5rem;
}

.hero-image-frame--simple img {
  height: auto;
  min-height: 240px;
  max-height: 340px;
}

.floating-badge {
  position: absolute;
  bottom: 24px;
  left: -20px;
  background: var(--prestige-navy);
  color: #fff;
  padding: 1rem 1.5rem;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  box-shadow: var(--shadow-card);
  z-index: 2;
}

.floating-badge strong {
  display: block;
  font-size: 1.4rem;
  color: var(--champagne-gold);
  font-family: var(--font-heading);
}

/* Section Styling */
.section-prestige {
  padding: 5rem 0;
}

.section-prestige-alt {
  background: var(--paper-surface);
  border-top: 1px solid var(--border-editorial);
  border-bottom: 1px solid var(--border-editorial);
}

.section-label {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--champagne-gold);
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--prestige-navy);
  margin-bottom: 1rem;
}

.editorial-divider {
  width: 60px;
  height: 2px;
  background: var(--champagne-gold);
  margin: 1.5rem 0;
}

.editorial-divider-center { margin-left: auto; margin-right: auto; }

/* Editorial Cards */
.card-editorial {
  background: var(--paper-surface);
  border: 1px solid var(--border-editorial);
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  transition: var(--transition-smooth);
}

.card-editorial:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

.card-editorial .card-img-wrap {
  overflow: hidden;
  height: 220px;
}

.card-editorial .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card-editorial:hover .card-img-wrap img {
  transform: scale(1.04);
}

.card-editorial .card-body {
  padding: 1.75rem;
}

.card-editorial .card-title {
  font-size: 1.25rem;
  color: var(--prestige-navy);
  margin-bottom: 0.75rem;
}

.card-editorial .card-text {
  font-size: 0.95rem;
  color: var(--text-muted);
}

/* Impact Stats */
.stat-counter-box {
  text-align: center;
  padding: 2rem 1rem;
  background: var(--paper-surface);
  border: 1px solid var(--border-editorial);
  transition: var(--transition-smooth);
}

.stat-counter-box:hover {
  border-color: var(--champagne-gold);
}

.stat-counter-box i {
  font-size: 2rem;
  color: var(--champagne-gold);
  margin-bottom: 1rem;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--prestige-navy);
  line-height: 1;
}

.stat-label {
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

/* Photo Gallery Mosaic */
.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.gallery-mosaic-item {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1;
}

.gallery-mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-mosaic-item:hover img { transform: scale(1.04); }

/* Financial Stewardship */
.stewardship-chart {
  background: var(--paper-surface);
  border: 1px solid var(--border-editorial);
  padding: 2.5rem;
}

.progress-prestige {
  height: 12px;
  background: var(--border-editorial);
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.progress-prestige .progress-bar {
  border-radius: 0;
}

.progress-bar-mission { background: var(--forest-accent); }
.progress-bar-admin { background: var(--prestige-navy); }
.progress-bar-fundraising { background: var(--champagne-gold); }

.donut-chart-wrap {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

.donut-chart-wrap svg { transform: rotate(-90deg); }

.donut-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.donut-center .percent {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: var(--prestige-navy);
  line-height: 1;
}

.donut-center .label {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

/* Timeline */
.timeline-prestige {
  position: relative;
  padding-left: 2rem;
}

.timeline-prestige::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-editorial);
}

.timeline-item {
  position: relative;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 6px;
  width: 14px;
  height: 14px;
  background: var(--champagne-gold);
  border: 3px solid var(--warm-ivory);
  border-radius: 50%;
  transform: translateX(-6px);
}

.timeline-year {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--champagne-gold);
}

/* Leadership Cards */
.leader-card {
  background: var(--paper-surface);
  border: 1px solid var(--border-editorial);
  text-align: center;
  padding: 2rem;
  height: 100%;
  transition: var(--transition-smooth);
}

.leader-card:hover {
  box-shadow: var(--shadow-card);
  border-color: var(--champagne-gold);
}

.leader-photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--champagne-gold);
  margin-bottom: 1.25rem;
}

.leader-title {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--champagne-gold);
  margin-bottom: 0.5rem;
}

.leader-name {
  font-size: 1.3rem;
  color: var(--prestige-navy);
  margin-bottom: 1rem;
}

.leader-bio {
  font-size: 0.92rem;
  color: var(--text-muted);
  text-align: left;
}

/* Sponsor Tiers */
.tier-card {
  background: var(--paper-surface);
  border: 1px solid var(--border-editorial);
  padding: 2rem;
  text-align: center;
  height: 100%;
  transition: var(--transition-smooth);
  position: relative;
}

.tier-card.featured {
  border-color: var(--champagne-gold);
  border-width: 2px;
}

.tier-card.featured::before {
  content: 'Most Popular';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--champagne-gold);
  color: var(--prestige-navy);
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
}

.tier-name {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--prestige-navy);
}

.tier-amount {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--champagne-gold);
  margin: 0.75rem 0;
}

.tier-card ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  text-align: left;
}

.tier-card ul li {
  padding: 0.4rem 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border-editorial);
}

.tier-card ul li i {
  color: var(--champagne-gold);
  margin-right: 0.5rem;
}

/* Donation Form */
.donation-tier-btn {
  background: var(--paper-surface);
  border: 2px solid var(--border-editorial);
  color: var(--prestige-navy);
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 1.1rem;
  padding: 1rem;
  width: 100%;
  transition: var(--transition-smooth);
  cursor: pointer;
  border-radius: 0;
}

.donation-tier-btn:hover,
.donation-tier-btn.active {
  border-color: var(--champagne-gold);
  background: var(--prestige-navy);
  color: #fff;
}

.donation-panel {
  background: var(--paper-surface);
  border: 1px solid var(--border-editorial);
  padding: 2.5rem;
}

.form-prestige .form-control,
.form-prestige .form-select {
  border: 1px solid var(--border-editorial);
  border-radius: 0;
  padding: 0.75rem 1rem;
  font-family: var(--font-ui);
  background: #fff;
}

.form-prestige .form-control:focus,
.form-prestige .form-select:focus {
  border-color: var(--champagne-gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

.form-prestige label {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--prestige-navy);
  margin-bottom: 0.35rem;
}

.form-switch-prestige {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.toggle-switch {
  position: relative;
  width: 52px;
  height: 28px;
  cursor: pointer;
}

.toggle-switch input { opacity: 0; width: 0; height: 0; }

.toggle-slider {
  position: absolute;
  inset: 0;
  background: var(--border-editorial);
  transition: 0.3s;
  border-radius: 28px;
}

.toggle-slider::before {
  content: '';
  position: absolute;
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  transition: 0.3s;
  border-radius: 50%;
}

.toggle-switch input:checked + .toggle-slider {
  background: var(--champagne-gold);
}

.toggle-switch input:checked + .toggle-slider::before {
  transform: translateX(24px);
}

/* News Articles */
.article-card {
  background: var(--paper-surface);
  border: 1px solid var(--border-editorial);
  overflow: hidden;
  height: 100%;
  transition: var(--transition-smooth);
}

.article-card:hover { box-shadow: var(--shadow-card); }

.article-card .article-img {
  height: 240px;
  overflow: hidden;
}

.article-card .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.article-card:hover .article-img img { transform: scale(1.04); }

.article-tag {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--prestige-navy);
  color: #fff;
  padding: 0.25rem 0.75rem;
  margin-bottom: 0.75rem;
}

.article-meta {
  font-family: var(--font-ui);
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.article-full {
  background: var(--paper-surface);
  border: 1px solid var(--border-editorial);
  padding: 0;
  margin-bottom: 3rem;
}

.article-full .article-featured-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.article-full .article-content {
  padding: 2.5rem;
}

.article-full .article-content p {
  margin-bottom: 1.25rem;
  font-size: 1.02rem;
}

.share-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-editorial);
  color: var(--prestige-navy);
  margin-right: 0.5rem;
  transition: var(--transition-smooth);
}

.share-buttons a:hover {
  background: var(--prestige-navy);
  color: #fff;
  border-color: var(--prestige-navy);
}

/* Testimonials */
.testimonial-card {
  background: var(--paper-surface);
  border: 1px solid var(--border-editorial);
  padding: 2rem;
  height: 100%;
  position: relative;
}

.testimonial-card::before {
  content: '\201C';
  font-family: var(--font-heading);
  font-size: 4rem;
  color: var(--champagne-gold);
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  opacity: 0.4;
}

.testimonial-text {
  font-style: italic;
  font-size: 0.95rem;
  color: var(--text-muted);
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--champagne-gold);
}

.testimonial-author .name {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--prestige-navy);
}

.testimonial-author .role {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* Trust Strip */
.trust-strip {
  background: var(--prestige-navy);
  padding: 2.5rem 0;
}

.trust-badge {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  padding: 1rem;
}

.trust-badge i {
  font-size: 2rem;
  color: var(--champagne-gold);
  display: block;
  margin-bottom: 0.75rem;
}

/* Page Hero Banner */
.page-hero {
  background: var(--prestige-navy);
  color: #fff;
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.page-hero.has-bg {
  background-size: cover;
  background-position: center;
}

.page-hero.has-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 25, 47, 0.92), rgba(10, 25, 47, 0.78));
}

.page-hero .container { position: relative; z-index: 1; }

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.75rem;
}

.page-hero p {
  font-size: 1.1rem;
  opacity: 0.88;
  max-width: 600px;
}

/* Values Grid */
.value-card {
  background: var(--paper-surface);
  border: 1px solid var(--border-editorial);
  padding: 2rem;
  text-align: center;
  height: 100%;
  transition: var(--transition-smooth);
}

.value-card:hover { border-color: var(--champagne-gold); }

.value-card i {
  font-size: 2rem;
  color: var(--champagne-gold);
  margin-bottom: 1rem;
}

.value-card h4 {
  font-size: 1.15rem;
  color: var(--prestige-navy);
  margin-bottom: 0.75rem;
}

/* Volunteer Skills */
.skill-checkbox {
  background: var(--paper-surface);
  border: 1px solid var(--border-editorial);
  padding: 1rem 1.25rem;
  cursor: pointer;
  transition: var(--transition-smooth);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.skill-checkbox:hover,
.skill-checkbox.selected {
  border-color: var(--champagne-gold);
  background: rgba(212, 175, 55, 0.06);
}

.skill-checkbox input { accent-color: var(--champagne-gold); }

.skill-checkbox i {
  color: var(--champagne-gold);
  font-size: 1.1rem;
  width: 24px;
  text-align: center;
}

/* Contact & Map */
.contact-info-card {
  background: var(--prestige-navy);
  color: #fff;
  padding: 2.5rem;
}

.contact-info-card h3 {
  color: var(--champagne-gold);
  margin-bottom: 1.5rem;
}

.contact-info-card .contact-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
  align-items: flex-start;
}

.contact-info-card .contact-item i {
  color: var(--champagne-gold);
  font-size: 1.1rem;
  margin-top: 4px;
}

.contact-info-card a { color: #fff; text-decoration: underline; }

.map-embed {
  border: 1px solid var(--border-editorial);
  height: 350px;
  overflow: hidden;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Contact Page Layout */
.contact-layout-row {
  align-items: stretch;
}

.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-volunteer-section .row {
  align-items: flex-start;
}

.contact-volunteer-photo {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.contact-volunteer-photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  border: 1px solid var(--border-editorial);
  padding: 8px;
  background: var(--paper-surface);
  box-shadow: var(--shadow-soft);
}

.contact-volunteer-intro {
  padding-top: 0.5rem;
}

.contact-map-section {
  margin-top: 0;
}

.contact-map-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: stretch;
}

@media (min-width: 992px) {
  .contact-map-wrap {
    grid-template-columns: 1.4fr 1fr;
  }

  .contact-volunteer-photo img {
    height: 100%;
    min-height: 380px;
    max-height: none;
  }
}

.contact-map-photo img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border: 1px solid var(--border-editorial);
  padding: 8px;
  background: var(--paper-surface);
}

@media (min-width: 992px) {
  .contact-map-photo img {
    height: 100%;
    min-height: 350px;
  }
}

.office-hours {
  background: var(--paper-surface);
  border: 1px solid var(--border-editorial);
  padding: 1.5rem;
}

.office-hours table {
  width: 100%;
  font-family: var(--font-ui);
  font-size: 0.9rem;
}

.office-hours td {
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--border-editorial);
}

/* Privacy Policy */
.privacy-section {
  margin-bottom: 2.5rem;
}

.privacy-section h2 {
  font-size: 1.4rem;
  color: var(--prestige-navy);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--champagne-gold);
}

.privacy-section p,
.privacy-section li {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.privacy-section ul { padding-left: 1.25rem; }

/* Accordion Prestige */
.accordion-prestige .accordion-item {
  border: 1px solid var(--border-editorial);
  border-radius: 0 !important;
  margin-bottom: 0.5rem;
  background: var(--paper-surface);
}

.accordion-prestige .accordion-button {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--prestige-navy);
  background: var(--paper-surface);
  box-shadow: none !important;
  padding: 1.25rem 1.5rem;
}

.accordion-prestige .accordion-button:not(.collapsed) {
  background: var(--prestige-navy);
  color: #fff;
}

.accordion-prestige .accordion-body {
  font-size: 0.95rem;
  color: var(--text-muted);
  padding: 1.5rem;
}

/* Newsletter Banner */
.newsletter-banner {
  background: linear-gradient(135deg, var(--prestige-navy), #122a4a);
  color: #fff;
  padding: 4rem 0;
}

.newsletter-banner h3 { color: #fff; }

.newsletter-banner .form-control {
  border-radius: 0;
  border: none;
  padding: 0.85rem 1.25rem;
}

/* Footer */
.footer-prestige {
  background: var(--prestige-navy);
  color: rgba(255, 255, 255, 0.82);
  padding: 4rem 0 0;
  font-family: var(--font-ui);
  font-size: 0.88rem;
}

.footer-prestige h5 {
  color: var(--champagne-gold);
  font-family: var(--font-heading);
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
}

.footer-prestige a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: var(--transition-smooth);
}

.footer-prestige a:hover { color: var(--champagne-gold); }

.footer-prestige .footer-links li {
  margin-bottom: 0.5rem;
  list-style: none;
}

.footer-prestige .footer-links { padding: 0; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 3rem;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-logo { height: 70px; margin-bottom: 1rem; }

/* Cookie Consent */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--prestige-navy);
  color: #fff;
  padding: 1.25rem 0;
  z-index: 9999;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.cookie-consent.show { transform: translateY(0); }

.cookie-consent p {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  margin: 0;
}

.cookie-consent a { color: var(--champagne-gold); }

/* Toast Modal */
.toast-prestige {
  position: fixed;
  top: 100px;
  right: 24px;
  background: var(--prestige-navy);
  color: #fff;
  padding: 1.25rem 1.75rem;
  border-left: 4px solid var(--champagne-gold);
  box-shadow: var(--shadow-card);
  z-index: 10000;
  transform: translateX(120%);
  transition: transform 0.4s ease;
  max-width: 380px;
  font-family: var(--font-ui);
}

.toast-prestige.show { transform: translateX(0); }

.toast-prestige i { color: var(--champagne-gold); margin-right: 0.5rem; }

/* Glassmorphic accent */
.glass-card {
  background: rgba(252, 251, 249, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(226, 217, 204, 0.6);
}

/* Legal transparency box */
.legal-box {
  background: var(--paper-surface);
  border: 2px solid var(--champagne-gold);
  padding: 2rem;
}

.legal-box dt {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--champagne-gold);
}

.legal-box dd {
  font-size: 1rem;
  color: var(--prestige-navy);
  margin-bottom: 1rem;
}

/* Workflow Steps */
.workflow-step {
  text-align: center;
  padding: 1.5rem;
  position: relative;
}

.workflow-step .step-number {
  width: 48px;
  height: 48px;
  background: var(--champagne-gold);
  color: var(--prestige-navy);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  border-radius: 50%;
}

.workflow-step h5 {
  font-size: 1rem;
  color: var(--prestige-navy);
  margin-bottom: 0.5rem;
}

.workflow-step p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* Responsive */
@media (max-width: 991px) {
  .hero-image-frame img { height: 360px; }
  .floating-badge { left: 12px; bottom: 12px; }
  .gallery-mosaic { grid-template-columns: repeat(2, 1fr); }
  .contact-volunteer-photo img {
    height: 260px;
    min-height: 0;
  }
  .contact-map-photo img {
    height: 240px;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .section-prestige { padding: 3.5rem 0; }
  .hero-editorial { padding: 2.5rem 0 3rem; }
  .hero-image-frame img { height: 280px; }
  .gallery-mosaic { grid-template-columns: 1fr 1fr; }
  .article-full .article-featured-img { height: 260px; }
  .donation-panel { padding: 1.5rem; }
}

@media (max-width: 575px) {
  .gallery-mosaic { grid-template-columns: 1fr; }
}
