/*
Theme Name: Leap Point Advisory
Theme URI: https://leappoint.co.in
Author: Leap Point Advisory
Author URI: https://leappoint.co.in
Description: Premium glossy black + beige + gold management consulting theme.
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: leappoint
*/

:root {
  --bg: #F5F1E8; --bg-2: #EDE7D9; --bg-3: #FFFFFF;
  --navy: #0A0A0A; --navy-2: #151515;
  --gold: #E8951C; --gold-2: #D38314;
  --gold-dim: rgba(232,149,28,0.10); --gold-line: rgba(232,149,28,0.32);
  --mist: rgba(10,10,10,0.72); --smoke: rgba(10,10,10,0.55);
  --ember: rgba(10,10,10,0.12); --hair: rgba(10,10,10,0.08);
  --font-head: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-logo: 'Alata', sans-serif;
  --max: 1320px; --pad: 80px; --radius: 4px;
  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; font-size:16px; }
body { background:var(--bg); color:var(--navy); font-family:var(--font-body); font-weight:300; line-height:1.7; -webkit-font-smoothing:antialiased; overflow-x:hidden; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
button { cursor:pointer; font-family:var(--font-body); border:none; }
h1,h2,h3,h4,h5 { font-family:var(--font-head); font-weight:400; line-height:1.15; color:var(--navy); }

.eyebrow { font-family:var(--font-body); font-size:11px; font-weight:600; letter-spacing:0.2em; text-transform:uppercase; color:var(--gold); }
.display { font-size:clamp(44px,5.5vw,86px); font-weight:300; letter-spacing:-0.015em; line-height:1.05; }
.display em { font-style:italic; color:var(--gold); }
.headline { font-size:clamp(28px,3.5vw,52px); font-weight:300; line-height:1.12; }
.headline em { font-style:italic; color:var(--gold); }
.subhead { font-size:clamp(20px,2.2vw,32px); font-weight:300; }
.body-lg { font-size:17px; font-weight:300; color:var(--mist); line-height:1.75; }
.body-sm { font-size:14px; font-weight:300; color:var(--smoke); line-height:1.65; }
.label { font-size:11px; font-weight:600; letter-spacing:0.16em; text-transform:uppercase; color:var(--smoke); }

.container { max-width:var(--max); margin:0 auto; padding:0 var(--pad); }
.section { padding:120px 0; }
.section-sm { padding:80px 0; }
.grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; }
.divider { width:48px; height:1px; background:var(--gold); margin:24px 0; }
.gold-line { width:100%; height:1px; background:linear-gradient(90deg,transparent 0%,var(--gold-line) 30%,var(--gold-line) 70%,transparent 100%); }
.section-cream { background:var(--bg-2); }
.section-white { background:var(--bg-3); }
.section-navy { background:#0C0C0C; color:#fff; }
.section-navy h1,.section-navy h2,.section-navy h3 { color:#fff; }
.section-navy .body-lg { color:rgba(255,255,255,0.7); }
.section-navy .eyebrow { color:var(--gold); }

/* NAV — dark, matches hero */
.nav { position:sticky; top:0; z-index:200; background:rgba(10,10,10,0.96); backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); border-bottom:1px solid rgba(255,255,255,0.05); height:80px; }
.nav-inner { max-width:var(--max); margin:0 auto; padding:0 var(--pad); height:100%; display:flex; align-items:center; justify-content:space-between; }
.nav-logo { display:flex; align-items:center; gap:12px; flex-shrink:0; }
.nav-logo img { width:56px; height:56px; object-fit:contain; }
.nav-logo-text { line-height:1; }
.nav-logo-name { font-family:var(--font-logo); font-size:16px; font-weight:400; letter-spacing:0.22em; color:#fff; text-transform:uppercase; }
.nav-logo-sub { font-family:var(--font-logo); font-size:9px; letter-spacing:0.18em; color:rgba(255,255,255,0.4); text-transform:uppercase; margin-top:4px; }
.nav-links { display:flex; align-items:center; gap:36px; list-style:none; }
.nav-link { font-size:13px; font-weight:400; color:rgba(255,255,255,0.65); letter-spacing:0.02em; transition:color var(--transition); position:relative; }
.nav-link::after { content:''; position:absolute; bottom:-6px; left:0; width:0; height:1px; background:var(--gold); transition:width var(--transition); }
.nav-link:hover { color:#fff; }
.nav-link:hover::after { width:100%; }
.nav-link.active { color:var(--gold); }
.nav-link.active::after { width:100%; }
.nav-dropdown { position:relative; }
.nav-dropdown-menu { position:absolute; top:calc(100% + 20px); left:50%; background:#141414; border:1px solid rgba(255,255,255,0.08); border-radius:var(--radius); padding:8px 0; min-width:240px; box-shadow:0 20px 50px rgba(0,0,0,0.5); opacity:0; pointer-events:none; transition:opacity var(--transition),transform var(--transition); transform:translateX(-50%) translateY(-8px); }
.nav-dropdown:hover .nav-dropdown-menu { opacity:1; pointer-events:all; transform:translateX(-50%) translateY(0); }
.nav-dropdown-item { display:block; padding:12px 24px; font-size:13px; color:rgba(255,255,255,0.7); transition:all var(--transition); }
.nav-dropdown-item:hover { color:var(--gold); background:var(--gold-dim); }
.nav-cta { font-size:12px; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; color:var(--navy); background:var(--gold); padding:13px 28px; border-radius:var(--radius); transition:all var(--transition); border:1px solid var(--gold); }
.nav-cta:hover { background:transparent; color:var(--gold); }
.nav-hamburger { display:none; flex-direction:column; gap:5px; background:none; padding:4px; }
.nav-hamburger span { display:block; width:24px; height:1.5px; background:#fff; }
.nav-mobile { display:none; }

/* BUTTONS */
.btn { display:inline-flex; align-items:center; gap:10px; font-family:var(--font-body); font-size:12px; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; padding:17px 36px; border-radius:var(--radius); transition:all var(--transition); cursor:pointer; white-space:nowrap; }
.btn-gold { background:var(--gold); color:var(--navy); }
.btn-gold:hover { background:var(--gold-2); transform:translateY(-2px); box-shadow:0 14px 30px rgba(232,149,28,0.28); }
.btn-navy { background:var(--navy); color:#fff; }
.btn-navy:hover { background:var(--navy-2); transform:translateY(-2px); }
.btn-outline { background:transparent; color:var(--navy); border:1px solid var(--ember); }
.btn-outline:hover { border-color:var(--navy); background:var(--navy); color:#fff; }
.btn-outline-light { background:transparent; color:#fff; border:1px solid rgba(255,255,255,0.3); }
.btn-outline-light:hover { border-color:var(--gold); color:var(--gold); }
.btn-ghost { background:transparent; color:var(--gold); padding:0; letter-spacing:0.08em; font-size:12px; }
.btn-ghost::after { content:' →'; }

.card { background:var(--bg-3); border:1px solid var(--hair); border-radius:var(--radius); padding:40px; transition:all var(--transition); }
.card:hover { border-color:var(--gold-line); transform:translateY(-4px); box-shadow:0 20px 50px rgba(0,0,0,0.06); }

/* HERO */
.hero { position:relative; min-height:calc(100vh - 80px); background:#0A0A0A; color:#fff; display:flex; align-items:center; overflow:hidden; padding:100px 0; }
#hero-canvas { position:absolute; inset:0; width:100%; height:100%; opacity:0.8; }
.hero-glow { position:absolute; inset:0; background:radial-gradient(ellipse 50% 60% at 50% 50%,rgba(232,149,28,0.06) 0%,transparent 65%),linear-gradient(180deg,rgba(255,255,255,0.02) 0%,transparent 40%); pointer-events:none; }
.hero-content { position:relative; z-index:2; text-align:center; max-width:880px; margin:0 auto; display:flex; flex-direction:column; align-items:center; }
.hero .display { color:#fff; font-size:clamp(48px,6.5vw,88px); }
.hero .display em { color:var(--gold); }
.hero .body-lg { color:rgba(255,255,255,0.55); max-width:620px; margin-top:32px; }
.eyebrow-lines { display:inline-flex; align-items:center; gap:18px; }
.eyebrow-lines::before,.eyebrow-lines::after { content:''; width:36px; height:1px; background:var(--gold); }
.hero .eyebrow { color:var(--gold); font-size:11px; letter-spacing:0.24em; }
.hero-ctas { display:flex; gap:14px; margin-top:48px; flex-wrap:wrap; justify-content:center; }
.hero-ctas .btn { padding:15px 32px; font-size:11px; }
.hero-watermark { position:absolute; width:320px; height:320px; top:50%; left:50%; transform:translate(-50%,-50%); opacity:0.04; pointer-events:none; z-index:1; object-fit:contain; }

/* STATS */
.stats-bar { background:#111111; color:#fff; border-top:1px solid rgba(255,255,255,0.04); }
.stats-inner { max-width:var(--max); margin:0 auto; padding:0 var(--pad); display:flex; }
.stat-item { flex:1; padding:44px 32px; border-right:1px solid rgba(255,255,255,0.06); text-align:center; }
.stat-item:last-child { border-right:none; }
.stat-num { font-family:var(--font-head); font-size:50px; font-weight:300; color:var(--gold); line-height:1; }
.stat-label { font-size:10px; font-weight:500; letter-spacing:0.2em; text-transform:uppercase; color:rgba(255,255,255,0.4); margin-top:12px; }

/* SERVICES */
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--hair); border:1px solid var(--hair); }
.service-card { padding:48px 40px; background:var(--bg); position:relative; transition:all var(--transition); }
.service-card::before { content:''; position:absolute; top:0; left:0; width:3px; height:0; background:var(--gold); transition:height 0.4s ease; }
.service-card:hover { background:var(--bg-3); }
.service-card:hover::before { height:100%; }
.service-card:hover .service-num { color:var(--gold); }
.service-num { font-family:var(--font-head); font-size:56px; font-weight:300; color:var(--ember); line-height:1; margin-bottom:24px; transition:color var(--transition); }
.service-title { font-family:var(--font-head); font-size:26px; margin-bottom:14px; }
.service-desc { font-size:14px; color:var(--smoke); line-height:1.7; margin-bottom:24px; }

/* POSTS */
.post-card { background:var(--bg-3); border:1px solid var(--hair); border-radius:var(--radius); overflow:hidden; transition:all var(--transition); display:flex; flex-direction:column; }
.post-card:hover { border-color:var(--gold-line); transform:translateY(-4px); box-shadow:0 20px 50px rgba(0,0,0,0.06); }
.post-img { height:200px; background:#0A0A0A; position:relative; overflow:hidden; }
.post-img img { width:100%; height:100%; object-fit:cover; }
.post-img-placeholder { width:100%; height:100%; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#0A0A0A 0%,#151515 100%); }
.post-img-placeholder svg { opacity:0.3; color:var(--gold); }
.post-body { padding:32px; flex:1; display:flex; flex-direction:column; }
.post-meta { display:flex; align-items:center; gap:16px; margin-bottom:16px; }
.post-category { font-size:10px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; color:var(--gold); }
.post-date { font-size:11px; color:var(--smoke); }
.post-title { font-family:var(--font-head); font-size:24px; font-weight:400; line-height:1.3; margin-bottom:12px; transition:color var(--transition); }
.post-card:hover .post-title { color:var(--gold); }
.post-excerpt { font-size:14px; color:var(--smoke); line-height:1.7; flex:1; }
.post-footer { margin-top:24px; padding-top:20px; border-top:1px solid var(--hair); }
.post-read { font-size:11px; color:var(--smoke); }

/* ARTICLE BODY */
.article-body { font-size:17px; line-height:1.85; color:var(--mist); }
.article-body h2 { font-family:var(--font-head); font-size:32px; font-weight:400; color:var(--navy); margin:56px 0 18px; }
.article-body h3 { font-family:var(--font-head); font-size:24px; font-weight:400; color:var(--navy); margin:40px 0 14px; }
.article-body p { margin-bottom:24px; }
.article-body ul,ol { margin:0 0 24px 24px; }
.article-body li { margin-bottom:10px; }
.article-body strong { color:var(--navy); font-weight:600; }
.article-body em { color:var(--gold); }
.article-body a { color:var(--gold); text-decoration:underline; text-underline-offset:3px; }
.article-body img { border-radius:var(--radius); margin:32px 0; }

/* FORMS */
.form-group { margin-bottom:24px; }
.form-label { display:block; font-size:11px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; color:var(--smoke); margin-bottom:10px; }
.form-input,.form-textarea,.form-select { width:100%; background:var(--bg-3); border:1px solid var(--ember); border-radius:var(--radius); padding:14px 18px; font-family:var(--font-body); font-size:14px; color:var(--navy); outline:none; transition:border-color var(--transition); }
.form-input:focus,.form-textarea:focus,.form-select:focus { border-color:var(--gold); }
.form-input::placeholder,.form-textarea::placeholder { color:rgba(10,10,10,0.35); }
.form-textarea { resize:vertical; min-height:140px; }

/* PRIVACY PAGE (light bg, dark text) */
.policy-body { max-width:740px; font-size:16px; line-height:1.85; color:var(--mist); }
.policy-body h2 { font-family:var(--font-head); font-size:26px; color:var(--navy); margin:48px 0 16px; }
.policy-body p { margin-bottom:20px; }
.policy-body ul { margin:0 0 20px 24px; }
.policy-body li { margin-bottom:8px; }
.policy-body a { color:var(--gold); }

/* FOOTER */
.footer { background:#080808; color:#fff; padding:80px 0 40px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1.5fr; gap:60px; padding-bottom:60px; border-bottom:1px solid rgba(255,255,255,0.08); }
.footer-logo { display:flex; align-items:center; gap:12px; margin-bottom:20px; }
.footer-logo img { width:48px; height:48px; object-fit:contain; }
.footer-logo .nav-logo-name { color:#fff; font-family:var(--font-logo); font-weight:400; }
.footer-tagline { font-size:13px; color:rgba(255,255,255,0.55); line-height:1.7; max-width:280px; }
.footer-heading { font-size:11px; font-weight:600; letter-spacing:0.18em; text-transform:uppercase; color:var(--gold); margin-bottom:20px; }
.footer-links { display:flex; flex-direction:column; gap:12px; list-style:none; }
.footer-link { font-size:14px; color:rgba(255,255,255,0.6); transition:color var(--transition); }
.footer-link:hover { color:var(--gold); }
.footer-address { font-size:13px; color:rgba(255,255,255,0.6); line-height:1.85; }
.footer-address strong { color:#fff; font-weight:600; }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; padding-top:32px; }
.footer-copy { font-size:12px; color:rgba(255,255,255,0.4); }
.footer-legal { display:flex; gap:24px; }
.footer-legal a { font-size:12px; color:rgba(255,255,255,0.4); transition:color var(--transition); }
.footer-legal a:hover { color:var(--gold); }

/* CTA STRIP */
.cta-strip { background:var(--gold); padding:80px 0; }
.cta-strip .container { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:32px; }

/* FILTER BAR */
.filter-bar { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:48px; }
.filter-btn { padding:8px 18px; font-size:11px; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; border:1px solid var(--hair); border-radius:2px; background:transparent; color:var(--smoke); cursor:pointer; transition:all var(--transition); }
.filter-btn:hover,.filter-btn.active { border-color:var(--gold); color:var(--gold); background:var(--gold-dim); }

/* REVEAL */
.reveal { opacity:0; transform:translateY(28px); transition:opacity 0.8s ease,transform 0.8s ease; }
.reveal.visible { opacity:1; transform:none; }
.reveal-delay-1 { transition-delay:0.1s; }
.reveal-delay-2 { transition-delay:0.2s; }
.reveal-delay-3 { transition-delay:0.3s; }

/* 404 */
.page-404 { min-height:60vh; display:flex; align-items:center; justify-content:center; text-align:center; }

/* WP SPECIFIC */
.wp-block-image img { border-radius:var(--radius); }

/* RESPONSIVE */
@media(max-width:1024px) {
  :root { --pad:48px; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; gap:40px; }
}
@media(max-width:768px) {
  :root { --pad:24px; }
  .section { padding:80px 0; }
  .grid-2 { grid-template-columns:1fr; gap:48px; }
  .grid-3 { grid-template-columns:1fr; }
  .service-grid { grid-template-columns:1fr; }
  .stats-inner { flex-direction:column; }
  .stat-item { border-right:none; border-bottom:1px solid rgba(255,255,255,0.08); }
  .stat-item:last-child { border-bottom:none; }
  .footer-grid { grid-template-columns:1fr; gap:40px; }
  .footer-bottom { flex-direction:column; gap:16px; text-align:center; }
  .nav-links { display:none; }
  .nav-hamburger { display:flex; }
  .nav-mobile { position:fixed; top:80px; left:0; right:0; background:#0A0A0A; border-bottom:1px solid rgba(255,255,255,0.08); padding:24px; flex-direction:column; gap:4px; z-index:199; }
  .nav-mobile.open { display:flex; }
  .nav-mobile a { display:block; padding:14px 0; font-size:16px; color:rgba(255,255,255,0.7); border-bottom:1px solid rgba(255,255,255,0.06); }
  .nav-mobile .btn { margin-top:16px; text-align:center; display:block; padding:14px; }
  .cta-strip .container { flex-direction:column; align-items:flex-start; }
  .single-sidebar { display:none; }
}
