/* Stiluri de baza — generat din site-ul original, nu modifica fara motiv. */
html { scroll-behavior: smooth; }
  body { margin: 0; padding: 0; background: #F7F3EC; color: #262320; font-family: Lato, -apple-system, 'Helvetica Neue', Arial, sans-serif; font-weight: 400; font-size: 18.5px; line-height: 1.8; letter-spacing: -.01em; -webkit-font-smoothing: antialiased; }
  * { box-sizing: border-box; }
  a { color: inherit; text-decoration: none; }
  a:hover { color: #B08D4C; }
  img { max-width: 100%; display: block; }
  ::selection { background: #E8EAE0; }
  @keyframes as-drift { from { transform: translateX(0); } to { transform: translateX(-50%); } }
