/* ─── FOUND MONEY LABS — THEME CSS ───────────────────────────────────────── */
:root {
  --bg: #F9F6F0;
  --bg-alt: #EDE8DF;
  --green: #1B3D2F;
  --green-mid: #2A5440;
  --green-light: #3D6B54;
  --gold: #C9973A;
  --gold-light: #D4AB55;
  --cream: #FAF6EE;
  --text: #1B3D2F;
  --text-mid: #3A5A48;
  --text-light: #6B8F7D;
  --white: #FFFFFF;
}

/* ─── NAVBAR ─────────────────────────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(249, 246, 240, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 151, 58, 0.15);
}
.navbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-wordmark {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--green);
  letter-spacing: -0.01em;
}
.navbar-tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-light);
}

/* ─── HERO ──────────────────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  background: var(--green);
  display: flex;
  align-items: center;
  padding-top: 64px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(201,151,58,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(201,151,58,0.05) 0%, transparent 60%);
  pointer-events: none;
}
.hero-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 48px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
}
.hero-headline {
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 700;
  color: #FAF6EE;
  line-height: 1.08;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}
.hero-sub {
  font-size: 18px;
  font-weight: 300;
  color: rgba(250,246,238,0.7);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 56px;
}
.hero-stats {
  display: flex;
  gap: 40px;
}
.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hero-stat-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: -0.01em;
}
.hero-stat-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(250,246,238,0.4);
  line-height: 1.4;
}

/* Hero Visual — Record Stack */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.record-stack {
  position: relative;
  width: 340px;
  height: 420px;
}
.record-card {
  position: absolute;
  background: rgba(250,246,238,0.04);
  border: 1px solid rgba(201,151,58,0.2);
  border-radius: 4px;
  padding: 24px;
  transition: all 0.3s ease;
}
.record-card-back {
  width: 280px;
  height: 360px;
  right: 0;
  top: 0;
  background: rgba(250,246,238,0.03);
  transform: rotate(6deg);
}
.record-card-mid {
  width: 300px;
  height: 380px;
  right: 20px;
  top: 10px;
  background: rgba(250,246,238,0.04);
  transform: rotate(3deg);
}
.record-card-front {
  width: 300px;
  height: 400px;
  right: 0;
  top: 20px;
  background: rgba(250,246,238,0.07);
  border-color: rgba(201,151,58,0.4);
  backdrop-filter: blur(8px);
}
.record-header-bar {
  height: 32px;
  background: rgba(201,151,58,0.15);
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 20px;
}
.record-case-label {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(201,151,58,0.7);
}
.record-card-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.rline {
  height: 8px;
  background: rgba(250,246,238,0.08);
  border-radius: 2px;
}
.rline-title { width: 85%; height: 12px; background: rgba(250,246,238,0.15); }
.rline-lg { width: 70%; }
.rline-md { width: 55%; }
.rline-sm { width: 40%; }
.record-card-seal {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  opacity: 0.3;
}
.seal-ring {
  width: 100%;
  height: 100%;
  border: 2px solid rgba(201,151,58,0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seal-ring::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid rgba(201,151,58,0.4);
  border-radius: 50%;
}
.record-amount-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: rgba(201,151,58,0.5);
  letter-spacing: 0.05em;
}
.record-surplus-bar {
  background: rgba(201,151,58,0.15);
  border: 1px solid rgba(201,151,58,0.3);
  border-radius: 2px;
  padding: 6px 12px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.surplus-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
}
.record-amount {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.record-owner {
  font-size: 11px;
  color: rgba(250,246,238,0.4);
  letter-spacing: 0.05em;
}
.gold-accent-line {
  position: absolute;
  left: -20px;
  top: 50%;
  width: 4px;
  height: 200px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  transform: translateY(-50%);
  opacity: 0.4;
}
.data-dots {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.5;
}
.dot-1 { width: 12px; height: 12px; opacity: 0.8; }
.dot-3 { opacity: 0.3; }

/* ─── PROOF SECTION ─────────────────────────────────────────────────────── */
.proof-section {
  background: var(--bg);
  padding: 100px 48px;
}
.proof-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.proof-overline {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.proof-headline {
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 600;
  color: var(--green);
  line-height: 1.15;
  margin-bottom: 64px;
  max-width: 680px;
  letter-spacing: -0.02em;
}
.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 80px;
}
.proof-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.proof-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--bg-alt);
  border: 1px solid rgba(201,151,58,0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proof-text {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.65;
  font-weight: 400;
}

/* ─── HOW IT WORKS ────────────────────────────────────────────────────────── */
.how-section {
  background: var(--green);
  padding: 100px 48px;
  position: relative;
}
.how-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,151,58,0.4), transparent);
}
.how-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.how-overline {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.how-headline {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 600;
  color: #FAF6EE;
  line-height: 1.2;
  margin-bottom: 72px;
  max-width: 640px;
  letter-spacing: -0.02em;
}
.process-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.process-step {
  padding: 0 40px 0 0;
  position: relative;
}
.step-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  color: rgba(201,151,58,0.2);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
.step-title {
  font-size: 17px;
  font-weight: 600;
  color: #FAF6EE;
  margin-bottom: 12px;
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.3;
}
.step-desc {
  font-size: 14px;
  color: rgba(250,246,238,0.5);
  line-height: 1.7;
  font-weight: 300;
}
.step-connector {
  position: absolute;
  right: 16px;
  top: 28px;
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(201,151,58,0.4), rgba(201,151,58,0.1));
}

