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

:root {
  --green: #2d6a4f;
  --green-light: #52b788;
  --green-pale: #d8f3dc;
  --earth: #b7884c;
  --earth-light: #f4e3c7;
  --dark: #0d1f16;
  --cream: #faf7f2;
  --text: #1b1b1b;
  --muted: #6b7c6e;
}

html { scroll-behavior: smooth; }

body {
  font-family: "DM Sans", sans-serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
}

.container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── HEADER ── */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  background: rgba(13, 31, 22, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(82, 183, 136, 0.12);
}

.header-logo {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: white;
  letter-spacing: 0.5px;
}

.header-social {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.header-social a:hover {
  color: var(--green-light);
  border-color: var(--green-light);
  background: rgba(82, 183, 136, 0.1);
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  background: var(--dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 130px 24px 60px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(82,183,136,0.18) 0%, transparent 70%),
    radial-gradient(60% 40% at 80% 100%, rgba(45,106,79,0.22) 0%, transparent 60%);
}

.leaf-bg {
  position: absolute;
  font-size: 220px;
  opacity: 0.04;
  user-select: none;
  animation: leafFloat 12s ease-in-out infinite alternate;
}
.leaf-bg.left  { left: -60px;  top: 10%; animation-delay: 0s; }
.leaf-bg.right { right: -60px; bottom: 10%; animation-delay: -6s; }

@keyframes leafFloat {
  from { transform: rotate(-10deg) scale(1); }
  to   { transform: rotate(10deg) scale(1.08); }
}

.badge {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--dark);
  background: var(--green-light);
  border-radius: 100px;
  padding: 8px 20px;
  margin-bottom: 48px;
  position: relative;
  animation: fadeUp 1s ease both;
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 8vw, 88px);
  font-weight: 700;
  color: white;
  line-height: 1.08;
  letter-spacing: -1px;
  position: relative;
  animation: fadeUp 1s ease 0.1s both;
}

.hero-sub {
  max-width: 520px;
  margin-top: 28px;
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  position: relative;
  animation: fadeUp 1s ease 0.2s both;
}

.hero-divider {
  margin: 40px auto;
  width: 60px;
  height: 2px;
  background: var(--green-light);
  opacity: 0.6;
  animation: fadeUp 1s ease 0.3s both;
}

.hero-name {
  font-family: "Space Mono", monospace;
  font-size: 13px;
  color: var(--earth);
  letter-spacing: 3px;
  text-transform: uppercase;
  animation: fadeUp 1s ease 0.4s both;
  position: relative;
}

.scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.3);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  animation: bounce 2s ease infinite;
}
.scroll-hint span { font-size: 20px; }

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(6px); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── STORY ── */
.story {
  background: var(--cream);
  padding: 100px 24px;
}

.section-tag {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: 20px;
}

.story .section-tag { color: var(--green); }

.story h2,
.movement h2,
.mindset h2,
.cta-box h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 28px;
}

.story p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 680px;
}

.story blockquote {
  font-family: "Playfair Display", serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-style: italic;
  color: var(--green);
  border-left: 3px solid var(--green-light);
  padding: 20px 28px;
  margin: 40px 0;
  background: var(--green-pale);
  border-radius: 0 12px 12px 0;
  line-height: 1.5;
}

/* ── PILLARS ── */
.pillars {
  background: var(--dark);
  padding: 100px 24px;
  text-align: center;
}

.pillars h2 { color: white; }
.pillars .section-tag { color: var(--green-light); }

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 48px;
  text-align: left;
}

.pillar-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(82,183,136,0.2);
  border-radius: 20px;
  padding: 36px 28px;
  transition: transform 0.3s, background 0.3s;
  position: relative;
  overflow: hidden;
}

.pillar-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green-light), var(--earth));
  border-radius: 20px 20px 0 0;
}

.pillar-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.08);
}

.pillar-icon { font-size: 36px; margin-bottom: 18px; }

.pillar-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: white;
  margin-bottom: 12px;
}

.pillar-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
  margin: 0;
}

/* ── MOVEMENT ── */
.movement {
  background: var(--cream);
  padding: 100px 24px;
}

.section-intro {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 48px;
  max-width: 640px;
}

.steps { display: flex; flex-direction: column; gap: 0; }

.step {
  display: flex;
  gap: 32px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  align-items: flex-start;
}
.step:last-child { border-bottom: none; }

.step-num {
  font-family: "Space Mono", monospace;
  font-size: 13px;
  color: var(--green-light);
  letter-spacing: 1px;
  min-width: 32px;
  padding-top: 4px;
}

.step-body h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: var(--text);
  margin-bottom: 10px;
}

.step-body p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

/* ── MINDSET ── */
.mindset {
  background: var(--dark);
  padding: 100px 24px;
  text-align: center;
}

.mindset h2 { color: white; }
.mindset .section-tag { color: var(--green-light); }
.mindset .section-intro { color: rgba(255,255,255,0.5); margin: 0 auto 48px; }

.rules {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  max-width: 640px;
  margin: 0 auto;
}

.rule {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 20px 24px;
  border: 1px solid rgba(255,255,255,0.15);
}

.rule-check { font-size: 22px; }

.rule p {
  margin: 0;
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

/* ── CTA ── */
.cta-section {
  background: var(--cream);
  text-align: center;
  padding: 100px 24px;
}

.cta-box {
  max-width: 580px;
  margin: 0 auto;
  background: var(--dark);
  border-radius: 28px;
  padding: 56px 40px;
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(at 50% 0%, rgba(82,183,136,0.2) 0%, transparent 70%);
}

.cta-box h2 {
  color: white;
  font-size: clamp(26px, 4vw, 38px);
  margin-bottom: 16px;
  position: relative;
}

.cta-box p {
  color: rgba(255,255,255,0.6);
  font-size: 15px;
  margin-bottom: 36px;
  position: relative;
  line-height: 1.7;
}

.cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--green-light), var(--green));
  color: white;
  font-family: "Space Mono", monospace;
  font-size: 13px;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 18px 36px;
  border-radius: 100px;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 32px rgba(82,183,136,0.3);
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(82,183,136,0.45);
}

.cta-note {
  margin-top: 20px;
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  position: relative;
}

/* ── FOOTER ── */
footer {
  background: var(--dark);
  text-align: center;
  padding: 40px 24px;
  font-size: 13px;
  color: rgba(255,255,255,0.25);
  font-family: "Space Mono", monospace;
  letter-spacing: 1px;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.social-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.social-links a:hover {
  color: var(--green-light);
  border-color: var(--green-light);
  background: rgba(82,183,136,0.08);
}

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .step { flex-direction: column; gap: 12px; }
  .cta-box { padding: 40px 24px; }
  .pillars-grid { grid-template-columns: 1fr; }
}
