:root {
  --bg: #020702;
  --surface: #071007;
  --ink: #f0f7ef;
  --muted: #91a091;
  --line: rgba(102, 255, 83, 0.15);
  --gold: #63ff4f;
  --sage: #31c842;
  --ritual: 'Cinzel Decorative', serif;
}

body {
  background:
    radial-gradient(circle at 50% 18%, rgba(57, 255, 42, 0.065), transparent 32%),
    radial-gradient(circle at 82% 66%, rgba(0, 229, 98, 0.035), transparent 27%),
  var(--bg);
  font-size: 17px;
  line-height: 1.65;
}

/* Ritmo vertical mais compacto e proporcional */
.section {
  width: min(1160px, 91vw);
  padding-top: clamp(72px, 7vw, 96px);
  padding-bottom: clamp(72px, 7vw, 96px);
}

.section-label {
  margin-bottom: clamp(38px, 4vw, 56px);
  padding-bottom: 14px;
}

.hero {
  min-height: 820px;
  padding-top: 125px;
  padding-bottom: 65px;
}

.hero h1 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.hero-actions {
  margin-top: 18px;
}

.hero-meta {
  bottom: 38px;
}

.manifesto-grid,
.roots-grid,
.faq-wrap {
  gap: clamp(45px, 6vw, 78px);
}

.prose blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
}

.field {
  padding-top: 30px;
}

.field-card {
  padding: clamp(42px, 6vw, 72px);
}

.field-card h2 {
  margin-top: 20px;
  margin-bottom: 25px;
}

.field-sequence {
  margin-top: 48px;
}

.field-sequence div {
  min-height: 68px;
  padding-top: 18px;
}

.roots-visual {
  min-height: 450px;
  gap: 95px;
}

.definition {
  width: min(1160px, 91vw);
  padding-top: clamp(72px, 7vw, 96px);
  padding-bottom: clamp(72px, 7vw, 96px);
  gap: clamp(45px, 6vw, 78px);
}

.definition-copy {
  padding-top: 25px;
}

.statement {
  margin-top: 42px;
}

.journey-intro {
  margin-bottom: 46px;
  gap: clamp(45px, 6vw, 78px);
}

.movement {
  padding-top: 27px;
  padding-bottom: 27px;
}

.feature {
  min-height: 245px;
  padding: 35px;
}

.feature h3 {
  margin-top: 44px;
}

.community {
  gap: clamp(45px, 6vw, 78px);
}

.future-grid {
  margin-top: 48px;
  margin-bottom: 48px;
}

.future-grid p {
  padding-top: 23px;
  padding-bottom: 23px;
}

.enrollment {
  padding-top: 32px;
}

.enrollment-card {
  padding: clamp(42px, 6vw, 70px);
}

.enrollment-card h2 {
  margin-top: 45px;
  margin-bottom: 24px;
}

.enrollment-card ul {
  margin-top: 32px;
  margin-bottom: 36px;
}

.hero-copy,
.prose,
.field-card > p,
.roots-copy p,
.journey-intro p,
.community-copy p,
.feature p,
.movement p,
.enrollment-card > p,
details p {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.78;
}

.eyebrow,
.section-label,
.overline,
.card-kicker {
  font-size: 11px;
  line-height: 1.5;
}

nav a {
  font-size: 13px;
}

.button {
  font-size: 12px;
}

.button-small {
  font-size: 10px;
}

.hero-meta span {
  font-size: 11px;
  line-height: 1.65;
}

.field-sequence small,
.movement small {
  font-size: 11px;
  line-height: 1.55;
}

.enrollment-card li {
  font-size: 15px;
  line-height: 1.55;
}

.enrollment-card > small {
  font-size: 11px;
  line-height: 1.6;
}

summary {
  font-size: 16px;
  line-height: 1.45;
}

footer,
footer a {
  font-size: 12px;
  line-height: 1.6;
}

#mystic-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.92;
}

main,
footer {
  position: relative;
  z-index: 1;
}

.ambient {
  z-index: 0;
}

