/* DawgDayTraining — Bryant Tallie brand stylesheet */
/* Vibe: bold, masculine, faith-driven. Dark steel + gold. */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Barlow+Condensed:wght@400;500;600;700&family=Barlow:wght@300;400;500&display=swap');

:root {
  --bg:        #0d0d0d;
  --bg-2:      #111111;
  --bg-card:   #181818;
  --gold:      #D4A843;
  --gold-dim:  #b08a2e;
  --white:     #f0f0ec;
  --muted:     #888880;
  --border:    rgba(212, 168, 67, 0.18);
  --font-head: 'Oswald', sans-serif;
  --font-body: 'Barlow', sans-serif;
  --font-sub:  'Barlow Condensed', sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

img { max-width: 100%; display: block; }

/* ─── NAVIGATION ─────────────────────────────────────────────── */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(13, 13, 13, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.nav-brand {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}

.nav-brand span {
  color: var(--white);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}

.nav-links a {
  font-family: var(--font-sub);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 8px 12px;
  border-radius: 3px;
  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
}

.nav-cta {
  font-family: var(--font-sub);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--gold);
  color: #000;
  padding: 9px 20px;
  border-radius: 2px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.nav-cta:hover {
  background: var(--gold-dim);
  color: #000;
  transform: translateY(-1px);
}

.nav-mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--white);
}

.nav-mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  margin: 4px 0;
  transition: 0.3s;
}

/* ─── HERO ────────────────────────────────────────────────────── */

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 64px 24px 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.85) 100%),
    linear-gradient(135deg, #0d0d0d 0%, #1a1408 50%, #0d0d0d 100%);
}

/* Grain texture overlay */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.06'/%3E%3C/svg%3E");
  opacity: 0.4;
  pointer-events: none;
}

/* Gold horizontal accent line */
.hero-line {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 40%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  padding: 80px 0 100px;
}

.hero-eyebrow {
  font-family: var(--font-sub);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: var(--gold);
  flex-shrink: 0;
}

.hero-headline {
  font-family: var(--font-head);
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.hero-headline .accent {
  color: var(--gold);
  display: block;
}

.hero-tagline {
  font-family: var(--font-sub);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(240, 240, 236, 0.75);
  margin-bottom: 48px;
  max-width: 520px;
  line-height: 1.5;
}

.hero-tagline .divider {
  color: var(--gold);
  margin: 0 6px;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 80px;
}

.btn-primary {
  font-family: var(--font-sub);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--gold);
  color: #000;
  padding: 14px 32px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 24px rgba(212, 168, 67, 0.22);
}

.btn-primary:hover {
  background: var(--gold-dim);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(212, 168, 67, 0.35);
}

.btn-outline {
  font-family: var(--font-sub);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: transparent;
  color: var(--white);
  padding: 14px 32px;
  border: 1px solid rgba(240, 240, 236, 0.3);
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

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

.hero-stats {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-number {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.stat-label {
  font-family: var(--font-sub);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ─── SECTION COMMONS ────────────────────────────────────────── */

.section {
  padding: 100px 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.section-divider {
  width: 100%;
  height: 1px;
  background: var(--border);
  max-width: 1100px;
  margin: 0 auto;
}

.section-label {
  font-family: var(--font-sub);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  flex-shrink: 0;
}

.section-title {
  font-family: var(--font-head);
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

/* ─── MISSION STRIP ──────────────────────────────────────────── */

.mission-strip {
  background: var(--gold);
  padding: 20px 24px;
  overflow: hidden;
}

.mission-strip-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  animation: marquee 18s linear infinite;
  white-space: nowrap;
}

.mission-strip span {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000;
  flex-shrink: 0;
}

.mission-strip .dot {
  color: rgba(0,0,0,0.35);
  flex-shrink: 0;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ─── PILLARS (Faith / Fitness / Purpose) ─────────────────────── */

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 60px;
}

.pillar {
  background: var(--bg-card);
  padding: 48px 36px;
  position: relative;
  overflow: hidden;
  transition: background 0.25s ease;
}

.pillar:hover {
  background: #1d1d1d;
}

.pillar-number {
  font-family: var(--font-head);
  font-size: 5rem;
  font-weight: 700;
  color: rgba(212, 168, 67, 0.08);
  line-height: 1;
  position: absolute;
  top: 16px; right: 20px;
  user-select: none;
  transition: color 0.25s;
}

.pillar:hover .pillar-number {
  color: rgba(212, 168, 67, 0.14);
}

.pillar-icon {
  font-size: 1.6rem;
  margin-bottom: 20px;
  display: block;
}

.pillar-title {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gold);
  margin-bottom: 12px;
}

.pillar-desc {
  font-size: 0.95rem;
  color: rgba(240,240,236,0.65);
  line-height: 1.65;
}

/* ─── ABOUT ────────────────────────────────────────────────────── */

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.about-text p {
  font-size: 1rem;
  color: rgba(240, 240, 236, 0.75);
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-text p:last-child { margin-bottom: 0; }

.about-text strong {
  color: var(--white);
  font-weight: 500;
}

.about-callout {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--white);
  border-left: 3px solid var(--gold);
  padding-left: 24px;
  margin: 36px 0;
}

.about-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 28px;
  transition: border-color 0.2s;
}

.about-card:hover {
  border-color: rgba(212, 168, 67, 0.45);
}

.about-card-title {
  font-family: var(--font-sub);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.about-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-card ul li {
  font-family: var(--font-sub);
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(240,240,236,0.8);
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-card ul li::before {
  content: '—';
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
}

/* ─── SOCIAL ────────────────────────────────────────────────────── */

.social-row {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.social-btn {
  font-family: var(--font-sub);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--white);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.social-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(212, 168, 67, 0.05);
}

.social-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

/* ─── FOOTER ─────────────────────────────────────────────────── */

.footer {
  border-top: 1px solid var(--border);
  padding: 40px 24px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-brand {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gold);
}

.footer-copy {
  font-family: var(--font-sub);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  font-family: var(--font-sub);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.2s;
}

.footer-social a:hover { color: var(--gold); }

/* ─── PAGE HERO (inner pages) ─────────────────────────────────── */

.page-hero {
  padding: 140px 24px 60px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(212, 168, 67, 0.04) 0%, transparent 100%);
}

.page-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.page-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 16px;
}

.page-hero p {
  font-size: 1.05rem;
  color: rgba(240,240,236,0.65);
  max-width: 540px;
  line-height: 1.7;
}

/* ─── PLACEHOLDER PAGES ──────────────────────────────────────── */

.coming-soon-section {
  padding: 80px 24px 120px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.coming-soon-section h2 {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.coming-soon-section p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* ─── RESPONSIVE ──────────────────────────────────────────────── */

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .pillars {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-mobile-toggle {
    display: block;
  }

  .nav.open .nav-links {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 64px; left: 0; right: 0;
    background: rgba(13,13,13,0.97);
    padding: 24px;
    border-bottom: 1px solid var(--border);
    gap: 4px;
  }

  .nav.open .nav-links a {
    padding: 14px 12px;
    font-size: 1rem;
    border-bottom: 1px solid var(--border);
  }

  .hero-stats {
    gap: 28px;
  }

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

  .section {
    padding: 70px 20px;
  }

  .pillar {
    padding: 36px 24px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
