/* Reset & Base Styles */
body {
  margin: 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  line-height: 1.6;

  background-color: #6b1e23;
  color: #f5f5f5;
}

h1, h2, h3 {
  font-family: "Playfair Display", Georgia, serif;
}

/* Navigation */
/* Navigation Layout */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 1000;

  background-color: #6b1e23;
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-links a {
  color: #f5f5f5;
  text-decoration: none;
  margin: 0 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  font-size: 0.9rem;
  transition: color 0.25s ease;
}

.nav-links a:hover {
  color: #d6b36a;
}

nav {
  border-bottom: 1px solid rgba(214, 179, 106, 0.25);
}

/* Brand (Logo + Church Name) */
.nav-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-brand img {
  height: 42px;
  width: auto;
}

.nav-title {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

/* Amharic (Primary) */
.nav-title-am {
  font-family: "Noto Serif Ethiopic", serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #f5f5f5;
}

/* English (Secondary) */
.nav-title-en {
  margin-top: 4px;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(245, 245, 245, 0.75);
}

/* Highlight Donate */
.nav-links a[href="donate.html"] {
  color: #d6b36a;
}

.nav-social a {
  color: #f5f5f5;
  margin-left: 14px;
  font-size: 1rem;
  text-decoration: none; /* ← THIS removes the underscore */
  transition: color 0.25s ease;
}

.nav-social a:hover {
  color: #d6b36a;
}

/* Page Layout */
section,
footer {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

/* Header */
header h1 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

header p {
  font-size: 1.1rem;
  color: #555;
}

/* Section Headings */
section {
  max-width: 1000px;
  margin: 160px auto;
  padding: 0 20px;
}

header + section {
  margin-top: 120px;
}

section h2 {
  color: #d6b36a;
  font-weight: 500;
  letter-spacing: 0.5px;
}

section p,
section li {
  color: #cfcfcf;
}

p, li {
  color: rgba(245, 245, 245, 0.88);
}

/* Lists */
ul {
  padding-left: 20px;
}

/* Footer */
footer {
  text-align: center;
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 20px;
}

.hero {
  background-image: url('images/church-hero.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 150px 20px;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.hero-btn {
  background: #ffd700;
  color: #222;
  padding: 12px 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
}

.hero-btn:hover {
  background: #e6c200;
}

.hero {
  scroll-margin-top: 80px;
}

.hero {
  padding-top: 200px;
}

.hero {
  padding: 200px 20px 180px;
}

/* Hero Section */
.hero {
  background: linear-gradient(
    to bottom,
    #6b1e23 0%,
    #5a191d 50%,
    #6b1e23 100%
  );
  padding: 180px 20px 160px;
}


.hero h1 {
  font-size: 3rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.hero p {
  font-size: 1.1rem;
  color: #dddddd;
}

/* Home Hero Layout */



.hero-text h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.4rem;
  font-weight: 600;
  color: #f5f5f5;
  line-height: 1.15;
  letter-spacing: 0.5px;
}

.hero-text h1 span {
  color: #d6b36a;
}

/* Image styling */


@media (max-width: 900px) {
  .hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.4rem;
  }

  .hero-image img {
    max-width: 100%;
  }
}

/*. Preview Section (Home) */
.-preview {
  max-width: 1200px;
  margin: 160px auto;
  padding: 0 20px;
}

.about-preview-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.about-preview-text {
  font-size: 1.05rem;
}

.about-preview-text p {
  margin-top: 18px;
  font-size: 1.05rem;
  line-height: 1.75;
}

/* Slideshow */
.about-preview-slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(214, 179, 106, 0.22);
}

.about-preview-slideshow .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  opacity: 0;
  transition: opacity 900ms ease;
}

.about-preview-slideshow .slide.active {
  opacity: 0.7; /* keeps it blended into your burgundy canvas */
}

/* Mobile */
@media (max-width: 900px) {
  .about-preview-inner {
    grid-template-columns: 1fr;
  }

  .about-preview-slideshow {
    aspect-ratio: 16 / 10;
  }
}

/* Worship & Service Times (Homepage) */
.service-times {
  text-align: center;
  max-width: 900px;
  margin: 180px auto;
  padding: 0 20px;
}

.service-times h2 {
  font-size: 2.2rem;
  margin-bottom: 28px;
}

.service-times ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
}

.service-times li {
  font-size: 1.15rem;
  line-height: 1.9;
  margin: 14px 0;
  color: rgba(245, 245, 245, 0.92);
}

.service-times strong {
  color: #d6b36a; /* light gold accent */
  font-weight: 600;
}

