/*
Theme Name: Singh Sabha Gurdwara Yakima
Theme URI: https://sikhtempleyakima.com
Author: Singh Sabha Gurdwara of Yakima
Description: Custom theme for the Singh Sabha Gurdwara of Yakima
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: sikhtempleyakima
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold: #C9933A;
  --gold-light: #E8C27A;
  --gold-pale: #FDF6E8;
  --navy: #1A2744;
  --navy-mid: #2C3E6B;
  --cream: #FAF7F0;
  --text: #1C1C1C;
  --text-muted: #5A5A5A;
  --white: #FFFFFF;
  --border: rgba(201,147,58,0.25);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Josefin Sans', sans-serif;
  background: var(--cream);
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
}

/* NAV */
nav.site-nav {
  background: var(--navy);
  padding: 0 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  height: 70px;
  border-bottom: 2px solid var(--gold);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav-logo span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--white);
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.2s;
  font-weight: 400;
}

.nav-links a:hover { color: var(--gold-light); }
.nav-links .donate-link { color: var(--gold); font-weight: 600; }

/* HERO */
.hero {
    position: relative !important;

    min-height: 95vh !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    overflow: hidden !important;

    padding: 6rem 2rem !important;

    background-image:
      linear-gradient(
        to bottom,
        rgba(10,15,25,0.35),
        rgba(10,15,25,0.65)
      ),
      url('https://sikhtempleyakima.com/wp-content/uploads/2026/05/FullSizeRender-scaled.jpg') !important;

    background-size: cover !important;

    background-position: center 78% !important;

    background-repeat: no-repeat !important;
}

.hero-overlay {
    position: absolute;
    inset: 0;

    background:
      radial-gradient(
        circle at center,
        rgba(255,170,0,0.08),
        transparent 60%
      );

    z-index: 1;
}

.hero-text {
    position: relative;
    z-index: 2;

    max-width: 850px;

    text-align: center !important;

    margin: 0 auto;
}

.hero h1 {
    color: #fff !important;

    font-size: clamp(3.2rem, 7vw, 6.2rem) !important;

    line-height: 0.95 !important;

    text-shadow: 0 8px 30px rgba(0,0,0,0.5);

    margin-bottom: 1.5rem;
}

.hero h1 em {
    color: #f3c66a;
}

.hero-eyebrow,
.hero-greeting,
.hero-tagline {
    color: rgba(255,255,255,0.9) !important;
}

.hero-tagline {
    max-width: 700px;
    margin: 0 auto 2rem;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-visual {
    display: none !important;
}

@media (max-width: 768px) {

    .hero {
        min-height: 82vh !important;

        background-position: center center !important;

        padding: 5rem 1.5rem !important;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
}

.btn-primary {
  background: var(--gold);
  color: var(--navy);
  padding: 0.8rem 2rem;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
}

.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }

.btn-outline {
  border: 1px solid rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.85);
  padding: 0.8rem 2rem;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  transition: border-color 0.2s, color 0.2s;
  display: inline-block;
}

.btn-outline:hover { border-color: var(--gold); color: var(--gold-light); }

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4rem;
}

/* INFO STRIP */
.info-strip {
  background: var(--gold);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.info-item {
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-right: 1px solid rgba(26,39,68,0.2);
}

.info-item:last-child { border-right: none; }
.info-icon { font-size: 1.5rem; color: var(--navy); }
.info-item-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--navy); opacity: 0.7; display: block; font-weight: 600; }
.info-item-value { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--navy); font-weight: 600; display: block; line-height: 1.2; }

/* SECTIONS */
.site-section { padding: 6rem; }
.section-label { font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 0.75rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; color: var(--navy); font-weight: 500; line-height: 1.15; margin-bottom: 1.5rem; }
.divider { width: 48px; height: 2px; background: var(--gold); margin-bottom: 2rem; }

/* ABOUT */
.about-section {
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  padding: 6rem;
}

.about-body p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 1rem; line-height: 1.9; }

.quote-block { border-left: 3px solid var(--gold); padding: 1rem 1.5rem; margin: 2rem 0; background: var(--gold-pale); }
.quote-text { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--navy); font-style: italic; line-height: 1.5; margin-bottom: 0.4rem; }
.quote-source { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); font-weight: 600; }

/* SIKHISM */
.sikhism-section { background: var(--navy); padding: 6rem; }
.sikhism-section .section-title { color: var(--white); }
.sikhism-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 3rem; }
.sikhism-card { background: rgba(255,255,255,0.04); padding: 2.5rem; border: 1px solid rgba(201,147,58,0.2); transition: background 0.2s; }
.sikhism-card:hover { background: rgba(201,147,58,0.08); }
.sikhism-card-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; color: var(--gold); opacity: 0.3; display: block; line-height: 1; margin-bottom: 0.5rem; font-style: italic; }
.sikhism-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--gold-light); margin-bottom: 0.75rem; font-weight: 500; }
.sikhism-card p { color: rgba(255,255,255,0.65); font-size: 0.88rem; line-height: 1.8; }

/* GURUS */
.gurus-section { background: var(--cream); padding: 6rem; }
.gurus-intro { max-width: 680px; color: var(--text-muted); font-size: 0.95rem; line-height: 1.9; margin-bottom: 3rem; }
.gurus-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--border); }
.guru-card { background: var(--white); padding: 1.5rem 1.25rem; text-align: center; }
.guru-num { font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); font-weight: 600; display: block; margin-bottom: 0.3rem; }
.guru-name { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: var(--navy); font-weight: 600; display: block; margin-bottom: 0.3rem; line-height: 1.2; }
.guru-years { font-size: 0.7rem; color: var(--text-muted); display: block; }
.gurus-note { margin-top: 1.5rem; padding: 1.25rem 1.5rem; background: var(--gold-pale); border-left: 3px solid var(--gold); font-size: 0.88rem; color: var(--text-muted); line-height: 1.8; }
.gurus-note strong { color: var(--navy); font-weight: 600; }

