/* ========================================================
   Ziongate International Christian Center — Site Styles
   Design tokens pulled from Figma "Ziongate Website" file
   ======================================================== */

@import url('https://api.fontshare.com/v2/css?f[]=general-sans@400,500,600,700,800&f[]=switzer@400,500,600&display=swap');

:root{
  --text-body:#121217;
  --text-secondary:#6c6c89;
  --text-disabled:#a9a9bc;
  --text-white:#ffffff;
  --border-light:#ebebef;
  --bg-accent-gray:#f7f7f8;
  --bg-silver-50:#fcfcfc;
  --bg-black:#0b0b0d;
  --flame:#c8502b;
  --flame-light:#e0764a;

  --font-display:'General Sans', 'Switzer', 'Segoe UI', sans-serif;
  --font-body:'Switzer', 'General Sans', 'Segoe UI', sans-serif;

  --max-w:1440px;
  --pad-x:60px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--text-body);
  background:#fff;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
p{ margin:0; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }

.section{
  width:100%;
  padding:96px var(--pad-x);
}
.section-inner{
  max-width:calc(var(--max-w) - (var(--pad-x) * 2));
  margin:0 auto;
}
@media (max-width:900px){
  :root{ --pad-x:24px; }
  .section{ padding:56px var(--pad-x); }
}

/* ---------- Eyebrow / labels ---------- */
.eyebrow{
  font-size:14px;
  font-weight:600;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:var(--text-secondary);
}

/* ---------- Header / Nav ---------- */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  width:100%;
  transition:background .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.site-header.on-hero{
  position:absolute;
  background:rgba(0,0,0,0.24);
}
.site-header.scrolled{
  background:rgba(10,10,12,0.92);
  backdrop-filter:blur(10px);
  box-shadow:0 1px 0 rgba(255,255,255,0.06);
}
.nav-row{
  display:flex;
  align-items:center;
  gap:16px;
  height:80px;
  padding:20px var(--pad-x);
  position:relative;
  max-width:var(--max-w);
  margin:0 auto;
}
.logo{
  display:flex;
  align-items:center;
  flex-shrink:0;
}
.logo img{ height:40px; width:auto; display:block; }

.pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  height:100%;
  padding:8px 16px;
  border-radius:12px;
  background:rgba(255,255,255,0.12);
  color:#fff;
  font-size:14px;
  font-weight:500;
  white-space:nowrap;
  flex-shrink:0;
}
.pill svg{ width:14px; height:14px; }

.nav-links{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  display:flex;
  align-items:center;
  gap:24px;
}
.nav-links a{
  font-size:14px;
  font-weight:500;
  color:#fff;
  text-shadow:0 2px 2px rgba(0,0,0,.25);
  padding:6px 2px;
  position:relative;
}
.nav-links a.active{ font-weight:700; }
.nav-links a.active::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-4px;
  height:2px;
  background:#fff;
  border-radius:2px;
}

.nav-toggle{
  display:none;
  margin-left:auto;
  background:none;
  border:none;
  width:32px;
  height:32px;
  position:relative;
  flex-shrink:0;
}
.nav-toggle span{
  position:absolute;
  left:6px; right:6px;
  height:2px;
  background:#fff;
  border-radius:2px;
  transition:transform .25s ease, opacity .25s ease, top .25s ease;
}
.nav-toggle span:nth-child(1){ top:11px; }
.nav-toggle span:nth-child(2){ top:19px; }
.nav-toggle.open span:nth-child(1){ top:15px; transform:rotate(45deg); }
.nav-toggle.open span:nth-child(2){ top:15px; transform:rotate(-45deg); }

@media (max-width:820px){
  .nav-toggle{ display:block; }
  .nav-links{
    position:fixed;
    inset:80px 0 0 0;
    top:80px;
    transform:none;
    left:0;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    background:rgba(10,10,12,0.98);
    padding:0 var(--pad-x);
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease, padding .3s ease;
  }
  .nav-links.open{ max-height:320px; padding:12px var(--pad-x) 24px; }
  .nav-links a{ width:100%; padding:14px 0; border-bottom:1px solid rgba(255,255,255,.08); }
  .pill{ display:none; }
}

