/* ============================================================
   Fired Up Ignite Fund — Main Stylesheet
   ============================================================ */

:root {
  --orange: #E8521A;
  --orange-dark: #C94214;
  --charcoal: #111111;
  --body-text: #444444;
  --mid-gray: #888888;
  --border: #E5E5E5;
  --off-white: #F8F7F5;
  --white: #FFFFFF;
  --max-width: 1080px;
  --radius: 10px;
  --font: 'Inter', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--white); color: var(--charcoal); line-height: 1.6; font-size: 17px; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--orange); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { line-height: 1.15; font-weight: 700; letter-spacing: -0.02em; color: var(--charcoal); }
h1 { font-size: clamp(2.2rem, 5.5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
h3 { font-size: 1.1rem; font-weight: 600; letter-spacing: -0.01em; }
p { max-width: 66ch; }

.container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem; }
section { padding: 5rem 0; }

nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; max-width: var(--max-width); margin: 0 auto; }
.nav-logo { display: flex; align-items: center; gap: 0.5rem; font-weight: 700; font-size: 1rem; color: var(--charcoal); text-decoration: none; letter-spacing: -0.01em; }
.nav-logo .logo-mark { display: inline-block; width: 26px; height: 26px; background: var(--orange); border-radius: 6px; font-size: 0.85rem; line-height: 26px; text-align: center; }
.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a { color: var(--body-text); font-size: 0.9rem; font-weight: 500; text-decoration: none; transition: color 0.15s; }
.nav-links a:hover { color: var(--charcoal); }
.nav-cta { background: var(--charcoal) !important; color: var(--white) !important; padding: 0.45rem 1.1rem; border-radius: 6px; font-size: 0.875rem !important; transition: opacity 0.15s !important; }
.nav-cta:hover { opacity: 0.8 !important; text-decoration: none !important; }

.hero { background: var(--charcoal); color: var(--white); padding: 7rem 0 6rem; }
.hero-eyebrow { display: inline-block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 1.75rem; }
.hero h1 { color: var(--white); margin-bottom: 1.5rem; max-width: 14ch; }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero p { color: rgba(255,255,255,0.65); font-size: 1.15rem; margin-bottom: 2.5rem; max-width: 50ch; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }

.btn-primary { display: inline-block; background: var(--orange); color: var(--white); padding: 0.8rem 1.75rem; border-radius: var(--radius); font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: background 0.15s, transform 0.12s; }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-1px); text-decoration: none; color: var(--white); }
.btn-secondary { display: inline-block; background: transparent; color: rgba(255,255,255,0.75); padding: 0.8rem 1.75rem; border-radius: var(--radius); font-weight: 500; font-size: 0.95rem; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); transition: border-color 0.15s, color 0.15s; }
.btn-secondary:hover { border-color: rgba(255,255,255,0.5); color: var(--white); text-decoration: none; }

.stats { background: var(--off-white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 2.5rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; text-align: center; }
.stat-num { font-size: 1.6rem; font-weight: 800; color: var(--charcoal); letter-spacing: -0.03em; display: block; }
.stat-label { font-size: 0.85rem; color: var(--mid-gray); margin-top: 0.25rem; display: block; }

.pillars { background: var(--white); }
.pillars h2 { margin-bottom: 0.5rem; }
.pillars .lead { color: var(--mid-gray); font-size: 1rem; margin-bottom: 3rem; max-width: 56ch; }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.pillar-card { padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--off-white); }
.pillar-num { font-size: 0.75rem; font-weight: 700; color: var(--orange); letter-spacing: 0.08em; margin-bottom: 1.25rem; display: block; }
.pillar-card h3 { margin-bottom: 0.5rem; font-size: 1.05rem; }
.pillar-card p { color: var(--body-text); font-size: 0.9rem; max-width: none; line-height: 1.65; }

.story { background: var(--off-white); }
.story-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.story-text h2 { margin-bottom: 1.25rem; }
.story-text p { color: var(--body-text); margin-bottom: 1rem; max-width: none; font-size: 0.975rem; line-height: 1.75; }
.story-text .btn-primary { margin-top: 0.5rem; }
.story-pull { border-left: 3px solid var(--orange); padding: 2rem 2rem 2rem 2.5rem; background: var(--white); border-radius: 0 var(--radius) var(--radius) 0; }
.story-pull blockquote { font-size: 1.6rem; font-weight: 700; line-height: 1.25; letter-spacing: -0.025em; color: var(--charcoal); margin-bottom: 1rem; }
.story-pull cite { display: block; font-size: 0.82rem; color: var(--mid-gray); font-style: normal; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; }