/* SERVICES */
.services-section { background: var(--white); padding: 6rem; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 3rem; }
.service-card { border: 1px solid var(--border); padding: 2.5rem; transition: border-color 0.2s; }
.service-card:hover { border-color: var(--gold); }
.service-icon { width: 40px; height: 40px; background: var(--gold-pale); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; font-size: 1.2rem; }
.service-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--navy); margin-bottom: 0.75rem; font-weight: 500; }
.service-card p { color: var(--text-muted); font-size: 0.88rem; line-height: 1.8; }

/* LANGAR */
.langar-section { background: var(--gold-pale); display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; padding: 6rem; }
.langar-body p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.9; margin-bottom: 1rem; }
.langar-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.langar-fact { background: var(--white); padding: 1.25rem; border-left: 3px solid var(--gold); }
.langar-fact-value { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--gold); display: block; line-height: 1; font-weight: 600; }
.langar-fact-label { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; display: block; margin-top: 0.25rem; }

/* BAANI */
.baani-section { background: var(--navy); text-align: center; padding: 6rem; }
.baani-section .section-title { color: var(--white); max-width: 600px; margin-left: auto; margin-right: auto; }
.baani-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; text-align: left; }
.baani-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(201,147,58,0.25); padding: 2rem; }
.baani-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--gold-light); margin-bottom: 0.5rem; font-weight: 500; }
.baani-meaning { font-size: 0.72rem; color: var(--gold); letter-spacing: 0.1em; text-transform: uppercase; display: block; margin-bottom: 0.75rem; font-weight: 600; }
.baani-card p { color: rgba(255,255,255,0.6); font-size: 0.85rem; line-height: 1.8; }
.baani-link { display: inline-block; margin-top: 1rem; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(201,147,58,0.3); padding-bottom: 2px; font-weight: 600; }

/* BUILDING */
.building-section { background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; padding: 6rem; }
.building-body p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.9; margin-bottom: 1rem; }
.progress-bar-wrap { background: rgba(201,147,58,0.15); height: 4px; margin: 1.5rem 0; position: relative; }
.progress-bar { 
  background: #2E8B57;
  height: 100%; 
  width: 100%; 
}
.progress-label { 
  position: absolute; 
  right: 0; 
  top: -22px; 
  font-size: 0.72rem; 
  letter-spacing: 0.1em; 
  color: #2E8B57;
  text-transform: uppercase; 
  font-weight: 700; 
}
.building-visual { background: var(--navy); min-height: 380px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1rem; padding: 3rem; }

/* CTA */
.cta-section { background: var(--gold); padding: 5rem 6rem; display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; }
.cta-section .section-title { color: var(--navy); margin-bottom: 0.5rem; }
.cta-body p { color: var(--navy-mid); opacity: 0.8; font-size: 0.95rem; }
.cta-actions { display: flex; flex-direction: column; gap: 1rem; min-width: 180px; }

.btn-navy { background: var(--navy); color: var(--white); padding: 0.9rem 2rem; text-decoration: none; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; text-align: center; transition: background 0.2s; display: block; }
.btn-navy:hover { background: var(--navy-mid); }
.btn-white-outline { border: 2px solid var(--navy); color: var(--navy); padding: 0.9rem 2rem; text-decoration: none; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; text-align: center; transition: background 0.2s, color 0.2s; display: block; }
.btn-white-outline:hover { background: var(--navy); color: var(--white); }

/* FOOTER */
.site-footer { background: #111827; color: rgba(255,255,255,0.6); padding: 4rem 6rem 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 2rem; }
.footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--white); margin-bottom: 1rem; display: block; }
.footer-desc { font-size: 0.83rem; line-height: 1.8; color: rgba(255,255,255,0.45); }
.footer-col h4 { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 1.25rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.83rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; font-size: 0.78rem; color: rgba(255,255,255,0.3); }
.footer-waheguru { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--gold); font-size: 0.95rem; }

/* INNER PAGES */
.page-content { max-width: 860px; margin: 4rem auto; padding: 0 2rem; }
.page-content h1, .page-content h2 { font-family: 'Cormorant Garamond', serif; color: var(--navy); }
.page-content h1 { font-size: 2.8rem; margin-bottom: 1.5rem; font-weight: 500; }
.page-content h2 { font-size: 2rem; margin: 2rem 0 1rem; font-weight: 500; }
.page-content p { color: var(--text-muted); margin-bottom: 1rem; line-height: 1.9; font-size: 0.95rem; }
.page-content a { color: var(--gold); }

/* RESPONSIVE */
@media (max-width: 900px) {
  nav.site-nav { padding: 0 1.5rem; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-text { padding: 4rem 2rem; }
  .hero-visual { display: none; }
  .about-section, .langar-section, .building-section, .cta-section { grid-template-columns: 1fr; padding: 4rem 2rem; }
  .sikhism-section, .baani-section, .gurus-section, .services-section { padding: 4rem 2rem; }
  .sikhism-grid, .baani-grid { grid-template-columns: 1fr; }
  .gurus-list { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .info-strip { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .site-footer { padding: 3rem 2rem; }
}


