/* =============================================
   STILL FIRING — Landing Page Styles
   ============================================= */

:root {
  --bg: #F5F0E6;
  --fg: #1A1A1A;
  --accent: #D4621C;
  --green: #1C3D2E;
  --green-light: #2D5C45;
  --cream-dark: #E8E1D5;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── MANIFESTO ── */
.manifesto {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--green);
  color: #F5F0E6;
  padding: 80px 40px;
}

.manifesto-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.manifesto-tag {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C8622A;
  margin-bottom: 32px;
  font-weight: 500;
}

.manifesto-headline {
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 36px;
  color: #F5F0E6;
}

.manifesto-sub {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.78);
  max-width: 640px;
  margin-bottom: 64px;
  font-weight: 300;
}

.manifesto-stat-row {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.stat { display: flex; flex-direction: column; gap: 4px; }

.stat-num {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  color: #F5F0E6;
  line-height: 1;
}

.stat-label {
  font-size: 12px;
  color: rgba(245, 240, 230, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  max-width: 120px;
}

.stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(245, 240, 230, 0.2);
}

/* ── FEATURES ── */
.features {
  padding: 100px 40px;
  background: var(--bg);
}

.features-inner { max-width: 1100px; margin: 0 auto; }

.section-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  font-weight: 500;
}

.features-headline {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 64px;
  color: var(--green);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--cream-dark);
  border: 1px solid var(--cream-dark);
}

.feature-card {
  background: var(--bg);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.feature-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--green);
}

.feature-card p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(26, 26, 26, 0.72);
  font-weight: 300;
}

.feature-icon { margin-bottom: 4px; }

.pricing-note {
  margin-top: 48px;
  padding: 28px 32px;
  background: var(--cream-dark);
  font-size: 16px;
  color: var(--fg);
  line-height: 1.6;
}

.pricing-note strong { color: var(--green); }

/* ── VOICE ── */
.voice {
  background: var(--cream-dark);
  padding: 100px 40px;
}

.voice-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.voice-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  font-weight: 500;
}

blockquote p {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.6;
  color: var(--green);
  margin-bottom: 20px;
  font-style: italic;
}

blockquote p:last-child { margin-bottom: 32px; }

.voice-attr {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.voice-name {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--fg);
}

.voice-role {
  font-size: 13px;
  color: rgba(26, 26, 26, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.voice-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.voice-list ul li {
  font-size: 17px;
  line-height: 1.5;
  color: var(--fg);
  padding-left: 20px;
  position: relative;
}

.voice-list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 2px;
  background: var(--accent);
}

/* ── CLOSING ── */
.closing {
  background: var(--green);
  color: #F5F0E6;
  padding: 120px 40px;
  text-align: center;
}

.closing-inner { max-width: 720px; margin: 0 auto; }

.closing h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 32px;
  color: #F5F0E6;
}

.closing p {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(245, 240, 230, 0.72);
  margin-bottom: 20px;
  font-weight: 300;
}

.closing-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 19px;
  color: rgba(245, 240, 230, 0.9) !important;
  margin-top: 8px;
}

/* ── FOOTER ── */
footer {
  background: #111;
  color: rgba(245, 240, 230, 0.45);
  padding: 48px 40px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-brand {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: #F5F0E6;
}

.footer-tagline {
  font-size: 13px;
  color: rgba(245, 240, 230, 0.45);
}

.footer-legal p {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(245, 240, 230, 0.3);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .voice-inner { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 600px) {
  .manifesto, .features, .voice, .closing, footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .manifesto { padding-top: 64px; padding-bottom: 64px; }
  .feature-grid { grid-template-columns: 1fr; }
  .manifesto-stat-row { gap: 24px; }
  .stat-divider { display: none; }
  .features-headline { margin-bottom: 40px; }
  .pricing-note { margin-top: 32px; }
}