
/*
Theme Name: Noor Haven Modern
Theme URI: https://noorhavenhomes.com
Author: Noor Haven
Description: Modern theme for Noor Haven — Muslim Senior Residential Assisted Living. White base with muted gold accents and deep navy, rounded cards, soft shadows, nicer typography.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noorhaven-modern
*/
:root {
  --nh-accent: #C8A74A;    /* muted gold */
  --nh-accent-2:#E6D39A;   /* lighter gold */
  --nh-accent-dark:#9F873B;
  --nh-navy:   #0F1B2D;    /* deep navy */
  --nh-ink:    #1F2B3A;
  --nh-bg:     #ffffff;
  --nh-section:#F8F9FB;
  --nh-border: rgba(0,0,0,.06);
  --nh-radius: 16px;
  --nh-shadow: 0 10px 25px rgba(15,27,45,.08);
}
body {
  background: var(--nh-bg);
  color: var(--nh-ink);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  line-height: 1.65;
  font-size: 17px;
}
h1, h2, h3, h4 { font-family: "Playfair Display", Georgia, "Times New Roman", serif; color: var(--nh-navy); line-height: 1.25; }
a { color: var(--nh-navy); text-decoration: none; }
a:hover { opacity: .9; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.9); backdrop-filter: blur(8px); border-bottom: 1px solid var(--nh-border); }
.header-inner { display:flex; align-items:center; justify-content:space-between; gap: 1rem; height: 74px; }
.brand { display:flex; align-items:center; gap:.75rem; font-weight:700; color:var(--nh-navy); font-size:1.25rem; }
.brand img { height: 36px; width:auto; border-radius: 6px; }
.nav ul { display:flex; gap:1rem; list-style:none; margin:0; padding:0; flex-wrap:wrap; }
.hero { display:grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items:center; padding: 48px 0; position: relative; }
.hero::before { content: ""; position: absolute; inset: -60px -20px auto auto; height: 220px; width: 220px; background: radial-gradient(60% 60% at 50% 50%, var(--nh-accent-2), transparent 70%); filter: blur(10px); opacity:.7; border-radius: 50%; }
.hero h1 { font-size: clamp(2.0rem, 2.6vw, 2.8rem); margin:.2rem 0 .6rem; }
.hero p { max-width: 60ch; }
.ctas { display:flex; gap: 12px; margin-top: 12px; flex-wrap:wrap; }
.btn { background: var(--nh-accent); color:#111; padding:.8rem 1.1rem; border-radius: 999px; display:inline-block; box-shadow: var(--nh-shadow); border:1px solid transparent; font-weight:700; }
.btn:hover { background: var(--nh-accent-dark); }
.card { background:#fff; border:1px solid var(--nh-border); border-radius: var(--nh-radius); padding:16px; box-shadow: var(--nh-shadow); }
.features { display:grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 24px; }
.section { background: var(--nh-section); padding: 28px 0; border-top: 1px solid var(--nh-border); border-bottom: 1px solid var(--nh-border); }
.site-footer { border-top: 2px solid var(--nh-accent); padding: 18px 0; margin-top: 28px; color: var(--nh-navy); }
img { max-width:100%; height:auto; border-radius: 12px; }
@media (max-width: 980px) { .hero { grid-template-columns: 1fr; } .features { grid-template-columns: 1fr; } }
