/* Homepage background illustration (TASK-009a placeholder) */
body.home {
  background-image: url('/turtle.svg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-attachment: fixed;
  background-color: var(--bege);
}

body.home .page {
  background: var(--page-overlay);
  padding: var(--sp-6) var(--sp-5);
  margin: var(--sp-5) auto;
  border-radius: var(--radius-md);
  box-shadow: 0 8px 24px rgba(59, 50, 37, 0.12);
}

/* Note: TASK-009a requires custom illustration
   "reunião de animais lentos" (turtle/sloth/snail caricatures)
   inspired by Agile Manifesto signatories photo.
   Current placeholder: turtle.svg positioned at bottom.
   For final implementation, replace background-image with
   custom illustration and adjust opacity/positioning.
*/