/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:        #161108;
  --surface:   #1e1a10;
  --cream:     #f5efe6;
  --cream-dim: #c8bfaf;
  --accent:    #e87d2e;
  --accent-2:  #a85f14;
  --muted:     #6b5f4e;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--cream);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* === HERO === */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 8rem 2rem 6rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-geo {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.18;
}

.geo-1 {
  width: 600px; height: 600px;
  background: #e87d2e;
  top: -150px; right: -100px;
}

.geo-2 {
  width: 400px; height: 400px;
  background: #a85f14;
  bottom: -80px; left: -80px;
}

.geo-3 {
  width: 300px; height: 300px;
  background: #c97c3a;
  top: 40%; left: 35%;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.hero-overline {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
  color: var(--cream);
}

.hero-sub {
  font-size: 1.125rem;
  color: var(--cream-dim);
  max-width: 520px;
  line-height: 1.7;
}

/* === SHARED SECTION STYLES === */
section { padding: 5rem 2rem; }

.section-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 3rem;
}

/* === HOW IT WORKS === */
.hiw { background: var(--bg); }

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

.hiw-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.hiw-step { }

.hiw-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  color: var(--accent);
  display: block;
  line-height: 1;
  margin-bottom: 1rem;
}

.hiw-step h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  color: var(--cream);
}

.hiw-step p {
  color: var(--cream-dim);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* === DAILY RHYTHM === */
.dr { background: var(--surface); }

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

.dr-intro {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--cream);
  margin-bottom: 3rem;
  font-style: italic;
}

.dr-timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.dr-item { }

.dr-time {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 0.5rem;
}

.dr-item h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 0.5rem;
}

.dr-item p { color: var(--cream-dim); font-size: 0.95rem; }

/* === PHILOSOPHY === */
.phil { background: var(--bg); }

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

.phil-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 300;
  font-style: italic;
  color: var(--cream);
  line-height: 1.5;
  margin-bottom: 3rem;
  max-width: 800px;
}

.phil-divider {
  width: 48px;
  height: 1px;
  background: var(--accent);
  margin-bottom: 3rem;
}

.phil-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.phil-stat { }

.phil-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--cream);
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.phil-stat-label {
  font-size: 0.75rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* === MANIFESTO === */
.manifesto { background: var(--surface); }

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

.manifesto-body p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--cream-dim);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.manifesto-body p:last-child { color: var(--cream); }

.manifesto-last {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-style: italic;
  color: var(--cream) !important;
  margin-top: 2rem;
}

/* === FOOTER === */
.site-footer {
  background: var(--bg);
  border-top: 1px solid rgba(245,239,230,0.08);
  padding: 3rem 2rem;
}

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

.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  color: var(--cream);
  margin-bottom: 0.5rem;
}

.footer-tagline {
  font-size: 0.8rem;
  color: var(--muted);
}

/* === RESPONSIVE === */
@media (min-width: 640px) {
  .hiw-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .dr-timeline {
    grid-template-columns: repeat(3, 1fr);
  }

  .phil-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  section { padding: 7rem 3rem; }
  .hero { padding: 10rem 3rem 8rem; }
}