.service-times p {
  margin-top: 26px;
  font-size: 1.05rem;
  color: rgba(245, 245, 245, 0.82);
}

.service-times-link {
  margin-top: 34px;
}

/* Soft text-style links (used for About & PDFs) */
.soft-link {
  display: inline-block;
  margin-top: 26px;

  font-size: 0.95rem;
  letter-spacing: 0.6px;
  text-decoration: none;

  color: #d6b36a;
  border-bottom: 1px solid rgba(214, 179, 106, 0.4);

  transition: color 0.25s ease, border-color 0.25s ease;
}

.soft-link:hover {
  color: #f0d58a;
  border-bottom-color: rgba(214, 179, 106, 0.75);
}

/* =========================
   HERO (Full-width, blended)
   ========================= */

.hero-bg {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  padding: 140px 20px;

  /* CHANGE THIS PATH if your image name differs */
  background-image: url("../images/church2.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Burgundy blending overlay (no box edges) */
.hero-bg .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(214, 179, 106, 0.10), rgba(0,0,0,0) 55%),
    linear-gradient(to bottom, rgba(107, 30, 35, 0.35), rgba(107, 30, 35, 0.92)),
    linear-gradient(to right, rgba(107, 30, 35, 0.88), rgba(107, 30, 35, 0.30));
}

/* Keep hero text above overlay */
.hero-bg .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.hero-bg h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.6px;
  margin: 0;
  color: #f5f5f5;
}

.hero-bg h1 span {
  color: #d6b36a;
}

/* Mobile */
@media (max-width: 900px) {
  .hero-bg {
    min-height: 70vh;
    padding: 120px 20px;
    text-align: center;
  }

  .hero-bg h1 {
    font-size: 2.6rem;
  }
}

/* Side cross ornaments */
.side-ornament {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 64px;              /* adjust width as you like */
  pointer-events: none;
  opacity: 0.50;            /* subtle so it blends */
  z-index: 10;              /* below nav text, above background */
}

.side-ornament-left {
  left: 0;
  background-image: url("../images/minicross.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 28px auto; /* controls cross size */
}

.side-ornament-right {
  right: 0;
  background-image: url("../images/minicross.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 28px auto;
  transform: scaleY(1); /* flips direction so it goes “down” the other way */
}

@media (max-width: 900px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-ornament {
    display: none;
  }
}

body {
  padding-left: 64px;
  padding-right: 64px;
}

/* =========================
   ABOUT PAGE (Decorative Side Floats)
   ========================= */

.about-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 140px; /* was 80px */
}

.about-header {
  text-align: center;
  margin: 12px auto 50px; /* reduced top + bottom spacing */
  padding: 0;
}

.about-header h1 {
  margin-left: auto;
  margin-right: auto;
}

.about-header h1 {
  letter-spacing: 0.5px;
}

.about-header h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0;
  color: #d6b36a; /* gold title */
}

/* Layout wrapper: one continuous essay + decorative rail */
.history-float {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/* The “pipe” essay column */
.history-float .essay {
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.9;
  color: rgba(245, 245, 245, 0.88);
}

.history-float .essay p {
  margin: 0;
}

.history-float .essay p + p {
  margin-top: 18px; /* essay paragraph spacing (adjustable) */
}

/* Decorative floating image rail (does NOT affect text flow) */
.history-float .float-rail {
  position: absolute;
  inset: 0;
  pointer-events: none; /* decorative */
}

/* Each float image uses a custom vertical offset via --y */
.history-float .float-img {
  position: absolute;
  top: var(--y, 0px);
  width: 220px;
  margin: 0;
  opacity: 0.94;
}

.history-float .float-img.left {
  left: 0;
}

.history-float .float-img.right {
  right: 0;
}

.history-float .float-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  opacity: 0.92;
  filter: grayscale(10%) contrast(95%);
  display: block;
}

.history-float .float-img figcaption {
  margin-top: 6px;
  font-size: 0.75rem;
  line-height: 1.35;
  text-align: center;
  color: rgba(245, 245, 245, 0.7);
  letter-spacing: 0.4px;
  font-style: italic;
}

/* Give the essay enough breathing room from side floats */
@media (min-width: 981px) {
  .history-float {
    padding-left: 260px;
    padding-right: 260px;
  }
}

/* Mobile: turn floats into normal stacked images above the essay */
@media (max-width: 980px) {
  .history-float {
    padding-left: 0;
    padding-right: 0;
  }

  .history-float .float-rail {
    position: static;
    pointer-events: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 0 auto 26px;
    max-width: 760px;
  }

  .history-float .float-img {
    position: static;
    width: min(520px, 100%);
    opacity: 1;
    justify-self: center;
  }

  .history-float .float-img img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .history-float .essay {
    max-width: 760px;
    font-size: 1.05rem;
    line-height: 1.85;
  }

  .history-float .essay p + p {
    margin-top: 16px;
  }
}

