
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  background: radial-gradient(circle at top, #2d2d2d 0, #050505 55%, #000 100%);
  color: #f7f7f7;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0,0,0,0.92);
  border-bottom: 2px solid #f59e0b;
  backdrop-filter: blur(10px);
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1rem;
}

.logo-text {
  font-family: "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #facc15;
  font-size: 0.95rem;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
}

nav li a {
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  transition: all 0.2s;
}

nav li a:hover {
  background: #facc15;
  color: #111827;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #f59e0b;
}

.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 2rem;
  padding: 2.5rem 1rem 2.25rem;
  align-items: center;
}

.hero-copy h1 {
  font-size: 2.2rem;
  line-height: 1.1;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.hero-copy h1 span {
  color: #facc15;
}

.hero-tagline {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f97316;
  margin-bottom: 0.5rem;
}

.hero-sub {
  font-size: 0.95rem;
  max-width: 30rem;
  color: #e5e7eb;
  margin-bottom: 1rem;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}

.pill {
  border-radius: 999px;
  border: 1px solid rgba(249,115,22,0.4);
  padding: 0.2rem 0.7rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fed7aa;
  background: radial-gradient(circle at top, rgba(249,115,22,0.4), transparent);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.btn-primary, .btn-secondary {
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: all 0.2s;
}

.btn-primary {
  background: linear-gradient(90deg, #f97316, #facc15);
  color: #111827;
  border-color: #f97316;
}

.btn-primary:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.btn-secondary {
  background: transparent;
  border-color: #6b7280;
  color: #e5e7eb;
}

.btn-secondary:hover {
  border-color: #f97316;
  color: #fed7aa;
  transform: translateY(-1px);
}

.hero-scripture {
  font-size: 0.8rem;
  color: #9ca3af;
}

.hero-scripture span {
  color: #facc15;
  font-weight: 600;
}

.hero-media {
  position: relative;
}

.hero-card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(249,115,22,0.6);
  box-shadow: 0 0 25px rgba(249,115,22,0.35);
}

.hero-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: saturate(1.05);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(248,250,252,0.08), transparent 55%),
              radial-gradient(circle at bottom, rgba(220,38,38,0.45), transparent 60%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-badge {
  position: absolute;
  left: 0.85rem;
  bottom: 0.8rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(248,250,252,0.2);
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hero-badge span.icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: radial-gradient(circle at top, #f97316, #b91c1c);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.hero-fire {
  position: absolute;
  inset: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -34px;
  width: 260px;
  height: 120px;
  background: radial-gradient(circle at top, rgba(249,115,22,0.45), transparent 60%);
  filter: blur(12px);
  opacity: 0.9;
  pointer-events: none;
}

.section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.1rem 1rem 1.4rem;
}

.section h2 {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #facc15;
}

.section-sub {
  font-size: 0.9rem;
  color: #d1d5db;
  margin-bottom: 1.1rem;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.4rem;
}

.card {
  background: radial-gradient(circle at top left, rgba(55,65,81,0.75), rgba(17,24,39,0.96));
  border-radius: 1.1rem;
  padding: 1.1rem 1rem;
  border: 1px solid rgba(249,115,22,0.6);
  box-shadow: 0 0 18px rgba(15,23,42,0.7);
  font-size: 0.9rem;
}

.card h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.card p {
  color: #e5e7eb;
  margin-bottom: 0.5rem;
}

.card ul {
  margin-left: 1rem;
  color: #d1d5db;
  font-size: 0.9rem;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.4rem;
  font-size: 0.75rem;
  color: #e5e7eb;
}

.badge {
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.7);
  padding: 0.15rem 0.55rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.65rem;
}

.gallery-item {
  position: relative;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(75,85,99,0.7);
  background: #020617;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.25s ease-out, filter 0.25s;
  filter: saturate(1.05);
}

.gallery-item:hover img {
  transform: scale(1.04);
  filter: saturate(1.2);
}

.gallery-label {
  position: absolute;
  left: 0.6rem;
  bottom: 0.45rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(15,23,42,0.88);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid rgba(148,163,184,0.9);
}

.donate-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 1.2rem;
  align-items: center;
}

.donate-links {
  font-size: 0.9rem;
  color: #e5e7eb;
}

.donate-links a.highlight {
  color: #fbbf24;
  font-weight: 600;
}

.qr-card {
  justify-self: center;
  text-align: center;
  border-radius: 1.1rem;
  padding: 0.9rem 0.9rem 0.75rem;
  background: radial-gradient(circle at top, rgba(15,23,42,0.9), rgba(0,0,0,0.95));
  border: 1px solid rgba(148,163,184,0.9);
  box-shadow: 0 0 18px rgba(15,23,42,0.9);
  width: 200px;
}

.qr-card img {
  width: 100%;
  display: block;
  border-radius: 0.6rem;
  background: #fff;
  padding: 0.2rem;
  margin-bottom: 0.5rem;
}

.qr-card p {
  font-size: 0.78rem;
  color: #e5e7eb;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  font-size: 0.8rem;
  color: #e5e7eb;
}

.social-pill {
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.9);
  padding: 0.25rem 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

footer {
  border-top: 1px solid rgba(31,41,55,1);
  padding: 1.1rem 1rem 1.4rem;
  font-size: 0.78rem;
  color: #9ca3af;
  text-align: center;
  background: #020617;
  margin-top: 1.5rem;
}

footer span {
  color: #facc15;
}

@media (max-width: 800px) {
  .hero-inner,
  .two-col,
  .donate-panel {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-inner {
    padding-top: 1.6rem;
  }
  .hero-copy {
    order: 2;
  }
  .hero-media {
    order: 1;
  }
  .hero-card img {
    height: 220px;
  }
  .nav-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }
  nav ul {
    font-size: 0.8rem;
    flex-wrap: wrap;
  }
}


/* Gallery slideshow (horizontal scroll) */
.gallery-slideshow {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  scroll-snap-type: x mandatory;
}

.gallery-slideshow::-webkit-scrollbar {
  height: 6px;
}

.gallery-slideshow::-webkit-scrollbar-track {
  background: transparent;
}

.gallery-slideshow::-webkit-scrollbar-thumb {
  background: rgba(148,163,184,0.6);
  border-radius: 999px;
}

.gallery-slide {
  position: relative;
  min-width: 230px;
  max-width: 260px;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(75,85,99,0.7);
  background: radial-gradient(circle at top, #0b1120 0, #020617 55%, #000 100%);
  scroll-snap-align: center;
}

.gallery-slide img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* TikTok highlights grid */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0.9rem;
}

.video-card {
  display: flex;
  flex-direction: column;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(55,65,81,0.9);
  background: radial-gradient(circle at top, #111827 0, #020617 55%, #000 100%);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.video-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.7);
  border-color: rgba(251,191,36,0.9);
}

.video-thumb img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.video-meta {
  padding: 0.65rem 0.8rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.video-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(248,250,252,0.6);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(248,250,252,0.85);
}

.video-title {
  font-size: 0.86rem;
  font-weight: 600;
  color: #e5e7eb;
}
