/* ============================================
   AquaRoot — Theme CSS
   ============================================ */

:root {
  --bg:        #f5f0e8;
  --surface:   #ffffff;
  --primary:    #1a3a2a;
  --accent:     #d4a017;
  --text:       #1c1c1c;
  --text-muted: #6b6355;
  --border:     #d8d0c4;
}

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

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* Hero */
.hero {
  background: var(--primary);
  color: #f5f0e8;
  padding: 100px 24px 80px;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

.hero-eyebrow {
  margin-bottom: 28px;
}

.eyebrow-tag {
  display: inline-block;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 5px 12px;
  border-radius: 2px;
}

.hero-headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(42px, 7vw, 76px);
  font-weight: 400;
  line-height: 1.08;
  color: #f5f0e8;
  margin-bottom: 28px;
  max-width: 700px;
}

.hero-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #c8c2b8;
  max-width: 560px;
  margin-bottom: 48px;
}

/* WhatsApp message card */
.hero-graphic {
  margin-bottom: 56px;
}

.message-card {
  display: inline-flex;
  align-items: flex-start;
  gap: 14px;
  background: #111;
  border: 1px solid #2a2a2a;
  border-radius: 18px;
  padding: 20px 24px;
  max-width: 480px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.message-icon {
  width: 40px;
  height: 40px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.message-icon svg path { stroke: white; }

.message-body { flex: 1; }

.message-time {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  color: #888;
  margin-bottom: 6px;
}

.message-text {
  font-size: 13px;
  color: #e8e8e8;
  line-height: 1.6;
  margin-bottom: 8px;
}

.message-footer {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  color: var(--accent);
  letter-spacing: 0.08em;
}

/* Hero meta stats */
.hero-meta {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 36px;
}

.meta-item {
  padding: 0 40px 0 0;
}

.meta-item:first-child { padding-left: 0; }

.meta-num {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 6px;
}

.meta-label {
  font-size: 12px;
  color: #a09890;
  line-height: 1.4;
  max-width: 160px;
  display: block;
}

.meta-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.1);
  margin-right: 40px;
  flex-shrink: 0;
}

/* How it works */
.how-it-works {
  background: var(--bg);
  padding: 100px 24px;
}

.how-inner { max-width: 1080px; margin: 0 auto; }

.section-label {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.section-headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 400;
  color: var(--primary);
  line-height: 1.1;
  margin-bottom: 20px;
}

.section-sub {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 64px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  border: 1px solid var(--border);
}

.step-card {
  background: var(--surface);
  padding: 36px 28px;
}

.step-number {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}

.step-content h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 19px;
  font-weight: 400;
  color: var(--primary);
  margin-bottom: 10px;
  line-height: 1.3;
}

.step-content p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Manifesto */
.manifesto {
  background: var(--primary);
  padding: 100px 24px;
}

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

.manifesto-quote {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.quote-mark {
  font-family: 'DM Serif Display', serif;
  font-size: 120px;
  color: var(--accent);
  line-height: 0.5;
  margin-bottom: 32px;
  display: block;
}

.manifesto-quote blockquote {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 400;
  color: #f5f0e8;
  line-height: 1.45;
  font-style: italic;
  margin-bottom: 40px;
}

.quote-attr { }

.attr-name {
  display: block;
  font-family: 'Space Mono', monospace;
  font-size: 13px;
  color: var(--accent);
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.attr-role {
  display: block;
  font-size: 13px;
  color: #8a8278;
}

/* Outcomes */
.outcomes {
  background: var(--bg);
  padding: 100px 24px;
}

.outcomes-inner { max-width: 1080px; margin: 0 auto; }

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-top: 64px;
}

.outcome-card {
  background: var(--surface);
  padding: 48px 40px;
  border: 1px solid var(--border);
}

.outcome-icon {
  margin-bottom: 24px;
}

.outcome-icon svg path { stroke: var(--primary); }

.outcome-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--primary);
  margin-bottom: 12px;
}

.outcome-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* Closing */
.closing {
  background: var(--surface);
  padding: 100px 24px;
  border-top: 1px solid var(--border);
}

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

.closing-headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 5.5vw, 60px);
  font-weight: 400;
  color: var(--primary);
  line-height: 1.1;
  margin-bottom: 28px;
}

.closing-body {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 64px;
}

.closing-brand { }

.brand-name {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: 32px;
  color: var(--primary);
  margin-bottom: 6px;
}

.brand-tagline {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

/* Footer */
.site-footer {
  background: var(--primary);
  padding: 32px 24px;
}

.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-name {
  font-family: 'DM Serif Display', serif;
  font-size: 18px;
  color: #f5f0e8;
  display: block;
  margin-bottom: 4px;
}

.footer-locale {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #6a6258;
}

.footer-links span {
  font-size: 12px;
  color: #6a6258;
}

/* Responsive */
@media (max-width: 768px) {
  .hero { padding: 72px 20px 60px; min-height: auto; }
  .steps-grid { grid-template-columns: 1fr; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .meta-item { padding-right: 24px; }
  .meta-divider { margin-right: 24px; }
  .hero-meta { gap: 24px; }
  .footer-inner { flex-direction: column; gap: 16px; align-items: flex-start; }
  .quote-mark { font-size: 80px; }
}

@media (max-width: 480px) {
  .outcome-card { padding: 32px 24px; }
  .step-card { padding: 28px 20px; }
}