/*
Theme Name: AtlanteanTheme
Theme URI: https://atlanteanbrotherhood.org
Author: GrandMaster WaXhira
Description: Sacred Atlantean Brotherhood Custom Theme
Version: 1.0.1
Template: twentytwentyfive
Text Domain: atlantean-theme
*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Inter:wght@300;400;500;600&family=UnifrakturMaguntia&display=swap');

/* Brand Colors */
:root {
  --sab-ocean-deep: #0a1929;
  --sab-ocean-mid: #153a5c;
  --sab-gold-primary: #d4af37;
  --sab-gold-light: #e6c56a;
  --sab-cream: #f8f5f0;
  --sab-text-primary: #f0f4f8;
  --sab-text-secondary: #c5d1e0;
  --sab-text-muted: #8a9bae;
  --sab-font-heading: 'Cinzel', serif;
  --sab-font-body: 'Inter', sans-serif;
  --sab-font-mystic: 'UnifrakturMaguntia', cursive;
}

/* Base - Better Readability */
body {
  background: var(--sab-ocean-deep);
  color: var(--sab-text-primary);
  font-family: var(--sab-font-body);
  font-size: 1.125rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

/* Headings - Larger & Clearer */
h1, h2, h3, h4, h5, h6, .site-title, .wp-block-heading {
  font-family: var(--sab-font-heading);
  color: var(--sab-cream);
  line-height: 1.3;
  margin-bottom: 1rem;
}

h1 { font-size: 3rem; }
h2 { font-size: 2.25rem; }
h3 { font-size: 1.75rem; }

/* Mystic Accent - Use Sparingly */
.mystic-accent, .site-title {
  font-family: var(--sab-font-mystic);
  color: var(--sab-gold-light);
  font-weight: 400;
}

/* Links */
a { color: var(--sab-gold-light); text-decoration: none; transition: color 0.3s; }
a:hover { color: var(--sab-gold-primary); }

/* Logo - Larger & Responsive */
.site-logo { margin: 0; line-height: 0; }
.site-logo img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  display: block;
  content-visibility: auto;
}

/* Header */
.site-header {
  background: rgba(10, 25, 41, 0.95);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.primary-navigation ul {
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.primary-navigation a {
  color: var(--sab-text-secondary);
  font-family: var(--sab-font-body);
  font-size: 1rem;
  font-weight: 500;
}

.primary-navigation a:hover { color: var(--sab-gold-primary); }

/* Buttons */
.btn-primary, .wp-block-button__link.is-style-primary {
  background: linear-gradient(135deg, var(--sab-gold-primary), var(--sab-gold-light));
  color: var(--sab-ocean-deep);
  font-family: var(--sab-font-heading);
  font-weight: 600;
  padding: 0.875rem 2rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  font-size: 0.9rem;
}

.btn-secondary, .wp-block-button__link.is-style-secondary {
  background: transparent;
  color: var(--sab-gold-light);
  border: 1px solid var(--sab-gold-primary);
  font-family: var(--sab-font-heading);
  padding: 0.875rem 2rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

/* Footer */
.site-footer {
  background: rgba(10, 25, 41, 0.98);
  padding: 4rem 0;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.footer-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }

.footer-brand .site-title {
  color: var(--sab-gold-primary);
  margin-bottom: 0.5rem;
}

.footer-brand p {
  color: var(--sab-text-muted);
  font-size: 0.95rem;
}

.footer-links h4 {
  color: var(--sab-gold-light);
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.footer-links a {
  color: var(--sab-text-muted);
  display: block;
  padding: 0.25rem 0;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: var(--sab-gold-light);
}

.social-hub {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.social-hub a {
  color: var(--sab-gold-primary);
}

.mystical-divider {
  margin: 2rem 0;
}

.divider-symbol {
  font-size: 1.25rem;
  color: var(--sab-gold-primary);
  margin: 0 0.5rem;
}

.divider-line {
  color: var(--sab-text-muted);
  margin: 0;
  font-size: 1.25rem;
}

.mystical-closing {
  font-family: var(--sab-font-heading);
  font-style: italic;
  color: var(--sab-gold-light);
  margin-bottom: 1rem;
}

/* Hero Section */
.hero-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.content-center { max-width: 800px; margin: 0 auto; }

/* Utilities */
.text-muted { color: var(--sab-text-muted); }
.threshold-badge {
  display: inline-flex;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--sab-gold-primary);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  color: var(--sab-gold-light);
}

/* Mobile */
@media (max-width: 768px) {
  .site-header .alignwide {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  .primary-navigation ul { justify-content: center; }
  .site-logo img { width: 100px; height: 100px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  .btn-primary, .btn-secondary { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .social-hub { justify-content: center; }
  .mystical-divider { flex-direction: column; gap: 0.5rem; }
}