/* ---------- Hero ---------- */
.hero{
  position:relative;
  width:100%;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  color:#fff;
}
.hero-lg{ min-height:737px; }
.hero-sm{ min-height:504px; }
.hero img.hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}
.hero-scrim{
  position:absolute; inset:0;
  background:rgba(0,0,0,0.24);
  z-index:1;
}
.hero-body{
  position:relative;
  z-index:2;
  margin-top:auto;
  padding:40px var(--pad-x) 56px;
  max-width:var(--max-w);
  width:100%;
  margin-left:auto; margin-right:auto;
}
.hero-back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
  font-size:14px;
  font-weight:600;
}
.hero h1{
  font-family:var(--font-display);
  font-weight:700;
  font-size:clamp(34px,5.2vw,64px);
  line-height:1.15;
  margin:0;
  text-shadow:0 4px 4px rgba(0,0,0,.25);
  max-width:900px;
}
.hero-sub{
  font-size:clamp(16px,1.6vw,24px);
  line-height:1.4;
  letter-spacing:-0.02em;
  color:var(--border-light);
  max-width:800px;
  margin-top:16px;
}
.hero-verse{
  margin-top:16px;
}
.hero-verse .verse-ref{
  font-style:italic;
  font-size:18px;
  opacity:.9;
}
.hero-verse .verse-line{
  font-family:var(--font-display);
  font-weight:700;
  font-size:22px;
  letter-spacing:-0.02em;
  color:var(--border-light);
  margin-top:2px;
}

/* ---------- Two column row (label + content) ---------- */
.row{
  display:flex;
  gap:64px;
  align-items:flex-start;
}
.row .col-label{
  flex:0 0 auto;
  width:180px;
}
.row .col-main{ flex:1 1 0; min-width:0; }
@media (max-width:820px){
  .row{ flex-direction:column; gap:20px; }
  .row .col-label{ width:auto; }
}

.lead{
  font-family:var(--font-display);
  font-weight:500;
  font-size:clamp(24px,3.2vw,36px);
  line-height:1.4;
}
.lead .muted{ color:var(--text-secondary); }

.h2{
  font-family:var(--font-display);
  font-weight:500;
  font-size:clamp(30px,4.4vw,48px);
  line-height:1.3;
  margin:0;
}
.h2.regular{ font-weight:400; }
.h2 .muted{ color:var(--text-disabled); }
.h2 .dark{ color:var(--text-body); }

/* ---------- Beliefs list ---------- */
.beliefs{
  display:flex;
  flex-direction:column;
  gap:24px;
  width:100%;
}
.belief-row{
  display:flex;
  align-items:flex-start;
  gap:64px;
  border-top:1px solid var(--border-light);
  padding-top:24px;
}
.belief-row:first-child{ border-top:none; padding-top:0; }
.belief-q{
  flex-shrink:0;
  background:none;
  border:none;
  padding:0;
  margin:0;
  text-align:left;
  cursor:pointer;
}
.belief-title{
  font-family:var(--font-display);
  font-weight:500;
  font-size:clamp(26px,3.6vw,48px);
  line-height:1.3;
  white-space:nowrap;
  color:var(--text-body);
}
.belief-title::before{
  content:"+ ";
  color:var(--text-secondary);
}
.belief-row.open .belief-title::before{ content:"\2212 "; }
.belief-a{
  flex:1;
  min-width:0;
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
}
.belief-card{
  position:relative;
  border-radius:24px;
  overflow:hidden;
  height:385px;
}
.belief-card img{ width:100%; height:100%; object-fit:cover; }
.belief-card .belief-note{
  position:absolute;
  left:0; top:0;
  max-width:min(655px,88%);
  background:var(--bg-accent-gray);
  padding:22px 24px;
  border-radius:0 20px 20px 0;
  font-size:16px;
  font-weight:500;
  line-height:1.5;
  overflow:hidden;
  contain:paint;
}
@media (max-width:820px){
  .belief-row{ flex-direction:column; gap:12px; }
  .belief-title{ white-space:normal; }
  .belief-card{ height:280px; width:100%; }
}
@media (max-width:480px){
  .belief-card{ height:220px; }
  .belief-card .belief-note{ max-width:94%; padding:16px 18px; font-size:14px; }
}

