/* WAGE Society Landing Page - Warm editorial palette */
:root {
  --bg: #faf6f1;
  --fg: #1a1714;
  --accent: #c8521a;
  --accent-warm: #e8834a;
  --muted: #7a6f66;
  --surface: #f0e9e0;
  --border: #ddd5c8;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

/* NAV */
.nav { padding: 1.5rem 3rem; border-bottom: 1px solid var(--border); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; }
.nav-logo { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 1.25rem; letter-spacing: 0.12em; color: var(--fg); text-decoration: none; }
.nav-links { display: flex; gap: 2.5rem; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--fg); }

/* HERO */
.hero {
  position: relative;
  padding: 7rem 3rem 6rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4rem;
  min-height: 70vh;
}
.hero-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(8rem, 20vw, 22rem);
  color: var(--surface);
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  z-index: 0;
}
.hero-content { position: relative; z-index: 1; }
.hero-eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 1.5rem; }
.hero-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(4rem, 9vw, 9rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 2rem;
}
.hero-title br { display: block; }
.hero-sub { font-size: 1.2rem; color: var(--muted); max-width: 46ch; line-height: 1.7; font-weight: 300; }
.hero-decoration { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 2rem; }
.hero-circle { width: 120px; height: 120px; border-radius: 50%; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; }
.hero-circle::after { content: ''; width: 80px; height: 80px; border-radius: 50%; background: var(--accent); opacity: 0.12; }
.hero-line { width: 1px; height: 80px; background: var(--border); }

/* MANIFESTO */
.manifesto { background: var(--fg); color: var(--bg); padding: 7rem 3rem; }
.manifesto-inner { max-width: 900px; margin: 0 auto; }
.manifesto-label { display: inline-block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-warm); margin-bottom: 2.5rem; border: 1px solid rgba(200,82,26,0.35); padding: 0.35rem 0.75rem; border-radius: 2px; }
.manifesto-quote { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3.5vw, 2.4rem); font-weight: 400; font-style: italic; line-height: 1.35; margin-bottom: 2.5rem; color: var(--bg); }
.manifesto-body { font-size: 1.05rem; color: rgba(250,246,241,0.65); max-width: 58ch; line-height: 1.8; }

/* FEATURES */
.features { padding: 7rem 3rem; max-width: 1200px; margin: 0 auto; }
.features-header { margin-bottom: 5rem; }
.features-label { display: inline-block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 1.5rem; }
.features-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; }
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.feature-card { background: var(--bg); padding: 3rem; transition: background 0.2s; }
.feature-card:hover { background: var(--surface); }
.feature-icon { width: 52px; height: 52px; background: var(--surface); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1.75rem; color: var(--accent); }
.feature-title { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 700; margin-bottom: 0.75rem; }
.feature-desc { font-size: 0.95rem; color: var(--muted); line-height: 1.7; }

/* HOW */
.how { background: var(--surface); padding: 7rem 3rem; }
.how-inner { max-width: 900px; margin: 0 auto; }
.how-label { display: inline-block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 3.5rem; }
.how-steps { display: flex; flex-direction: column; gap: 0; }
.how-step { display: grid; grid-template-columns: 4rem 1fr; gap: 2rem; align-items: start; padding: 2.5rem 0; border-bottom: 1px solid var(--border); }
.how-step:first-child { border-top: 1px solid var(--border); }
.step-num { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 900; color: var(--border); line-height: 1; padding-top: 0.25rem; }
.step-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; }
.step-desc { color: var(--muted); font-size: 0.95rem; line-height: 1.7; max-width: 48ch; }

/* CLOSING */
.closing { padding: 9rem 3rem; text-align: center; }
.closing-inner { max-width: 700px; margin: 0 auto; }
.closing-mark { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 2rem; }
.closing-headline { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 900; line-height: 1.05; letter-spacing: -0.03em; margin-bottom: 2rem; }
.closing-sub { font-size: 1.1rem; color: var(--muted); max-width: 48ch; margin: 0 auto; line-height: 1.7; }

/* FOOTER */
.footer { border-top: 1px solid var(--border); padding: 2.5rem 3rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-logo { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 1rem; letter-spacing: 0.12em; }
.footer-tagline { font-size: 0.8rem; color: var(--muted); margin-top: 0.2rem; font-style: italic; }
.footer-links { display: flex; gap: 0.75rem; align-items: center; font-size: 0.8rem; color: var(--muted); }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--fg); }
.footer-sep { color: var(--border); }

/* RESPONSIVE */
/* RESPONSIVE */
@media (max-width: 768px) {
  .nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  .hero { padding: 5rem 1.5rem 4rem; grid-template-columns: 1fr; gap: 2rem; }
  .hero-decoration { display: none; }
  .hero-bg-text { font-size: 12rem; }
  .features-grid { grid-template-columns: 1fr; }
  .manifesto, .features, .how, .closing { padding: 5rem 1.5rem; }
  .how-step { grid-template-columns: 2.5rem 1fr; gap: 1rem; }
  .footer-inner { flex-direction: column; gap: 1rem; text-align: center; }
}

/* Nav auth */
.nav-auth { display: flex; gap: 1.25rem; align-items: center; }
.nav-auth-link { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 0.5rem 0; transition: color 0.2s; }
.nav-auth-link { color: var(--muted); }
.nav-auth-link:hover { color: var(--fg); }
.nav-auth-login { color: var(--fg); }

@media (max-width: 768px) {
  .nav-auth { display: none; }
}