/* ==========================================================================
   Orisha Advisory — Bold & Strategic theme
   ========================================================================== */

:root {
  --ink: #0a0e17;
  --ink-2: #101725;
  --panel: #141c2c;
  --panel-2: #1b2537;
  --line: rgba(255, 255, 255, 0.08);
  --text: #e9edf5;
  --muted: #9aa6bd;
  --gold: #c9a24b;
  --gold-soft: #e2c988;
  --accent: #3b6ef0;
  --max: 1180px;
  --serif: "Georgia", "Times New Roman", serif;
  --sans: "Helvetica Neue", Arial, system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--ink);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 28px; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 14, 23, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}
.brand { display: flex; align-items: baseline; gap: 10px; }
.brand .mark {
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: 0.04em;
  color: var(--text);
}
.brand .mark b { color: var(--gold); font-weight: 700; }
.brand .sub {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
}
.nav-links { display: flex; gap: 6px; align-items: center; }
.nav-links a {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 10px 16px;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}
.nav-links a:hover { color: var(--text); }
.nav-links a.active { color: var(--gold); }
.nav-cta {
  border: 1px solid var(--gold);
  color: var(--gold) !important;
  border-radius: 6px;
}
.nav-cta:hover { background: var(--gold); color: var(--ink) !important; }

.nav-toggle { display: none; background: none; border: 0; color: var(--text); font-size: 26px; cursor: pointer; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(1200px 600px at 70% -10%, rgba(59,110,240,0.18), transparent 60%),
    linear-gradient(180deg, #0a0e17 0%, #0c1220 55%, #0a0e17 100%);
}
.road {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.9;
}
.hero-inner { position: relative; z-index: 2; padding: 90px 0; }
.eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  border-left: 2px solid var(--gold);
  padding-left: 14px;
  margin-bottom: 26px;
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(34px, 6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  max-width: 15ch;
}
.hero h1 .amp { color: var(--gold); }
.hero .lede {
  margin-top: 26px;
  max-width: 56ch;
  font-size: clamp(16px, 2vw, 20px);
  color: var(--muted);
}
.hero-actions { margin-top: 40px; display: flex; gap: 16px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  transition: transform 0.15s, background 0.2s, border-color 0.2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-soft); }
.btn-ghost { border: 1px solid var(--line); color: var(--text); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section.alt { background: var(--ink-2); }
.section-head { max-width: 62ch; margin-bottom: 48px; }
.kicker {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
h2.section-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.lead-para { font-size: 18px; color: var(--muted); margin-top: 18px; }
p + p { margin-top: 16px; }

.page-hero {
  padding: 120px 0 60px;
  background:
    radial-gradient(900px 400px at 80% -20%, rgba(201,162,75,0.14), transparent 60%),
    linear-gradient(180deg, #0a0e17, #0c1220);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 700;
  line-height: 1.06;
}
.page-hero p { color: var(--muted); font-size: 18px; margin-top: 18px; max-width: 60ch; }

/* ---------- Pillar cards (About) ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar {
  background: linear-gradient(180deg, var(--panel), var(--ink-2));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 34px 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, border-color 0.2s;
}
.pillar:hover { transform: translateY(-4px); border-color: rgba(201,162,75,0.5); }
.pillar .num {
  font-family: var(--serif);
  font-size: 40px;
  color: rgba(201,162,75,0.35);
  line-height: 1;
}
.pillar h3 {
  font-size: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 18px 0 12px;
}
.pillar p { color: var(--muted); font-size: 15.5px; }

/* ---------- Services ---------- */
.service-block { margin-bottom: 72px; }
.service-block:last-child { margin-bottom: 0; }
.service-intro {
  border-left: 3px solid var(--gold);
  padding-left: 26px;
  margin-bottom: 40px;
}
.service-intro h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 700;
}
.service-intro p { color: var(--muted); font-size: 17px; margin-top: 16px; max-width: 78ch; }

.packs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pack {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px 26px;
  transition: transform 0.2s, border-color 0.2s;
}
.pack:hover { transform: translateY(-4px); border-color: rgba(201,162,75,0.5); }
.pack h4 {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.pack ul { list-style: none; }
.pack li {
  position: relative;
  padding-left: 22px;
  color: var(--text);
  font-size: 15px;
  margin-bottom: 11px;
}
.pack li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
}
.pack.free-first li:first-child { color: var(--gold-soft); font-weight: 600; }

/* ---------- Services list (individual services) ---------- */
.svc-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.svc {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px 24px;
  transition: transform 0.2s, border-color 0.2s;
}
.svc:hover { transform: translateY(-4px); border-color: rgba(201,162,75,0.5); }
.svc h5 {
  font-size: 16px;
  font-family: var(--serif);
  color: var(--text);
  margin-bottom: 8px;
  display: flex; align-items: baseline; gap: 10px;
}
.svc h5::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); flex: none;
  transform: translateY(-2px);
}
.svc p { color: var(--muted); font-size: 14.5px; line-height: 1.55; }

.simple-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 8px; }
.simple-list .item {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px 22px;
  font-size: 16px;
  display: flex; align-items: center; gap: 14px;
}
.simple-list .item .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); flex: none; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.contact-card {
  background: linear-gradient(180deg, var(--panel), var(--ink-2));
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 44px 40px;
}
.contact-row { display: flex; gap: 18px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-row:last-child { border-bottom: 0; }
.contact-row .label { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); }
.contact-row .value { font-size: 20px; font-family: var(--serif); color: var(--text); margin-top: 4px; }
.contact-row .value a:hover { color: var(--gold); }
.contact-icon {
  width: 46px; height: 46px; border-radius: 10px;
  background: rgba(201,162,75,0.12);
  border: 1px solid rgba(201,162,75,0.35);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); flex: none;
}
.contact-side {
  background:
    radial-gradient(600px 300px at 100% 0%, rgba(59,110,240,0.2), transparent 60%),
    var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 44px 40px;
  display: flex; flex-direction: column; justify-content: center;
}
.contact-side h3 { font-family: var(--serif); font-size: 28px; line-height: 1.2; }
.contact-side p { color: var(--muted); margin-top: 16px; font-size: 16px; }

/* ---------- CTA strip ---------- */
.cta-strip {
  background:
    radial-gradient(700px 300px at 50% 120%, rgba(201,162,75,0.16), transparent 60%),
    var(--ink-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  padding: 72px 0;
}
.cta-strip h2 { font-family: var(--serif); font-size: clamp(26px, 3.4vw, 40px); font-weight: 700; }
.cta-strip p { color: var(--muted); margin-top: 14px; font-size: 18px; }
.cta-strip .hero-actions { justify-content: center; margin-top: 34px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  border-top: 1px solid var(--line);
  padding: 48px 0 40px;
}
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-inner .fnav { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-inner .fnav a { color: var(--muted); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-inner .fnav a:hover { color: var(--gold); }
.copyright { color: var(--muted); font-size: 13px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .pillars, .packs, .svc-list { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .simple-list { grid-template-columns: 1fr; }
  .nav-links {
    position: absolute; top: 74px; left: 0; right: 0;
    background: var(--ink-2); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 12px;
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 16px; }
  .nav-toggle { display: block; }
}
