/*
Theme Name: Aura Coach
Theme URI: https://auracoach.com
Author: Treehouse Learning Center
Author URI: https://mytreehousema.com
Description: Premium executive coaching and course platform. Architecture of the Mind. A luxury editorial theme with gold accents, Manrope/Inter typography, and glassmorphism navigation.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aura-coach
Tags: coaching, courses, education, dark, gold, editorial, one-column, custom-menu, featured-images
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
*/

/* ─── Glass Effects ─── */
.glass-nav {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.glass-card {
  background: rgba(47, 49, 49, 0.4);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.section-dark {
  background-color: #1a1c1c;
  color: #f0f0f0;
}

/* ─── Base Overrides ─── */
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: 'Inter', system-ui, sans-serif; color: #1a1c1c; background-color: #f9f9f9; line-height: 1.5; margin: 0; overscroll-behavior: none; }
h1, h2, h3, h4 { font-family: 'Manrope', system-ui, sans-serif; line-height: 1.1; }
[id] { scroll-margin-top: 5rem; }
