/*
Theme Name: Robbie Shawn Executive
Theme URI: https://robbieshawn.com
Author: Robbie Shawn
Description: Bespoke Executive Portfolio and Entity Authority Theme.
Version: 3.0.0
*/

:root {
  --bg-dark: #070a11;
  --bg-card: #0f172a;
  --bg-hover: #1e293b;
  --border-slate: #1e293b;
  --border-light: #334155;
  --accent-blue: #0084C9;
  --accent-glow: rgba(0, 132, 201, 0.15);
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-dim: #64748b;
  --font-main: 'Inter', system-ui, -apple-system, sans-serif;
  --font-code: 'JetBrains Mono', monospace;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background-color: var(--bg-dark); color: var(--text-primary); font-family: var(--font-main); line-height: 1.6; -webkit-font-smoothing: antialiased; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.mono { font-family: var(--font-code); }

/* Sticky Executive Navigation */
header.executive-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(7, 10, 17, 0.85); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border-slate); }
.header-wrapper { display: flex; align-items: center; justify-content: space-between; height: 5rem; }
.brand-mark { font-size: 1.125rem; font-weight: 800; color: var(--text-primary); text-decoration: none; letter-spacing: -0.02em; display: flex; align-items: center; gap: 0.75rem; }
.brand-mark .tag { background: var(--bg-card); color: var(--accent-blue); font-size: 0.7rem; padding: 0.2rem 0.5rem; border-radius: 4px; border: 1px solid var(--border-slate); }

.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a { color: var(--text-secondary); text-decoration: none; font-size: 0.875rem; font-weight: 500; transition: color 0.2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--text-primary); }
.btn-executive { background: var(--accent-blue); color: #ffffff !important; font-weight: 700; padding: 0.65rem 1.35rem; border-radius: 8px; text-decoration: none; transition: all 0.2s ease; font-size: 0.85rem; }
.btn-executive:hover { background: #006699; transform: translateY(-1px); }

/* Main Content Wrapper */
main.executive-main { padding-top: 5rem; }

/* Hero Section */
.hero-wrapper { padding: 6rem 0 4rem; border-bottom: 1px solid var(--border-slate); position: relative; overflow: hidden; }
.hero-glow { position: absolute; top: 20%; left: 10%; width: 400px; height: 400px; background: var(--accent-glow); filter: blur(120px); pointer-events: none; border-radius: 50%; }
.pill-badge { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; color: var(--accent-blue); background: var(--bg-card); border: 1px solid var(--border-slate); padding: 0.4rem 0.9rem; border-radius: 9999px; margin-bottom: 2rem; }
.pill-dot { width: 6px; height: 6px; background: var(--accent-blue); border-radius: 50%; animation: pulse 2s infinite; }

h1.hero-headline { font-size: clamp(2.5rem, 5vw, 4.25rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 1.75rem; max-width: 900px; }
p.hero-subtext { font-size: 1.25rem; color: var(--text-secondary); max-width: 760px; margin-bottom: 2.5rem; line-height: 1.6; }

/* Proof Metric Strip */
.metrics-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; padding: 3rem 0; border-bottom: 1px solid var(--border-slate); }
.metric-box { border-left: 2px solid var(--accent-blue); padding-left: 1.25rem; }
.metric-number { font-size: 2.25rem; font-weight: 800; color: var(--text-primary); letter-spacing: -0.02em; }
.metric-label { font-size: 0.75rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.05em; margin-top: 0.25rem; }

/* Timeline & Grid Layouts */
.section-block { padding: 6rem 0; border-bottom: 1px solid var(--border-slate); }
.section-header { margin-bottom: 3rem; }
.section-eyebrow { font-size: 0.75rem; color: var(--accent-blue); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.section-heading { font-size: 2.25rem; font-weight: 800; letter-spacing: -0.02em; }

.timeline-stack { display: flex; flex-direction: column; gap: 1.75rem; }
.timeline-card { background: var(--bg-card); border: 1px solid var(--border-slate); border-radius: 16px; padding: 2.25rem; transition: all 0.2s ease; }
.timeline-card:hover { border-color: var(--border-light); transform: translateY(-2px); }
.timeline-period { font-size: 0.75rem; color: var(--accent-blue); font-weight: 700; margin-bottom: 0.5rem; }
.timeline-role { font-size: 1.35rem; font-weight: 700; margin-bottom: 0.25rem; }
.timeline-company { font-size: 0.9rem; color: var(--text-secondary); margin-bottom: 1rem; }
.timeline-body { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 1.25rem; }
.timeline-tags { font-size: 0.75rem; color: var(--text-dim); }

/* Footer */
footer.executive-footer { background: var(--bg-dark); padding: 5rem 0 2.5rem; border-top: 1px solid var(--border-slate); font-size: 0.875rem; }
.footer-wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 3rem; margin-bottom: 4rem; }
.footer-brand h4 { font-size: 1.125rem; font-weight: 800; margin-bottom: 0.75rem; }
.footer-brand p { color: var(--text-secondary); max-width: 320px; font-size: 0.875rem; }
.footer-nav-list { display: flex; gap: 2rem; list-style: none; }
.footer-nav-list a { color: var(--text-secondary); text-decoration: none; transition: color 0.2s; }
.footer-nav-list a:hover { color: var(--text-primary); }

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}