.ambient-a { background: #3cff25; opacity: 0.065; }
.ambient-b { background: #00c95a; opacity: 0.045; }

.brand,
.eyebrow,
.section-label,
.overline,
.card-kicker,
.edition {
  font-family: var(--ritual);
}

.brand-mark {
  color: var(--gold);
  border-color: rgba(99, 255, 79, 0.5);
  box-shadow: inset 0 0 18px rgba(99, 255, 79, 0.08), 0 0 20px rgba(99, 255, 79, 0.08);
}

.site-header.scrolled {
  background: rgba(2, 7, 2, 0.86);
}

.hero h1,
.section h2 {
  position: relative;
  isolation: isolate;
}

.hero h1::before,
.section h2::before {
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: clamp(190px, 34vw, 470px);
  height: clamp(120px, 22vw, 310px);
  left: 12%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(81, 255, 62, 0.16) 0%, rgba(46, 210, 47, 0.06) 34%, transparent 72%);
  filter: blur(18px);
}

.hero h1::before {
  width: clamp(280px, 52vw, 720px);
  height: clamp(180px, 32vw, 430px);
  left: 55%;
  background: radial-gradient(circle, rgba(88, 255, 66, 0.19) 0%, rgba(41, 190, 48, 0.055) 38%, transparent 73%);
  filter: blur(24px);
}

.hero h1 em,
.section h2 em,
.accent-copy,
.field-sequence strong,
.movement > span,
.feature > span,
summary span {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(99, 255, 79, 0.3), 0 0 46px rgba(99, 255, 79, 0.13);
}

.accent-copy,
.statement strong,
.future-close strong {
  position: relative;
  filter: drop-shadow(0 0 18px rgba(99, 255, 79, 0.2));
}

.button:hover {
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 0 32px rgba(99, 255, 79, 0.2);
}

.field-card,
.feature:hover {
  background: linear-gradient(145deg, rgba(10, 24, 10, 0.94), rgba(3, 10, 3, 0.96));
}

.field-card::after,
.orbit,
.core,
.roots-visual i {
  border-color: rgba(99, 255, 79, 0.2);
}

.core {
  background: radial-gradient(circle, rgba(99, 255, 79, 0.18), transparent 68%);
  box-shadow: 0 0 90px rgba(99, 255, 79, 0.12);
}

.roots-visual {
  background: radial-gradient(circle at center, rgba(54, 255, 42, 0.1), transparent 58%);
}

.roots-visual i::before,
.roots-visual i::after {
  background: linear-gradient(var(--gold), transparent);
}

.enrollment-card {
  background: linear-gradient(145deg, #eff4eb, #dfe8db);
}

.enrollment-card h2 em,
.enrollment-card li span,
.edition {
  color: #198d22;
}

@media (prefers-reduced-motion: reduce) {
  #mystic-canvas { display: none; }
}

@media (max-width: 800px) {
  body { font-size: 16px; }

  .section {
    width: min(90vw, 620px);
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .section-label {
    margin-bottom: 34px;
  }

  .hero {
    min-height: 720px;
    padding-top: 105px;
    padding-bottom: 45px;
  }

  .hero h1 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .hero-actions {
    gap: 22px;
    margin-top: 14px;
  }

  .hero-meta {
    margin-top: 55px;
  }

  .manifesto-grid,
  .roots-grid,
  .definition,
  .faq-wrap,
  .journey-intro,
  .community {
    gap: 28px;
  }

  .field {
    padding-top: 20px;
  }

  .field-card {
    padding: 38px 22px;
  }

  .field-sequence {
    margin-top: 34px;
  }

  .roots-visual {
    min-height: 330px;
    gap: 82px;
  }

  .definition {
    width: min(90vw, 620px);
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .definition-copy {
    padding-top: 0;
  }

  .statement {
    margin-top: 30px;
  }

  .journey-intro {
    margin-bottom: 30px;
  }

  .movement {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .feature {
    min-height: auto;
    padding: 30px 24px;
  }

  .feature h3 {
    margin-top: 34px;
  }

  .future-grid {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .future-grid p {
    padding: 19px 12px;
  }

  .enrollment {
    width: 100%;
    padding-top: 22px;
  }

  .enrollment-card {
    padding: 38px 5vw;
  }

  .enrollment-card h2 {
    margin-top: 35px;
  }

  .hero-copy,
  .prose,
  .field-card > p,
  .roots-copy p,
  .journey-intro p,
  .community-copy p,
  .feature p,
  .movement p,
  .enrollment-card > p,
  details p {
    font-size: 16px;
    line-height: 1.75;
  }

  .hero-meta span,
  .eyebrow,
  .section-label,
  .overline,
  .card-kicker,
  .field-sequence small,
  .movement small {
    font-size: 10px;
  }

  summary { font-size: 15px; }
  .enrollment-card li { font-size: 14px; }
}