/* =========================
   RESOURCES PAGE
   ========================= */

.resources-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 70px;
}

.resources-header {
  text-align: center;
  max-width: 820px;
  margin: 10px auto 40px;
}

.resources-header h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0;
  color: #d6b36a;
}

.resources-header p {
  margin: 14px 0 0;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(245, 245, 245, 0.85);
}

.resource-accordion {
  max-width: 980px;
  margin: 0 auto;
}

/* Accordion group */
.resource-group {
  margin: 18px 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.resource-group summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.resource-group summary::-webkit-details-marker {
  display: none;
}

.group-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  letter-spacing: 0.3px;
  color: #f5f5f5;
}

.group-hint {
  font-size: 0.9rem;
  color: rgba(245, 245, 245, 0.65);
  letter-spacing: 0.3px;
}

/* Nested dropdown inside a resource group */
.resource-subgroup {
  margin: 12px 12px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.resource-subgroup summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 14px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.resource-subgroup summary::-webkit-details-marker {
  display: none;
}

.subgroup-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(245, 245, 245, 0.95);
}

.subgroup-hint {
  font-size: 0.85rem;
  color: rgba(245, 245, 245, 0.6);
  letter-spacing: 0.3px;
}

/* Resource list */
.resource-list {
  padding: 0 10px 12px;
}

.resource-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  padding: 14px 12px;
  margin: 6px 8px;

  text-decoration: none;
  border-radius: 12px;

  color: #f5f5f5;
  background: rgba(0, 0, 0, 0.08);
  transition: background 0.25s ease;
}

.resource-item:hover {
  background: rgba(214, 179, 106, 0.08);
}

.resource-main {
  min-width: 0;
}

.resource-name {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.resource-desc {
  margin-top: 6px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(245, 245, 245, 0.78);
}

/* Badges (type/language) */
.resource-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-shrink: 0;
}

.badge {
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(245, 245, 245, 0.9);
  background: rgba(214, 179, 106, 0.16);
}

/* Closing note */
.resources-note {
  max-width: 980px;
  margin: 34px auto 0;
  text-align: center;
  color: rgba(245, 245, 245, 0.75);
}

/* Mobile */
@media (max-width: 900px) {
  .resources-header h1 {
    font-size: 2.2rem;
  }

  .resource-group summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .resource-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .resource-meta {
    justify-content: flex-start;
  }
}

/* =========================
   CONTACT PAGE
   ========================= */

.contact-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 110px; /* consistent with About/Resources rhythm */
}

.contact-header {
  text-align: center;
  max-width: 820px;
  margin: 10px auto 30px;
}

.contact-header h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0;
  color: #d6b36a;
}

.contact-header p {
  margin: 14px 0 0;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(245, 245, 245, 0.85);
}

.contact-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-panel {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 18px;
}

.contact-panel h2 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  color: #f5f5f5;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0.2px;
}

.contact-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 12px 0;
}

.contact-item + .contact-item {
  border-top: 1px solid rgba(214, 179, 106, 0.12);
}

.contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(214, 179, 106, 0.12);
  color: rgba(245, 245, 245, 0.92);
}

.contact-label {
  font-size: 0.85rem;
  letter-spacing: 0.4px;
  color: rgba(245, 245, 245, 0.65);
  text-transform: uppercase;
}

.contact-value {
  margin-top: 6px;
  color: rgba(245, 245, 245, 0.9);
  line-height: 1.6;
}

.contact-action {
  display: inline-block;
  margin-top: 6px;
  text-decoration: none;
  color: rgba(245, 245, 245, 0.92);
  border-bottom: 1px solid rgba(214, 179, 106, 0.35);
}

.contact-action:hover {
  color: #f0d58a;
  border-bottom-color: rgba(214, 179, 106, 0.75);
}

/* Reuse your existing .soft-link style if you already have it */
.contact-panel .soft-link {
  margin-top: 10px;
  font-size: 0.92rem;
}

/* Service Times */
.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  margin: 10px 0;
  line-height: 1.75;
  color: rgba(245, 245, 245, 0.88);
}

.service-list strong {
  color: #d6b36a;
  font-weight: 600;
}

.service-note {
  margin-top: 14px;
  color: rgba(245, 245, 245, 0.78);
  line-height: 1.7;
}

/* Map */
.map-section {
  max-width: 980px;
  margin: 18px auto 0;
}

