/* ===========================
   FOUNDERSTOWN — THEME CSS
   =========================== */

:root {
  --bg: #f5f0e8;
  --fg: #1c1814;
  --fg-muted: #6b6560;
  --primary: #3b2c1a;
  --accent: #c85d1a;
  --accent-light: #e8732e;
  --sand: #d4c4a8;
  --sand-light: #e8dfd0;
  --sand-dark: #b8a888;
  --ink: #0f0d0a;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ─────────────────── */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 48px;
  border-bottom: 1px solid var(--sand);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-mark {
  font-size: 20px;
  color: var(--accent);
  font-weight: 700;
}

.logo-text {
  font-family: 'Syne', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.nav-tagline {
  font-size: 12px;
  font-weight: 500;
  color: var(--fg-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ── HERO ─────────────────── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 80px 48px 100px;
  min-height: 80vh;
  border-bottom: 1px solid var(--sand);
}

.hero-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}

.hero-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  color: var(--ink);
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}

.hero-lede {
  font-size: 18px;
  line-height: 1.7;
  color: var(--fg-muted);
  max-width: 480px;
}

/* City grid visual */
.hero-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  width: 280px;
  height: 220px;
}

.city-block {
  background: var(--primary);
  border-radius: 3px;
  position: relative;
}

.city-block::after {
  content: '';
  position: absolute;
  top: 4px; left: 4px; right: 4px; bottom: 4px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 2px;
}

.city-block--large { grid-column: span 2; grid-row: span 2; background: var(--ink); }
.city-block--tall { grid-row: span 2; background: var(--fg-muted); }
.city-block--wide { grid-column: span 2; background: var(--sand-dark); }

.city-label {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.city-label-line {
  flex: 1;
  height: 1px;
  background: var(--sand-dark);
}

.city-label-text {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-muted);
  white-space: nowrap;
}

/* ── MANIFESTO ─────────────── */
.manifesto {
  padding: 100px 48px;
  background: var(--ink);
  color: var(--sand-light);
}

.manifesto-inner {
  max-width: 900px;
  margin: 0 auto;
}

.manifesto-quote {
  font-family: 'Syne', sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.3;
  color: var(--sand-light);
  letter-spacing: -0.02em;
  margin-bottom: 48px;
  font-style: normal;
  border-left: 3px solid var(--accent);
  padding-left: 32px;
}

.manifesto-quote em {
  color: var(--accent-light);
  font-style: normal;
}

.manifesto-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.manifesto-body p {
  font-size: 16px;
  line-height: 1.8;
  color: #a89e94;
}

/* ── FEATURES ─────────────── */
.features {
  padding: 100px 48px;
  border-bottom: 1px solid var(--sand);
}

.features-header {
  max-width: 640px;
  margin-bottom: 72px;
}

.features-title {
  font-family: 'Syne', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 16px;
}

.features-subtitle {
  font-size: 18px;
  color: var(--fg-muted);
}

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

.feature-card {
  background: var(--bg);
  padding: 40px 36px;
}

.feature-num {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.feature-name {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.feature-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--fg-muted);
}

/* ── JOURNEY ─────────────── */
.journey {
  padding: 100px 48px;
  border-bottom: 1px solid var(--sand);
  background: var(--sand-light);
}

.journey-title {
  font-family: 'Syne', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.025em;
  margin-bottom: 64px;
  text-align: center;
}

.journey-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.journey-step {
  text-align: center;
  max-width: 200px;
}

.journey-step-icon {
  font-size: 28px;
  color: var(--accent);
  margin-bottom: 16px;
  display: block;
}

.journey-step h3 {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}

.journey-step p {
  font-size: 13px;
  color: var(--fg-muted);
  line-height: 1.65;
}

.journey-connector {
  font-size: 24px;
  color: var(--sand-dark);
  padding: 0 24px;
  flex-shrink: 0;
}

/* ── CLOSING ─────────────── */
.closing {
  padding: 120px 48px;
  text-align: center;
  background: var(--bg);
}

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

.closing-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 32px;
}

.closing-body {
  font-size: 18px;
  line-height: 1.75;
  color: var(--fg-muted);
  margin-bottom: 20px;
}

.closing-tagline {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--sand);
}

.closing-tagline-text {
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ── FOOTER ─────────────── */
.footer {
  background: var(--ink);
  color: #6b6560;
  padding: 48px;
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-logo {
  font-size: 18px;
  color: var(--accent);
}

.footer-name {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--sand-light);
}

.footer-legal {
  font-size: 13px;
  color: #5a5550;
  margin-bottom: 8px;
}

.footer-copy {
  font-size: 12px;
  color: #3a3835;
}

/* ── RESPONSIVE ─────────────── */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding: 60px 32px 80px; }
  .hero-visual { display: none; }
  .manifesto-body { grid-template-columns: 1fr; gap: 24px; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .journey-steps { flex-direction: column; gap: 24px; }
  .journey-connector { display: none; }
  .nav { padding: 24px 32px; }
}

@media (max-width: 600px) {
  .nav { padding: 20px 24px; }
  .nav-tagline { display: none; }
  .hero { padding: 48px 24px 64px; }
  .manifesto, .features, .journey, .closing { padding: 72px 24px; }
  .features-grid { grid-template-columns: 1fr; }
  .footer { padding: 36px 24px; }
  .city-grid { display: none; }
}