/* ─── STATES ─────────────────────────────────────────────────────────────── */
.states-section {
  background: var(--bg);
  padding: 100px 48px;
}
.states-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.states-overline {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.states-headline {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 600;
  color: var(--green);
  line-height: 1.2;
  margin-bottom: 64px;
  letter-spacing: -0.02em;
}
.states-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
}
.state-card {
  background: var(--white);
  border: 1px solid rgba(26,61,47,0.1);
  border-radius: 8px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
}
.state-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  opacity: 0.6;
}
.state-card-primary {
  border-color: rgba(201,151,58,0.3);
  background: rgba(201,151,58,0.04);
}
.state-card-primary::before {
  opacity: 1;
  background: var(--gold);
}
.state-badge {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201,151,58,0.1);
  border: 1px solid rgba(201,151,58,0.2);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.state-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.state-allocation {
  font-size: 13px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.state-facts {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.state-facts li {
  font-size: 14px;
  color: var(--text-mid);
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.state-facts li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 1px;
  background: var(--gold);
}
.state-deadline {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--text-light);
  border-top: 1px solid rgba(26,61,47,0.08);
  padding-top: 16px;
  margin-top: 4px;
}

/* ─── DIFFERENTIATORS ────────────────────────────────────────────────────── */
.diff-section {
  background: var(--bg-alt);
  padding: 100px 48px;
  border-top: 1px solid rgba(26,61,47,0.08);
}
.diff-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.diff-overline {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.diff-headline {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 600;
  color: var(--green);
  line-height: 1.2;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}
.diff-body {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.75;
  font-weight: 400;
}
.diff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.diff-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.diff-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--bg);
  border: 1px solid rgba(201,151,58,0.2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diff-item-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 6px;
}
.diff-item-desc {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.65;
}

/* ─── MANIFESTO ─────────────────────────────────────────────────────────── */
.manifesto-section {
  background: var(--green);
  padding: 120px 48px;
  position: relative;
}
.manifesto-inner {
  max-width: 860px;
  margin: 0 auto;
}
.manifesto-quote-mark {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 120px;
  line-height: 0.5;
  color: rgba(201,151,58,0.2);
  margin-bottom: 32px;
  display: block;
}
.manifesto-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-style: italic;
  color: #FAF6EE;
  line-height: 1.45;
  margin-bottom: 36px;
  letter-spacing: -0.01em;
}
.manifesto-body {
  font-size: 16px;
  color: rgba(250,246,238,0.6);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 20px;
}
.manifesto-rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin: 48px 0 32px;
  opacity: 0.6;
}
.manifesto-phases {
  display: flex;
  align-items: center;
  gap: 16px;
}
.phase-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.phase-divider {
  color: rgba(250,246,238,0.2);
}

/* ─── CLOSING ────────────────────────────────────────────────────────────── */
.closing-section {
  background: var(--gold);
  padding: 80px 48px;
}
.closing-inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.closing-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  color: var(--green);
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.closing-sub {
  font-size: 18px;
  color: rgba(26,61,47,0.6);
  font-weight: 300;
}

/* ─── FOOTER ─────────────────────────────────────────────────────────────── */
.site-footer {
  background: var(--green);
  padding: 48px;
  border-top: 1px solid rgba(250,246,238,0.08);
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-wordmark {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  color: rgba(250,246,238,0.6);
}
.footer-meta {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(250,246,238,0.3);
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer-note {
  font-size: 12px;
  color: rgba(250,246,238,0.25);
  line-height: 1.7;
  max-width: 640px;
  margin-top: 8px;
}

/* ─── RESPONSIVE ─────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr; gap: 60px; }
  .hero-visual { display: none; }
  .states-grid { grid-template-columns: 1fr 1fr; }
  .state-card-primary { grid-column: 1 / -1; }
  .process-flow { grid-template-columns: 1fr 1fr; gap: 40px; }
  .step-connector { display: none; }
  .diff-inner { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  .hero-content { padding: 60px 24px; }
  .hero-stats { flex-direction: column; gap: 24px; }
  .proof-section,
  .how-section,
  .states-section,
  .diff-section,
  .manifesto-section,
  .closing-section { padding: 72px 24px; }
  .proof-grid { grid-template-columns: 1fr; }
  .process-flow { grid-template-columns: 1fr; }
  .states-grid { grid-template-columns: 1fr; }
  .diff-grid { grid-template-columns: 1fr; }
  .navbar-inner { padding: 0 24px; }
  .footer-inner { padding: 0; }
}