.map-frame {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.map-frame iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

/* Mobile */
@media (max-width: 900px) {
  .contact-header h1 {
    font-size: 2.2rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .map-frame iframe {
    height: 360px;
  }
}

/* =========================
   DONATE PAGE
   ========================= */

.donate-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 70px;
}

.donate-header {
  text-align: center;
  max-width: 900px;
  margin: 10px auto 28px;
}

.donate-header h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0;
  color: #d6b36a;
}

.donate-header p {
  margin: 14px 0 0;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(245, 245, 245, 0.85);
}

/* Video */
.donate-video {
  max-width: 980px;
  margin: 0 auto 26px;
  text-align: center;
}

.video-frame {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.video-frame iframe {
  width: 100%;
  height: 520px; /* good “not too big not too small” size on desktop */
  border: 0;
  display: block;
}

.video-caption {
  margin: 12px auto 0;
  color: rgba(245, 245, 245, 0.75);
  max-width: 760px;
  line-height: 1.7;
}

/* Video thumbnail */
.video-thumb {
  position: relative;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  display: block;
  border-radius: 14px;
}

.play-button {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 3.2rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.25s ease, transform 0.25s ease;
}

.video-thumb:hover .play-button {
  background: rgba(0, 0, 0, 0.45);
  transform: scale(1.05);
}

/* Modal */
.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.video-modal[aria-hidden="false"] {
  display: block;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.video-modal-content {
  position: relative;
  max-width: 960px;
  width: 90%;
  aspect-ratio: 16 / 9;
  margin: 8vh auto;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}

.video-modal-content iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Self-hosted video */
.local-video video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  background: #000;
}

/* Vertical video presentation (desktop-friendly) */
.vertical-video {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  aspect-ratio: 16 / 9; /* landscape frame */
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 14px;
}

.vertical-video video {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  background: #000;
}

/* Mobile: let it be naturally vertical */
@media (max-width: 768px) {
  .vertical-video {
    aspect-ratio: auto;
    background: none;
  }

  .vertical-video video {
    width: 100%;
    height: auto;
  }
}


/* Story */
.donate-story {
  max-width: 980px;
  margin: 0 auto 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 18px;
}

.donate-story h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  color: #f5f5f5;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0.2px;
}

.donate-story p {
  margin: 10px 0 0;
  line-height: 1.85;
  color: rgba(245, 245, 245, 0.86);
}

/* Methods */
.donate-methods {
  max-width: 980px;
  margin: 0 auto 24px;
}

.donate-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.donate-card {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 18px;
}

.donate-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #f5f5f5;
  display: flex;
  gap: 10px;
  align-items: center;
}

.donate-card p {
  margin: 0 0 14px;
  line-height: 1.75;
  color: rgba(245, 245, 245, 0.82);
}

.donate-button {
  display: inline-block;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(214, 179, 106, 0.16);
  color: rgba(245, 245, 245, 0.95);
  border: 1px solid rgba(214, 179, 106, 0.22);
  transition: transform 0.18s ease, background 0.25s ease;
}

.donate-button:hover {
  background: rgba(214, 179, 106, 0.24);
  transform: translateY(-1px);
}

/* Zelle box */
.zelle-box {
  border-radius: 12px;
  padding: 12px 12px;
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(214, 179, 106, 0.14);
}

.zelle-label {
  font-size: 0.85rem;
  letter-spacing: 0.4px;
  color: rgba(245, 245, 245, 0.65);
  text-transform: uppercase;
}

.zelle-value {
  margin-top: 6px;
  font-size: 1.05rem;
  color: rgba(245, 245, 245, 0.92);
  word-break: break-word;
}

/* Zelle click-to-copy */
.zelle-copy {
  all: unset;
  display: block;
  cursor: pointer;
  margin-top: 6px;
}

.zelle-copy-hint {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  color: rgba(245, 245, 245, 0.6);
  transition: color 0.2s ease;
}

.zelle-copy:hover .zelle-copy-hint {
  color: rgba(214, 179, 106, 0.9);
}

.zelle-copy.copied .zelle-copy-hint {
  color: #d6b36a;
  font-weight: 600;
}


/* Verse */
/* Verse (no box, feels like page ending) */
.donate-verse {
  max-width: 980px;
  margin: 18px auto 0;
  padding: 18px 0 0;
  text-align: center;
  border-top: 1px solid rgba(214, 179, 106, 0.18); /* subtle divider */
}

.verse-card {
  background: none;
  padding: 0;
  border-radius: 0;
}

.verse-en {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.75;
  color: rgba(245, 245, 245, 0.92);
}

