/* ─── WINNERS EVANGELICAL MINISTRIES — SHARED STYLES ─── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=Cinzel:wght@400;600;700&family=Nunito+Sans:wght@300;400;600;700&display=swap');

:root {
  --navy: #0a0f1e;
  --navy-mid: #0f1830;
  --navy-light: #162040;
  --gold: #c9a84c;
  --gold-light: #e8c96b;
  --gold-pale: #f5e9c8;
  --cream: #faf6ef;
  --white: #ffffff;
  --text-muted: #a0a8bc;
  --border: rgba(201,168,76,0.2);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Nunito Sans', sans-serif; background: var(--navy); color: var(--cream); overflow-x: hidden; }

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 80px;
  background: rgba(10,15,30,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: background 0.3s;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo .cross-icon { font-size: 26px; color: var(--gold); text-shadow: 0 0 20px rgba(201,168,76,0.5); }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav-logo-text span:first-child { font-family: 'Cinzel', serif; font-size: 13px; font-weight: 700; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; }
.nav-logo-text span:last-child { font-family: 'Cinzel', serif; font-size: 9px; font-weight: 400; color: var(--text-muted); letter-spacing: 3px; text-transform: uppercase; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a {
  font-family: 'Nunito Sans', sans-serif; font-size: 11px; font-weight: 600;
  color: var(--text-muted); text-decoration: none; letter-spacing: 2px;
  text-transform: uppercase; transition: color 0.3s; position: relative;
}
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta {
  font-family: 'Cinzel', serif; font-size: 10px; font-weight: 600;
  padding: 10px 22px; background: var(--gold); color: var(--navy);
  text-decoration: none; letter-spacing: 2px; text-transform: uppercase; transition: all 0.3s;
}
.nav-cta:hover { background: var(--gold-light); transform: translateY(-1px); }
.nav-hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--gold); transition: 0.3s; }

/* ─── PAGE HERO ─── */
.page-hero {
  min-height: 44vh; padding: 140px 5% 80px;
  position: relative; display: flex; align-items: flex-end;
  overflow: hidden; background: var(--navy);
}
.page-hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 30% 60%, rgba(201,168,76,0.06) 0%, transparent 70%),
    linear-gradient(160deg, #040812 0%, #0a0f1e 50%, #0d1520 100%);
}
.page-hero-line {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero-eyebrow {
  font-family: 'Cinzel', serif; font-size: 10px; font-weight: 700;
  letter-spacing: 5px; color: var(--gold); text-transform: uppercase;
  display: block; margin-bottom: 16px;
}
.page-hero-title {
  font-family: 'Cinzel', serif; font-size: clamp(36px, 6vw, 72px);
  font-weight: 700; color: var(--white); line-height: 1;
  margin-bottom: 12px;
}
.page-hero-title em {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-weight: 300; color: var(--gold);
}
.page-hero-sub {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 300; font-style: italic; color: var(--text-muted);
}
.breadcrumb {
  position: absolute; bottom: 32px; right: 5%;
  display: flex; align-items: center; gap: 8px;
  font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--text-muted);
}
.breadcrumb a { color: var(--gold); text-decoration: none; }
.breadcrumb span { color: var(--text-muted); }

/* ─── SECTION BASE ─── */
section { padding: 100px 5%; }
.section-eyebrow { font-family: 'Cinzel', serif; font-size: 10px; font-weight: 700; letter-spacing: 6px; color: var(--gold); text-transform: uppercase; display: block; margin-bottom: 16px; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 5vw, 54px); font-weight: 300; line-height: 1.1; color: var(--white); }
.section-title strong { font-weight: 700; color: var(--gold); }
.section-divider { width: 60px; height: 1px; background: var(--gold); margin: 24px 0; }
.section-lead { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 300; font-style: italic; color: var(--text-muted); line-height: 1.7; }

/* ─── BUTTONS ─── */
.btn-primary {
  font-family: 'Cinzel', serif; font-size: 11px; font-weight: 600;
  padding: 15px 36px; background: var(--gold); color: var(--navy);
  text-decoration: none; letter-spacing: 3px; text-transform: uppercase;
  transition: all 0.3s; display: inline-block;
  box-shadow: 0 8px 32px rgba(201,168,76,0.25);
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(201,168,76,0.35); }
.btn-outline {
  font-family: 'Cinzel', serif; font-size: 11px; font-weight: 600;
  padding: 14px 36px; background: transparent;
  border: 1px solid rgba(201,168,76,0.5); color: var(--gold);
  text-decoration: none; letter-spacing: 3px; text-transform: uppercase;
  transition: all 0.3s; display: inline-block;
}
.btn-outline:hover { border-color: var(--gold); background: rgba(201,168,76,0.08); transform: translateY(-2px); }

/* ─── FORM ELEMENTS ─── */
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.form-label { font-family: 'Cinzel', serif; font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.form-input, .form-select, .form-textarea {
  background: rgba(201,168,76,0.04); border: 1px solid var(--border);
  color: var(--white); padding: 14px 16px;
  font-family: 'Nunito Sans', sans-serif; font-size: 14px;
  outline: none; transition: border-color 0.3s, background 0.3s; width: 100%;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--gold); background: rgba(201,168,76,0.06); }
.form-select option { background: var(--navy-light); }
.form-textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-submit {
  width: 100%; padding: 18px; background: var(--gold);
  border: none; cursor: pointer; font-family: 'Cinzel', serif;
  font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: var(--navy); transition: all 0.3s; margin-top: 8px;
}
.form-submit:hover { background: var(--gold-light); box-shadow: 0 8px 32px rgba(201,168,76,0.3); }

/* ─── CARDS ─── */
.card {
  background: var(--navy-light); border: 1px solid var(--border);
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.card-gold-top { border-top: 3px solid var(--gold); }

/* ─── FOOTER ─── */
footer {
  background: #040810; padding: 72px 5% 36px;
  border-top: 1px solid var(--border);
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.footer-logo-icon { font-size: 26px; color: var(--gold); }
.footer-logo-name { font-family: 'Cinzel', serif; font-size: 13px; font-weight: 700; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; }
.footer-tagline { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 24px; }
.footer-socials { display: flex; gap: 10px; }
.social-btn { width: 38px; height: 38px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--text-muted); text-decoration: none; font-size: 13px; transition: all 0.3s; }
.social-btn:hover { border-color: var(--gold); color: var(--gold); }
.footer-col-title { font-family: 'Cinzel', serif; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13px; color: var(--text-muted); text-decoration: none; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold-pale); }
.footer-bottom { padding-top: 28px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 12px; color: var(--text-muted); }
.footer-verse { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 12px; color: var(--gold); opacity: 0.7; }

/* ─── REVEAL ANIMATIONS ─── */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ─── MOBILE ─── */
@media (max-width: 900px) {
  nav { padding: 0 4%; }
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  section { padding: 72px 4%; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-hero { padding: 120px 4% 64px; min-height: 36vh; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
}
