/* HOA Portal — theme.css.php?scope=public */
:root {
  --teal-dark: #005a72;
  --teal: #0090b0;
  --teal-light: #00b4d0;
  --gold: #d4962a;
  --gold-light: #f0c042;
  --coral: #e05f45;
  --seafoam: #64bdb5;
  --cream: #f2eedf;
  --sand: #faf7f1;
  --white: #ffffff;
  --text: #1e3848;
  --text-light: #5a7888;
  --border: #c8dde6;
}
:root {
  --teal-dark: #3a3730;
  --teal: #3f7699;
  --teal-light: #8fb6cf;
  --gold: #d9a24a;
  --gold-light: #ecc98a;
  --coral: #cf8a5f;
  --seafoam: #7fb09a;
  --cream: #f7f1e6;
  --sand: #fbf7f0;
  --white: #ffffff;
  --text: #3a3730;
  --text-light: #837a6c;
  --border: #e8e0d2;
  --font-header: 'Playfair Display', serif;
  --font-body:   Nunito, sans-serif;
}
body { font-family: var(--font-body); }
h1, h2, h3, h4, h5, h6, .nav-brand-name { font-family: var(--font-header); }

/* ── overrides.css from theme 'sandstone-sky' ── */
/* Light-chrome theme — white nav/footer, light hero fade. */
.site-nav{ background:#ffffff; border-bottom:2px solid var(--gold); box-shadow:0 1px 12px rgba(45,49,56,.07); }
.nav-brand-name{ color:var(--text); }
.nav-brand-sub{ color:var(--text-light); }
.nav-links a{ color:#4c545e; }
.nav-links a:hover,.nav-links a.active{ color:var(--text); background:var(--cream); }
.nav-toggle span{ background:var(--text); }
.nav-signout-btn{ color:#4c545e; border-color:var(--border); }
.nav-signout-btn:hover{ color:var(--text); background:var(--cream); }
.nav-links .btn-member,.nav-links .btn-member:hover{ color:var(--text) !important; }
/* Photo hero with a soft white veil + dark type — the theme's default look.
   Scoped :not(.hero-flat) so the flat-background toggle falls back to base. */
.hero:not(.hero-flat){ background:#eef2f0 url('assets/images/hero-default.jpg') center 44% / cover no-repeat; }
.hero:not(.hero-flat)::before{ background:linear-gradient(rgba(255,255,255,.46),rgba(255,255,255,.46)), radial-gradient(120% 96% at 50% 42%, rgba(255,255,255,.6) 0%, rgba(255,255,255,.22) 52%, rgba(255,255,255,0) 76%); }
:root{ color-scheme:light; }
.hero .container{ position:relative; z-index:2; }   /* lift text above the fade veil */
.hero:not(.hero-flat) h1{ color:#374f58 !important; font-weight:600; text-shadow:none !important; }
.hero:not(.hero-flat) p{ color:#374f58 !important; font-weight:600; text-shadow:none !important; }
.hero-logo{ filter:drop-shadow(0 2px 12px rgba(70,45,20,.12)); }
.hero:not(.hero-flat) .hero-badges .badge-pill{ background:rgba(255,255,255,.6); color:#3a3730; border:1px solid rgba(120,110,90,.22); }
.site-footer{ background:var(--cream); color:var(--text-light); border-top:1px solid var(--border); }
.footer-grid{ border-bottom-color:var(--border); }
.footer-col h4{ color:var(--text); }
.footer-desc{ color:var(--text-light); }
.footer-bottom{ color:var(--text-light); }
.site-footer .footer-col ul li a{ color:var(--text); }
.site-footer .footer-col ul li a:hover{ color:var(--teal); }
.site-footer .footer-col address a{ color:var(--text); }
.site-footer .footer-bottom a{ color:var(--text-light); }
.site-footer .footer-bottom a:hover{ color:var(--teal); }
.site-footer .footer-board-link{ color:var(--text-light); }
.site-footer .footer-board-link:hover{ color:var(--teal); }