.verse-am {
  margin-top: 14px;
  font-family: "Noto Serif Ethiopic", serif;
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(245, 245, 245, 0.88);
}

.verse-ref {
  display: block;
  margin-top: 8px;
  font-size: 0.95rem;
  color: rgba(214, 179, 106, 0.9);
}

/* Mobile */
@media (max-width: 900px) {
  .donate-header h1 {
    font-size: 2.2rem;
  }

  .video-frame iframe {
    height: 320px;
  }

  .donate-cards {
    grid-template-columns: 1fr;
  }
}

/* =========================
   GLOBAL PAGE VERSE (bottom)
   ========================= */

.page-verse {
  max-width: 980px;
  margin: 18px auto 0;
  padding: 18px 0 0;
  text-align: center;
  border-top: 1px solid rgba(214, 179, 106, 0.18);
}

.page-verse .verse-en {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.75;
  color: rgba(245, 245, 245, 0.92);
}

.page-verse .verse-am {
  margin-top: 14px;
  font-family: "Noto Serif Ethiopic", serif;
  font-size: 1.02rem;
  line-height: 1.9;
  color: rgba(245, 245, 245, 0.88);
}

.page-verse .verse-ref {
  display: block;
  margin-top: 8px;
  font-size: 0.95rem;
  color: rgba(214, 179, 106, 0.92);
}


/* =========================
   MOBILE FINAL (About / Contact / Donate)
   Matches the roomy Home/Resources feel
   ========================= */

@media (max-width: 768px) {

  /* ornaments off */
  .side-ornament { display: none !important; }

  /* body padding: you already set 20px at <=900px, keep it simple */
  body { padding-left: 0 !important; padding-right: 0 !important; }

  /* NAV: compact + wraps cleanly */
  .site-nav .nav-inner {
    padding: 10px 12px !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
  }

  .nav-brand { gap: 10px !important; }
  .nav-title-am { display: none !important; }
  .nav-title-en { font-size: 0.85rem !important; line-height: 1.2 !important; }

  .nav-links {
    flex-wrap: wrap !important;
    gap: 10px 12px !important;
    justify-content: center !important;
  }

  /* PAGES: match spacing rhythm */
  .about-page, .contact-page, .donate-page {
    padding: 22px 16px 64px !important;
  }

  .about-header, .contact-header, .donate-header {
    margin: 6px auto 22px !important;
  }

  .about-header h1, .contact-header h1, .donate-header h1 {
    font-size: 2.05rem !important;
    line-height: 1.12 !important;
  }

  /* ABOUT floats: stack */
  .history-float { padding-left: 0 !important; padding-right: 0 !important; }
  .history-float .float-rail {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin: 0 auto 18px !important;
    max-width: 560px !important;
  }
  .history-float .float-img {
    position: static !important;
    width: 100% !important;
    max-width: 520px !important;
    justify-self: center !important;
  }
  .history-float .essay {
    max-width: 760px !important;
    margin: 0 auto !important;
    font-size: 1.02rem !important;
    line-height: 1.82 !important;
  }
  .history-float .essay p + p { margin-top: 14px !important; }

  /* CONTACT: stack panels + sane map height */
  .contact-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .contact-panel { padding: 16px !important; }
  .map-frame iframe { height: 320px !important; }

  /* DONATE: stack cards + keep vertical video clean */
  .donate-cards { grid-template-columns: 1fr !important; gap: 14px !important; }
  .donate-story, .donate-card { padding: 16px !important; }
  .vertical-video { aspect-ratio: auto !important; background: none !important; }
  .vertical-video video { width: 100% !important; height: auto !important; }
}

/* =========================
   iPHONE NAV FIX
   Keeps nav clean instead of cramped/wrapped
   ========================= */

@media (max-width: 520px) {
  .site-nav .nav-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px 12px;
  }

  /* Center brand and keep it from eating the whole row */
  .nav-brand {
    width: 100%;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .nav-brand img {
    height: 42px;
    width: auto;
  }

  /* Keep both lines but make them smaller so they don’t force wrapping */
  .nav-title-am {
    font-size: 0.82rem;
    line-height: 1.15;
  }

  .nav-title-en {
    font-size: 0.70rem;
    line-height: 1.15;
  }

  /* Put links on their own row, centered */
  .nav-links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
    column-gap: 14px;
  }

  .nav-links a {
    margin: 0;            /* overrides your 0 14px margin */
    font-size: 0.92rem;   /* keeps it compact */
  }

  /* Social icons on their own row */
  .nav-social {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 14px;
  }

  .nav-social a {
    margin: 0;
    font-size: 1.05rem;
  }
}