/* ---------- Vision band (full bleed image) ---------- */
.vision-band{
  position:relative;
  min-height:565px;
  display:flex;
  align-items:flex-end;
  color:#fff;
  overflow:hidden;
}
.vision-band img{
  position:absolute; inset:0;
  width:100%; height:100%; object-fit:cover;
}
.vision-band::after{
  content:"";
  position:absolute; inset:0;
  background:rgba(0,0,0,.35);
}
.vision-content{
  position:relative;
  z-index:2;
  max-width:890px;
}
.vision-content .eyebrow{ color:#fff; }
.vision-content h2{
  font-family:var(--font-display);
  font-weight:700;
  font-size:clamp(28px,4.4vw,48px);
  line-height:1.3;
  text-shadow:0 4px 4px rgba(0,0,0,.25);
  margin:12px 0 0;
}

/* ---------- Location strip / listen block ---------- */
.location-strip{
  display:flex;
  align-items:center;
  gap:40px;
  justify-content:space-between;
  margin-bottom:56px;
  flex-wrap:wrap;
}
.location-strip .h2{ flex:1; min-width:240px; }
.arrow-badge{
  width:60px; height:auto;
  flex-shrink:0;
}

.worship-card{
  background:var(--bg-black);
  border-radius:24px;
  padding:56px 48px;
  color:#fff;
  position:relative;
  overflow:hidden;
}
.live-dot{
  width:14px; height:14px;
  border-radius:50%;
  background:#ff3b30;
  border:2px solid rgba(255,255,255,.4);
  box-shadow:0 0 0 4px rgba(255,255,255,.08), 0 0 0 8px rgba(255,255,255,.16);
  margin-bottom:24px;
}
.worship-inner{
  display:flex;
  gap:56px;
  flex-wrap:wrap;
}
.worship-copy{ flex:1; min-width:260px; }
.worship-copy h3{
  font-family:var(--font-display);
  font-weight:500;
  font-size:20px;
  margin:0 0 8px;
}
.worship-copy p{
  color:var(--text-disabled);
  font-size:17px;
  line-height:1.7;
  max-width:420px;
}
.listen-links{
  flex:1;
  min-width:280px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.listen-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(255,255,255,.12);
  border-radius:12px;
  padding:16px;
  transition:background .2s ease;
}
.listen-row:hover{ background:rgba(255,255,255,.18); }
.listen-row .platform{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.listen-row .platform img{ width:24px; height:24px; }
.listen-row .platform span{ font-size:16px; }
.play-circle{
  width:52px; height:52px;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}
.play-circle svg{ width:20px; height:20px; margin-left:2px; }

/* ---------- FAQs ---------- */
.faq-row{
  display:flex;
  gap:64px;
  align-items:flex-start;
}
.faq-list{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:12px;
  max-width:655px;
}
.faq-item{
  background:var(--bg-silver-50);
  border-radius:20px;
  overflow:hidden;
}
.faq-item.open{ background:var(--bg-accent-gray); }
.faq-q{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  background:none;
  border:none;
  text-align:left;
  padding:22px 24px;
  font-family:var(--font-display);
  font-weight:500;
  font-size:16px;
  color:var(--text-body);
}
.faq-q svg{
  flex-shrink:0;
  width:24px; height:24px;
  transition:transform .25s ease;
}
.faq-item.open .faq-q svg{ transform:rotate(180deg); }
.faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
}
.faq-a p{
  padding:0 24px 22px;
  font-size:16px;
  line-height:1.5;
  color:var(--text-secondary);
}
@media (max-width:820px){
  .faq-row{ flex-direction:column; gap:24px; }
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:360px;
  padding:8px 20px;
  font-size:16px;
  font-weight:600;
  border:1px solid var(--border-light);
  background:#fff;
  color:var(--text-body);
  transition:background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover{ background:var(--text-body); color:#fff; border-color:var(--text-body); }

/* ---------- Give page ---------- */
.give-methods{
  display:flex;
  flex-direction:column;
  gap:12px;
  max-width:655px;
  width:100%;
}
.give-card{
  background:var(--bg-accent-gray);
  border-radius:20px;
  padding:22px 24px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.give-card .give-top{
  display:flex;
  align-items:center;
  gap:16px;
}
.give-card .give-top img{ width:24px; height:24px; }
.give-card .give-top span{ color:var(--text-secondary); font-size:16px; }
.give-card .give-action{ padding-left:40px; display:flex; flex-direction:column; gap:12px; align-items:flex-start; }
.give-card .give-value{ font-weight:500; font-size:16px; }

/* ---------- Programs / events ---------- */
.events-block{ display:flex; flex-direction:column; gap:12px; width:100%; }
.events-title{
  font-family:var(--font-display);
  font-weight:500;
  font-size:clamp(24px,3vw,36px);
}
.event-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
@media (max-width:900px){
  .event-grid{ grid-template-columns:1fr; }
}
.event-card{
  background:var(--bg-accent-gray);
  border-radius:20px;
  overflow:hidden;
}
.event-card img{ width:100%; height:182px; object-fit:cover; }
.event-body{
  display:flex; gap:16px;
  padding:16px;
}
.event-date{
  display:flex; flex-direction:column; align-items:flex-start;
  width:36px; flex-shrink:0;
}
.event-date .mon{ font-size:14px; }
.event-date .day{ font-family:var(--font-display); font-weight:700; font-size:30px; line-height:1; }
.event-info{ flex:1; min-width:0; }
.event-info .name{ font-weight:600; font-size:14px; margin-bottom:2px; }
.event-info .desc{ font-size:12px; color:var(--text-secondary); }
.event-info .time{ font-weight:600; font-size:15px; margin-top:8px; display:block; }

/* ---------- Location page specific ---------- */
.plan-list{ display:flex; flex-direction:column; gap:12px; max-width:655px; width:100%; }
.plan-card{
  background:var(--bg-silver-50);
  border-radius:20px;
  padding:22px 24px;
  display:flex; flex-direction:column; gap:12px;
}
.plan-card.filled{ background:var(--bg-accent-gray); }
.plan-top{ display:flex; align-items:center; gap:16px; }
.plan-top svg{ width:20px; height:20px; flex-shrink:0; }
.plan-top span{ color:var(--text-secondary); font-size:16px; }
.plan-value{ padding-left:36px; font-weight:500; font-size:16px; }
.plan-value.block{ display:flex; flex-direction:column; gap:12px; align-items:flex-start; }
.plan-map{ width:100%; border-radius:16px; overflow:hidden; margin-top:4px; }
.plan-map img{ width:100%; height:227px; object-fit:cover; }
.plan-visit-cta{
  background:var(--bg-accent-gray);
  border-radius:20px;
  padding:24px;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.plan-visit-cta .h2{ font-size:clamp(22px,3vw,32px); }

/* ---------- Footer ---------- */
.site-footer{
  background:#fff;
  padding:60px var(--pad-x);
  display:flex;
  flex-direction:column;
  gap:60px;
}
.footer-top{
  display:flex;
  justify-content:space-between;
  gap:32px;
  flex-wrap:wrap;
  max-width:var(--max-w);
  margin:0 auto;
  width:100%;
}
.footer-brand img{ height:84px; width:auto; }
.footer-col{
  display:flex;
  flex-direction:column;
  gap:12px;
  font-size:14px;
}
.footer-col a{ color:var(--text-secondary); }
.footer-col a:hover{ color:var(--text-body); }
.footer-block-title{ color:var(--text-secondary); }
.footer-block-value{ color:var(--text-body); font-weight:500; margin-top:6px; }
.footer-socials{ display:flex; gap:16px; margin-top:6px; }
.footer-socials img{ width:16px; height:16px; }
.footer-tagline{
  font-family:var(--font-display);
  font-weight:700;
  font-size:clamp(22px,3.2vw,40px);
  letter-spacing:-0.02em;
  max-width:var(--max-w);
  margin:0 auto;
  width:100%;
}
.footer-tagline .accent{ color:var(--flame); }
