
/* CRDEA core styles */
:root{
  --bg:#0b0e13; --panel:#0f141b; --muted:#cbd5e1; --text:#e6e8eb;
  --red:#d61f29; --black:#111111; --green:#0b7a3b; --gold:#e3ad22;
  --brand:linear-gradient(90deg,#d61f29, #111111 50%, #0b7a3b);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}
a{color:var(--gold);text-decoration:none} a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:0 20px}

/* Top bar */
.nav{position:sticky;top:0;z-index:30;background:#0b0e13d0;backdrop-filter:saturate(140%) blur(6px);border-bottom:1px solid #1f2937}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.brand{display:flex;align-items:center;gap:10px}
.brand img{height:44px;width:auto}
.brand span{font-weight:700;letter-spacing:.5px}
.menu{display:flex;gap:20px;align-items:center}
.menu a{padding:8px 10px;border-radius:10px}
.menu a.active,.menu a:hover{background:#111827}
.mobile-toggle{display:none;border:1px solid #334155;border-radius:10px;padding:6px 10px;background:#0f141b;color:#e6e8eb}

/* Hero */
.hero{position:relative;isolation:isolate}
.hero img{width:100%;height:60vh;object-fit:cover;display:block;filter:contrast(1.05) saturate(1.05)}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(11,14,19,.85),rgba(11,14,19,.45) 40%,transparent);
  pointer-events:none;
  z-index:1;
}
.hero-content{position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:0 16px}
.kicker{display:inline-block;margin-bottom:8px;padding:5px 10px;border-radius:999px;background:var(--brand);font-size:12px;font-weight:600}
.hero h1{margin:8px 0 10px;font-size:clamp(28px,4vw,44px)}
.hero p{max-width:850px;margin:0 auto;color:#cbd5e1}

/* Blocks */
.section{padding:60px 0;border-top:1px solid #1f2937;background:#0b0e13}
.section.alt{background:#0f141b}
.h2{font-size:28px;margin:0 0 18px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:#10161f;border:1px solid #1f2937;border-radius:16px;padding:22px}
.card h3{margin:0 0 8px}
.badge{display:inline-block;font-size:12px;background:#111827;color:#e6e8eb;border:1px solid #233047;padding:3px 8px;border-radius:999px}

/* CTA */
.cta{display:flex;flex-wrap:wrap;align-items:center;gap:16px;justify-content:space-between;background:#10161f;border:1px solid #1f2937;border-radius:18px;padding:20px}
.btn{display:inline-block;background:var(--brand);padding:10px 14px;border-radius:12px;font-weight:600;color:#fff}
.btn.outline{background:transparent;border:1px solid #334155}

/* Footer */
footer{border-top:1px solid #1f2937;background:#0f141b}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:16px;padding:24px 0;align-items:center}
.socials{display:flex;gap:14px}
.socials a{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:#111827;border:1px solid #233047;border-radius:10px}

/* Pages */
.page-hero{padding:46px 0;background:#0f141b;border-bottom:1px solid #1f2937}
.page-hero h1{margin:0}
.prose p{color:#cbd5e1}
.list{display:grid;gap:18px}

/* Forms */
form{display:grid;gap:12px}
input,textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #334155;background:#0b0e13;color:#e6e8eb}
label{font-weight:600}
button{cursor:pointer}
.note{font-size:14px;color:#94a3b8}

/* Responsive */
@media (max-width:860px){
  .grid-3{grid-template-columns:1fr}
  .menu{display:none}
  .mobile-toggle{display:inline-block}
}
.socials svg{display:inline-block;vertical-align:middle}
/* ===== CRDEA Light/Warm Theme Overrides ===== */
:root{
  --bg:#fcf7f1;        /* warm off-white */
  --panel:#fffaf3;     /* light cream panels */
  --text:#1f2733;      /* deep slate text */
  --muted:#475569;     /* muted copy */
  --gold:#c89b3c;      /* accent links/buttons */
  --green:#166534;     /* Pan-African green */
  --red:#b91c1c;       /* Pan-African red */
  --brand:linear-gradient(90deg,#b91c1c, #1f2733 50%, #166534);
}

/* Body + links */
body{background:var(--bg);color:var(--text)}
a{color:var(--gold)}

/* Nav */
.nav{background:rgba(255,255,255,.85);border-bottom:1px solid #e5e7eb}
.menu a.active,.menu a:hover{background:#f3f4f6}

/* Sections */
.section{background:var(--bg);border-top:1px solid #efe7db}
.section.alt{background:var(--panel)}
.h2{color:var(--text)}

/* Cards + CTA */
.card,.cta{background:#ffffff;border:1px solid #e9e2d7}
.badge{background:#f6f6f6;color:#374151;border:1px solid #e5e7eb}
.btn{background:var(--brand);color:#fff}
.btn.outline{background:transparent;border:1px solid #d6d3ce;color:var(--text)}

/* Footer */
footer{background:#fff8ee;border-top:1px solid #e9e2d7}
.socials a{background:#ffffff;border:1px solid #e5e7eb}

/* Hero readability: keep text clickable and bright */
.hero img{position:relative;z-index:0}
.hero::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(to top,rgba(20,20,20,.55),rgba(20,20,20,.25) 40%,transparent);
}
.hero-content{z-index:2;color:#fff}
.hero-content .kicker,.hero-content h1,.hero-content p{color:#fff}
/* Header fixes */
.nav{position:sticky;top:0;z-index:1000;background:#ffffff;border-bottom:1px solid #e6e6e6}
.nav .brand span{color:#111}
.menu a{color:#111;text-decoration:none}
.menu a.active,[aria-current="page"]{color:#b45309;font-weight:600}

/* Hero contrast so "Contact" is visible */
.page-hero{background:#fff8ef;padding:48px 0}
.page-hero h1{color:#111;margin:0}

/* Optional: ensure logo aligns nicely */
.nav .brand img{height:28px;width:auto;margin-right:8px;vertical-align:middle}
.nav .brand span{vertical-align:middle}
.video-embed{position:relative;padding-top:56.25%;border-radius:12px;overflow:hidden;background:#000}
.video-embed iframe{position:absolute;inset:0;width:100%;height:100%}
right-of-abode.html
/assets/img/logo.png
/assets/img/crdea_og.jpg