.eligibility { background: var(--white); }
.eligibility h2 { margin-bottom: 0.5rem; }
.eligibility .lead { color: var(--mid-gray); font-size: 1rem; margin-bottom: 3rem; }
.elig-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.elig-card { background: var(--white); padding: 2rem; display: flex; gap: 1rem; align-items: flex-start; }
.elig-dot { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; flex-shrink: 0; margin-top: 0.55rem; }
.elig-card h3 { margin-bottom: 0.35rem; }
.elig-card p { color: var(--body-text); font-size: 0.9rem; max-width: none; line-height: 1.65; }

.cta-banner { background: var(--charcoal); color: var(--white); text-align: center; padding: 5rem 0; }
.cta-banner h2 { color: var(--white); margin-bottom: 1rem; }
.cta-banner p { color: rgba(255,255,255,0.6); font-size: 1.05rem; margin: 0 auto 2.25rem; }
.btn-white { display: inline-block; background: var(--white); color: var(--charcoal); padding: 0.8rem 1.75rem; border-radius: var(--radius); font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: opacity 0.15s, transform 0.12s; }
.btn-white:hover { opacity: 0.9; transform: translateY(-1px); text-decoration: none; color: var(--charcoal); }

footer { background: var(--off-white); border-top: 1px solid var(--border); color: var(--mid-gray); padding: 2.5rem 0; font-size: 0.875rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-logo { color: var(--charcoal); font-weight: 700; font-size: 0.95rem; letter-spacing: -0.01em; }
.footer-links { display: flex; gap: 1.5rem; list-style: none; }
.footer-links a { color: var(--mid-gray); transition: color 0.15s; }
.footer-links a:hover { color: var(--charcoal); text-decoration: none; }
.footer-copy { margin-top: 1.25rem; font-size: 0.8rem; }

.apply-hero { background: var(--charcoal); color: var(--white); padding: 5rem 0 4rem; }
.apply-hero h1 { color: var(--white); margin-bottom: 1rem; }
.apply-hero p { color: rgba(255,255,255,0.65); font-size: 1.05rem; margin: 0; max-width: 52ch; }
.apply-body { background: var(--off-white); padding: 4rem 0 6rem; }
.apply-grid { display: grid; grid-template-columns: 1fr 320px; gap: 2.5rem; align-items: start; }

.form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 2.5rem; }
.form-section-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 1.25rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.form-section-label:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.form-group { margin-bottom: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.4rem; color: var(--charcoal); }
label .req { color: var(--orange); margin-left: 2px; }
input[type="text"], input[type="email"], input[type="number"], input[type="url"], select, textarea { width: 100%; padding: 0.6rem 0.85rem; border: 1px solid var(--border); border-radius: 7px; font-family: var(--font); font-size: 0.9rem; color: var(--charcoal); background: var(--white); transition: border-color 0.15s, box-shadow 0.15s; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(232,82,26,0.1); }
textarea { resize: vertical; min-height: 120px; }
.char-hint { font-size: 0.78rem; color: var(--mid-gray); margin-top: 0.3rem; }
.form-submit { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.btn-submit { width: 100%; background: var(--orange); color: var(--white); border: none; padding: 0.9rem; border-radius: var(--radius); font-size: 1rem; font-weight: 600; cursor: pointer; transition: background 0.15s, transform 0.12s; font-family: var(--font); }
.btn-submit:hover { background: var(--orange-dark); transform: translateY(-1px); }
.form-disclaimer { font-size: 0.8rem; color: var(--mid-gray); margin-top: 0.9rem; text-align: center; line-height: 1.5; }

.apply-sidebar { display: flex; flex-direction: column; gap: 1rem; }
.sidebar-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.4rem; }
.sidebar-card h3 { font-size: 0.875rem; margin-bottom: 0.65rem; }
.sidebar-card p, .sidebar-card li { font-size: 0.85rem; color: var(--body-text); max-width: none; }
.sidebar-card ul { padding-left: 1.1rem; }
.sidebar-card li { margin-bottom: 0.35rem; }
.sidebar-highlight { background: var(--charcoal); border-color: var(--charcoal); }
.sidebar-highlight h3 { color: var(--white); }
.sidebar-highlight p { color: rgba(255,255,255,0.65); }

.form-success { display: none; text-align: center; padding: 3rem 2rem; }
.form-success .check { font-size: 2.5rem; margin-bottom: 1rem; }
.form-success h2 { margin-bottom: 0.75rem; }
.form-success p { color: var(--body-text); margin: 0 auto; }

.about-hero { background: var(--charcoal); color: var(--white); padding: 5.5rem 0 4.5rem; }
.about-hero .hero-eyebrow { margin-bottom: 1.25rem; }
.about-hero h1 { color: var(--white); margin-bottom: 1.25rem; max-width: 16ch; }
.about-hero p { color: rgba(255,255,255,0.65); font-size: 1.05rem; max-width: 52ch; line-height: 1.7; }

.about-body { background: var(--white); }
.about-section { padding: 4.5rem 0; border-bottom: 1px solid var(--border); }
.about-section:last-child { border-bottom: none; }
.about-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 1rem; display: block; }
.about-section h2 { margin-bottom: 1.5rem; }
.about-section p { color: var(--body-text); margin-bottom: 1.1rem; max-width: 66ch; font-size: 0.975rem; line-height: 1.75; }
.about-section p:last-child { margin-bottom: 0; }

.founder-block { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.founder-aside { background: var(--off-white); border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; }
.founder-aside .founder-name { font-weight: 700; font-size: 1.05rem; letter-spacing: -0.01em; margin-bottom: 0.25rem; }
.founder-aside .founder-title { font-size: 0.85rem; color: var(--mid-gray); margin-bottom: 1.25rem; }
.founder-aside .btn-outline { display: inline-block; border: 1px solid var(--border); color: var(--charcoal); padding: 0.5rem 1rem; border-radius: 7px; font-size: 0.85rem; font-weight: 500; text-decoration: none; transition: border-color 0.15s; }
.founder-aside .btn-outline:hover { border-color: var(--charcoal); text-decoration: none; }

.big-quote { background: var(--charcoal); color: var(--white); padding: 4.5rem 0; text-align: center; }
.big-quote blockquote { font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 700; letter-spacing: -0.03em; line-height: 1.2; color: var(--white); max-width: 18ch; margin: 0 auto 1.25rem; }
.big-quote blockquote em { font-style: normal; color: var(--orange); }
.big-quote cite { font-size: 0.82rem; color: rgba(255,255,255,0.45); font-style: normal; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; }

.timeline { margin-top: 2rem; display: flex; flex-direction: column; gap: 0; }
.timeline-item { display: flex; gap: 1.5rem; align-items: flex-start; padding: 1.5rem 0; border-bottom: 1px solid var(--border); }
.timeline-item:last-child { border-bottom: none; }
.timeline-num { font-size: 0.72rem; font-weight: 700; color: var(--orange); letter-spacing: 0.06em; flex-shrink: 0; padding-top: 0.2rem; width: 24px; }
.timeline-item p { color: var(--body-text); font-size: 0.95rem; max-width: none; margin: 0; line-height: 1.7; }
.timeline-item strong { color: var(--charcoal); }

.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin-top: 2rem; }
.value-item { padding: 1.75rem; background: var(--white); }
.value-label { font-size: 0.72rem; font-weight: 700; color: var(--orange); letter-spacing: 0.08em; text-transform: uppercase; display: block; margin-bottom: 0.5rem; }
.value-item h3 { font-size: 1rem; margin-bottom: 0.4rem; }
.value-item p { color: var(--body-text); font-size: 0.875rem; max-width: none; margin: 0; line-height: 1.65; }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .stats-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .pillars-grid { grid-template-columns: 1fr; }
  .story-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .elig-grid { grid-template-columns: 1fr; }
  .apply-grid { grid-template-columns: 1fr; }
  .apply-sidebar { order: -1; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 1.25rem; }
  .btn-secondary { display: block; text-align: center; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .founder-block { grid-template-columns: 1fr; gap: 2rem; }
  .values-grid { grid-template-columns: 1fr; }
   }
